body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #FFF;
}

a:link, a:visited, a:active {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #000033;
	text-decoration: none;
}

#body {
	width: 768px;
	background-color: #FFFFFF;
/*	min-height:760px;
	height:auto !important;
	height:760px;*/
}

#topBanner {
	width: 768px;
	height: 130px;
}

#main {
	width: 768px;
	background-color: #FFFFFF;
}
#topMenu {
	padding: 4px 0;
	border-bottom:1px solid #FF0000;
}

/*
Left Bar*******************/
#main #leftBar {
	float: left;
	position: relative;
	padding:2px 0;
	width: 100px;
}

#main #leftBar a:hover {
	color: #FF0000;
	text-decoration: none;
}

#main #leftBar .buttonFont {
	padding:1px 0;
	color: #000066;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	vertical-align: middle;
	width: 98px;
}

#main #leftBar .buttonFontAct {
	color: #FF0000;
}

#mainContent {
	float: right;
	position: relative;
	width: 660px;
}

#content {
	clear:both;
	margin: 3px;
	position: relative;
	min-height:540px;
	height:auto !important;
	height:540px;
}

#footer {
	background-color: #EEEEFE;
	padding: 4px 0;
	border-top:1px solid #FF0000;
	border-bottom:1px solid #FF0000;
}

#footer a:link, a:visited, a:active  {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
}

/*
Class **********/
.pageFrame {
	border-bottom: 2px solid #003399;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.xxbig {
	font-size: 36px;
}

.white {
	color: #FFFFFF;
}
.red {
	color: #FF0000;
}
.blue {
	color: #003399;
}
.gray {
	color: gray;
}

.mediumTitle {
	color: #003399;
	font-size: 14px;
	font-weight: bolder;
}
.blueTitle {
	color: #003399;
	font-size: 18px;
	font-weight: bolder;
	font-variant: small-caps;
}
.redTitle {
	color: #FF0000;
	font-size: 18px;
	font-weight: bolder;
}

.red_btn_mid {
	float:left;
	background: #F00;
	height: 22px;
	line-height:22px;
	font-size: 14px;
	text-transform: capitalize;
	border: 1px solid #FF0000;
}
/*
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}

.pageTitle {
	font-family: "Courier New", Courier, mono;
	font-size: 28px;
	font-weight: bolder;
}
.bigTitle {
	color: #003399;
	font-size: 18px;
	font-weight: bolder;
}

.subTitle {
	font-size: 14px;
	font-weight: bold;
	color: #330099;
}

.green {
	color: #006633;
}

.info_btn {
	background: #FFF url(/images/template/btn_bg.gif) no-repeat center top;
	height: 22px;
	color: #FF0000;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#topBanner #topSearch {
	position: absolute;
	top: 60px;
	left: 520px;
}

#productFooter {
	background: #FFF url(../images/tpl/prod_bg.gif) repeat-x top;
	width: 778px;
	height: 100px;
}

#content #productDetail {
	background-image: url(../images/tpl/detail_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#shoppingCart {
	width:558px;
	padding: 4px 10px;
}
*/