/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

html, body, #wrapper {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #wrapper {
	height: auto;
}

#wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
}

#strapLine {
	position: absolute;
	right: 100px;
	top: 20px;
	z-index: 5;
	max-width: 450px;
	padding-left: 210px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #000000;
	text-align: right;
}

/*
#strapLine {
	position: absolute;
	left: 215px;
	top: 30px;
	z-index: 5;
	max-width: 450px;
	padding-right: 30px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #d21f1f;
}
*/

#trIcon {
	position: absolute;
	z-index: 5;
	right: 10px;
	top: 10px;
	margin: 0px;
	padding: 0px;
}

/* ***** Text Styles ***** */
h2 {
	font-size: 24px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding-top: 5px;
}

h3 {
	font-size: 14px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	text-transform: capitalize;
}

h4 {
	font-size: 18px;
	color: #d21f1f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	padding-top: 5px;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}
h6.red {
	color: #d21f1f;
}

p.feature,
#content p.feature {
	font-size: 13px;
}

/* ***** Navigation Area Styles ***** */
#nav {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 180px;
	padding-top: 15px;
	
	background-image: url(images/bgNav.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

p.contactDetails {
	margin: 10px 0px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p.contactDetails span.sml {
	font-size: 10px;
}

p.contactDetails a {
	color: #669966;
	text-decoration: none;
}
p.contactDetails a:hover { text-decoration: underline; }

ul.mainMenu {
	list-style-type: circle;
}

ul.mainMenu a {
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}
ul.mainMenu a:hover {
	text-decoration: underline;
}

div.wholesaleLogin {
	padding: 0px 0px 0px 10px;
}

div.wholesaleLogin input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

div.wholesaleLogin input.login {
	border: 1px solid #000000;
	width: 100px;
}

div.wholesaleLogin input.loginButton {
	background-color: #c0c0c0;
	font-weight: bold;
	border: 1px solid #c0c0c0;
}

div.productList {
	padding: 0px 0px 0px 10px;

	background-color: #ffffff;
}

div.fProductList {
	padding: 10px 0px 10px 10px;
	
	border: 1px solid #d21f1f;
	border-style: solid none;
	background-color: #ffffff;
}

div.productList ul,
div.fProductList ul,
div.wholesaleLogin ul {
	list-style-type: circle;
	margin: 0px;
	padding: 0px 0px 0px 25px;
}

div.productList a,
div.fProductList a,
div.wholesaleLogin a {
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}
div.productList a:hover,
div.fProductList a:hover,
div.wholesaleLogin a:hover {
	text-decoration: underline;
}

/* ***** Home Styles ***** */

div.objWelcome {
	margin: 0px 0px 20px 5px;
	padding: 0px 0px 0px 0px;
	max-width: 690px;
}

div.objHNews,
div.objError {
	width: auto;
	padding: 0px 30px 10px 10px;
	margin: 10px 0px 10px 0px;
	
	border: 1px solid #d21f1f;
	border-style: solid none solid none;
}

div.objHNews h4,
div.objError h4 {
	width: 120px;
	margin-right: 20px;
	float: left;
	
	text-align: right;
}

div.objHNews p,
div.objError p {
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 300px;
}

div.objHNews p.clear,
div.objError p.clear {
	float: none;
	clear: both;
	padding: 0px;
}
div.objConfirmation {
	width: 340px;
	padding: 0px 30px 10px 30px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #669966;
	border-style: solid none solid none;
}
div.objConfirmation h4 { color: #669966; }

div#classButtons {
	float: right;
	width: 220px;
	margin: 0px 0px 20px 10px;
	padding-top: 45px;
	
	background-color: #ffffff;
}

div.hmeClass {
	float: right;
	margin: 3px;
	padding: 0px;
	width: 100px;

	border: 1px solid #d21f1f;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

div.hmeClass h2 {
	margin: 0px;
	padding: 3px 3px 3px 3px;
	
	border: 0px none #000000;
	background-color: #d21f1f;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
#content div.hmeClass h2 a { color: #ffffff; }

div.userContent {
	width: 400px;
	margin: 10px 25px 10px 25px;
}

div.userContent img {
	float: left;
	margin-right: 15px;
}

div.userContent hr {
	clear: left;
	margin: 10px 0px 10px 0px;
	padding-top: 10px;
	
	border: 0px none #000000;
	border-bottom: 1px solid #d21f1f;
	background-color: #ffffff;
}

/* ***** Content Area Styles ***** */
#content {
	margin: 77px 40px 50px 210px;
}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#content div.error {
	border: 1px solid #d21f1f;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 0px 0px 10px 0px;
	width: 400px;
}
#content div.error p {
	color: #ffffff;
	font-weight: bold;
	background-color: #d21f1f;
	padding: 3px;
	width: 392px;
	margin: 0px 0px 10px 0px;
}

#content div.objPHeader {
	border-left: 30px solid #d21f1f;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 10px;
	min-height: 100px;
	width: 350px;
}

#content div.results {
	width: auto;
	margin: 20px;
	border-bottom: 1px solid #000000;
	text-align: center;
	font-weight: bold;
}
#content div.results a {
	margin: 0px 10px;
}

#content div.objPList,
#content div.objWPList {
	width: 124px;
	height: 135px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #cccccc;
	float: left;
}
#content div.objWPList { height: 190px; }

#content div.objPPhoto,
#content div.objWPPhoto {
	display: table-cell;
	width: 120px;
	height: 90px;
	margin: 0px;
	padding: 2px;
	float: none;
	background-color: #cccccc;
	
	text-align: center;
	vertical-align: middle;
}
#content div.objWPPhoto { height: 120px; }
#content img { border: 0px none #ffffff; }

#content a {
	text-decoration: none;
	color: #669966;
}
#content a:hover {
	text-decoration: underline;
}

#content a.button {
	display: block;
	border: 1px solid #484848;
	background-color: #cccccc;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
	width: 100px;
	text-align: center;
}

#content img.imgHome {
	border: 1px solid #d21f1f;
	float: left;
	margin-right: 5px;
}

#content img.imgMap {
	border: 0px none #000000;
	float: left;
	margin: 0px 15px 20px 5px;
}

#content div.shipment {
	width: 400px;
	padding: 5px 0px 5px 20px;
	
	border-bottom: 1px solid #000000;
}

#content div.shipment img {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

#content div.shipment td {
	padding: 0px 10px 0px 0px;
}

#content div.shipment p {
	margin-top: 10px;
}

#content div.shipment p.clear {
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
}

/* Table Styles */
#content td {
	padding: 1px 4px;
	vertical-align: top;
}

td.error {
	color: #d21f1f;
	font-weight: bold;
}

/* Input Styles */
#content input {
	border: 1px solid #484848;
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 130px;
}
#content input.lng { width: 200px; }
#content input.shrt { width: 70px; }
#content input.btn { width: auto; background-color: #cccccc; }

/* ***** Product Styles ***** */
#pDetails {
	position: absolute;
	left: 530px;
	top: 90px;
	padding: 0px 0px 0px 15px;
	border-left: 30px solid #d21f1f;
	min-width: 244px;
	max-width: 500px;
}

#pImages {
	margin: 20px 0px 0px 0px;
	position: absolute;
	left: 530px;
	top: 250px;
}

#pImages hr {
	border-style: solid none none none;
	border-width: 1px;
	border-color: #000000;
	margin: 2px 0px 5px 0px;
	padding: 0px;
}

#pImages img {
	float: left;
	margin: 0px 10px 0px 0px;
}

div.product {
	width: auto;
	min-width: 540px;
	max-width: 75%;
	margin: 15px 15px 15px 0px;
}

div.product img.main {
	float: left;
	margin: 0px 25px 0px 0px;
}

div.product div.pShape {
	background-color: #d21f1f;
	width: 35px;
	height: 160px;
	float: left;
	margin: 10px 10px 10px 25px;
}

div.product p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#pDetails p.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}

/* ***** Footer Styles ***** */
#footer {
	position: absolute;
	bottom: 10px;
	left: 0px;
	padding: 10px;
	background-color: #ffffff;
	margin-left: 200px;
}

#footerHeader {
	width: 100%;
	background-color: #d21f1f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	padding: 2px;
	margin: 0px 0px 2px 0px;
}

#footer #scrContainer {
	overflow: hidden;
	height: 120px;
	clip: rect(0px 400px 120px 0px);
	position: relative;
	background-color: transparent;
	border: 0px none #000000;
	margin: 0px;
	padding: 0px;
	float: left;
}

#scrPane {
	position: absolute;
	width: auto;
	height: 150px;
	background-color: #ffffff;
	border: 0px none #000000;
	padding: 0px;
	margin: 0px;
}

#scrPane table {
	padding: 0px;
	margin: 2px 0px;
	border: 0px none #000000;
	border-bottom: 1px solid #cccccc;
	background-color: #cccccc;
}

#scrPane table td {
	padding: 3px 5px;
}

#scrPane img {
	margin: 0px;
	border: 2px solid #ffffff;
}

#scrContainer img:hover {
	border: 2px solid #cccccc;
}

#scrButtonRight,
#scrButtonLeft {
	float: left;
	width: 13px;
	height: 19px;
	padding: 0px 0px 0px 2px;
	margin: 0px 0px;
	background-color: #cccccc;
	border: 0px none #000000;
}
#scrButtonRight { margin-left: 1px; }
#scrButtonLeft { margin-right: 1px; }

#scrButtonRight img,
#scrButtonLeft img {
	border: 0px none #000000;
}

#scrButtonRight.scrButtonRight_over,
#scrButtonLeft.scrButtonLeft_over {
	width: 13px;
	height: 19px;
	padding: 0px 0px 0px 2px;
	border: 0px none #000000;
	background-color: #999999;
}

#scrBar {
	float: left;
	padding: 3px 5px;
	margin: 0px;
	height: 13px;
	background-color: #ffffff;
	background-image: url('images/bgScrollBar.gif');
	background-repeat: repeat;
	border: 0px none #000000;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

#scrButtonRight #btnSCR_Right,
#scrButtonLeft #btnSCR_Left {
	background-image: none;
	padding: 0px;
}

/* ***** Site Credits Styles ***** */

#siteCredits {
	margin: 0px;
	padding: 10px 0px 10px 15px;
	
	background-color: #ffffff;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#siteCredits a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #676767;
	text-decoration: underline;
}
#siteCredits a:hover { text-decoration: none; color: #c17729; }