/*layout divs*/

body {
	background-attachment: scroll;
	background-image: url('images/bodystrip.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	width:760px;
	padding:0px;
	text-align:left;
	margin: 0px auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #5D5EA8;
	border-right-color: #5D5EA8;
	border-bottom-color: #5D5EA8;
	border-left-color: #5D5EA8;

}

h1 {
	font-size: 14px;
	color: #3E3F8A;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 5px 0px;
}

a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#contentleft {
	width:157px;
	padding:0px;
	float:left;
}

#contentcenter {
	width:430px;
	padding:10px;
	float:left;
	margin: 0px;
	line-height: 1.6em;
}

.highlight {
	color: #DE7000;
	font-size: 1.2em;
	font-weight: bold;
}
.quote {
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.3em;
	color: #333333;
}

#contentright {
	width:150px;
	padding:0px;
	float:right;
	background-color:#fff;
	color: #333333;
}

#header {
	width:760px;
	height: 109px;
	padding:0px;
	margin: 0px;
	/*float:left;*/
	background-image:url('images/header.jpg');
	background-color:#fff;
	/*clear: both;*/
	background-attachment: scroll;
	background-repeat: no-repeat;
	/*background-position: left top;*/
	/*text-align: right;*/
	color: #999999;
}

#branding {
	padding: 0px;
	margin: 0px;
	float: left;
	/*height: 109px;
	width: 376px;*/
}

#branding img {
	border: none;
	padding: 0px;
	margin: 0px;
}

#footer {
	width:760px;
	padding:15px 0px 0px;
	float:left;
	background:url('images/footer.gif') no-repeat scroll left top;
	background-color:#fff;
	clear: both;
	height: 88px;
	font-size: 9px;
	text-decoration: none;
	text-align: center;
	line-height: 17px;
	color: #333333;
}

/*menus*/
#cart {
	height:27px;
	width:198px;
	float:right;
	text-align:right;
	background-color: #E9EEF8;
	font-size: 9px;
	/*clear: both;*/
}

#menu {
	/*position: relative;*/
  	text-align: center;
	/*width: 668px;*/
	margin-left: auto;
	/*background-image: url(menu_bar.png);
	background-repeat: no-repeat;
	background-position: left top;*/
	margin-top: 5px;
	padding-bottom: 15px;
	margin-right: auto;
	/*height: 20px;*/
	clear: left;
}

#homepage {
	/*position: relative;*/
	width: 106px;
	/*clear: both;*/
	float: left;
}

.indexlinks {
	font-weight: bold;
	color: #2E449D;
}

.free {
	color: #FF0000;
	font-weight: bold;
}

#homepage ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

#homepage li {
	list-style: none;
	text-align: center;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 10px;
	color: #003399;
	text-decoration: none;
	background-color: #FFFFFF;
}

#homepage2 {
	/*position: relative;*/
	width: 106px;
	/*clear: both;*/
	float: left;
}

#homepage2 ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

#homepage2 li {
	list-style: none;
	text-align: center;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 10px;
	color: #003399;
	text-decoration: none;
	background-color: #FFFFFF;
}

#homepage3 {
	/*position: relative;*/
	width: 106px;
	/*clear: both;*/
	float: left;
}

#homepage3 ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

#homepage3 li {
	list-style: none;
	text-align: center;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 10px;
	color: #003399;
	text-decoration: none;
	background-color: #FFFFFF;
}

#homepage4 {
	/*position: relative;*/
	width: 106px;
	/*clear: both;*/
	float: left;
}

#homepage4 ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

#homepage4 li {
	list-style: none;
	text-align: center;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 10px;
	color: #003399;
	text-decoration: none;
	background-color: #FFFFFF;
}

#menu a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	color: #FFCC00;
	border-bottom-style: none;
	border-bottom-color: #669900;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #669900;
	border-right-color: #669900;
	border-left-color: #669900;
}

#menu ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

#menu li {
	display: inline;
	list-style: none;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	color: #FFFFFF;
}

#leftmenu {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 157px;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#leftmenu a {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

#leftmenu a:hover {
	color: #000000;
}

#leftmenu ul {
	padding: 0px;
	margin: 0px;
	width: 157px;
	background-color: #E0E8FF;
}

#leftmenu li {
	/*display: inline;*/
	list-style: none; /*url(bullet.jpg) inside;*/
	text-align: left;
	margin-right: 0px;
	margin-top:0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	background-attachment: scroll;
	background-image: url('images/bullet.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}

#industrylinks {
	margin: 0px;
	padding: 0px;
	width: 150px;
	list-style-type: none;
	display: block;
}

#industrylinks ul {
	padding: 0px 0px 0px;
	margin: 0px;
}

#industrylinks li {
	padding: 0px;
	margin: 0px;
}

#industrylinks img {
	padding: 0px 6px 0px 0px;
	margin: 0px;
}

#rightmenu {
	/*background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;*/
	margin: 0px;
	padding: 0px;
	width: 150px;
	/*list-style-type: none;*/
	/*display: block;	*/
}

#rightmenu img {
	padding-right: 8px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#rightmenu a {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

#rightmenu a:hover {
	color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #669900;
	border-bottom-width: 1px;
}

#rightmenu ul {
	padding: 0px 0px 0px;
	margin: 0px;
	
}

#rightmenu li {
	/*display: inline;*/
	list-style: none;
	text-align: left;
	font-size: 9px;
	text-decoration: none;
	/*border-top-width: 2px;
	border-right-width: 2px;*/
	border-bottom-width: 2px;
	/*border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;*/
	border-bottom-style: dotted;
	/*border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;*/
	border-bottom-color: #CCCCCC;
	/*border-left-color: #CCCCCC;*/
	padding-bottom: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}

/*specific divs*/

#searchbox {
     background-attachment: scroll;
	background-image: url('images/searchbg.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 3px;
	padding: 0px;
	padding-left: 10px;
	height: 28px;
	width: 147px;
	padding-top: 40px;
}

/*classes*/
#menutops {
	/*width: 157px;*/
	font-size: 12px;
	font-weight: normal;
	color: #000033;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	background-attachment: scroll;
	background-image: url('images/topmenu.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #E0E8FF;
}

#menutops2 {
	/*width: 157px;*/
	font-size: 12px;
	font-weight: normal;
	color: #000033;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	background-attachment: scroll;
	background-image: url('images/topmenu.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #E0E8FF;
}

#menubottom {
	margin: 0px 0px 5px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url('images/leftmenubot.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #E0E8FF;
	/*height: 7px;*/
	width: 150px;
}

#menubottom2 {
	margin: 0px 0px 5px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url('images/leftmenubot.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #E0E8FF;
	/*height: 7px;*/
	width: 150px;
}

#usefullinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000033;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
}

#freedelivery {
     background-attachment: scroll;
	background-image: url('images/freedelivery.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 5px 5px;
	padding: 0px; 0px;
	height: 119px;
	width: 142px;
}

.right-img {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	float: right;
}

#contact {
	height:40px;
	width:200px;
	float:right;
	text-align:right;
	font-size: 12px;
	position: absolute;
	top: 65px;
	font-weight: bold;
}

h2 {
	font-size: 1em;
	color: #5A5AA4;
	padding: 0;
	margin: 0px;
}

.leftimg {
	padding: 10px;
	clear: right;
	float: left;
}

#brandlogos {
	display:block;
	text-align: center;
	margin: 0px;
	padding: 0px;
 	list-style-type: none;
}

#brandlogos ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#brandlogos li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

.gold {
	font-weight: bold;
	color: #CC6600;
}

#gallery {
	text-align: left;
	margin: 0px;
	padding: 0px;	

}

#gallery ul {
	margin: 0px;
	padding: 2px;	
}

#gallery li {
	display: inline;
	list-style-type: none;
}

.gallery{
	margin: 0px;
	padding: 2px;
	float: left;
}
