/* Global Styles --------------------------------------------------- */

html, body, form, fieldset {
	color: #404055;
	}
body {
	text-align: center;
	background-color: #a6a6a6;
	}
h1 {
	font-weight: normal;
	font-size: 24px;
	color: #004da1;
	}
h2 {
	font-size: 18px;
	color: #777;
	}
p {
	border-right: 10px;
	}

td { }

a:link {
	color: #f5821f;
	}
a:visited {
	color: #f5821f;
}
a:hover {
	text-decoration: none;
	}
a:active { }

legend {
	color: #000;
	}
input, textarea {
	border-width: 0;
	color: #666;
	background-color: #eee;
	border: 1px solid #aaa;
	padding: 0 5px;
	}
dt {
	color: #999;
	font-weight: bold;
	font-size: 0.95em;
	}
dd {
	margin-bottom: 5px;
	}
/* Positioning DIVs --------------------------------------------------- */

#container {
	margin: 20px auto;
	position: relative;
	width: 820px;
	background: #fff url(container-bg.gif) repeat-y top center;
	}
#header {
	height: 118px;
	background: transparent url(header-bg.gif) no-repeat top center;
	position: relative;
	}
	#logo {
		position: absolute;
		bottom: 20px;
		left: 30px;
		}
	#logo a {
		display: block;
		width: 204px;
		height: 54px;
		background: transparent url(logo.gif) no-repeat top left;
		}
		#logo span {
			display: none;
			}
	#nav {
		position: absolute;
		top: 15px;
		right: 30px;
		width: 325px;
		height: 68px;
		}
#banner {
	width: 760px;
	height: 200px;
	margin: 0 30px;
	}
	#slogan {
		width: 437px;
		height: 200px;
		color: #fff;
		background-color: #014da1;
		float: left;
		}
	#photo {
		width: 323px;
		height: 200px;
		background-color: #eee;
		float: left;
		clear: right;
		}
#content {
	clear: both;
	width: 760px;
	margin: 0 30px;
	}
	#col1cont {
		float: left;
		width: 436px;
		border-right: 1px solid #ccc;
		}
	#col1 {
		margin: 0 10px;
	}
	#col2 {
		float: right;
		width: 322px;
		margin-left: 1px;
		}

#footer {
	clear: both;
	padding: 20px 30px 30px 30px;
	background: url(footer-bg.gif) no-repeat bottom center;
	}
	#bottomnav {
		display: block;
		}
	#footerdivider {
		border-top: 1px solid #eee;
		margin-bottom: 5px;
		}
/* Navigation Style ---------------------------------------------------- */

#nav ul {
	list-style-type: none;
	}
#nav li {
	float: left;
	list-style-type: none;
	display: block;
	width: 80px;
	height: 68px;
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 0 0 1px;
		}
#nav a span {
	display: none;
	}
#nav a {
	display: block;
	width: 80px;
	height: 68px;
	background-position: center top;
	background-repeat: no-repeat;
	}

/* Content Styles -------------------------------------- */

.exp {
	text-align: right;
	font-size: 0.8em;
	color: #aaa;
	}

#col1 ul {
	list-style-type: square;
	list-style-image: url(bullet.gif);
	}

#col2 h3 {
	text-align: right;
	margin-right: 10px;
	color: #455560;
	font-weight: normal;
	font-size: 16px;
	}
.items ul {
	}
.items li {
	list-style-type: none;
	background: url(items-bg.gif) no-repeat center right;
	margin: 1px 0 0 0;
	height: 30px;
	}
	.items li.top-item {
		background-image: url(items-bg-top.gif);
		}
	.items li.bottom-item {
		background-image: url(items-bg-bottom.gif);
		}
.items li a {
	display: block;
	color: #455565;
	background-color: #eee;
	text-decoration: none;
	width: 297px;
	height: 20px;
	padding: 5px;
	}
.items li a:visited {
	color: #455565;
	}
.items li a:hover {
	color: #000;
	background-color: #cdcdcd;
	}
.items a.active {
	background-color: #cdcdcd;
	}

/* Footer Styles --------------------------------------- */

#footer {
	font-size: 12px;
	text-align: center;
	color: #adb5ba;
	}
#footer a {
	color: #adb5ba;
	}
#footer a.lang {
	color: #f5821f;
	}
#footer a:hover {
	text-decoration: none;
	}

/* Products Styles ---------------------------------------*/
table.model-info{
	width: 415px;
	border: 0;
	margin-bottom: 30px;
	margin-right: 0px;
	}
table.model-info td {
	margin: 5px;
	}
table.model-info th {
	font-size: 0.8em;
	color: #aaa;
	width: 110px;
	}
table.model-info caption {
	background-image: url(model-name-bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding: 10px;
	color: #f71;
	font-weight: bold;
	}
/* Site Map --------------------------------------------- */

#sitemap {
	font-size: 12px;
	font-weight: bold;
	}
#sitemap a {
	color: #000;
	line-height: 18px;
	}
#sitemap a.sub {
	font-weight: normal;
	color: #555;
	}