body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}

body {
	font-family: tahoma, arial, verdana, sans-serif;
	color: #000;
	background: url(../../images/bg.jpg) repeat-x #006;
}

a {
	color: #1a1a80;
	text-decoration: none;
}
a:hover {
	color: #cc9933;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}


td {
	vertical-align: top;
}

#container {
	margin: 0 auto;
	width: 800px;
}

#header {
	position: relative;
	width: 800px;
	height: 126px;
}
#header-info {
	position: absolute;
	top: 25px;
	right: 0;
	font-weight: bold;
	text-align: right;
	color: #cc9933;
}
#header-phone {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #fff;
}

#col-container {
	width: 800px;
}

#nav-container {
	width: 180px;
	background-color: #1f1f99;
	border-top: 1px solid #3636b3;
}



/*----------------------------------------------*/
#nav {
	margin: 30px 0;
}
#nav li {
	position : relative;
	float: left;
}
#nav li ul {
	position: absolute;
	left: -9999em;
	width: 180px;
	margin: -25px 0 0 170px;
	z-index: 100;
	border: 1px solid #006;
}

#nav li ul ul {
	left: -999em;
}
	
#nav li a {
	display: block;
	padding: 0 20px;
	height: 28px;
	width: 140px;
	line-height: 28px;
	color: #ffbf40;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	background-color: #2424b3;
	border-top: 1px solid #3d3dcc;
	border-bottom: 1px solid #0f0f99;
}
#nav li a:hover {
	color: #fff;
	background: url(../../images/nav-bg.jpg) no-repeat #3d3dcc;
	border-top: 1px solid #5c5ce5;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

/*----------------------------------------------*/
#main-container {
	padding: 20px;
	width: 580px;
	background-color: #fff;
}
#main-container p {
	margin-bottom: 1em;
}
#main-container h2 {
	margin-bottom: 20px;
	font-size: 24px;
	color: #1a1a80;
}
#main-container h3 {
	margin-bottom: 20px;
	font-size: 18px;
	color: #1a1a80;
}
#main-container ul {
	margin: 0 0 20px 20px;
	list-style-type: disc;
}
#main-container ul li {
	list-style-type: disc;
}
#main-container h2#catalog-heading {
	margin-bottom: 5px;
	font-size: 24px;
	color: #1a1a80;
}
.breadcrumbs {
	margin-bottom: 10px;
}

.subcategories h3, .products h3 {
	margin-bottom: 10px;
	font-size: 20px;
	color: #cc9933;
}
.subcategories ul, .products ul {
	margin-bottom: 10px;
}
.subcategories ul li a, .products ul li a {
	margin-bottom: 5px;
	font-size: 14px;
}

.product-images {
	float: right;
	margin: 0 0 10px 10px;
	width: 200px;
}

.image-container {
	float: left;
	margin: 3px 10px 3px 0;
	width: 60px;
	height: 60px;
	overflow: hidden;
}
.no-right {
	margin-right: 0;
}
#formtbl td {
	padding: 3px;
}
.error-message {
	padding: 3px;
	font-weight: bold;
	background-color: #ffcccc;
}

#footer {
	clear: both;
	padding-top: 20px;
}


.orange-bar-top {
	margin-bottom: 20px;
	height: 8px;
	background-color: #cc9933;
	border-top: 1px solid #e5b450;
	border-bottom: 1px solid #b3801b;
}
.orange-bar-bottom {
	margin-top: 20px;
	height: 8px;
	background-color: #cc9933;
	border-top: 1px solid #e5b450;
	border-bottom: 1px solid #b3801b;
}

h3 {
	margin: 10px 0;
	font-size: 16px;
	color: #1a1a80;
}

.prod-specs {
	
}

.prod-specs th {
	padding: 3px 5px;
	width: 180px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	background-color: #d4dbf8;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
.prod-specs td {
	padding: 3px 5px;
	font-size: 11px;
	background-color: #faf7e6;
	border-bottom: 1px solid #FFF;
	
}

#cjfooter {
	text-align: right;
	padding: 5px;
	color: #cc9933;
}
#cjfooter a {
	color: #cc9933;
}