
/* =================================================================================================== 

	Created By: Kasdan Hall
	Contact: K.Hall@Kasdanhall.com / www.KasdanHall.com
	Date: 12/13/10
	File Name: style.css
	Site: www.Everyonelovesbuttons.com
	
======================================================================================================*/

/* ========================= CSS RESET ============================== */

@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
}


/* ===================================================== END OF RESET ===================================================== */

/* ====================================================== UNIVERSAL STYLES ===================================================== */


body {
	background:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:16px;
}
fieldset {
	width:940px;
	margin:10px;
	background:#fff;
	border:1px solid #000;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);	position:relative;
	padding-bottom:10px;
	margin-bottom:15px;
	overflow:hidden;
}
legend {
	color:#000;
	font-size:14px;
	font-weight:bold;
	padding:10px;
	margin:10px;
}


/* ====================================================== Type STYLES ===================================================== */


h1 {
	color:#000;
	font-size:18px;
	text-align:center;
	text-transform:uppercase;
	margin:10px 10px 5px 10px;
	font-weight:bold;
	clear:both;
}
h2 {
	color:#F00;
	font-size:16px;
	font-weight:bold;
	border-bottom:2px solid #000;
	margin-bottom:5px;
	padding-bottom:5px;
	width:98%;
}
h3 {
	color:#fff;
	font-weight:bold;
	font-size:12px;
}
h4 {
	font-size:16px;
	color:#000;
	text-align:center;
	font-weight:bold;
	line-height:19px;
}
h5 {
	font-size:18px;
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
	margin-top:10px;
	line-height:24px;
}
h6 {
	font-size:14px;
	font-weight:bold;
	margin:5px 0 5px 0;
}


/* ============================================== HEADER/NAV STYLES ================================================== */


#header_contain {
	width:100%;
	height:200px;
	background:url(images/header_bg.jpg) top center repeat #fff;
}
#header {
	width:960px;
	height:200px;
	background:url(images/header.jpg) center center no-repeat;
	margin:0 auto;
}
#nav_contain {
	width:100%;
	height:28px;
	background:#000000;
	margin:5px 0 5px 0;
	position:relative;
}
#top_nav {
	width:960px;
	margin:0 auto;
	height:28px;
	text-align:center;
	right:50%;
}
#top_nav ul {
	padding: 0;
	margin: 0 auto;
	margin-left:200px;
	color: #999999;
	clear:left;
	float: left;
	height:28px;
	font-family: arial, helvetica, sans-serif;
	text-align:center;
	font-size:16px;
	list-style:none;
	z-index:500;
}
#top_nav ul li {
	display:block;
	line-height:28px;
	float:left;
	margin:0;
	padding:0;
}
#top_nav ul li a {
	padding-left:15px;
	padding-right:15px;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	float: left;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom:0;
}
#top_nav ul li a:hover {
	text-decoration:none;
	color:#FF0;
	border-bottom:0;
}

/* ================================================= Body Styles ================================================= */


#main {
	width:100%;
	height:auto;
	background:url(images/main_bg.jpg) top center repeat-x #D4D3D3;
	padding:10px 0 10px 0;
}
#main_container {
	width:960px;
	margin:0 auto;
}
#body_contain {
	width:960px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	background:#ffffff;
	padding: 1px 0 10px 0;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	z-index:2;
	position:relative;
	display:inline;
}
#body {
	width:940px;
	border:1.5px solid #000;
	margin:10px;
	background:#fff;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	z-index:3;
	position:relative;
	display:inline;
}
#body img {
	margin:10px 25px 10px 25px;
}
p.small_text {
	font-size:10px;
	color:#000;
	text-align:center;
	margin:0;
	padding:0;
}
#body_main_image {
	width:940px;
	height:200px;
	border:1.5px solid #000;
	margin:10px;
	background:#fff;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	z-index:3;
	position:relative;
	display:inline;
}
#body_main_image_2 {
	width:940px;
	height:200px;
	border:1.5px solid #000;
	margin:10px;
	background:#fff;
	float:left; 
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	z-index:3;
	position:relative;
	display:inline;
}
#body_sub_image {
	width:220px;
	background:#fff;
	height:150px;
	border:1.5px solid #000;
	margin:8.5px;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	z-index:4;
	position:relative;
	display:inline;
}
#body_sub_image_1 {
	width:220px;
	background:url(images/sub_image_1.jpg) center center no-repeat #fff;
	background-position:center;
	background-repeat:no-repeat;
	overflow:hidden;
	height:150px;
	border:1.5px solid #000;
	margin:8.5px;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	z-index:5;
	position:relative;
	display:inline;
}
#body_sub_image_2 {
	width:220px;
	background:url(images/sub_image_2.jpg) top center no-repeat #fff;
	background-position:center;
	background-repeat:no-repeat;
	overflow:hidden;
	height:150px;
	border:1.5px solid #000;
	margin:8.5px;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	z-index:6;
	position:relative;
	display:inline;
}
#body_sub_image_3 {
	width:220px;
	background:url(images/sub_image_3.jpg) top center no-repeat #fff;
	background-position:center;
	background-repeat:no-repeat;
	overflow:hidden;
	height:150px;
	border:1.5px solid #000;
	margin:8.5px;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	z-index:7;
	position:relative;
	display:inline;
}
#body_sub_image_4 {
	width:220px;
	background:url(images/sub_image_4.jpg) top center no-repeat #fff;
	background-position:center;
	background-repeat:no-repeat;
	overflow:hidden;
	height:150px;
	border:1.5px solid #000;
	margin:8.5px;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	z-index:8;
	position:relative;
	display:inline;
}
#sub_top {
	width:220px;
	height:109px;
	float:left;
}
#sub_bottom {
	width:220px;
	height:41px;
	float:left;
}
#body_half_image {
	width:460px;
	background:#fff;
	height:auto;
	border:1.5px solid #000;
	margin:8.5px;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	z-index:9;
	position:relative;
	display:inline;
}
#half_contain {
	width:460px;
	float:left;
	display:inline;
	position:relative;
}
#body_half {
	width:460px;
	margin:10px;
	padding:10px 0 5px 0;
}
#home_features {
	width:440px;
	background:#fff;
	margin:10px;
	float:left;
	display:inline;
	z-index:200;
	position:relative;
}
#home_features ul {
	font-size:12px;
	color:#000;
	margin-top:10px;
}
#home_features li {
	list-style:disc;
	margin-left:20px;
	margin-bottom:10px;
}
#home_features ul li a {
	color:#000;
}
#home_features ul li a:hover {
	color:#000;
	border-bottom:1px solid #000;
}
#home_ideas {
	width:210px;
	background:#fff;
	margin:0 10px;
	float:left;
	display:inline;
	z-index:200;
	position:relative;
}
#home_ideas ul {
	font-size:12px;
	color:#000;
}
#home_ideas li {
	list-style:disc;
	margin-left:20px;
	margin-bottom:10px;
}
#home_ideas li a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#home_ideas li a:hover {
	text-decoration:none;
	color:#666;
}
#norush {
	background:#fff;
	width:460px;
	height:110px;
	border:1.5px solid #000;
	margin:9px;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	z-index:10;
	display:inline;
	z-index:200;
	position:relative;
}
#norush_top {
	width:460px;
	color:#000;
	font-weight:bold;
	font-size:25px;
	padding:15px 0 7px 0;
	text-align:center;
	z-index:210;
	position:relative;
}
#pricing_order {
	width:460px;
	color:#000;
	margin:10px 0 10px 0;
	text-align:center;
	position:relative;
	font-size:18px;
	line-height:24px;
	float:left;
}
#pricing_order a {
	color:#090;
}
#pricing_order a:hover {
	border-bottom:1px solid #090;
	color:#090;
}
#norush_mid {
	width:460px;
	color:#fff;
	font-weight:bold;
	font-size:50px;
	padding:10px 0 10px 0;
	text-align:center;
	background:#F00;
	line-height:25px;
	z-index:210;
	position:relative;
	text-decoration:blink #FF0;
}
#bpg {
	background:url(images/bpg.jpg) center center no-repeat;
	background-position:center;
	background-repeat:no-repeat;
	overflow:hidden;
	width:460px;
	height:100px;
	border:1.5px solid #000;
	margin:9px;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	z-index:10;
	display:inline;
	z-index:200;
	position:relative;
}
#bpg_text {
	width:275px;
	float:right;
	text-align:left;
	color:#fff;
	padding:10px;
	border-left:1px solid #fff;
	font-size:16px;
	line-height:19px;
	font-weight:bold;
	margin-top:13px;
}
#bpg_text a {
	color:#fff;
	border-bottom:1px solid #fff;
}
#bpg_text a:hover {
	color:#090;
	border-bottom:1px solid #090;
}
#red_back {
	width:100%;
	background:#F00;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}


	/* -moz-border-radius: 12px;
	border-radius: 12px;*/
	
#clear {
	clear:both;
}



/* ================================================= PRICING CALCULATOR STYLES ================================================ */

#price_contain {
	width:460px;
	background:#000;
	height:auto;
	margin:9px;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	z-index:9;
	position:relative;
	display:inline;
	padding:0;
	overflow:hidden;
}
#price_header {
	width:440px;
	color:#fff;
	padding:10px 10px 0 10px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
#price_options_contain {
	width:440px;
	background:#fff;
	margin:10px;
	height:auto;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	z-index:9;
	position:relative;
	display:inline;
	overflow:hidden;
}
#price_option {
	width:440px;
	margin:10px 10px 0 10px;
	float:left;
	color:#000;
	text-align:center;
	font-weight:bold;
	display:inline;
}
.price_label {
	width:160px;
	text-align:right;
	margin-right:20px;
	font-weight:bold;
	float:left;
	display:inline;
}
.price_input {
	width:220px;
	text-align:left;
	float:left;
	display:inline;
}
.pricing_note {
	font-size:10px;
	font-weight:normal;
	color:#F00;
}
#next_break {
	width:418px;
	background:#e6e6e6;
	margin:10px;
	padding:5px 0 5px 0;
	font-weight:bold;
	height:auto;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	z-index:9;
	position:relative;
	text-align:center;
	display:inline;
}
.price_color {
	width:115px;
	float:left;
	text-align:right;
	margin-right:15px;
	font-weight:bold;
	display:inline;
}
.price_cost {
	width:145px;
	float:left;
	font-weight:bold;
	display:inline;
}
#price_price_inner {
	width:440px;
	margin:0 10px 10px 10px;
	float:left;
	position:relative;
	display:inline;
}
#order_now {
	width:455px;
	background:#000;
	color:#FF0;
	margin:0 10px 5px 10px;
	padding:5px 0 5px 0;
	font-weight:bold;
	height:auto;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	z-index:9;
	position:relative;
	text-align:center;
	display:inline;
}
#order_now_2 {
	width:455px;
	background:#F00;
	color:#fff;
	margin:0 10px 0 10px;
	padding:5px 0 5px 0;
	height:auto;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	z-index:9;
	position:relative;
	text-align:center;
	display:inline;
}
#order_now_2:hover {
	width:455px;
	background:#090;
	color:#fff;
	margin:0 10px 0 10px;
	padding:5px 0 5px 0;
	height:auto;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	z-index:9;
	position:relative;
	text-align:center;
	display:inline;
}



/* ================================================= SAMPLE STYLES ================================================ */

.sample_return {
	width:920px;
	margin:10px;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	position:relative;
	background:#e6e6e6;
	padding:10px;
	text-align:center;
	display:inline;
}
.sample_return a {
	color:#000;
	text-align:left;
}
.sample_return a:hover {
	color:#000;
	border-bottom:1px solid #000;
}
.sample_image {
	margin:10px;
	float:left;
}
.sample_image img {
	width:170px;
	height:170px;
}
#samples_contain {
	width:960px;
	float:left;
}
#button_backs {
	width:940px;
	height:150px;
	background:url(images/button_backs.jpg) center center no-repeat;
	border:1.5px solid #000;
	margin:8.5px;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	z-index:3;
	position:relative;
	display:inline;
	overflow:hidden;
}
#samples_top {
	width:940px;
	float:left;
	height:115px;
}
#samples_bottom {
	width:940px;
	float:left;
	height:35px;
	text-align:center;
}
#sample_image_events {
	width:220px;
	background:url(images/samples_bg/events.jpg) top center no-repeat #fff;
	height:150px;
	border:1.5px solid #000;
	margin:8.5px;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	z-index:5;
	position:relative;
	display:inline;
}
#sample_image_arts {
	width:220px;
	background:url(images/samples_bg/arts.jpg) top center no-repeat #fff;
	height:150px;
	border:1.5px solid #000;
	margin:8.5px;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	z-index:5;
	position:relative;
	display:inline;
}
#sample_image_misc {
	width:220px;
	background:url(images/samples_bg/misc.jpg) top center no-repeat #fff;
	height:150px;
	border:1.5px solid #000;
	margin:8.5px;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	z-index:5;
	position:relative;
	display:inline;
}
#sample_image_political {
	width:220px;
	background:url(images/samples_bg/political.jpg) top center no-repeat #fff;
	height:150px;
	border:1.5px solid #000;
	margin:8.5px;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	z-index:5;
	position:relative;
	display:inline;
}
#sample_image_religious {
	width:220px;
	background:url(images/samples_bg/religious.jpg) top center no-repeat #fff;
	height:150px;
	border:1.5px solid #000;
	margin:8.5px;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	z-index:5;
	position:relative;
	display:inline;
}
#sample_image_retail {
	width:220px;
	background:url(images/samples_bg/retail.jpg) top center no-repeat #fff;
	height:150px;
	border:1.5px solid #000;
	margin:8.5px;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	z-index:5;
	position:relative;
	display:inline;
}
#sample_image_school {
	width:220px;
	background:url(images/samples_bg/school.jpg) top center no-repeat #fff;
	height:150px;
	border:1.5px solid #000;
	margin:8.5px;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	z-index:5;
	position:relative;
	display:inline;
}
#sample_image_events {
	width:220px;
	background:url(images/samples_bg/events.jpg) top center no-repeat #fff;
	height:150px;
	border:1.5px solid #000;
	margin:8.5px;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	z-index:5;
	position:relative;
	display:inline;
}
#back_contain {
	width:220px;
	border:1.5px solid #000;
	margin:8.5px;
	margin-bottom:15px;
	background:#fff;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	position:relative;
	display:inline;
}
.back_contain_img {
	width:200px;
	margin:10px;
	text-align:center;
	height:220px;
}
.back_contain_text {
	width:180px;
	padding:10px;
	margin:10px;
	background:#e6e6e6;
	text-align:center;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	line-height:18px;
	height:54px;
}
.h1r {
	color:#F00;
	font-size:14px;
	font-weight:bold;
	padding:10px 5px 10px 5px;
	margin:15px 0 15px 0;
}



/* ================================================= ORDER FORM STYLES ================================================ */


.billto_side {
	width:450px;
	margin:10px;
	float:left;
	display:inline;
}
.billto_contain_line_header {
	width:450px;
	float:left;
	margin-bottom:10px;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	position:relative;
	background:#e6e6e6;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	padding:10px 0 10px 0;
	display:inline;
	z-index:99;
}
.sameas {
	color:#000;
	font-size:12px;
	font-weight:normal;
}
.billto_contain_line {
	width:450px;
	float:left;
	margin-top:10px;
}
.billto_label {
	color:#000;
	font-size:12px;
	width:100px;
	float:left;
	text-align:right;
	margin-right:10px;
}
.billto_input_header {
	width:340px;
	float:left;
	text-align:left;
	font-size:12px;
}
.billto_input {
	width:340px;
	float:left;
	text-align:left;
	font-size:12px;
}
.billto_input input {
	width:200px;
}
.billto_input select {
	width:200px;
}
.product_contain_1 {
	width:910px;
	float:left;
	background:#fff;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	position:relative;
	margin:5px 10px 5px 10px;
	padding:5px;
	display:inline;
	z-index:99;
}
.product_contain_2 {
	width:910px;
	float:left;
	background:#f6f6f6;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	position:relative;
	margin:5px 10px 5px 10px;
	padding:5px;
	display:inline;
	z-index:99;
}
.product_label {
	width:80px;
	float:left;
	text-align:right;
	margin-right:50px;
	font-size:12px;
}
.product_file {
	width:200px;
	float:left;
	text-align:left;
	margin-right:10px;
}
.product_size {
	width:175px;
	float:left;
	text-align:left;
	margin-right:10px;
}
.product_quantity {
	width:125px;
	float:left;
	text-align:left;
}
.product_addons {
	width:200px;
	float:left;
	margin-right:10px;
	text-align:left;
	margin-left:10px;
}
.product_quantity input {
	width:100px;
}
.order_info {
	width:900px;
	margin:10px;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	position:relative;
	background:#e6e6e6;
	padding:10px;
	text-align:center;
	display:inline;
	font-size:12px;
	z-index:99;
}
.order_quote_label {
	width:450px;
	margin-right:100px;
	float:left;
	text-align:right;
	font-size:12px;
}
.order_quote_option {
	width:150px;
	float:left;
	text-align:left;
	font-size:12px;
}
.order_quote_option label {
	font-weight:bold;
	font-size:12px;
}
.product_contain_center {
	width:910px;
	float:left;
	background:#fff;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	position:relative;
	margin:5px 10px 5px 10px;
	padding:5px;
	display:inline;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}
.comments {
	width:910px;
	margin:5px 10px 5px 10px;
}
.comments textarea {
	width:910px;
}
.required {
	color:#F00;
}
#order_confirm_contain {
	width:460px;
	background:#fff;
	height:auto;
	margin:9px;
	float:left;
	z-index:9;
	position:relative;
	display:inline;
	padding:0;
	overflow:hidden;
	line-height:18px;
}
	

/* ================================================= CONTACT, ABOUT, AND POLICIES STYLES ================================================ */



#home_features p {
	line-height:16px;
	font-size:12px;
	margin:10px 0 10px 0;
}
#home_features ol {
	list-style:decimal;
	font-size:12px;
	margin-left:5px;
}
#home_features ol li {
	list-style:decimal;
}
#body_policies {
	width:920px;
	padding:10px;
}
#body_policies p {
	line-height:16px;
	font-size:12px;
	margin:10px 0 10px 0;
}
#body_policies ol {
	list-style:decimal;
	font-size:12px;
	margin-left:25px;
}
#body_policies ol li {
	list-style:decimal;
}
#body_policies ul {
	list-style:decimal;
	font-size:12px;
	margin-left:25px;
}
#body_policies ul li {
	list-style:outside;
}



/* ================================================= MACHINES STYLES ================================================ */

.machines {
	width:920px;
	font-size:12px;
}
table.machines {
	border-collapse:separate;
	outline:solid;
}
.h2 {
	font-weight:bold;
	font-size:14px;
}
.h2p {
	line-height:21px;
	font-weight:bold;
	font-size:14px;
	color:#000;
}
.h2r {
	line-height:21px;
	font-weight:bold;
	font-size:14px;
	color:#F00;
}
.TDr {
	color:#F00;
	background:#e6e6e6;
}
.h3r {
	font-weight:bold;
	color:#000;
}
td {
	border-bottom:1px solid #999;
	padding:15px 0 15px 0;
}
#machines {
	width:960px;
	margin:10px;
	float:left;
}



/* ================================================= ZIPPER PULL STYLES ================================================ */


#zipper_pull {
	width:60px;
	height:400px;
	margin:0 10px 0 10px;
	float:left;
	background:url(images/zp.jpg) top center repeat;
	display:inline;
}
#zipper_pull_r {
	width:60px;
	height:400px;
	margin:0 10px 0 10px;
	float:left;
	background:url(images/zpr.jpg) top center repeat;
	display:inline;
}
#zp_right {
	width:790px;
	text-align:center;
	float:left;
	background:#fff;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	position:relative;
	display:inline;
}
.zp_side {
	width:375px;
	margin:10px;
	float:left;
	text-align:center;
	display:inline;
}
.zp_side ul {
	margin-left:15px;
	text-align:left;
}
.zp_side ul li {
	list-style:outside;
	list-style-type:circle;
	font-weight:bold;
	line-height:18px;
	text-align:left;
}
.zp_full_red {
	width:100%;
	background:#F00;
	color:#fff;
	padding:10px 0 10px 0;
	margin:10px 0 10px 0;
	font-size:16px;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	position:relative;
	display:inline;
	text-transform:uppercase;
	z-index:999;
}
.zp_full_gray {
	width:100%;
	background:#e6e6e6;
	color:#000;
	padding:10px 0 10px 0;
	margin:10px 0 10px 0;
	font-size:16px;
	float:left;
	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	behavior: url(IE-CSS3.htc);
	position:relative;
	display:inline;
	text-transform:uppercase;
	z-index:999;
}
.zp_phone {
	font-size:26px;
	font-weight:bold;
	z-index:9999;
}



/* ================================================= FOOTER STYLES ================================================ */


#footer_contain {
	width:100%;
	background:#000000;
	height: 150px;
}
#footer {
	width:960px;
	margin:0 auto;
}
#footer_section {
	width:220px;
	float:left;
	margin:10px;
	display:inline;
}
#footer_section ul {
	width:220px;
	font-size:12px;
}
#footer_section ul li {
	display:list-item;
	list-style:none;
}
#footer_section ul li a {
	text-decoration:none;
	color:#CCC;
}
#footer_section ul li a:hover {
	color:#999;
}
