@charset "utf-8";
/* CSS Document */

@import url("../fonts/fonts.css");

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
form, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
    background: transparent;
    border: 0 none;
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
a {
	text-decoration:none;
	cursor:pointer;
	outline: none !important;
}
a:hover, a:active, a:focus {
  outline: none !important;
}

a img, input, button, textarea, img{
	border:none;
}
 button {
	cursor:pointer;
	
}
ul {
	list-style:none;
	display:block;
}
.clear {
	clear:both;
	width:100%;
	display:block;
	float:none;
	padding:0px;
	margin:0px;
	height:0px !important;
}
.left {
	float:left !important;
}
.right {
	float:right !important;
}
.block {
	display:block;
}
.hide {
	display:none;
}


* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: 'lucida_granderegular', Arial !important;
	color:#2f2f2f;
	font-size:13px;
	background:#fff url(../images/top_bg.png) repeat-x;
	min-width:900px !important;
}
a {
	color:#262626;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border:0px solid #f00;
	margin: 0 auto -82px; /* the bottom margin is the negative value of the footer's height  "custome sticky footer" */
	position:relative;
	width:860px;
	padding-left:20px;
	padding-right:20px;
	
}

#header {
	height:80px;
	margin:0px auto;
	margin-bottom:40px;
}
#logo {
	float:left;
	width:100px;
	height:61px;
	margin-top:20px;
}
#logo a, #logo a img {
	display:block;
	width:100px;
	height:61px;
}
#header h1 {
	float:right;
	color:#262626;
	font-size:14px;
	text-transform:uppercase;
	margin-top:60px
}

#page_wrapper {}
.left_side {
	float:left;
	width:560px;
}
.left_side h1 {
	color:#262626;
	font-size:30px;
	font-weight:normal;
	line-height:40px;
}
.left_side p {
	padding-bottom:25px;
	line-height:21px;
}
.left_side p span {
	display:block;
	font-weight:bold;
	font-size:16px;
}
.left_side p a:hover {
	text-decoration:underline;
}
.left_side h2 {
	font-size:16px;
}
.left_side ul {
	list-style:outside url(../images/list_icon.png);
	margin-left:40px;
	padding-bottom:25px;
}
.left_side ul li {
	line-height:25px;
	padding-left:20px;
}

.left_side ul li a:hover {
	text-decoration:underline;
}

.right_side {
	width:276px;
	float:right;
}

.product_img {
	display:block;
	float:left;
	margin-top:25px;
	margin-right:18px;
}



/*  START FOOTER  */

#footer_wrapper, .push {
	height: 82px; /* .push must be the same height as #footer */
}
#footer_wrapper {
	background:#262626;
}
#footer {
	width:900px;
	margin:0px auto;
	line-height:20px;
	font-size:13px;
	color:#fff;
	padding-top:10px;
}

