/******************************************************
Layout Styles
******************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	overflow: visible;
	background-color: #FFFFFF;
	margin-top: 75px;
	padding: 0px;
	background-image:url(/template/images/logo.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
.content{
	width: 760px;
	height: 566px;
	overflow: hidden;
	margin: auto;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(/template/images/content_background.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
.header {
	display: none;
}
.top, .bottom{
	background-repeat: no-repeat;
	z-index: 15;
	color: #D04C64;	
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: absolute;
	left: 50%;
	width: 760px;
	height: 45px;
	margin-left: -380px;
	padding-left: 20px;
	padding-top: 15px;
} 
.top {
	background-image: url(/template/images/top_background.gif);
}
.bottom {
	top: 596px;
	background-image: url(/template/images/bottom_background.gif);
}
.top a, .bottom a{
	color: #DD7F90;	
}
.top a:hover, .bottom a:hover{
	color: #FFFFFF;
}
form{
margin: 0px;
}
/******************************************************
Navigation Styles
******************************************************/
.navigation form{

}
.navigation form input{

}
.navigation{ 
	position: absolute;
	background-image: url(/template/images/navigation_follower_backgro.gif);
	background-repeat: no-repeat;	
	width: 208px;
	height: 566px;
	left: 50%;
	margin-left: 166px;
	z-index: 20;
	vertical-align: middle;
	display: table;
}
.navContainer{
	
	_position: absolute; 
	_top: 50%; 
	display: table-cell; 
	vertical-align: middle;
	*padding-top: 110px;
	_padding-top: 20px;
}
.navGrouping{
	_position: relative;
	_top: -50%;
	margin-left: 2px;
}
.navigation a, .navigation form input {
	position: relative;
	width: 180px;
	height: 35px;
	margin: none;
	margin-bottom: -1px;
	line-height: 35px;
	margin-right: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	display: block;
	overflow: visible;
	border-bottom: 1px dotted #777777;
	border-top: 1px dotted #777777;
	vertical-align: middle;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding-left: 17px;
	text-decoration: none;	
	background-image: url(/template/images/navHead_background.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #575757;
	text-align: left;
}


.navigation a:hover {
	color: #BC0022;
	background-image: url(/template/images/navHead_backgroundOn.gif);
	
}
#selected {
	color: #BC0022;
	background-image: none;
	background-color: #FFFFFF;
	border-bottom: 1px solid #B4B4B4;
	border-top: 1px solid #B4B4B4;
	padding-left: 4px;
	width: 193px;
}
form .navHead {

}
.hidden{
	font-style: italic;	
}
.secondaryNavigation{
	position: absolute;
	z-index: 25;
	top: 131px;
	height: 22px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: none;
	margin-left: 6px;
}
.secondaryNavigation a, .secondaryNavigation form input{
	display: block;
	height: 22px;
	width: 77px;
	text-align: center;
	color: #575757;
	float: left;
	clear: none;
	padding-top: 4px;
	padding-bottom: 0px;
	border: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.secondaryNavigation form input{
	border-right: 1px solid #000000;
}
.secondaryNavigation .selected{
	background-image:url(/template/images/secondaryNavigationSelected.gif);
	background-repeat: no-repeat;
}
/******************************************************
Text Styles
******************************************************/
.text{
	display: block;
	padding: 0px;
	margin: 0px;
	background-image: url(/template/images/text_background.gif);
	background-repeat: repeat-x;
	background-position: top-right;
	background-attachment: fixed;
	overflow: visible;
	position: absolute;
	left: 50%;
	top: 152px;
	margin-left: -374px;
	height: 409px;
	width: 542px;
	z-index: 10;
	overflow: auto;	
	scrollbar-arrow-color: #BC0022;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #D4D4D4;
	scrollbar-highlight-color: #BC0022;
	scrollbar-shadow-color: #BC0022;	
	background-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
}

.text p {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
	color: #333333;
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.5em;

}
.text ul li, .text li {
	list-style-position: outside;
	list-style-image: url(/template/images/bullet.gif);	
	padding-right: 100px;
	color: #333333;
	margin-left: 10px;
	font-size: 0.8em;
	line-height: 2em;
}
.text ol li{
	list-style-position: outside;
	list-style-image: none;
	padding-right: 100px;
	color: #333333;
	margin-left: 10px;
	font-size: 0.8em;
	line-height: 2em;
}
.text p a{
	color: #BC001F;
	text-decoration: none;
	border-bottom: 1px dotted #BC001F;
}
.text p a:hover{
	color: #BC001F;
	text-decoration: none;
	border-bottom: 0px none #FFFFFF;
}
.text p a:visited{
	color: #93001B;
	text-decoration: none;
	border-bottom: 1px dotted #93001B;
}
.text p a:active{
	color: #575757;
	text-decoration: none;
	border-bottom: 1px dotted #575757;
}
.text h1 {
	font-family: HELVETICA, arial, verdana;
	font-style: normal;
	font-weight: bolder;
	src: url(/HELVETI0.eot);
	color: #BC0022;
	font-size: 3em;
	padding-left: 10px;
	padding-top: 0px;
	width: 510px;
	overflow: visible;
	border-bottom: 1px dotted #BC0022;
	text-transform: lowercase;
	letter-spacing: -.1em;
}
.text h2, .text h2 a {
	font-family: HELVETICA, arial, verdana;
	font-style: normal;
	font-weight: bolder;
	src: url(/HELVETI0.eot);
	color: #4A4A4A;
	font-size: 1.2em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	letter-spacing: -0.05em;
	text-transform: capitalize;	
}
.text h3 {
	font-family:  verdana;
	font-style: normal;
	font-weight: bolder;
	color: #4A4A4A;
	font-size: .8em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	letter-spacing: 0em;
	display: inline;
}
.text h4 {
	font-family: HELVETICA, arial, verdana;
	font-style: normal;
	font-weight: normal;
	src: url(/HELVETI0.eot);
	color: #D83747;
	font-size: 1.4em;
	padding-left: 10px;
	padding-top: 25px;
	width: 300px;
}
.text h5 {
	font-family: HELVETICA, arial, verdana;
	font-style: normal;
	font-weight: normal;
	src: url(/HELVETI0.eot);
	color: #D83747;
	font-size: 1.2em;
	padding-left: 10px;
	padding-top: 25px;
	width: 300px;
}
.text h6 {
	color: #D83747;
	font-size: 1em;
	padding-left: 10px;
	padding-top: 25px;
	width: 300px;
}
.text h7 {
	color: #D83747;
	font-size: 1em;
	padding-left: 20px;
	padding-top: 25px;
	width: 300px;
}
.text hr {
	border-bottom: 0px none #FFFFFF;
	border-bottom: 1px dotted #BC0022;
	width: 510px;
	margin-left: 5px;
	text-align: left;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 1px;
}
.text img{

}
.text table tr td img{

}
.field{
	border: 1px solid AAAAAA;
}
.text .pageOptions{
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #AAAAAA;
	text-align: right;
	float: right;
	margin-right:20px;
	 
}
.text .pageOptions a, .text .pageOptions a:visted, .text .pageOptions a:active {
	color: #AAAAAA;
	border: none;
	text-decoration: underline;
	text-align: right;
	float: right;
}
.text .pageOptions a:hover{
	color: #5D5D5D;
	border: none;
	text-decoration: underline;
}
.yourFieldNameHere{
	margin: 0px;
	border: none;
	width: 500px;
}

/******************************************************
Table Styles
******************************************************/
table {
	margin-left: 0px;
}
th {
	
}
td{

}
/******************************************************
Tool Box Styles
******************************************************/
.shoppingCart{
	position: relative;
	top: 497px;
	z-index: 50;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

.shoppingCart input{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	border: 1px;
}

.searchBox{
	display: none;
}
.inputField{
	border-right: 1px solid #D83747;
	border-top: 1px solid #D83747;
	border-bottom: 1px solid #D83747;
	border-left: 1px solid #D83747;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	weight: bold;
}

.newsBox {

}
.newsBox p {
	
}
.newsletterTool {
	position: absolute;
	display: block;
	width: 500px;
	height: 25px;
	left: 50%;
	top: 19px;
	margin-left: -39px;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	weight: bold;
	color: #D83747;
	
}
.gofield{
	background-color: #D83747;
	color: #ffffff;
	border-right: 1px solid #D83747;
	border-top: 1px solid #D83747;
	border-bottom: 1px solid #D83747;
	border-left: 1px solid #D83747;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	weight: bold;
}

.logo{

}
.breadCrumbs {
	position: absolute;
	display: none;
}
.breadCrumbs a{

}
.breadCrumbs a:hover{

}
.breadCrumbs i {

}
/******************************************************
Product Box Styles
******************************************************/
.product {
	height: 375px;
	margin-top: 0px;
	margin-bottom: 0px;

	overflow: hidden;
	border-bottom: 1px solid #DDDDDD;
}

.product .heroimg {
	float: left;
	clear: none;
	clip: rect('0', '60', '0', '60');
	border: none;
}
 .heroimg {
	float: left;
	clear: none;
	clip: rect('0', '60', '0', '60');
	border: none;
}
.productOptions{

	position: absolute;
	margin-top: -24px;
	margin-left: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #AAAAAA;	
	float: right;
	text-align: right;
}
.productOptions a{
	border-bottom: none;
	text-decoration: underline;
	color: #BC0022;	
	font-weight: bold;
}

.productOptions a:hover {
	color: #555555;
}

a.firstNext {
	position: absolute;
		margin-left: 40px;
		margin-top: -42px;
}
.product .data {
	display: block;
	width: 270px;
	height: 380px;
	clear: none;
	overflow: hidden;
	float: right;
	vertical-align: middle;
}
 .data {
	display: block;
	clear: none;
	width: 460px;
	overflow: hidden;
	float: right;
	vertical-align: middle;
}

.product .data select{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		text-transform: uppercase;
}

.product .data .add{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		text-transform: uppercase;
}
.product .data p{
	margin-top: 0px;
	width: 245px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #646464;
	font-size: 10px;
}
.product .data hr {
	border-bottom: 1px solid #EEEEEE;
}
.comment{
margin: 20px;
padding: 20px;
padding-top: 5px;
border: 1px solid #CCCCCC;
background-color: #EEEEEE;
}
.comment input, .cartButton {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px;
	font-size: 10px;
}

/******************************************************
Footer Styles
******************************************************/
.footer {
	display: block;
	width: 760px;
	margin: auto;
	font-size: 10px;
	background-image: url(/template/images/footer_background.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 10px;
}
.footer a{
	color: #CECECE;
}
.footer a:hover{
	color: #555555;
}
.credit {
	float: right;
}
.admin{
	float: left;	
}

