/* Body Styles */
* {
margin: 0;
padding: 0;
}
img {
	border: none;
}
html, body {
	background-color: white;
	background-image: url(images/green-bgnd.gif);
	background-repeat: repeat;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-align: center;
	width: 100%;
	line-height: 1.5;
}
html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
html>body, html>body #contents {
	height: auto;
	margin: 0;
	padding: 0;
}
#contents {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
/* Top Bar */
#milano {
	background-color: #ffffff;
	width: 100%;
	height: 70px;
}
#milano_fixed {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	background-color: inherit;
}
#milano .logo {
	float: left;
	margin-left: 5px;
}
#milano .phone {
	float: right;
	margin-right: 5px;
	padding-top: 18px;
	text-align: right;
	color: white;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
}
/* Navigation */
#nav {
	background-image: url(images/nav-green-bgnd.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 24px;
}
#nav_fixed {
	background-color: inherit;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#nav ul {
	background-color: inherit;
	width: inherit;
	list-style-type: none;
	padding-top: 1px;
} 
#nav a:link, #nav a:visited, #nav a:active {
	text-decoration: none;
	font-weight: bold;
	color: white;
	background-color: inherit;
	font-size: 11px;
	padding: 0px 8px 0px 8px;
}
#nav a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #202b08;
	background-color: inherit;
	font-size: 11px;
	padding: 0px 8px 0px 8px;
}
#nav li { /* all list items */
	position: relative;
	float: left;
	display: inline;
}
#nav .line {
	color: #7c934c;
}
#nav li li a:link, #nav li li a:visited, #nav li li a:active {
	color: black;
	text-decoration: none;
	border: 1px solid black;
	background-color: #FFFFFF;
	line-height: 1;
	font-weight: normal;
	padding: 5px;
	width: 150px;
	display: block;
	margin-bottom: -2px;
	text-align: left;
}
#nav li li a:hover {
	color: white;
	background-color: #aabe80;
	text-decoration: none;
	border: 1px solid black;
	line-height: 1;
	font-weight: normal;
	padding: 5px;
	display: block;
	width: 150px;
	margin-bottom: -2px;
	text-align: left;
}
html>body #nav li ul { /* second-level lists */
	position: absolute;
	color: black;
	border-bottom: 1px solid black;
	text-decoration: none;
	background-color: inherit;
	width: 150px;
	margin-left: 0px;
	padding-top: 1px;
	text-align: center;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul { /* second-level lists */
	position: absolute;
	color: black;
	border-bottom: 1px solid black;
	text-decoration: none;
	background-color: inherit;
	width: 150px;
	margin-left: -100px;
	padding-top: 19px;
	text-align: left;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li li {
	background-color: inherit;
	width: 100%;
	padding-left: 0px;
	float: left;
}	
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* Content */
#content {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#content_fixed {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid #666666;
}
/* Keyword Header */
#keywords {
	background-color: #324210;
	color: #adbc8e;
	font-weight: normal;
	height: 20px;
	font-size: 11px;
	padding-top: 3px;
}
/* Product Search Header */
#conthead {
	background-color: #79904a;
	height: 126px;
}
#conthead .search {
	float: left;
	height: 116px;
	padding-left: 10px;
	color: white;
	font-weight: bold;
	font-size: 11pt;
	letter-spacing: 1px;
	text-align: left;
	padding-top: 15px;
}
#conthead .girls {
	float: right;
	width: 502px;
	text-align: right;
}
/* Main Table */
html>body #main {
	clear: both;
	width: 100%;
	background-color: #e8efdb;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#main {
	clear: both;
	width: 100%;
	background-color: #e8efdb;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
html>body #page {
	float: left;
	width: 710px;
	margin-left: 0px;
	margin-top: -5px;
	color:  #2C2C2B;
}
#page {
	float: left;
	width: 710px;
	color:  #2C2C2B;
	margin-left: 0px;
}
#page ul, #page ol {padding-left: 20px;}
#pagecontent {
	padding: 10px;
	font-size: 10pt;
}
#pagecontent table {
	font-size: 10px;
}
#pagecontent a:link, #pagecontent a:active, #pagecontent a:visited {
	color: #8D0A1C; 
	font-weight: bold; 
	text-decoration: none;
	line-height: 1.5;
	font-size: 10pt;
}
#pagecontent a:hover {
	color: #8D0A1C;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.5;
	font-size: 10pt;
}
#pagecontent ul {
	margin-left: 25px;
	list-style-type: square;
}
#pagecontent ol {
	margin-left: 25px;
}
#pagecontent hr {
	border-top: 1px dotted #666666;
	border-bottom: none;
}

.p_layout {
	font-size: 10pt;
	line-height: 1.3;
	text-align: justify;
}
html>body #categories {
	float: left;
	width: 208px;
	margin-top: -5px;

}
#categories {
	float: left;
	width: 215px;
}
#categories .cat {
	display: block;
	width: 100%;
	background-color: #CCCCCC;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#categories .list {	line-height: 1;}
#list ul {
	margin: 0;
	padding: 0;
	line-height: 1.3;
}
#list li {
	display: block;
	line-height: 1;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid white;
}
#list a:link, #list a:active, #list a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: inherit;
	text-decoration: none;
}
#list a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #890625;
	background-color: inherit;
	text-decoration: none;
}
#list .subcatcolor {
	font-weight: normal;
	line-height: 1.5;
	color: #8A8A8A;
}
#list .subcatcolor a:link, #list .subcatcolor a:visited, #list .subcatcolor a:active {
	font-weight: normal;
	line-height: 1.5;
	text-decoration: none;
	color: #8A8A8A;
	padding-left: 10px;
	background-inherit: inherit;
}
#list .subcatcolor a:active {
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5;
	color: #890625;
	padding-left: 10px;
	background-color: inherit;
}
/* Text Style */
h1 {
	display: block;
	width: 100%;
	padding-left: 10px;
	border-top: 1px dotted #1d360a;
	border-bottom: 1px dotted #1d360a;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #aabe80;
	color: #1d360a;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
}
/* Footer */
#footer {
	position: relative;
	margin-top: 10px;
	clear: both;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 22px;
	background-color: #d1dabf;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#footer .copyright {
	position: relative;
	float: left;
	padding-left: 10px;
	text-align: left;
	width: 300px;
	margin-top: 4px;
	color: #999999;
	background-color: inherit;
	font-size: 10px;
}
#footer .credit {
	position: relative;
	text-align: right;
	padding-right: 10px;
	float: right;
	width: 300px;
	margin-top: 4px;
	color: #999999;
	background-color: inherit;
	font-size: 10px;
}
#footer .credit a:link, #footer .credit a:active, #footer .credit a:visited {
	color: #999999;
	background-color: inherit;
	font-size: 10px;
	text-decoration: none;
}
#footer .credit a:hover {
	color: #999999;
	background-color: inherit;
	font-size: 10px;
	text-decoration: none;
}
h2 {
	display: block;
	width: 100%;
	background-color: #8D0A1C;
	color: white;
	font-weight: bold;
	font-size: 10pt;
	border: 1px solid #640911;
	padding: 2px;
	margin-bottom: 10px;
}
.bordbox {
	background-color: white;
	border-top: 1px solid #C0C0C0;
}

.olt {
	background-color: white;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 10pt;
	width: 20%;

}
.olb {
	background-color: white;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	padding-left: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 10pt;
	width: 20%;
}
.ort {
	background-color: white;
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	padding-right: 10px;
	padding-top: 10px;
	font-weight: normal;
	font-size: 10pt;
}
.orb {
	background-color: white;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	padding-right: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 10pt;
}
.innerbox {
	background-color: white;
	padding: 3px;
	border: 1px solid #999999;
	width: 100%;
	font-size: 10pt;
}
.innerbox td {
	font-size: 10pt;
}
input {
	padding-right: 5px;
}
.select {
	padding-right: 10px;
}
.orderbtn {
	float: right;
	margin-top: -20px;
}
.searchbtn {
	background-color: #38030D;
	padding: 2px;
	margin-top: 4px;
	color: white;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 1px;
	border: 1px solid #890625;
}
.compatibility {
	float: left;
	width: 350px;
	font-size: 11px;
	margin-top: 5px;
	padding-left: 20px;
	background-image: url(images/arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
}
.spec {
	clear: both;
	float: left;
	text-align: right;
	width: 100px;
	margin-top: 0px;
}
.anchor {
	font-size: 12px;
	padding-left: 20px;
	background-image: url(images/arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
}
.anchor a:link, .anchor a:visited, .anchor a:active {
	padding-left: 20px;
	background-image: url(images/arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #890625;
	background-color: none;
	text-decoration: underline;
}
.anchor a:hover {
	padding-left: 20px;
	background-image: none;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #890625;
	background-color: none;
	text-decoration: none;
}

.logos {
	float: right;
	text-align: right;
	width: 180px;
	margin-left: 10px;
}
.track {
	color: #890625;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 15px;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#conversion {
	background-color: white;
	border: 1px solid #999999;
	padding: 7px;
}
.advanced {
	padding-top: 10px;
}
.advanced a:link, .advanced a:active, .advanced a:visited {
	color: white; 
	font-weight: normal; 
	text-decoration: underline;
	font-size: 10pt;
	line-height: 1.5;
}
.advanced a:hover {
	color: white; 
	font-weight: normal; 
	text-decoration: none;
	font-size: 10pt;
	line-height: 1.5;
}
#contact td {
	padding: 5px;
	font-size: 10pt;
	vertical-align: top;
}
.compatibility {
	text-align: left;
	width: 400px;
	font-size: 12px;
	padding-left: 20px;
	line-height: 2;
	color: #494949;
	background-image: url(images/arrow-g.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
}

.track {
	color: #890625;
	font-weight: bold;
	font-size: 12px;
}

#grid td {
	vertical-align: top;
	font-size:10pt;
}
.botbord {
	border-bottom: 1px dotted #666666;
	padding-top: 3px;
}
.fonts {
	font-size: 10pt;
	color: #333333;
}
.accent {
	font-weight: bold;
}