﻿/* default styles
   -------------- */

body { 
	margin: 0;
	padding: 0;
	font: 0.74em Arial, Helvetica, sans-serif; 
	line-height: 1.5em; 
	color: #454545;
	background: #FFF;
}

a:link,
a:visited {
	color: #4A8EBC; 
}

a:hover {
	color: #C3593C;
}

h1 {
	font: bold 2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px; 
	padding: 2px 0 0 0;
	margin: 0;
	color: #006FA3;
}

h1 a:link,
h1 a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

h1 a:hover {
	color: #006FA3;
}

h1 .logo{
	color: #006FA3;
}

h2 { 
	margin: 0 0 5px 0; 
	padding: 0; 
	font: bold 1.5em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #005698; 
}

h3 { 
	margin: 0 0 5px 0; 
	padding: 0; 
	font: bold 1.3em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #006CC0; 
}

p {	
	margin: 0 0 10px 0;
}

/* layout
   ------ */

#wrap { 
	margin: 10px auto;
	width: 760px; 
}

#logo {
	float: left;
	width: 180px;
	padding: 10px 0 11px 10px;
}

#logo p {
	font-size: 0.9em;
	color: #808080;
	padding: 0 0 0 15px;
}

#header-right {
	float: right;
	width: 550px;
	height: 72px;
}

#top-info {
	width: 540px;
	margin: 12px 0 5px 0;
	padding: 0 5px 5px 0;
	text-align: right;
	background: url(images/dot.gif) repeat-x bottom;
	color: #444;
}

#top-nav { 
	text-align: right;
	font-size: 1.1em;
	height: 30px; 
}

.slogan {
	text-align: right;
	width: 160px;
}

#top-nav ul { 
	margin: 0; 
	padding : 0; 
	list-style : disc; 
}

	#top-nav li { 
		padding: 0px 5px 8px 5px;
		color: #808080;
		display: inline;
	}

	#top-nav a:link,
	#top-nav a:visited { 
		font-weight: bold;
		color: #4A8EBC; 
	} 

	#top-nav a:hover { 
		color: #C3593C; 
	}

	#top-nav li.active { 
		background: url(images/arrow_on.gif) no-repeat center bottom; 
		color: #C3593C;
		font-weight: bold; 
		padding-bottom: 8px; 
	}

#top-bar {
	width: 760px;
	height: 63px;
}

	#main-nav { 
		text-align: right;
		float: right;
		width: 540px;
		height: 63px;
		background: url(images/main_nav_bg.gif) no-repeat top right; 
		color: #000;
		clear: both;
		padding: 10px 10px 0 0;
		margin: 00;
	}

	#main-nav ul {
		margin: 0; 
		padding : 5px 0 0 0; 
		list-style : none; 
	}

	#main-nav li { 
		padding: 0 16px 0 10px;
		color: #005698;
		display: inline;
		background: url(images/arrow.gif) no-repeat left; 
	}

	#main-nav a:link,
	#main-nav a:visited { 
		font-weight: bold;
		color: #005698; 
		text-decoration: none;
	}

	#main-nav a:hover { 
		color: #C3593C; 
	}

	#page-title {
		float: left;
		height: 63px;
		padding: 5px 0 0 5px;
		width: 192px;
		background: url(images/page_title_bg.gif) no-repeat;
		color: #000;
		font-weight: bold;
		margin: 0 0 3px 0;
	}

#header-sub {
	clear: both;
	margin: 3px 0 10px 0;
	padding: 8px 8px 0 8px;
	background: #F4F4F4 url(images/header_sub_bg.gif) repeat-x;
	color: #808080;
	border-bottom: 1px solid #CCC;
}

/* left side
   --------- */

#left {
	float: left;
	width: 490px;
	margin: 0 0 10px 0;
}

	.left-articles {
		margin: 0 0 15px 0;
		padding: 0 0 0 10px;
	}

	.left-articles h3 {
		padding: 10px 0 0 0;
	}

	.lt {
		height: 10px;
		background: #CCCCCC url(images/lt.gif) no-repeat;
	}
	
	.lt-full {
		height: 10px;
		background: #CCCCCC url(images/lt-full.gif) no-repeat;
	}
	
	.lbox-full {
		color: #EEE;
		padding: 3px 12px;
		margin: 0 0 15px 0;
		background: #CCCCCC url(images/lb-full.gif) no-repeat bottom left;
	}

	.lbox {
		color: #EEE;
		padding: 3px 12px;
		margin: 0 0 15px 0;
		background: #CCCCCC url(images/lb.gif) no-repeat bottom left;
	}
	
	.lbox a:link,
	.lbox a:visited {
		color: #F6FF00;
	}
	
	.lbox h3 {
		color: #FFF;
	}
	
	.lthumb {
		float: left;
		width: 150px;
		border: 1px solid #FFF;
		color: #fff;
		background: #CCCCCC;
		margin: 0 15px 5px 0;
		padding: 5px;
	}

dl.product dt {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	display: block;
	border: 1px solid #dbd5c5;
}
dl.product dt img {
	float: left;
}
.p-set h3 {
	clear:both;
}

/* right side
   ---------- */

#right {
	float: right;
	width: 245px;
	margin: 0 0 10px 0;
}

#right a:link,
#right a:visited {
	color: #733100;
}

	.rt {
		background: #0069BA url(images/rt.gif) no-repeat;
		height: 7px;
	}
		
	.right-articles {
		font-size: 0.9em;
		background: #0069BA url(images/rb.gif) no-repeat bottom;
		color: #D0EBFF;
		padding: 4px 8px;	
		margin: 0 0 10px 0;
	}
		
	.rthumb {
		float: left;
		margin: 0 9px 3px 0;
	}
	
	.right-img {
		padding: 0 0 10px 4px;
	}

.w3c {
	width: 245px;
	text-align: center;
	padding-top: 10px;
}

.w3c img {
	border: none;
}

/* footer
   ------ */

#footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: url(images/dot.gif) repeat-x;
	padding: 8px 0;
}

.footer a:link,
.footer a:visited {
	color: #C3593C;
}



