.nav {
	color: #C4E8F0;
	padding-left: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	background-position: center;
	display: block;
	border-bottom-width: 1px;
	border-bottom-color: #C4E8F0;
	padding-top: 7px;
	padding-bottom: 9px;
	font-weight: bold;
}
.out-of-stock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}
.table1 {
	background-color: #E6E7E2;
	background-position: center;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	color: #522B1F;
	font-size: 11px;
}
.table2 {
	background-color: #E6E7E2;
	background-position: center;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.table3 {
	background-color: #E6E7E2;
	text-align: center;
}
.nav-1 {
	color: #FFCC00;
	padding-left: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	background-position: center;
	display: block;
	border-bottom-width: 1px;
	border-bottom-color: #C4E8F0;
	padding-top: 7px;
	padding-bottom: 9px;
	font-weight: bold;
}
.nav-non-link {
	color: #003366;
	padding-left: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	background-position: center;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-color: #C4E8F0;
}
.nav-bottom {
	color: #FF9900;
	font-weight: bold;
}
.paragraph-5pixel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
	text-align: justify;
}
.paragraph-5pixel-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 7px;
	padding-bottom: 10px;
	text-align: left;
	color: #666666;
}
.reg {
	font-size: 10px
}
.subtitle {
	color: #0399CC;
	font-size: 12px;
	font-weight: normal;
}

.12-oringe-bold {
	color: #FC931D;
	font-weight: bold;
	font-size: 12px;
}

.imageSpace {
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.title-products {
	font-size: 14px;
	color: #1B9ACD;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
.title-products-1 {
	color: #0399CC;
	font-weight: bold;
	font-size: 12px;
}
.title-products-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.title-products-3 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

/* NavMenu */
#navMenu, ul, li,  li li {
	margin:0;
	padding: 0;
}

#navMenu {
	width:180px;
	height:30px;
	font-weight: normal;
}

#navMenu ul {
	line-height: 28px;
}

#navMenu li{
	list-style:none;
	position:relative;
	background-color: #667782;
	text-align: left;
}

#navMenu li li{
	list-style:none;
	position:relative;
	background: #667782;
	left:181px;
	top:-30px;
}

#navMenu ul ul {
	position: absolute;
	visibility: hidden;
	top:30px;
}

#navMenu ul li:hover ul{
	visibility:visible;
}

/* Hover */

#navMenu li:hover {
	background-color:#3a8cbf;
}

#navMenu ul li:hover ul li a:hover {
	background-color: #3a8cbf;
}

#navMenu a:hover {
	font-weight:normal;
}

* Sub Sub Level Css From Here Down */

.Sub_level{
	position:relative;
	z-index:0;
	color:#ffffff;
}

.Sub_level:hover {
	background-color: transparent;
	z-index:60px;
}

.Sub_level ul {
	position: fixed;
	width: 180px;
	left: -3000px;
	visibility: hidden;
	overflow: visible;
	background-color: #667782;
}

.Sub_level:hover ul {
	position: fixed;
	visibility: visible;
	top:0px;
	left:0;
	height:0;
}





/****************************************/

body {
	padding:0;
	border:0;
	margin:0;

}
#wrapper {
	padding: 0;
	margin:0 auto;
	width:960px;
	height:auto;
	background-color: #667782;
}
#sideArea {
	padding:0;
	margin:0;
	width: 150px;
	height: auto;
	float:left;
}
#content  {
	padding:0;
	margin:0;
	width: 810px;
	min-height:400px;
	height: auto;
	background-color:#FAF2FE;
	float:right;
}
#content  p {
	color: #666;
	font-size: 20px;
	line-height: 24px;
	font-family: Georgia, "Bitstream Charter", serif;
	margin:10px;
}

#navMenu ul li a {
	width: 180px;
	height:28px;
	display: block;
	text-decoration:none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	border:1px solid #eee;
	font-size: 14px;
	text-indent: 5px;
}
.clear {
	clear:both;
}
.counter {
	width:40px;
	height: 10px;
	margin: 0 auto;
}

.keywordscss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E4148;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.keywords1 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 9px;
	color: ;
	color: #AFAFAF;
}
.style1 {
	padding-left: 14px;
	padding-bottom: px;
	font-size: 16px;
	font-weight: bold;
	color: #1B99D1;
}
.style2 {
	font-size: 12px;
	text-indent: 0px;
	padding-left: 14px;
	font-weight: bold;
	color: #718685;
	padding-bottom: 12px;
	padding-top: 3px;
}
.style3 {
	font-size: 14px;
	text-indent: 0px;
	padding-left: 14px;
	font-weight: bold;
	color: #5F5556;
	padding-bottom: 12px;
	padding-top: 3px;
	padding-right: 5px;
}
.style5 {
	color: #0199CC;
	font-size: 18px;
	font-style: normal;
}

.top-line {
	font-size: 12px;
	text-indent: 0px;
	color: #47535A;
	padding: 0px;
}
.top-link {
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}
.border1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
