/* wartfree.com */

html {
	font-size: 100%; /* ie */
}

body {
	background-color: #fff;
	color: #222;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center; /* centers content */
}

body, ul, li, table, tr, td, div, span { /* remove margin & padding */
	margin: 0;
	padding: 0;
}

ul, ol {
    padding-left: 1em; /* behave like Gecko */
}

/* table { border-collapse: collapse; } */

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: .5em 0;
}

a {	color: #346715; text-decoration: none; }
/*a:visited { color: #acacac; }*/
a:hover { color: #c37c00; }

	a.map {
		margin-left: 12px;
	}

textarea {
	font: 12px sans-serif;
}

/* bulletproof horizontal nav */

#navbar {
	background-color: #d4dca0;
	border-bottom: 2px solid #fff;
	overflow: hidden;
}

#navbar h1 {
	background-color: #0d0559;
	border-right: 2px solid #fff;
	color: #fff;
	clear: none;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10px;
	font-weight: bold;
	float: left;
	height: 23px;
	margin: 0;
	overflow: hidden;
	padding: 0 0 0 0;
	line-height: 2.25;
	width: 225px;
}

		#navbar h1 a {
			color: #fff;
			margin: 0 8px;
			text-transform: uppercase;
		}

			.wf #navbar h1 a:hover {
				color: #c37c00;
			}
		
			#navbar h1 a.viewcart {
				margin-left: 16px;
			}

ul#nav {
	border-left: 1px solid #fff;
	border-right: 2px solid #fff;
	float: left;
	font-size: 10px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	list-style: none;
}

	ul#nav li {
		border-left: 1px solid #fff;
		float: left;
		font-family: "Trebuchet MS", sans-serif;
		font-weight: bold;
		height: 23px;
		margin: 0;
		padding: 0;
		text-align: center;
		width: 84px;
	}
	
		ul#nav li a {
			background: #346715 url(../images/nav/green.png) top left;
			color: #fff;
			display: block;
			float: left;
			height: 23px;
			line-height: 2.25;
			margin: 0;
			padding: 0;
			text-decoration: none;
			text-transform: uppercase;
			width: 84px;
		}
	
			ul#nav li a:hover,
			ul#nav li a#active {
				background: #c37c00 url(../images/nav/orange.png) repeat-x top left;
			}

div.container { 
	width: 740px;
	text-align: left;
	margin: 0 auto; 
	overflow: hidden;
}

	.beige {
		background-color: #f1f4df;
	}

div#header {
	background-color: #fff;
	border-bottom: 1px solid #808080;
	overflow: hidden;
	width: 736px;
	height: 88px;
	margin: 0 2px 18px 2px;
}

#header img {
	float: left; 
}

#header p {
	float:right;
	font-size: 13px;
	font-style: italic;
	margin-top: 55px;
	margin-right: 30px;
}

img#page-intro {
margin-left: -16px;
}

#footer {
	border-top: 1px solid #808080;
	clear: both;
	margin-top: 2px;
	padding-left: 20px;
}
	p#copyright {
		margin-top: 1.5em;
		margin-bottom: 1em;
	}

	p#lownav {
		line-height: 1.5;
		margin-bottom: 1.5em;
		margin-top: 1em;
	}

div#main {
	background-color: #f1f4df;
	overflow: hidden;
	text-align: left;
}

.two-column {
	background: url(../images/two-column-wf.png) repeat-y top left;
}
	
	div#main-column { /* main column */
		background-color: #fff;
		border-left: 2px solid #fff;
		float: left;
		overflow: hidden;
		padding: 0 16px;
		width: 479px;
	}
	
	.one-column #main-column {
		border-right: 2px solid #fff;
		padding: 0;
		width: 736px;
	}
	
		hr {
			border: none 0;
			border-top: 1px solid #808080; /*the border*/
			clear: both;
			height: 1px;
			margin: 0 0 12px -16px;
			width: 509px;
		}
		
		#main-column p {
			line-height: 1.2;
			margin: .75em 0;
		}
		
		#main-column p.testimonial {
			margin: 1.5em 0;
		}
		
		#main-column h1 {
			color: #0d0559;
			font-size: 16px;
			font-weight: normal;
		}
		
		#main-column h1.combo-pak {
			margin-top: 1em;
		}
		
		#main-column h1.block-style {
			background-color: #c37c00;
			border-left: 2px solid #fff;
			color: #fff;
			clear: both;
			font-weight: normal;
			font-size: 14px;
			font-style: italic;
			height: 23px;
			margin: 0 0 0 -18px;
			overflow: hidden;
			padding: 0 0 0 18px;
			line-height: 1.7;
			width: 503px;
		}
		
		#main-column h2 {
			color: #0d0559;
			font-size: 14px;
			font-style: italic;
			font-weight: normal;
		}

		#main-column h3 {
			color: #000;
			font-size: 11px;
			margin: 1.25em 0 .75em 0;
			line-height: 1.1;
			text-transform: uppercase;
		}
			#main-column h3 span.date {
				color: #414141;
				font-weight: normal;
			}
		
		div.product {
			clear: both;
			margin: 1em 0;
		}
		
		div.product img {
			float: left;
			margin: 0 0 1em 0;
		}
		
		div.description {
			margin-left: 102px;
		}
			
	div#right-column { /* right column */
		border-right: 2px solid #fff;
		float: left;
		padding: 0;
		width: 225px;
		w\idth: 225px;
	}
	
		#right-column #wart-doctor {
			background: url(../images/right_col/wart-doctor-bg.png) no-repeat top left;
			height: 126px;
			overflow: hidden;
			width: 225px;
		}
		
			#right-column #wart-doctor h2 {
				font-size: 18px;
				font-style: italic;
				font-weight: normal;
				text-transform: none;
				margin: 8px 0 8px 8px;
			}
			
			#right-column #wart-doctor h2 a {
				color: #0d0559;
			}
			
			#right-column #wart-doctor ul {
				margin-left: 8px;
			}
						
			#right-column #wart-doctor strong {
				color: #000;
			}
			
			#right-column #wart-doctor li {
				margin: 0 0 6px 0;
				line-height: 1.3;
			}
	
		#right-column p {
			color: #111;
			line-height: 1.2;
			margin: .75em 0 1.75em 0;
		}
		#right-column h1 {
			color: #346715;
			font-size: 14px;
			font-style: italic;
			font-weight: normal;
		}
		#right-column h2 {
			color: #000;
			font-size: 11px;
			margin: 1.25em 0 .75em 0;
			line-height: 1.1;
			text-transform: uppercase;
		}
		
	p.sitemap {
		line-height: 1.5 !important;
	}

/* right column products */

#right-column div.product-r {
	clear: both;
	border-top: 3px solid #fff;
}

#right-column div.product-r h2 {
	color: #fff;
	margin: 0;
	padding: 0 10px;
	background-color: #0d0559;
	line-height: 1.65;
	overflow: none;
	text-transform: none;
	font-size: 12px;
	font-style: italic;
}

#right-column div.product-r  img {
	float: left;
}

#right-column div.product-r div.order {
	clear: both;
	float: right;
	margin-top: 3px;
}

#right-column div.product-r p {
	margin: 6px 0 0 0;
	padding: 0 10px;
}

#right-column div.product-r p.price {
	margin: 0;
	clear: left;
	font-weight: bold;
	color: #000;
	padding: 6px 0 4px 10px;
}

#right-column div.product-r p.size {
	border-bottom: 1px solid #808080;
	margin: 0;
	padding: 0 0 6px 10px;
}

span.save {
	color: #f00;
	margin-left: 6px;
}

#right-column div#subscribe {
	border-top: 3px solid #fff;
	padding: 0 10px;
}

#right-column div#subscribe h2 {
	font-size: 13px;
	font-weight: normal;
	color: #0d0559;
	text-transform: none;
	margin: .5em 0;
}

#right-column div#subscribe p {
	margin: .5em 0;
}

#right-column div#subscribe input {
	color: #222;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#right-column div#subscribe input[name=Email] {
	margin: 0 0 .5em 0;
}

#right-column div#subscribe input.email {
	margin: 0 0 .5em 0;
}

/* order page */

#order-header {
background-color: #d4dca0;
height: 125px;
overflow: hidden;
}

#oh-left {
	background: url(../images/order/wart-doctor-bg.png) no-repeat top left;
	height: 125px;
	overflow: hidden;
	width: 244px;
	float: left;
}

			#oh-left h2 {
				font-size: 18px;
				font-style: italic;
				font-weight: normal;
				text-transform: none;
				margin: 8px 0 8px 98px;
			}
			
			#oh-left h2 a {
				color: #0d0559;
			}
			
			#oh-left ul {
				margin-left: 98px;
			}
						
			#oh-left strong {
				color: #000;
			}
			
			#oh-left li {
				font-size: 13px;
				font-style: italic;
				line-height: 1.3;
				margin: 0 0 0 0;
			}
			
			div#oh-divider {
				background-color: #808080;
				float: left;
				height: 107px;
				width: 1px;
				margin: 7px 10px 0 0;
			}

			#oh-right {
				height: 125px;
				overflow: hidden;
			}

			#oh-right h2 {
				color: #222;
				font-size: 12px;
				font-style: normal;
				padding-top: 8px;
				padding-bottom: 3px;
			}
					
			#oh-right strong {
				color: #000;
			}
			
			#oh-right ul {
							margin: 0 0 0 43px;
							line-height: 1.3;
						}
			
			#oh-right li {
				margin: 0;
				line-height: 1.3;
			}

#order-content p,
#order-content h1,
#order-content h2 {
	margin-left: 16px;
	margin-right: 16px;
}

#order-content strong {
	color: #000;
}

h1#details {
	clear: both;
	padding-top: 12px;
}

#main-column div.product-order {
	background-color: #f1f4df;
	border-top: 3px solid #fff;
	border-right: 2px solid #fff;
	float: left;
	width: 244px;
}

#main-column div.last {
	border-right: 0 none;
}

#main-column div.product-order h2 {
	color: #fff;
	margin: 0;
	padding: 0 10px;
	background-color: #0d0559;
	line-height: 1.65;
	overflow: none;
	text-transform: none;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

#main-column div.product-order  img {
	float: left;
}

#main-column div.product-order div.order {
	clear: both;
	float: right;
	margin-top: 3px;
}

#main-column div.product-order p {
	margin: 6px 0 0 0;
	padding: 0 10px;
}

#main-column div.product-order p.price {
	margin: 0;
	clear: left;
	font-weight: bold;
	color: #000;
	padding: 6px 0 4px 10px;
}

#main-column div.product-order p.size {
	border-bottom: 1px solid #808080;
	margin: 0;
	padding: 0 0 6px 10px;
}

/* ######### Contact Form Styles ######## */
				
.required{color:#792626;font-weight:bold }
.error{color:#FF6600;font-weight:bold}
#contactTab input:focus, #contactTab textarea:focus{
background-color:#C8D3D7;
}