/* ------------------------------ Structure --------------------------------------- */

#container {
	left: 50%;
	width: 806px;
	margin-left: -403px;
	top: 0px;
	z-index: 0;
	position: absolute;
	background-image: url(images/body_background.gif);
	background-repeat: repeat-y;
}

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #F1EFF0;
}

/*___________________________________Header______________________________________________*/

#header {
	height: 229px;
	background-image: url(images/header_background.gif);
	background-repeat: repeat-y;
}

.logo {
	background: url(images/logo1.gif) no-repeat right center;
	height: 81px;
	width: 275px;
	float: left;
}

.date {
	height: 20px;
	width: 135px;
	float: right;
}

.date h1 {
	margin-top: 60px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

.divider {
	background-image: url(images/divider.gif);
	clear: both;
	height: 9px;
	width: 806px;	
}
.insert {
	height: 139px;
	width: 796px;
	padding-left: 0px;
	position: absolute;
	left: 5px;
	top: 90px;
}

/*_________________________________body_______________________*/

.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-right: 50px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5C5C5C;
	margin-right: 50px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bolder;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: square;
}

table {	font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #333333;
}

.mainbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	list-style-type: square;
	font-weight: normal;
	list-style-position: outside;
}

#table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;

}

a{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
}

#content {width: 806px;
}
#main {
	width: 550px;
	float: right;
	padding-top: 25px;
	padding-right: 25px;
	clear: right;
}
#bottom {
	background-image: url(images/bottom.gif);
	height: 72px;
	width: 806px;
	clear: both;
}

.col1 {
	float: left;
	width: 180px;
}

.col2 {
	float: right;
	width: 300px;
}

.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5C5C5C;
}

.picture {
	margin: 10px;
	float: right;
}

.quizHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#9e182a;
}

/*___________________________________Top Navigation_____________________________________*/

#menu_bar {
	height: 41px;
	position: absolute;
	top: 219px;
	z-index: 10;
	clear: both;
}

#menu {
	width: 806px;
	height: 41px;
	background: url(images/menu.gif);
	margin: 10px auto;
	padding: 0;
	position: relative;
}

#menu li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;
	text-indent: -50000px;
}

#menu li, #menu a {
    height: 41px; display: block;
}
#home {left: 0px; width: 120px;}
#aboutus {left: 121px; width: 122px;}
#info {left: 244px; width: 99px;}
#products {left: 344px; width: 131px;}
#designyourown {left: 476px; width: 177px;}
#contact {left: 654px; width: 150px;}

#home a:hover {
    background: transparent url(images/menu.gif)
    -0px -41px no-repeat;}
#aboutus a:hover {
    background: transparent url(images/menu.gif)
    -121px -41px no-repeat;}
#info a:hover {
    background: transparent url(images/menu.gif)
    -244px -41px no-repeat;}
#products a:hover {
    background: transparent url(images/menu.gif)
    -344px -41px no-repeat;}
#designyourown a:hover {
    background: transparent url(images/menu.gif)
    -476px -41px no-repeat;}
#contact a:hover {
    background: transparent url(images/menu.gif)
    -654px -41px no-repeat;}


/*_________________________________________Home_________________________________________*/

#left_menu_home {
	height: 127px;
	width: 185px;
	float: left;
}

#menu_home {
	width: 185px;
	height: 127px;
	background:  transparent url(images/leftmenu_home.gif);
	margin: 65px auto;
	padding: 0;
	position: relative;
}

#menu_home li {
    margin: 0; padding: 0; list-style: none; display: block; position: absolute;
	text-indent: -50000px;
}

#menu_home a {
    height: 25px; display: block;
}
#aboutus1 {left: 0px; top: 0px; width: 185px; height: 26px;}
#info1 {left: 0px; top: 27px; width: 185px; height: 26px;}
#products1 {left: 0px; top: 54px; width: 185px; height: 26px;}
#designyourown1 {left: 0px; top: 79px; width: 185px; height: 26px;}
#contact1 {left: 0px; top: 104px; width: 185px; height: 26px;}

#aboutus1 a:hover {
    background: transparent url(images/leftmenu_home.gif)
    -185px -0px no-repeat;}
#info1 a:hover {
    background: transparent url(images/leftmenu_home.gif)
    -185px -27px no-repeat;}
#products1 a:hover {
    background: transparent url(images/leftmenu_home.gif)
    -185px -54px no-repeat;}
#designyourown1 a:hover {
    background: transparent url(images/leftmenu_home.gif)
    -185px -79px no-repeat;}
#contact1 a:hover {
    background: transparent url(images/leftmenu_home.gif)
    -185px -104px no-repeat;}
	
/*______________________________ABOUT US_________________________________________*/

#left_menu_aboutus {
	height: 96px;
	width: 185px;
	float: left;
}

#menu_aboutus {
	width: 185px;
	height: 96px;
	background:  transparent url(images/menu_aboutus.gif);
	margin: 65px auto;
	padding: 0;
	position: relative;
}

#menu_aboutus li {
    margin: 0; padding: 0; list-style: none; display: block; position: absolute;
	text-indent: -50000px;
}

#menu_aboutus a {
    height: 25px; display: block;
}
#aboutus2 {left: 0px; top: 0px; width: 185px; height: 26px;}
#customers {left: 0px; top: 27px; width: 185px; height: 26px;}
#subsidiary {left: 0px; top: 54px; width: 185px; height: 26px;}

#aboutus2 a:hover {
    background: transparent url(images/menu_aboutus.gif)
    -185px -0px no-repeat;}
#customers a:hover {
    background: transparent url(images/menu_aboutus.gif)
    -185px -27px no-repeat;}
#subsidiary a:hover {
    background: transparent url(images/menu_aboutus.gif)
    -185px -54px no-repeat;}

/*_____________________________________________INFO__________________________________________________*/

#left_menu_info {
	height: 100px;
	width: 185px;
	float: left;
}

#menu_info {
	width: 185px;
	height: 100px;
	background:  transparent url(images/menu_info.gif);
	margin: 65px auto;
	padding: 0;
	position: relative;
}

#menu_info li {
    margin: 0; padding: 0; list-style: none; display: block; position: absolute;
	text-indent: -50000px;
}

#menu_info a {
    height: 25px; display: block;
}
#info2 {left: 0px; top: 0px; width: 185px; height: 26px;}
#sizeguide {left: 0px; top: 27px; width: 185px; height: 26px;}
#ppe {left: 0px; top: 54px; width: 185px; height: 26px;}

#info2 a:hover {
    background: transparent url(images/menu_info.gif)
    -185px -0px no-repeat;}
#sizeguide a:hover {
    background: transparent url(images/menu_info.gif)
    -185px -27px no-repeat;}
#ppe a:hover {
    background: transparent url(images/menu_info.gif)
    -185px -54px no-repeat;}

/*_____________________________________________contact us__________________________________________________*/

#left_menu_contactus {
	height: 156px;
	width: 185px;
	float: left;
}

#menu_contactus {
	width: 185px;
	height: 156px;
	background:  transparent url(images/menu_contactus.gif);
	margin: 65px auto;
	padding: 0;
	position: relative;
}

#menu_contactus li {
    margin: 0; padding: 0; list-style: none; display: block; position: absolute;
	text-indent: -50000px;
}

#menu_contactus a {
    height: 25px; display: block;
}
#contact2 {left: 0px; top: 0px; width: 185px; height: 26px;}
#privacy {left: 0px; top: 27px; width: 185px; height: 26px;}
#map {left: 0px; top: 54px; width: 185px; height: 26px;}
#directions {left: 0px; top: 81px; width: 185px; height: 26px;}
#wheretobuy {left: 0px; top: 108px; width: 185px; height: 26px;}

#contact2 a:hover {
    background: transparent url(images/menu_contactus.gif)
    -185px -0px no-repeat;}
#privacy a:hover {
    background: transparent url(images/menu_contactus.gif)
    -185px -27px no-repeat;}
#map a:hover {
    background: transparent url(images/menu_contactus.gif)
    -185px -54px no-repeat;}
#directions a:hover {
    background: transparent url(images/menu_contactus.gif)
    -185px -81px no-repeat;}
#wheretobuy a:hover {
    background: transparent url(images/menu_contactus.gif)
    -185px -108px no-repeat;}


/*_____________________________________________PRODUCTS__________________________________________________*/

#left_menu_products {
	height: 278px;
	width: 185px;
	float: left;
}

#menu_products {
	width: 185px;
	height: 278px;
	background:  transparent url(images/menu_products.gif);
	margin: 65px auto;
	padding: 0;
	position: relative;
}

#menu_products li {
    margin: 0; padding: 0; list-style: none; display: block; position: absolute;
	text-indent: -50000px;
}

#menu_products a {
    height: 25px; display: block;
}
#cc {left: 0px; top: 0px; width: 185px; height: 26px;}
#tc {left: 0px; top: 27px; width: 185px; height: 26px;}
#ts {left: 0px; top: 54px; width: 185px; height: 26px;}
#dw {left: 0px; top: 81px; width: 185px; height: 26px;}
#o {left: 0px; top: 108px; width: 185px; height: 26px;}
#cac {left: 0px; top: 134px; width: 185px; height: 26px;}
#m {left: 0px; top: 160px; width: 185px; height: 26px;}
#e {left: 0px; top: 186px; width: 185px; height: 26px;}
#good {left: 0px; top: 212px; width: 185px; height: 26px;}
#db {left: 0px; top: 240px; width: 185px; height: 26px;}


#cc a:hover {
    background: transparent url(images/menu_products.gif)
    -185px -0px no-repeat;}
#tc a:hover {
    background: transparent url(images/menu_products.gif)
    -185px -27px no-repeat;}
#ts a:hover {
    background: transparent url(images/menu_products.gif)
    -185px -54px no-repeat;}
#dw a:hover {
    background: transparent url(images/menu_products.gif)
    -185px -81px no-repeat;}
#o a:hover {
    background: transparent url(images/menu_products.gif)
    -185px -108px no-repeat;}

#cac a:hover {
    background: transparent url(images/menu_products.gif)
    -185px -134px no-repeat;}
	
#m a:hover {
    background: transparent url(images/menu_products.gif)
    -185px -160px no-repeat;}

#e a:hover {
    background: transparent url(images/menu_products.gif)
    -185px -186px no-repeat;}
	
#good a:hover {
    background: transparent url(images/menu_products.gif)
    -185px -212px no-repeat;}
	
#db a:hover {
    background: transparent url(images/menu_products.gif)
    -185px -240px no-repeat;}
	
#clothes1 {
	background-image: url(images/where_to_buy.gif);
	background-repeat: no-repeat;
	height: 114px;
	width: 159px;
	padding-top: 45px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5C5C5C;
	float: left;
	padding-right: 7px;
	clear: both;
	margin-top: 10px;
}
#clothes2 {
	background-image: url(images/brochure.gif);
	background-repeat: no-repeat;
	height: 114px;
	width: 161px;
	padding-top: 45px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5C5C5C;
	float: right;
	margin-right: 150px;
	padding-right: 5px;
	clear: right;
	margin-top: 10px;
}
.streetwise1 {
	float: left;
	height: 220px;
	width: 220px;
}
.mainline1 {
	float: right;
	height: 225px;
	width: 300px;
}
#product_flash_movie {
	position: absolute;
	height: 230px;
	width: 230px;
	left: 540px;
	top: 340px;
}
.form_error
{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
