body {
	text-align: center;
	background-color: #e3e3e8;
	background-image: url(../ui_images/bgd_tile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Trebuchet MS", Arial;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 943px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	vertical-align: top;
	border: 12px solid #FFFFFF;
	background-image: url(../ui_images/container_bgd.gif);
	background-repeat: repeat-y;
	background-position: left top;
} 
#header {
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 22px;
	padding-left: 0px;
	background-color: #FFFFFF;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
div.imgHolder{
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
div.flashHolder{
	border: 5px none #FFFFFF;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 248px;
	background-color: #58c2dd;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../ui_images/cust_login_bgd.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 295px;
	vertical-align: top;
	padding: 0px;
} 
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 14px;
	text-align: right;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img{border:none;}
div.nav{
	background-color: #FFFFFF;
	height: 32px;
}
div.nav ul{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
}
div.nav ul li{
	float: left;
	list-style-type: none;
	height: 32px;
	width: 128px;
	margin-right: 2px;

}
div.nav ul li.tab5{
	float: left;
	list-style-type: none;
	height: 32px;
	width: 128px;
	margin-right: 0px;
}
div.nav ul li.tab1 a{
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../ui_images/tab_green.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	display: block;
	height: 25px;
	width: 128px;
	padding-top: 7px;
}
div.nav ul li.tab2 a{
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../ui_images/tab_cyan.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	display: block;
	height: 25px;
	width: 128px;
	padding-top: 7px;
}
div.nav ul li.tab3 a{
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../ui_images/tab_blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	display: block;
	height: 25px;
	width: 128px;
	padding-top: 7px;
}
div.nav ul li.tab4 a{
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../ui_images/tab_pink.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	display: block;
	height: 25px;
	width: 128px;
	padding-top: 7px;
}

div.nav ul li.tab5 a{
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../ui_images/tab_yellow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	display: block;
	height: 25px;
	width: 128px;
	padding-top: 7px;
}
div.nav ul li.tab1 a:hover, div.nav ul li.tab2 a:hover, div.nav ul li.tab3 a:hover, div.nav ul li.tab4 a:hover, div.nav ul li.tab5 a:hover{
	background-position: left bottom;
}
div.txtPanel{
	background-image: url(../ui_images/txtPanel_tile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 13px;
	color: #323e47;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #eff0f2;
}
.fltRt{
	float: right;
	margin-left: 25px;
}

h1{
	font-size: 28px;
	font-weight: normal;
	color: #3f4099;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
}
h2{
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 12px;
	padding-left: 0px;
}
h4{
	font-size: 16px;
	color: #000000;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
}
#sidebar1 h1{
	font-size: 31px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: -20px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 28px;
	background-image: url(../ui_images/blue_curve_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul.home{
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
ul.home li{
	font-size: 18px;
	color: #333594;
	background-image: url(../ui_images/pink_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 30px;
	margin-bottom: 10px;
}
.pink{
	color: #ea1f77;
}
.blue{
	color: #bfe9f3;
}
div.foot{
	font-size: 12px;
	color: #2e3092;
	background-color: #e1e0e4;
	padding: 20px;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
div.getQuote{
	float: right;
	width: 140px;
	margin-right: 10px;
	margin-top: 16px;
}
div.btn_getQuote{
	float: right;
	width: 140px;
	margin-right: 10px;
	margin-top: -3px;
}
div.artizan{
	width: 960px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	font-size: 12px;
	color: #848091;
	text-align: right;
	padding-right: 12px;
}
div.artizan a{
	color: #4e4861;
	text-decoration: none;
}
div.artizan a:hover{
	color: #0182ae;
}
ul.productList{
	margin: 0px;
	padding: 0px;
}
ul.productList li{
	background-image: url(../ui_images/arrows_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 3px;
	list-style-type: none;
	padding-left: 20px;
}
ul.productList li a{
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
ul.productList li a:hover{}
ul.productListLong{
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
ul.productListLong li{
	background-image: url(../ui_images/arrow_cyan.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	margin-bottom: 6px;
	list-style-type: none;
	padding-left: 20px;
	font-size: 19px;
	color: #5d656b;
}
div.more{
	text-align: right;
	margin-top: 12px;
	margin-bottom: 12px;
}
div.more a{
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	color: #cbeff7;
	text-decoration: none;
}
div.more a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
div.artwork{
	background-image: url(../ui_images/artwork_bgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-style: solid;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin-left: -20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: -10px;
	padding-top: 10px;
	font-size: 13px;
	font-style: italic;
	line-height: 17px;
	color: #626266;
}
div.login{
	margin-left: -20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: -10px;
	padding-top: 10px;
	font-size: 13px;
	font-style: italic;
	line-height: 17px;
	color: #626266;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
div.titleProducts{
	font-size: 24px;
	font-weight: normal;
	color: #01a5cf;
	background-image: url(../ui_images/tile_product.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	height: 36px;
	padding-left: 12px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
}
div.titleContact{
	font-size: 24px;
	font-weight: normal;
	color: #ff9600;
	background-image: url(../ui_images/tile_contact.jpg);
	text-align: left;
	height: 36px;
	padding-left: 12px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 5px;
	background-repeat: repeat-y;
	background-position: left top;
}
div.titleTestimonials{
	font-size: 24px;
	font-weight: normal;
	color: #ee2c80;
	background-image: url(../ui_images/tile_product_testimonials);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	height: 36px;
	padding-left: 12px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
}
div.titleGallery{
	font-size: 24px;
	font-weight: normal;
	color: #4274ba;
	background-image: url(../ui_images/tile_gallery.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	height: 36px;
	padding-left: 12px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
}
div.text{
	margin-left: 115px;
}
div.logo{
	float: left;
	margin-right: 15px;

}
div.logo img{
	border: 1px solid #b1b1be;
}
div.testimonial{
	margin-top: 12px;
	margin-bottom: 45px;
}
table.contact td{
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	color: #333594;
	padding-right: 12px;
}
table.quote{
	margin-top: -15px;
	margin-bottom: -15px;
}
table.quote td{
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 12px;
}
table.quote td input, table.quote td select, table.quote td textarea{
	background-color: #ffffff;
	border: 1px solid #58c2dd;
	padding: 3px;
}
