\@charset "utf-8";
/*
	master.css
*/
/*
 * RESET
 */
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, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
h2 {
	font:normal 1.3em Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin-bottom:0;
	padding-bottom:0;
}
h3 {
	font:Arial, Helvetica, sans-serif;
	color:#000;
	margin-bottom:0;
	padding:0;
}
h6 {
	line-height:1.2em;
}
a:link{
	color:#09c;
}
a:visited{
	color:#09c;
}
a:selected {
	color:#09c;
}
a:active {
	color:#09c;
}
a:hover {
	color:#f60;
}
.orange a {
		color:#f60;
		font-size:16px;
}
body {
	behavior:url("../stylesheets/csshover.htc");
}
img, div {
	behavior:url("../stylesheets/iepngfix.htc");
}
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 {
}
img, div {
	border:none;
}
/*
 * BASIC ELEMENTS
 * Define styles for basic elements: body, h1-h6, ul, ol, a, p, etc.
 */
 body {
	background:url(../images/global_background.jpg) top center no-repeat #000;
	color:#444;
	font:normal 1.0em Arial, Helvetica, sans-serif;
	margin:0;
	line-height:1.3em;
	padding:0;
}
#container {
	margin:10px auto 0 auto;
	width:820px;
}
#header {
	height:120px;
	display:block;
	padding:10px;
}
#nav {
	background:url(../images/nav_background.jpg);
	display:block;
	height:53px;
	padding:5px 0 0 90px;
}
.btn_home a {
	background:url(../images/btn_home.jpg);
	float:left;
	height:38px;
	text-decoration:none;
	width:86px;
}
.btn_shop a {
	background:url(../images/btn_shop.jpg);
	float:left;
	height:38px;
	text-decoration:none;
	width:114px;
}
.btn_happening a {
	background:url(../images/btn_happening.jpg);
	float:left;
	height:38px;
	text-decoration:none;
	width:219px;
}
.btn_tricks a {
	background:url(../images/btn_tricks.jpg);
	float:left;
	height:38px;
	text-decoration:none;
	width:164px;
}
.btn_findus a {
	background:url(../images/btn_findus.jpg);
	float:left;
	height:38px;
	text-decoration:none;
	width:105px;
}
#content {
	background:#FFF;
	margin:0 auto;
	width:820px;
}
.home_left a {
	background:#000;
	text-decoration:none;
	float:left;
	height:180px;
	width:240px;
}
#nav #con-home .btn_home a,
#nav #con-whatshappening .btn_happening a,
#nav #con-sicktricks .btn_tricks a,
#nav #con-findus .btn_findus a,
.home_left a:hover, .btn_home a:hover, .btn_shop a:hover, .btn_happening a:hover, .btn_tricks a:hover, .btn_findus a:hover {
	background-position: bottom left;
}
.home_right {
	background:#000;
	border-left:10px solid #FFF;
	color:#f3f2f2;
	float:left;
	height:155px;
	font-size:16px;
	line-height:1.2em;
	padding:10px 35px 15px 35px;
	width:500px;
}
.home_right em {
	color:#09C;
	font:normal 24px Georgia, "Times New Roman", Times, serif;
}
.home_right strong {
	font-weight:bolder;
	color:#FFF;
	font-size:16px;
}
.home_top {
	background:url(../images/header_arrows.jpg);
	clear:both;
	height:11px;
	width:820px;
}
.left_products {
	float:left;
	padding:25px 10px 20px 20px;
	width:220px;
}
.home_product {
	clear:both;
	float:left;
	margin-bottom:20px;
	width:220px;
}
.home_product img {
	float:left;
	 }
	 .home_product_comingsoon {
		 background-image:url(../images/home-ad.jpg);
		 height:45px;
		 padding-top:215px;
		 width:220px;
	 }
	 .home_product_comingsoon a{
		 display:block;
		 text-decoration:none;
	 }
.home_product_name {
	font-weight:bold;
	float:right;
	padding-right:10px;
	width:155px;
}
.home_product_description {
	font-size:.875em;
	float:right;
	padding-right:10px;
	width:155px;
}
.right_blog {
	background:url(../images/header_whats_happening.jpg) top left no-repeat;
	float:right;
	padding:48px 0 20px 0;
	margin-right:69px;
	width:430px;
}
.read_all {
	float:right;
	text-align:right;
	padding-right:30px;
	margin-bottom:35px;
	width:365px;
}
.read_all a{
	color:#fff;
}
.post {
	border-bottom:2px solid #09C;
	padding:10px 0;
	margin-bottom:5px;
}
.post img {
	margin:10px;
}
.post .date {
	color:#666;
	font-size:0.813em;
	margin:0;
}
.post .title {
	color:#000;
	font:normal 1.3em Georgia, "Times New Roman", Times, serif;
	margin:2px 0 0 0;
}
.post .description {
	font-size:.9em;
	color:#666;
	margin:0;
}
.post .description p {
	margin-top:5px;
	
}
#side_btn{
	padding-top:75px;
}
#side_btn p{
	padding-top:0;
	margin-top:0;
}
#sub_content {
	background:#FFF;
	color:#666;
	margin:0 auto;
	padding:25px 10px 20px 40px;
	width:770px;
}
#sub_left {
	float:left;
	font-size:.9em;
	margin-left:60px;
	width:365px;
}
#sub_left p {
	margin-top:3px;
	padding-top:0;
}
#sub_right {
	float:right;
	width:255px;
}
	 .right_product_comingsoon {
		 background-image:url(../images/whats-happ-ad.jpg);
		 height:173px;
		 padding-top:245px;
		 width:250px;
	 }
	 .right_product_comingsoon a{
		 display:block;
		 text-decoration:none;
	 }

#footer {
	background:#FFF;
	border-top:1px solid #CCC;
	color:#666;
	display:block;
	font-size:0.688em;
	margin:0 auto;
	padding:10px 30px 10px 30px;
	width:760px;
}
.clear {
	clear:both;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}

.field{
	position:relative;
}	
label.error{
	background: #cc0000;
	color: #ffffff;
	font-size: 12px;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
