/* Body/General Styling */

a:link {color: #1F4E16; text-decoration: none; }
a:active {color: #1F4E16; text-decoration: none; }
a:visited {color: #1F4E16; text-decoration: none; }
a:hover {color: #1F4E16; text-decoration: none; }

/* GLOBALMENU */
#sitemenu {
	width: 419px;
	height: 39px;
	padding: 15px 0;
	margin: 0 auto;
	position: relative;
}

#sitemenu #topmenu {
	margin: 0;
	padding: 0;
	zoom: 1;
	width: 100%;
}

#sitemenu #topmenu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#sitemenu #topmenu li {
	display: inline;
}

#sitemenu #topmenu li a {
	float: left;
	height: 0;
	padding-top: 39px;
	overflow: hidden;
	background-image: url(/images/buttons.png);
	background-repeat: no-repeat;
}


/* BUTTONS */
#sitemenu #topmenu li#bymake a {
	width: 88px;
	background-position: 0 0;
}

#sitemenu #topmenu li#bybrand a {
	width: 91px;
	background-position: -88px 0;
}

#sitemenu #topmenu li#myaccount a {
	width: 111px;
	background-position: -179px 0;
}

#sitemenu #topmenu li#viewcart a {
	width: 129px;
	background-position: -290px 0;
}

/* OVER BUTTONS */

#sitemenu #topmenu li#bymake a:hover {
	width: 88px;
	background-position: 0 -39px;
}

#sitemenu #topmenu li#bybrand a:hover {
	width: 91px;
	background-position: -88px -39px;
}

#sitemenu #topmenu li#myaccount a:hover {
	width: 111px;
	background-position: -179px -39px;
}

#sitemenu #topmenu li#viewcart a:hover {
	width: 129px;
	background-position: -290px -39px;
}

/* PRESSED BUTTONS */

#sitemenu #topmenu li#bymake a:active {
	width: 88px;
	background-position: 0 -78px;
}

#sitemenu #topmenu li#bybrand a:active {
	width: 91px;
	background-position: -88px -78px;
}

#sitemenu #topmenu li#myaccount a:active {
	width: 111px;
	background-position: -179px -78px;
}

#sitemenu #topmenu li#viewcart a:active {
	width: 129px;
	background-position: -290px -78px;
}

/* ON BUTTONS */

#sitemenu.lnbymake #topmenu li#bymake a{
	width: 88px;
	background-position: 0 -117px;
}

#sitemenu.lnbybrand #topmenu li#bybrand a {
	width: 91px;
	background-position: -88px -117px;
}

#sitemenu.lnmyaccount #topmenu li#myaccount a {
	width: 111px;
	background-position: -179px -117px;
}

#sitemenu.lnviewcart #topmenu li#viewcart a {
	width: 129px;
	background-position: -290px -117px;
}

a.PaymentOptionsPaypal {
	width: 118px;
	height: 50px;
	display: inline-block;
	background: transparent url(/images/payment/paypal.jpg) no-repeat;
	margin: 0 5px 5px 0;
	text-indent: -9999px;
}

a.PaymentOptionsPaypal:hover {
	background-position: -118px 0;
}

a.PaymentOptionsCertapay {
	width: 116px;
	height: 50px;
	display: inline-block;
	background: transparent url(/images/payment/certapay.jpg) no-repeat;
	margin: 0 5px 5px 0;
	text-indent: -9999px;
}

a.PaymentOptionsCertapay:hover {
	background-position: -116px 0;
}

a.PaymentOptionsCheque {
	width: 92px;
	height: 50px;
	display: inline-block;
	background: transparent url(/images/payment/cheque.jpg) no-repeat;
	margin: 0 5px 5px 0;
	text-indent: -9999px;
}

a.PaymentOptionsCheque:hover {
	background-position: -92px 0;
}

a.PaymentOptionsCC {
	width: 189px;
	height: 50px;
	display: inline-block;
	background: transparent url(/images/payment/creditcards.jpg) no-repeat;
	margin: 0 5px 5px 0;
	text-indent: -9999px;
}

a.PaymentOptionsCC:hover {
	background-position: -189px 0;
}

body {
	color: #1F4E16;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	background: #FFFFFF;
	text-align: center;
	}
	
#page {
	width: 820px;
	position: relative;
	margin: auto;
	background-color: #FFFFFF;
	}
	
#header {
	background-repeat: no-repeat;
	height: 190px;
	}
	
.price {
	color: #CC0000;
	font-weight: bold;
	}
	
/* Left Column */

#menu, #menu li ul {
width: 182px; /* set width of menu */
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu ul li ul a {
display: block;
margin: 0;
padding: 2px 0 2px 0;
text-decoration: none;
}

#menu ul li ul a:hover {
color: #5A9450;
}

#menu ul li ul li ul a {
display: block;
margin: -1px 0 0 -1px;
padding: 2px 0 2px 0;
background: #e1e1e1;
font-weight: normal;
}

#menu ul li ul li ul a:hover {
background: #C8C8C8;
font-weight: normal;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#leftcolumn {
	background: url('images/column_left_bg.gif') repeat-y;
	width: 200px;
	float: left;
	text-align: center;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 100;
	}
	
#categories {
	background: url('images/categories.gif');
	background-repeat: no-repeat;
	height: 39px;
	width: 200px;
	text-align: center;
	}
	
.category-links {
	color: #FFFFFF;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
.digg0 {
	float: right;
	display: block;
	margin: 75px 0 0 -130px;
	padding: 0 0 0 0;
	}
	
.digg1{
	float: right;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#home {
	width: 200px;
	padding: 0 0 4px 0;
	}
	
.home-title {
	color: #1F4E16;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-indent: 25px;
	}
	
#links {
	background: url('images/links.gif');
	width: 200px;
	padding: 0 0 4px 0;
	}

#poll {
	background: url('images/links.gif');
	width: 200px;
	padding: 0 0 4px 18px;
	}

.links-title {
	color: #1F4E16;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-indent: 25px;
	}
	
#information {
	background: url('images/categories.gif');
	height: 39px;
	width: 200px;
	text-align: center;
	}
	
.information-links {
	color: #FFFFFF;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
.info-title {
	color: #1F4E16;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	text-indent: 25px;
	}

.poll-title {
	color: #1F4E16;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 8px;
	font-weight: normal;
	text-align: left;
	text-indent: 25px;
	}
	
#manu {
	background: url('images/links.gif');
	background-repeat: repeat-y;
	padding: 0 0 4px 0;
	}
	
.manufacturers {
	text-align: left;
	width: 200px;
	}
	
.manuform {
	width: 164px;
	padding: 0 0 0 0;
	margin: 0 0 0 27px;
	}
	
.newsletterbox {
	color: #1F4E16;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	}
	
#whatsnew {
	background: url('images/categories.gif');
	height: 39px;
	width: 200px;
	text-align: center;
	}
	
#whatsnewbg {
	background: url('images/whatsnewbg.gif');
	width: 200px;
	padding: 0 0 4px 0;
	}

	
.whatsnew-links {
	color: #FFFFFF;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
.whatsnew-img {
	color: #1F4E16;
	text-align: left;
	text-indent: 43px;
	}
	
.whatsnew-title {
	background: url('images/whatsnewbg.gif');
	width: 200px;
	color: #1F4E16;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-indent: 20px;
	padding: 0 0 4px 0;
	}
	
.whatsnew-price {
	color: #FF0000;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
/* Right Column */

#rightcolumn {
	background: url('/images/column_right_bg.gif') repeat-y;
	width: 15px;
	float: right;
	}
	
/* Centre Column */

.bold {
	font-weight: bold;
	}
	
.CenteredImage {
	text-align: center;
}

#content {
	width: 575px;
	background-color: #FFFFFF;
	margin-left: 200px;
	}
	
.content-text {
	color: #1F4E16;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 0 0 0 10px;
	}

#prom_div {
    position: relative;
    width: 400px;
    height: 650px;
    margin: 0 auto;
    }

#prom_div img {
    z-index: 8;
    position: absolute;
    top: 50px;
    left: 0;
}

#prom_div img.active{
    z-index: 10;
}

#prom_div img.last-active{
    z-index: 9;
}
	
/*
TD[class=content-text]a:link{color: #1F4E16; text-decoration: underline; }
TD[class=content-text] a:active {color: #1F4E16; text-decoration: underline; }
TD[class=content-text] a:visited {color: #1F4E16; text-decoration: underline; }
TD[class=content-text] a:hover {color: #1F4E16; text-decoration: underline; }
*/
	
.disclaimer {
	font-size: 9px;
	color: #1F4E16;
	font-family: tahoma, arial, verdana, sans-serif;
	font-weight: normal;
	text-align: left;
	padding: 0 0 0 10px;
	}
	
#google_ad {	
	margin: 0 auto;
	}
	
.more_posts {
	text-align: left;
	margin: 0 0 10px 150px;
	text-decoration: underline;
	}
	
.news_posts_header {
	background: url('/images/news_post_header_bg.gif');
	text-align: left;
	padding: 3px 0 3px 3px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.news_posts_table {
	width: 400px;
	margin: 0 auto 10px 20px;
	}
	
.news_posts_text {
	background-color: #EDEDED;
	padding: 3px 3px 3px 3px;
	text-align: left;
	}
	
.news_posts_time {
	font-size: 8px;
	}
	
.noproducts {
	text-align: center;
	}
	
.PaymentHead {
	color: #1F4E16;
	font-family: tahoma, arial, verdana, sans-serif;
	text-align:center;
	font-size: 15px;
	font-weight: bold;
	}
	
.PaymentBody {
	color: #1F4E16;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 0 0 0 10px;
	}
	
.PaymentCC {
	width: 189px;
	height: 50px;
	display: inline-block;
	background: transparent url(/images/payment/creditcards.jpg) no-repeat;
}
	
.PaymentCertapay {
	width: 116px;
	height: 50px;
	display: inline-block;
	background: transparent url(/images/payment/certapay.jpg) no-repeat;
}

.PaymentCheque {
	width: 92px;
	height: 50px;
	display: inline-block;
	background: transparent url(/images/payment/cheque.jpg) no-repeat;
	background-position: -92px 0;
}

.PaymentPaypal {
	width: 118px;
	height: 50px;
	display: inline-block;
	background: transparent url(/images/payment/paypal.jpg) no-repeat;
}

.payoption {
	padding: 0 0 3px 0;
	}


	
.purchase {
	text-align: left;
	padding: 0 0 0 10px;	
	}

.shipping-head {
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
	}
	
.shipping-sub {
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	}

.shipping-subsub {
	text-decoration: underline;
	font-size: 11px;
	}

.specials-img {
	text-align: center;
	padding: 0 0 0 30px;
	}
	
.specials-month {
	text-align: left;
	padding: 40px 0 10px 20px;
	font-weight: bold;
	text-decoration: underline;
	}
	
.specials-title {
	color: #1F4E16;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	}
	
.specials-price {
	color: #FF0000;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
.trackship {
	text-decoration: underline;
	}
	
.underline {
	text-decoration: underline;
	}
	
/* Footer */
	
#footer {
	background: url('images/footer_bg.gif');
	background-repeat: no-repeat;
	height: 50px;
	width: 822px;
	}
	
#copyright {
	height: 50px;
	width: 822px;
	}
	
.copyright {
	text-align: center;
	font-weight: bold;
	vertical-align: text-bottom;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
/* Purchase Form */

.asterisk {
	text-align: left;
	font-size: 10px;
	margin: 10px 0 10px 5px;
	}
	
.charges {
	background: #F3F3F3;
	font-size: 10px;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 200px;
	height: 16px;
	}

.itemfont {
	background: #F3F3F3;
	font-size: 10px;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 134px;
	height: 16px;
	}

label span {
	float: left;
	text-align: left;
	margin: 0 0 0 5px;
}

#orderformhead {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	background-color: #CCCCCC;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0;
	border-right: 0;
	margin: 3px 0 0 0;
	}
	
.price {
	color: #FF0000;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	}
	
.productdrop {
	padding: 0 0 4px 0;
	}

#purchasebody {
	color: #1F4E16;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	background: #FFFFFF;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
.purchasefield {
	margin: 0 0 4px 0;
	padding: 0 0 0 0;
	vertical-align: middle;
	}
	
#purchaseheader {
	width: 100%;
	height: 40px;
	position: relative;
	margin: 0 0 0 0;
	background: url('/images/shop/form_header.gif');
	}

#purchasepagebreak {
	width: 80%;
	height: 1px;
	background: #1F4E16;
	margin: 10px auto 10px auto;
	}
	
.purchasetable {
	margin: 0 auto 0 0;
	text-align: left;
	width: 330px;
	border: 0;
	padding: 0;
	}
	
.radio {
	width: 12px;
	margin: 0 5px 0 0;
	}
	
.registertable {
	margin: 0 auto 0 0;
	text-align: center;
	width: 250px;
	border: 0;
	padding: 0 0 6px 0;
	}
	
.sku {
	color: #1F4E16;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	}
	
.text {
	vertical-align: middle;
	padding: 0 0 4px 0;
	}
	
.text1 {
	margin: 10px 5px 0 5px;
	}
	
/* Cart */

.alignleft {
	text-align: left;
	}
	
.cartcontents {
	margin: 0 0 100px 0;
	}

.carttable {
	padding: 0 0 10px 30px;
	margin: 0 0 0 0;
	width: 100%;
	color: #1F4E16;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	}

.cartheader {
	background-color: #EDEDED;
	font-weight: bold;
	}

.cartheaderright {
	background-color: #EDEDED;
	font-weight: bold;
	text-align: right;
	}
	
.cartname {
	text-align: left;
	padding: 0 0 0 20px;
	}
	
.centertext {
	text-align: center;
	}
	
.centerimage {
	text-align: center;
	display: block;
	}
	
.check3infoheader {
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	}
	
.check3infotable {
	padding: 0 0 0 10px;
	width: 60%;
	color: #1F4E16;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: bottom;
	}
	
.checkoutpricing {
	width: 100%;
	float: right;
	margin: 45px 0 0 0;
	padding: 0 0 20px 0;
	}
	
.checkouttext {
	color: #1F4E16;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 10px;	
	}
	
.coupon_code {
	color: red;
	}
	
.error {
	font-weight: bold;
	color: #FF0000;
}

.emailmoneytransfer {
	text-align: left;
	padding: 0 0 0 10px;
	}

.emailmoneytransferbold {
	text-align: left;
	font-weight: bold;
	font-style: italic;
	padding: 0 0 0 10px;
	}

.emailmoneytransferbullets {
	text-align: left;
	padding: 0 0 0 10px;
	}
	
.emptycart {
	font-size: 11px;
	text-align: center;
	}
	
.italic {
	font-style: italic;
	}

.leftcheck {
	width: 259px;
	float: left;
	}
	
.leftcheck3 {
	margin: 0 0 20px 10px;
	outline: 0;
	width: 259px;
	float: left;
	}
	
.modifyaddress {
	border-style: none;
	}
	
.moneyorder {
	text-align: left;
	padding: 0 0 0 30px;
	}
	
.moneyorderbold {
	text-align: left;
	font-weight: bold;
	font-style: italic;
	padding: 0 0 0 30px;
	}
	
.readonly {
	background: #EEEEE0;
}

.redasterisk {
	color: red;
	}
	
.rightcheck {
	width: 259px;
	float: right;
	}
	
.rightcheck3 {
	margin: 0 10px 20px 0;
	outline: 0;
	width: 259px;
	float: right;
	}
	
.row0 {
	background-color: #FFFFFF;
	padding: 10px 0 0 0;
	}
	
.row1 {
	background-color: #F3F3F3;
	padding: 10px 0 0 0;
	}

.paymentmethod {
	color: red;
	}

.shipinfotable {
	padding: 0 0 0 10px;
	width: 100%;
	color: #1F4E16;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: bottom;
	}
	
.shipinfo {
	text-align: right;
	}
	
.shipinfoheader {
	font-weight: bold;
	text-align: center;
	}
	
.statefont {
	font-size: 10px;
	}

.step {
	padding: 0 0 0 10px;
	}

.stepbold {
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 10px;
	}
	
.submitorder {
	height: 30px;
	width: 120px;
	outline: 0;
	margin: auto;
	}
	
.subtotal {
	font-weight: bold;
	text-align: right;
	padding: 10px 0 0 0;
	}
	
.subtotalprice {
	padding: 10px 0 0 0;
	}
	
#viewcart {
	float: right;
	display: block;
	}
	
.viewcart {
	background: url('/images/view_cart_bg.gif');
	color: #FFFFFF;
	height: 19px;
	font-weight: bold;
	}
	
.view_cart_image {
	text-align: right;
	margin: 5px 30px 0 0;
	}
	
.viewcart_items {
	font-size: 10px;
	border-right: 1px solid #E0E0E0;
	}
	
.viewcart_prices {
	font-size: 10px;
	}
	
.viewcart_subtotal {
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid #E0E0E0;
	}
	
.viewcart_subtotal_word {
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid #E0E0E0;
	}
	
.viewcart_table {
	width: 130px;
	margin: 0 0 0 auto;
	}

	
/* Item Descriptions */

.freeshipping {
	color: #FF0000;
	font-weight: bold;
	}

.itemdesc_image {
	padding: 0 15px 0 15px;
	text-align: left;
	}

.itemdesc_header {
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	}
	
.itemdesc {
	text-align: left;
	}
	
.itemborder {
	background-image: url('/images/shop/item_spacing.gif');
	background-repeat: repeat-x;
	margin: 0 auto 0 auto;
	width: 90%;
	height: 1px;
	}
	
.itemtable {
	padding: 5px 0 5px 10px;
	vertical-align: top;
	}
	
.imagetable {
padding: 5px 0 5px 10px;
vertical-align: top;
width: 180px;
	}

.more {
	text-align: right;
	padding: 0 15px 0 0;
	}
	
.page {
	font-weight: bold;
	text-align: center;
	}
	
/* Categories */

.categories {
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 30px;
	}
	
.categorydesc {
	text-align: left;
	font-weight: normal;
	padding: 0 0 0 12px;
	}

/* Contact Us Form */
/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #606060;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #606060;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #404040;
}

form.ddfm .required {
	color: #FF0000;
}

.ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 90%;
}

form.ddfm h1,
form.ddfm h2 {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
	font-weight: bold;
}

form.ddfm .credits {
	font-size: 90%;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
	margin: 15px auto 15px auto;
	width: 450px;
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
	clear: left;
}

form.ddfm {
	text-align: left;
	padding: 10px;
	width: 430px; 
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 26%; 
	text-align: center;
	margin: 0 -20px 0 0; 
	padding-bottom: 15px;
	clear: left;  
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
	width: 100%;
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}


form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
    float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	width: 97%;
}

form.ddfm .submit {
	text-align: center;
	clear: both; 
	width: 97%;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
	text-align: left;
}

.ddfmwrap .recaptcha {
	width: 100%;
	text-align: right;
	clear: both; 
	height: 120px;
	margin-right: 7px;
	padding-bottom: 10px;
}

.ddfmwrap .recaptcha-inner {
	float: right;
	margin-right: 3px;
}

.sentmessage {
	color: #1F4E16;
	font-weight: bold;
	font-size: 100%;
	}
