/* 1	Global reset (based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui) */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
a { text-decoration:none }

/* 2	Global reset-RESET (restores some sensible defaults) */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */
a:active { outline:none }

/* 3	Handles */
div, ul, li, form { position:relative }
.fix:after { content:" "; visibility:hidden; display:block; height:0; clear:both }
* html .fix { height:1% }
.hide { display:none } /* Handy for development */

br.clearfix { clear:both; display:block; height:1px; margin:-1px 0 0 0 }

body {
	background: url(img/bg.gif) repeat;
	color: #333;
	font: 14px/175% "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

a, a:link, a:visited {color: #5096dd; text-decoration: none;}
a:hover {color: #474747;}
a:active {color: #777;}

h3 {
	color: #c3b160;
	font: normal 24px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
}

a:focus {
	outline: none;
}

#panel {
	display: none;
}

.slide {
	margin: 0;
	padding: 0;
}

.btn-slide {
	text-align: center;
	margin: 0 auto;
	display: block;
	text-decoration: none;
}

.active {
	background-position: right 12px;
}

.content {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.5);
	padding: 5px;
	margin-top: 5px;
	z-index: 1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}

/* Logo */
h1#logo {}
	h1#logo a {
		background: url(img/logo.png) top left no-repeat;
		display: block;
		height: 180px;
		margin: 0 auto;
		text-indent: -9999px;
		width: 500px;
	}


/* !FeaturedProducts */
/*-------------------------------------------------------------------- */
#featuredproducts {
	font-size: 13px;
	margin-bottom: 30px;
	overflow: hidden;
	text-align: center;
}
	#featuredproducts h3, #featuredproducts h3 a:link, #featuredproducts h3 a:visited {
		color: #444;
		font-size: 21px;
		font-weight: bold;
		/*margin-top: 0px; //LEAVE THIS OUT AS JQUERY WILL TAKE CARE OF IT */
	}
	#featuredproducts h3 strong {color: #64a934;}
	
#featured1, #featured2, #featured3, #featured4, #featured5, #featured6 {
	background: #f00;
	float: left;
	height: 235px;
	padding: 15px 10px 10px;
	width: 280px;
}
#featured4, #featured5, #featured6 {
	margin-top: 30px;
}
	#featured1, #featured2, #featured4, #featured5 {margin-right: 20px;}
	#featured1 {background: url(img/bg-featured-city.jpg) 0 0 no-repeat;}
	#featured2 {background: url(img/bg-featured-city.jpg) -300px 0 no-repeat;}
	#featured3 {background: url(img/bg-featured-city.jpg) -600px 0 no-repeat;}
	#featured4 {background: url(img/bg-featured.jpg) 0 0 no-repeat;}
	#featured5 {background: url(img/bg-featured.jpg) -300px 0 no-repeat;}
	#featured6 {background: url(img/bg-featured.jpg) -600px 0 no-repeat;}

#featuredproducts p {
	margin: 5px;
}

.closeBtn {
	float:right;
	margin-right: -20px;
	margin-top: -20px;
}

.closeBtn:hover, .slide:hover {
	cursor: pointer;
}

#submit {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #f2f2f2 url(img/submit.gif) repeat-y;
	border: 1px solid #eeeeee;
	width: 280px;
	padding: 10px;
	text-align: center;
}

/* Contact Form */

#contactform #form {
	margin: 0 auto;
	width: 475px;
}

	#contactdetails {
		background: #f7f7f8;
		margin-bottom: 25px;
		padding: 20px;
	}
	#contactdetails p {
		font-size: 12px;
		line-height: 150%;
		padding-left: 10px;
	}
	
#contactform {}
#contactform label {
    font-weight: bold;
    line-height: 225%;
}
#contactform p {
	overflow: hidden;
	padding: 10px;
}
#contactform #name,
#contactform #customer_mail,
#contactform #subject,
#contactform #feedback {
    background: #f7f7f8;
    border: 2px solid #ddd;
    float: right;
    font: inherit;
    outline: none;
	padding: 5px;
    width: 350px;
}

#contactform #name:hover,
#contactform #customer_mail:hover,
#contactform #subject:hover,
#contactform #feedback:hover {
    border: 2px solid #ccc;
}
#contactform #name:focus,
#contactform #customer_mail:focus,
#contactform #subject:focus,
#contactform #feedback:focus {
	background: #fff;
}

#contact-thanks {
	background: #fff;
	border: 1px solid #f2f2f2;
	margin: 100px auto;
	padding: 100px;
	width: 798px;
}
#contact-thanks p {
	    font-weight: bold;
	    text-align: center;
}
	#contact-thanks p a {color: #bdb280;}
	#contact-thanks p a:hover {color: #474747;}
	#contact-thanks p a:active {color: #777;}
input.btn { 
	color:#FFF; 
	background: #474747;
	padding: 5px;
	border: 1px solid #333333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float: right;
}
input.btn:hover {
	color: #d6ca92;
}

/* !Footer */
/*-------------------------------------------------------------------- */

#footer {
	padding: 30px 0 30px 0;
	font-size: 13px;
	color: #999999;
}

#footer p {
	float: left;
}

/* Contact Details */
ul#quickcontact {
	float: right;
	list-style: none;
	margin: 0;
}
	ul#quickcontact li {
		color: #ccc;
		float: left;
		margin-left: 30px;
	}
	
/* !Other */
/*-------------------------------------------------------------------- */
.clear {clear:both;}
