/*
Tag Styles
*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 80%;
	color: #404040;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #31629D;
	width: 780px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px; 
	font-style: normal; 
	font-weight: bold; 
	color: #F0F0F0;
	text-align: center;
	background:#395D8C;
	border-bottom: 4px solid #CCCCCC;
	border-right: 4px solid #CCCCCC; 
	width: 85%;
}

h2 {
	font-size: 16px; 
	font-style: normal; 
	font-weight: bold; 
	color: #395D8C;
	text-align: center;
	width: 100%;
}

a {
	color: #395D8C; 
	text-decoration: underline;
}

a:hover {
	color: #CCCCCC; 
	text-decoration: none;
}

blockquote {
  margin: 10px 50px 10px 50px;
 	font-family: Georgia, "Times New Roman", Times, serif; 
	font-style: italic;
	font-weight: bold;
}

form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

fieldset {
	margin: 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold; 
	font-style: normal; 
	color: #666666;
	border: 1px solid #395D8C;
}	

/*
Main Container Style
*/

#container {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: #ffffff;
	border: 2px solid #BBD0EA;
	
}

/* 
Header Styles
*/

#headerdiv {
	position: relative;
	height: 150px; 
	width: 780%; 
	background: url(943top.jpg) no-repeat;
	z-index: 1;
}

/* 
Top Navigation Styles
*/

#topnavdiv {
	position: absolute;
	top: 185px;
	left: 5px;
	font-weight:bold;
	font-style: normal;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	width: 98%;
		z-index: 4;
}

#topnavdiv a {
	color: #FFFFFF; 
	text-decoration: none;
	margin: 0px 1px;
	padding: 0px 4px;
	border-left: 1px solid #F0F0F0;
	
}

#topnavdiv a:hover {
	color: #FFFFFF; 
	text-decoration: none;
}


/* 
Top Image Filler Div
*/

#topfillerdiv, #topfillerbgdiv {
	position: absolute;
	top: 135px;
	left: 0px;
	width: 100%;
	height: 0px;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 3;
}

/* 
Sidebar Styles
*/

#sidebardiv {
	float: left;
	width: 24%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	font-style: normal; 
	color: #ffffff;
	border-right: 1px solid #395D8C;
}

#sidebardiv p {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	font-weight: bold;
}

.mu1 {
	font-size: 11px; 
	padding: 1px 0px 1px 0px; 
}
.mu1 a {
	color:  #ffffff; 
	text-decoration: none;
}
.mu1 a:hover {
	color: #ffffff; 
	text-decoration: none;
}
.mu2 {
	display: block; 
	font-size: 11px; 
	margin-left: 10px; 
	color: #666666; 
	font-style: normal; 
}
.mu2 a {
	color: #333333; 
	text-decoration: none;
}
.mu2 a:hover {
	color:#666666;
	text-decoration: underline;
}
.mu2 ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style: none;
	padding: 0px 0px 5px 5px;
	margin: 0px;
}
.mu2 li {
	padding: 1px 0px;
	margin: 0px;
}


/* 
Content Styles
*/

#contentdiv, #contentbgdiv {
	position: relative;
	clear: both;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#contentdiv {
	background-color: #ffffff;
}	

#contentbgdiv {
	background: #FFFFFF url repeat-y;
}

#maindiv {
	float: left;
	width: 75%;
	padding: 0px;
	margin: 0px auto;
	background-color: #ffffff;
}

/* 
Bottom Image Filler Div
*/

#bottomfillerdiv, #bottomfillerbgdiv {
	width: 100%;
	clear: both;
	height: 0px;
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	z-index: 4;
}

/* 
Footer Style
*/

#footerdiv {
  font-size: 11px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 25px;
	color: #666666; 
	background-color: #FFFFFF;
	border-top: 1px solid #395D8C
}

#footerdiv p {
	color: #404040; 
	margin: 0px;
	padding: 8px 0px 2px 0px;
}

#footerdiv a {
	color: #404040; 
	text-decoration: none;
}

#footerdiv a:hover {
	color: #C0C0C0; 
	text-decoration: underline;
}

/* 
Product Selection Style
*/

#selectionholder {
	margin: 0px auto; 
	text-align: center;
}

.thumbnaildiv {
  float: left; 
  width: 33%; 
  height: 188px; 
  margin: 0px auto; 
  text-align: center; 
  font-size: 11px; 
  font-weight: bold;
  
}

.thumbnailimage {
	height: 150px; 
	width: 150px; 
	border: 0px;
}

.emptyselection {
	font-size: 12px; 
	color: #FF0000; 
	margin: 0px auto; 
	text-align: center;
}

/* 
Product Detail Style
*/

#detailinfo {
	float: left;
	width: 430px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	background: #ffffff;
}

#detailinfo table {
	font-weight: bold;
	font-size: 10px;
	padding: 0px;
	margin: 0px auto;
	border-bottom: 1px solid #395D8C; 
}

#detailinfo td {
	border-top: 1px solid #395D8C;
}

#detailinfo ul {
	margin: 10px 0px 0px 20px;
	padding: 0px;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}

#detailinfo li {
	font-weight: normal;
  margin: 0px; 
  padding: 0px 10px;
  display: inline;
}

#detailinfo a {
	color: #880000; 
	text-decoration: none;
}

#detailinfo a:hover {
	color: #000000; 
}

#detailinfo input {
	font-size: 9px; 
	font-weight: bold; 
}

#detailimage {
	float: left;
	width: 320px; 
	height: 300px; 
	margin: 3px auto;
	
}
.detailreturn {
	font-weight: bold;
	font-style: italic;
	margin: 10px auto;
	padding: 3px;
	text-align: center;
}

.detailreturn input {
	font-size: 9px; 
	font-weight: bold;
	color: #395D8C;
	padding: 2px;
	margin: 0px; 
}


/* 
Order Information Style
*/

.ordertable, .ordertablebg {
  border: 1px solid #395D8C;
	text-align: center;
	width: 90%;
	margin: 0px auto;
	padding: 0px;
}

.ordertablebg {
	color: #404040;
	font-weight: bold;
	background-color: #ffffff;
}

.ordertdbg {
	border-top: 1px solid #395D8C;	
	padding: 2px 10px;
	margin: 0px;
	text-align: right;
}

.orderaddress {
	color: #404040;
	text-align: left;
	width: 48%;
	margin: 0px;
	padding: 4px;
	background-color: #ffffff;
}

.orderaddresstbl {
	text-align: left;
	width: 90%;
	margin: 2px 10px;
	padding: 0px;
}


/* 
Multi-Page Scroll Style
*/

.pagenav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	text-align: center;
	color: #395D8C;
}

.pagenav a {
	color: #395D8C; 
	text-decoration: underline;
}

.pagenav a:hover {
	color: #666666; 
	text-decoration: none;
}

.cartimage {
  float: left; 
  width: 100px;
  margin: 5px 15px 5px 5px; 
  height: 100px; 
	border: 0px;
}

.cartinfo {
	float: left;
	color: #404040;
	font-style: normal;
	font-size: 11px;
	text-align: center;
}

.cartaction {
	float: right;
	margin: 50px 10px 0px 0px;
	padding: 0px;
	color: #404040;
	font-style: normal;
	font-size: 11px;
	text-align: right;
}


.formOrder {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}

.formOrder input {
	font-size: 11px;
}	

.formTable {
	font-weight: normal;
	color: #404040;
  margin: 0px auto;
  border: 0px;
}


/* 
Style "Widgets"
*/

.indentation {
	margin: 0px; 
	padding: 10px;
}

.spacer {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

.tdleft {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.tdright {
	padding: 0px;
	margin: 0px;
	text-align: right;
}

.tdcenter {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.pcenter {
  text-align: center;
}

.pleft {
  text-align: left;
}

.pright {
	text-align: right;
}	

.noticebox {
	margin: 5px 0px 10px 0px; 
	padding: 5px; 
	background-color: #e0e0e0; 
	border: 1px solid #808080; 
	font-size: 10px; 
	color: #FF0000;
	text-align: center;
}

.keyinfo {
	text-align: center; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #FF0000; 
	margin: 0px; 
	padding: 0px;
}

.welcomebox {
	float: left; 
	width: 47%; 
	background-color: #f0f0f0; 
	padding: 1%;
}

.featuresboxtitle {
	float: left; 
	height: 24px;
	width: 47%;
	font-size: 14px;
	font-weight: bold;
	color: #F0F0F0; 
	background-color: #395D8C; 
	margin: 10px 0px 0px 1%;
	border: 1px solid #395D8C;
}

.featuresboxtitle p {
	text-align: center;
	margin: 4px;
}

.featuresboxitem {
	float: left;
	width: 47%;
	height: 116px;
	font-size: 10px;
	font-weight: normal;
	color: #000000; 
	background-color: #ffffff; 
	margin: 0px 0px 0px 1%;
	border: 1px solid #395D8C;
}

.featuresboxitem p {
	text-align: left;
	margin: 2px;
}

.featuresboxitem img {
	border: 0px;
	margin: 2px 4px 4px 2px;
}

.couponbox {
	text-align: center;
	width: 60%;
	font-size: 11px;
	font-weight: normal;
	color: #395D8C; 
	background-color: #F8F8F8; 
	margin: 10px auto;
	padding: 4px;
	border: 1px solid #395D8C;
}

.tanBarLft {
	float: left;
	background-image: url(bar_lftside.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 4px;
}
.tanBarRt {
	float: left;
	background-image: url(bar_rtside.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 4px;
}
.tanBarRepeat {
	width: 100%;
	background-color: #395D8C;
	font:"Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color:#f0f0f0;
	padding: 1px 11px 1px 5px;
	margin: 0px 0px 0px -8px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

