/*BASIC*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, em, img, strong, sub, sup, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; }
a img, img { border: none; } 
table { border-collapse: collapse; border-spacing: 0; }
.w25 { width: 25%; }
.w50 { width: 50%; }
.w75 { width: 75%; }
.w100 { width: 100%; }
.mb1 { margin-bottom: 1em; }
.mb2 { margin-bottom: 2em; }
.mb3 { margin-bottom: 3em; }
.pb1 { padding-bottom: 1em; }
.pb2 { padding-bottom: 2em; }
.pt1 { padding-top: 1em; }
.pt2 { padding-top: 2em; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.alignCenter { text-align: center; }
.floatLeft { float: left; }
.floatRight { float: right; }
img.floatLeft {margin: 0 10px 10px 0;}
img.floatRight {margin: 0 0px 10px 10px;}
.reset { display: block; font-size: 0px; line-height: 0px; height: 0.1px; overflow: hidden; clear: both; }
.noScreen {display: none;}
/*ALL*/
body { 
	font-family: Times; 
	font-size: 100%; 
	text-align: center; 
	background: #fff; 
}
#page { 
	margin-right: auto; 
	margin-left: auto; 
	text-align: left; 
	width: 760px; 
	font-size:70%; 
}

#header {
	background: #fff url(../_graphics/header.jpg) 0% 0% no-repeat; 	
	height: 115px;
	font-size: 130%;
}

a img { border: none; margin-bottom: 0px !important; }
a { color: #a65b00; text-decoration: underline;}

#content {
	font-size: 130%;
	border-top: none;
	padding: 0px 0px 60px 0px;
	background-color: #fff;
	color: #333;
}

#footer {
	padding-top: 5px;
	text-align: center;
	font-size: 120%;
	margin-bottom: 15px;
}

#left {
	width: 200px;
	float: left;
	margin-right: 20px;
}

#right {
	width: 540px;
	float: left;
	padding-top: 10px;
}

#header {
	position: relative;
}
#menuLink {
	position: absolute;
	top: 95px;
	right: 20px;
	
}
#menuLink a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

ul#menu, ul#menu ul {
	list-style-type: none;
}


ul#menu li {
	background: #003399 url(../_graphics/menu_li.gif) left bottom no-repeat;     
}

ul#menu li li {
	background: #7ad7fb url(../_graphics/menu_li_li.gif) left bottom no-repeat;         
}
ul#menu li li li {
	padding-left: 10px;
	background: none;
	background-color: #fff;
}
ul#menu li li.active a {
	font-weight: normal;
	color: #003399;
}
ul#menu li li.active li a {
	font-weight: normal;
}

ul#menu a {
	padding: 8px 3px 8px 20px;
	display: block;
	padding-left: 10px;
	color: #fff;
	text-decoration: none;
	background: url(../_graphics/menu_li.gif) left bottom no-repeat;     
}
ul#menu a:hover {
	text-decoration: underline;
}

ul#menu li.active a {
	color: #003399;
}

ul#menu li.active>a {
	font-weight: bold !important;
	color: #fff;
}

ul#menu a:hover {
	color: #fff;
}

ul#menu li li a {
	background: url(../_graphics/menu_li_li_arrow.gif) 15px 12px no-repeat;     
	padding-left: 25px;
}

ul#menu li li.active a {
	font-weight: bold;
}

.product {
	border: solid 1px #ccc;
	width: 160px;
	min-height: 300px;
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	padding: 5px;
}

#productList .reset{
	margin-bottom: 15px;
}

h1 {
	font-size: 180%;
	margin-bottom: 1em;
}
#productList h2 {
	color: #333;
	font-size: 120%;
	margin-bottom: 5px;
}
.productDetail .image {
	float: right;
	margin: 0px 0px 15px 15px;
}
.info {background-color: #a20000; color: #fff;padding: 5px;}