/* RESET */
html, body, div, span, 
h1, h2, h3, h4, h5, h6, 
p, a, em, strong, img, 
ol, ul, li,
form, fieldset, label,
table, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
	outline: 0;	
	vertical-align: baseline;	
	font-size: 100%;
}

body {
	font: 14px/150% "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
	color:#333;
	letter-spacing: .07em;
	background: #eee url(../img/bg2.png) repeat-x top center;
}

ol, ul {
	list-style: none;
	padding-bottom: 10px;
}

.left {float: left;		}

.right {float: right;		}

 .round{
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

/* GENERAL ELEMENTS */
h1, h2, h3, h4, h5, h6 {font-weight: normal;	}

p { padding-bottom: 10px; line-height: 150%;	}

a {text-decoration: none;		font-weight: bold;     }

a:hover {text-decoration: underline;	}

h1 {font:26px/150% "gloriola-display-black-1", "gloriola-display-black-2", "Helvetica Neue", Helvetica, Arial, sans-serif;  }

h2 {font:20px/150% "gloriola-display-black-1", "gloriola-display-black-2", "Helvetica Neue", Helvetica, Arial, sans-serif;   }

h3 {font:16px/150% "gloriola-display-black-1", "gloriola-display-black-2", "Helvetica Neue", Helvetica, Arial, sans-serif;   }

h4, strong {font:14px/150% "gloriola-display-black-1", "gloriola-display-black-2", "Helvetica Neue", Helvetica, Arial, sans-serif;   }


.list {
	 padding: 0 0 0 20px;
	 list-style-type:disc;
	 }

.list li{ padding: 0 0 10px 0; 	 }

.tshad{text-shadow: 1px 1px 1px #333;     }

.boxshad {-moz-box-shadow: 1px  1px 1px #666;
		-webkit-box-shadow: 1px 1px 1px #666;
		box-shadow: 1px 1px 1px #666;     }

.small {font-size: 13px;     }

.medium { font-size: 16px; line-height: 150%;     }

.center {text-align: center;}

/********* HEADER ELEMENTS *********/

div.wrapper {
	margin: 0 auto;
	width: 940px;
	}

#header {
	margin: 20px 0 0 0;
	padding: 40px  0 0 0 ;
	width: 940px;
	background: url(../img/headerbkg.png) no-repeat top left;
	overflow: hidden;
	height: 240px
}

#logobox {
	width:280px;
	clear: both;
}

#slideshow { 
	width:640px;
	height:200px;
	overflow:hidden;
	margin-right: 20px;
}

#slideshow img { 
	width:640px;
	height:200px;
}


/********* Nav Sprite *********/
.nav { 
	margin: 0 auto;
	padding: 20px;
	width: 900px;
	position: relative;
	}

.nav ul {
	z-index: 100;
	list-style: none;
	overflow: hidden;
	width:900px;
	position: absolute;
	top:15px;
	margin: 0 50px;
	}

.nav ul li {
	list-style: none;
	float:left;
	width: 160px;
	margin: 10px 0 20px 0;
}

.nav ul a {
	text-decoration:none;
	display: block;
	font-size: 18px;
	color: black;
	background: url(../img/btnbkg.png) no-repeat top left;
	text-align: center;
	color: #fff;
	padding: 15px 0;
	height: 65	px;
	}
	
.nav ul a:hover, body#home .nav ul a.index, body#about .nav ul a.about, body#products .nav ul a.products, body#order .nav ul a.order, body#retail .nav ul a.retail{	background: url(../img/btnhover.png) no-repeat top left;     }

/********* CONTENT ELEMENTS *********/

#content {
	padding: 20px;
	overflow: hidden;
	clear: both;
	width: 900px;
	border: 1px solid #999;
	background: #fff;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

#sidebar {
	width: 248px;
	background:#fff;	
	padding:10px 20px 20px 20px;
	border: 1px solid #ccc;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#sidebar ul {font-weight: bold;     }

body#order #sidebar {width: 288px;     }

body#order #maincontent {width: 513px;     }
#maincontent, #maincontent2{
	width: 553px;
	background:#fff;
	border: 1px solid #ccc;
	margin: 0 0 10px 15px;
	padding: 20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	overflow: hidden;	
	}

body#home #maincontent {background: url(../img/h1bkg.png) no-repeat top left;     }

body#home #maincontent h1 {color: #fff; line-height: 10%; margin-bottom: 40px;     }

body#privacy #content {padding: 20px;     }	

.col {width: 275px; 
	float: left;
	overflow: hidden;
	height: 290px;
	padding: 0  5px 10px 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin: 15px 0;
	font-weight: bold;
}

body#products .col, body#order .col {margin-top: 0;     }

.col h1 {text-shadow: 1px 1px 1px #333; }

.row {clear: both;
		overflow: hidden;
		width:100%;
}

.color1 {background:  url(../img/orange.png) no-repeat top left; color: #fff; } 

.color1 h1 {font-size: 23px;     }

.color2 {background:  url(../img/red.png) no-repeat top left; color: #fff; }

.color3 {background:  url(../img/green.png) no-repeat top left; color: #fff;     }

.color4 { background:   url(../img/blue.png) no-repeat top left; color: #fff;  }

.green{color:#629F00;     }
.red, a{color:#CF2A26;     }
.orange{color:#EA881B;     }
.blue{ color: #2F82BF; }
.marg{margin-right: 10px;     }

ul.events li{ float: left;
		display: block;
		width:135px;	
		font-size: 13px;	
		}
		
.large {font-size: 22px; font-weight: bold;     }
 
.tbord {border-top: 1px solid #ccc;
	 margin-top: 10px;
	 padding-top: 10px;
 }
 
 
 a.quote {text-align: center; color: #fff;
	 background: url(../img/quote.png) no-repeat top left;
	 padding-top: 7px;
	 width: 150px;
	 height: 31px;
	 margin:5px 20px 0 0;
 }
 
 .margtop {padding-top: 25px;     }
 
 .tmarg {padding-top: 10px;     }
 
 ul.orderl li{padding: 0;  }
 
  a.white {color: #fff; text-decoration: underline;     }

ul.poplist li {float: left;
width: 164px;
margin-right: 20px;
}
body#retail .row {margin-bottom: 20px;}
ul.poplist li.nomarg {margin-right: 0}

.main_view {
	float: left;
	position: relative;
	margin-top: 10px;
}

.window {
	height:350px;	width: 550px;
	overflow: hidden; 
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}


.paging {
	position: absolute;
	bottom: 0 ; right: 0 ;
	width: 550px; height:30px;
	z-index: 100; 
	text-align: center;
	background: url(../img/gallery/bkg.png) repeat top left;
	display: none; 
}

.paging a {
	padding: 3px 5px; 
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #CF2A26;


}
.paging a:hover {font-weight: bold;     }
 
.flip { 
 width: 200px;
 height: 200px;
 margin: 10px 0;
 }
 
.col2 {width: 250px; 
	float: left;
	overflow: hidden;
	height: 220px;
	padding: 0 0 0 50px;
	font-weight: bold;
}
 
 
/********* FORM ELEMENTS *********/
*{margin: 0;	padding: 0;	}

form,input,select,textarea{color:#333;     } 

div.box { 
	margin:0 auto;
	width:513px;
	border:1px solid #ccc;
	overflow: hidden;
 } 

div.errormes{
	overflow: hidden;
}

form p.error {color: #cc0000;     }

form p{ padding:10px 10px;     }

/** box width and label width are =**/
div.box label { 
	width:513px;
	 display: block;
	 padding:10px 0;
 } 

div.box label span { 
	display: block;
	 font-size:12px;
	 float:left;
	 width:100px;
	 text-align:right;
	 padding:5px 20px 0 0;
 } 

/**  input text&comment width = box width -162**/
div.box .input_text { 
	padding:10px 10px;
	margin-right: 20px;
	 width:351px;
	 border:1px solid #ccc;
 } 

div.box .comments{ 
	 overflow:hidden;
	 height: 125px;
 } 
 
#company, #colors {margin-top: 5px; }

div.box .button { 
	margin:10px 20px 10px 0;
	 padding:4px 0;
	 text-align: center;
	 cursor: pointer;
	 float: right;
	 width:100px;
	 background-color: #ccc;
	border:none;
 }

input#last_name {
	display: none;
	visibility: hidden;
}

/********* FOOTER ELEMENTS *********/

#footer{
	background:#2F82BF;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	width: 100%;
	clear:both;
	color:#fff; 
}

#footer a{color:#fff;     }

