/* CSS Document */

body {
	background-image: url(interface/window_bg.jpg);
	background-repeat:repeat-x;
	background-color: #0B6269;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	line-height:1.4;
}
h1 {
	font-size: 20px;
}
a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #006699;
}
a:active {
	color: #003366;
}
#nav {
	padding:0px;
	margin:0px;
	width:175px; 
	float:left;
	font-size:14px;
	line-height:23px;
	margin-top:20px;
	}
#nav ul {
	list-style:none;
	margin:0px;
	padding:0px;
	}
#nav li {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#nav a {
	display:block;
	height:23px;
	line-height:23px;
	text-decoration:none;
	background-image:url(interface/nav_divider.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:0px;
	margin:0px;
	padding-left:15px;
	}
#nav a:hover {
	background-image:url(interface/nav_rollover.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	}
#footer {
	background-image:url(interface/footer.jpg); 
	background-repeat:no-repeat; 
	background-position:bottom; 
	height:25px; 
	text-align:right; 
	color:#A9B2BB; 
	font-size:10px; 
	padding-right:15px;
	margin-top:30px;
	}
#footer a {
	color:#A9B2BB; 
	text-decoration:none;
	}
#footer a:hover {
	color:#006699;
	}
.container {
	width:800px; 
	background-color:#FFFFFF; 
	background-image:url(interface/page_bg.jpg); 
	background-repeat:repeat-y; 
	margin-left:auto; 
	margin-right:auto;
	}
.header {
	width:auto; 
	height:242px; 
	background-image:url(interface/header.jpg); 
	background-repeat:no-repeat;
	}
#content {
	width:auto; 
	margin-left:175px; 
	padding-left:15px; 
	background-image:url(interface/content_side_bg.jpg); 
	background-repeat:repeat-y; 
	background-position:left; 
	min-height:300px;
	}
.logo {
	margin-left:48px; 
	border:0px; 
	margin-top:17px;
	}
#content img {
	margin:5px;
	}
.article {
	width:180px; 
	border:#CCCCCC 1px solid;
	float:left;
	margin-right:10px;
	height:275px;
	margin-bottom:10px;
	}
.info {
	font-size:10px;
	}
.popup {
	background-color:#FFFFFF; 
	border:1px #CCCCCC solid; 
	position:absolute; 
	display:none; 
	text-align:center;
	padding:5px;
	width:350px;
	}
.accessories {
	width:180px; 
	border:#CCCCCC 1px solid;
	float:left;
	margin-right:10px;
	height:170px;
	margin-bottom:10px;
	}