@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

body {
	/* background-image:url(../grid.png); */
	background-color:#FFFFFF;
}

#header {
	width: 900px;
	margin: 0 auto;
	height: 100px;
}

#header .smMenu {
	color: #666666;
	width: 780px;
	text-align: right;
	font-size: 10px;
	float: left;
}

html>body #header .smMenu {
	width: 792px
}

#header .smMenu a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}

#header .smMenu a:hover {
	text-decoration:underline;
}

#menu {
	width: 892px;
	margin: 0 auto;
	height: 33px;
	text-align:center;
	color:#FFFFFF;
}

.menu_el {
	width: 124px;
	height: 24px;
	margin-right: 3px;
	padding-top: 9px;
	background-image:url(../img/menu_el.gif);
	float:right;
}

.menu_el a {
	font-size: 11px;
	text-decoration: none;
	color: #555555;
}

.menu_el_active {
	width: 124px;
	height: 24px;
	margin-right: 3px;
	padding-top: 9px;
	background-image:url(../img/menu_active.gif);
	float:right;
}

.menu_el_active a {
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}

#infoContent {
	background-color:#FBAF5C;
	width: 100%;
	margin-top: 30px;
}

#infoContent .content {
	width: 900px;
	margin: 0 auto;
	font-size: 11px;
	color:#FFFFFF;
	text-indent: 10px;
}


html>body #infoContent .content { margin: 0 auto; }

#infoContent .homeText {
	height: 25px;
	width: 892px;
	text-align:justify;
	line-height: 19px;
	color: #336600;
	margin-top: 2px;
	
}

#infoContent .homeText p, h1 {
	margin-left: 215px;
	padding-top: 20px;
}
#infoContent .homeText a{
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	color: #FFFFFF;
}

#infoContent .homeText a:hover{
	text-decoration: underline;
}

#content {
	width: 910px;
	margin: 0 auto;
}

html>body #content {
	width: 900px;
}

.column {
	width: 410px;
	margin: 15px 10px 15px 10px;
	float: left;
	text-align:justify;
}

.column strong, b {
	color: #197B2E;
}

.column h2, h1 {
	text-align:center;
	color: #EB9B2C;
	font-size:12px;
	font-weight: bold;
}

.column h3 {
	color: #0071BD;
	font-size:12px;
	font-weight: bold;
}

.column a {
	color: #0070BC;
}

.column img {
	margin-right: 5px;
}

.column a:hover {
	text-decoration: none;
}

.spanTwo {
	width: 890px;
	margin: 0px 5px 0px 5px;
	float: left;
}

#fooder {
	margin-top: 10px;
	background-color:#EBEBEB;
	width: 100%;
}

#fooder .fooderContent {
	width: 900px;
	margin: 0 auto;
	text-align:center;
	padding: 10px 0px 6px;
}

#fooder .fooderContent p {
	font-size: 10px;
	color: #006699;
}

#fooder .fooderContent a {
	color: #666666;
	font-size: 10px;
	text-decoration:none;
}

#fooder .fooderContent a:hover {
	text-decoration:underline;
}

#fooder .created{
	color: #006699;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
}

.fix {
	clear: both;
	float: none;
}

.moreinfo {
	font-size:14px;
	color: #315783;
	background:url(../img/arrow.gif) right no-repeat top;
	text-decoration:none;
	height: 23px;
	display:block;
	float:right;
	width: 175px;
}

.productTitle {
	font-size: 16px;
	color:#FF6600;
	text-transform:lowercase;
	padding-bottom: 10px;
	font-weight:bold;
}

.price {
	color:#FF6600;
	font-weight:bold;
}

.paging {
	font-size:12px;
	text-align:center;
	width: auto;
	float:none;
}

.paging a{
	color:#333333;
	text-decoration:none;
}

.paging a:hover {
	background-color:EFEFEF;
	color:31639C;
	border: 1px solid #31639C;
	padding: 1px 1px 1px 1px;
	
}


.currentPage {
	color:#FFFFFF;
	background-color:#31639C;
	padding: 1px 1px 1px 1px;
}
