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, 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-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

body {
	font:62.5%/1.5 Arial, Helvetica, sans-serif;
	background:#fff url(../images/tile.gif) repeat-x;
	text-align:left;
	line-height:18px;
}
p, ul {
	font-size:1.2em;
	margin-bottom:10px;
	color:#626262;
	line-height:18px;
}
a {
	color:#626262;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
strong {
	font-weight:bold;
}
@font-face {
  font-family: "Yanone Kaffeesatz";
  src: url("../fonts/YanoneKaffeesatz.eot");
  src: local("?"),
    url("../fonts/YanoneKaffeesatz.woff") format("woff"),
    url("../fonts/YanoneKaffeesatz.ttf") format("truetype"),
    url("../fonts/YanoneKaffeesatz.svg#YanoneKaffeesatz") format("svg");
}
@font-face {
	font-family: 'Museo700';
	src: url('../fonts/museo700-regular-webfont.eot');
	src: local('?'), url('../fonts/museo700-regular-webfont.woff') format('woff'), url('../fonts/museo700-regular-webfont.ttf') format('truetype'), url('../fonts/museo700-regular-webfont.svg#webfontBeF54Wby') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
================================== BRANDINGS =================================== */				 
#wrapper {
	width:932px;
	margin:0 auto;
	position:relative;
}
#branding {
	height:90px;
	margin-top:3px;
}
#branding h1 a {
	width:160px;
	height:45px;
	display:block;
	float:left;
	margin:26px 0 0 0;
	background:url(../images/consumer-first-branding.gif) no-repeat;
	text-indent:-9999px;
}
/*
========================================== NAVIGATION ==============================================*/
#nav {
	float:right;
	margin:28px 0 0 0;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
}
#nav a {
	font-family:"Yanone Kaffeesatz", Verdana, Geneva, sans-serif;
	font-size:20px;
	float:left;
	margin:0 0 0 7px;
	padding:0 0 0 3px;
	text-decoration:none;
}
#nav a span {
	float:left;
	display:block;
	padding:6px 26px 14px 23px;
	color:#404040;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {
	float:none;
}
#nav a:hover span {
  	color:#fefefe;
}
#nav a:hover, #nav a.active {
	color:#fefefe;
 	background:url(../images/nav_left.png) no-repeat left top;
}
#nav a:hover span, #nav a.active span   {
  	color:#fefefe;
	background:url(../images/nav_right.png) no-repeat right top;
}

/*
================================== BANNER AREA =================================== */
#banner {
	width:932px;
	height:385px;
	margin:0 auto;
	overflow:hidden; 
	background:url(../images/why-choose-us-bg.png) no-repeat;
}
/*next button*/
#banner #slider1 {
	width:917px;
	height:476px;
	
}
#banner .bx-wrapper {
	margin-left:10px;
}

#banner .bx-next {
	position:absolute;
	top:30%;
	right:8px;
	z-index:999;
	width: 60px;
	height: 65px;
	text-indent: -999999px;
	background: url(../images/gray_next.png) no-repeat 0 0px;
}
/*previous button*/
#banner .bx-prev {
	position:absolute;
	top:30%;
	left:5px;
	z-index:999;
	width: 60px;
	height: 65px;
	text-indent: -999999px;
	background: url(../images/gray_prev.png) no-repeat 0 0px;
}

/*pager links*/
#banner .bx-pager a {
	margin-right:6px;
	color: #fff;
	line-height:14px;
	height:44px;
	width:44px;
	float:left;
	font-size: 12px;
	zoom:1;
	text-indent:-99999px;
	background: url(../images/gray_pager.png) no-repeat 0 44px;
}
#banner .bx-pager a 

/*auto start button*/
#banner .bx-auto .start {
	background: url(../images/gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
#banner .bx-auto .stop {
	background: url(../images/gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}
/*next/prev button hover state*/
#banner .bx-next:hover,
#banner .bx-prev:hover {
	background-position: 0 0;
}

/*pager links hover and active states*/
#banner .bx-pager .pager-active,
#banner .bx-pager a:hover {
	background-position: 0 0;
}

/*pager wrapper*/
#banner .bx-pager {
	width:210px;
	height:44px;
	text-align:left;
	font-size:12px;
	color:#666;
	position:absolute;
	margin:-460px 0 0 700px;
	background:url(../images/icons.png) no-repeat;
}

/*captions*/
#banner .bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
#banner .bx-auto {
	text-align: center;
	padding-top: 15px;
}

#banner .bx-auto a {
	color: #666;
	font-size: 12px;
}




#banner_inner {
	width:932px;
	height:383px;
	margin:0 auto;
	overflow:hidden; 
	
}

#why_choose_us_wrapper {
	width:932px;
	height:385px;
	margin:0 auto;
	overflow:hidden; 
	background:url(../images/why-choose-us-bg.png) no-repeat;
}

#why_choose_us_wrapper #why_choose_us {
	width:917px;
	height:476px;
	
}
#why_choose_us_wrapper .bx-wrapper {
	margin-left:10px;
}

#why_choose_us_wrapper .bx-next {
	position:absolute;
	top:30%;
	right:0px;
	z-index:999;
	width: 60px;
	height: 65px;
	text-indent: -999999px;
	background: url(../images/gray_next.png) no-repeat 0 0px;
}
/*previous button*/
#why_choose_us_wrapper .bx-prev {
	position:absolute;
	top:30%;
	left:-5px;
	z-index:999;
	width: 60px;
	height: 65px;
	text-indent: -999999px;
	background: url(../images/gray_prev.png) no-repeat 0 0px;
}

/*pager links*/
#why_choose_us_wrapper .bx-pager a {
	margin-right:6px;
	color: #fff;
	line-height:14px;
	height:44px;
	width:44px;
	float:left;
	font-size: 12px;
	zoom:1;
	text-indent:-99999px;
	background: url(../images/gray_pager.png) no-repeat 0 44px;
	display:none;
}
#why_choose_us_wrapper .bx-pager a 

/*auto start button*/
#why_choose_us_wrapper .bx-auto .start {
	background: url(../images/gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
#why_choose_us_wrapper .bx-auto .stop {
	background: url(../images/gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}
/*next/prev button hover state*/
#why_choose_us_wrapper .bx-next:hover,
#why_choose_us_wrapper .bx-prev:hover {
	background-position: 0 0;
}

/*pager links hover and active states*/
#why_choose_us_wrapper .bx-pager .pager-active,
#why_choose_us_wrapper .bx-pager a:hover {
	background-position: 0 0;
}

/*pager wrapper*/
#why_choose_us_wrapper .bx-pager {
	width:210px;
	height:44px;
	text-align:left;
	font-size:12px;
	color:#666;
	position:absolute;
	margin:-460px 0 0 700px;
	background:url(../images/icons.png) no-repeat;
	display:none;
}

/*captions*/
#why_choose_us_wrapper .bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
#why_choose_us_wrapper .bx-auto {
	text-align: center;
	padding-top: 15px;
}

#why_choose_us_wrapper .bx-auto a {
	color: #666;
	font-size: 12px;
}

/*
================================== CONTENT =================================== */
#container {
	background:#fff url(../images/border.png) repeat-x top;
}
#container .content {
	position:relative;
	overflow:hidden;
	padding:45px 0px 10px 15px;
}
#container .content .content_sidebar {
	width:435px;
	float:left;
	margin:0 20px 0 0px;
}
#container .content h2 {
	font-family:"Museo", Verdana, Geneva, sans-serif;
	font-size:37px;
	color:#6e6e6e;
	margin-bottom:30px;
}
#container .content .about h2 span {
	font-weight:normal;
	color:#000;
}
#container .content .about h2 span span {
	color:#ff3814;
}
#container .content .content_other_sidebar {
	width:430px;
	float:left;
	padding-left:25px;
	background:url(../images/content-sep.gif) repeat-y left top;
}
#container .content .content_inner {
 	margin:0 20px 0 0px;
	position:relative;
	overflow:hidden;
}
#container .content .content_inner h2 {
	font-size:29px;
	color:#737373;
	letter-spacing:-1px;
	margin-bottom:24px;
	padding-top:3px;
}
#container .content .content_inner h2 span {
	font-weight:normal;
	color:#000;
}
#container .content .content_inner h2 span span {
	color:#ff3814;
}
#container .content .content_inner p a {
	color:#fc450b;
}
#container .content .sidebar {
	width:290px;
	float:right;
	padding:20px 20px 0 0;
	text-align:right;
}

#container .content ul {
	font-size:1.3em;
	margin-left:15px;
}
#container .content ul {
	font-size:1.3em;
}
#container .content ul li {
	list-style-type:disc;
}
#container .content .content_inner .faq {
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
	border-radius:4px;
	background:#fefefe url(../images/faq_bg.png) repeat-x;
	padding:15px;
	margin-bottom:7px;
	box-shadow: 2px 2px 2px #ccc;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#cccccc')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
}
#container .content .content_inner .faq h4 {
	font-size:18px;
	color:#fd4531;
	background:url(../images/bullet.png) no-repeat left;
	padding-left:25px;
	margin-bottom:10px;
}
/*
===================================== FORM ===========================================*/
.contact fieldset {
	width:560px;
	font-size:13px;
	color:#333;
	float:left;
	margin:10px 0;
	padding:30px 15px 30px 40px;
	background:#fff;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
	border-radius:4px;
}
.contact fieldset ol {

}
.contact fieldset ol li {
	margin-bottom:15px;
}
.contact fieldset label {
	width:120px;
	font-size:14px;
	font-weight:normal;
	color:#333;
	text-align:right;
	float:left;
	margin-right:10px;
	padding-top:3px;
	padding-bottom:6px;
}
.contact fieldset input, .contact fieldset textarea, .contact fieldset select  {
	padding:7px;
	border:1px solid #ccc;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
	border-radius:4px;
}
.contact fieldset ol li em {
	font-weight:normal;
	color:#FF0000;
}
.contact fieldset input.btn {
	padding:0;
	border:none;
}

/*
================================== WHY CHOOSE =================================== */
/*pager links*/
.brands_wrapper {
	margin-left:25px;
}
#brands  {
	margin:5px 0 0 0;
}
#brands .bx-window {
	margin-left:0;
}
#brands li {
	width:366px;
	text-align:center;
	padding-left:0;
	overflow:hidden;
}
#brands li img {
	padding:0 5px;
}
.brands_wrapper .bx-pager a {
	display:none;
}
/*auto stop button*/
#brands  .bx-auto .stop {
	display:none;
}
/*next/prev button hover state*/
#brands .featured .bx-next:hover,
#brands .featured .bx-prev:hover {
	background-position: 0 0;
	display:none;
}
#brands .bx-pager {
	display:none;
}
.brands_wrapper .bx-next {
	position:absolute;
	top:40%;
	right:-50px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../images/next.png) no-repeat 0 -32px;
}
.brands_wrapper .bx-prev {
	position:absolute;
	top:40%;
	left:-25px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../images/prev.png) no-repeat 0 -32px;
}
.brands_wrapper .bx-next:hover,
.brands_wrapper .bx-prev:hover {
	background-position: 0 0;
}
/*pager links hover and active states*/
.brands_wrapper .bx-pager .pager-active,
.brands_wrapper .bx-pager a:hover {
	background-position: 0 0;
}
/*pager wrapper*/
#brands  .bx-pager {
	float:right;
	padding-top: 17px;
	font-size:12px;
	color:#666;
}
/*captions*/
#brands .bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}
/*auto controls*/
.brands_wrapper .bx-auto {
	text-align: center;
	padding-top: 15px;
	display:none;
}
#brands .bx-auto a {
	color: #666;
	font-size: 12px;
}

/*
================================== FOOTER =================================== */
#footer {
	width:932px;
	height:77px;
	margin:0 auto;
	background:url(../images/tile.gif) repeat-x 0 -87px;
}
#footer .footer_nav {
	float:left;
	padding:20px 0 0 0;
}
#footer .footer_nav li {
	display:inline;
}
#footer .footer_nav li a { 
	font-size:11px;
	color:#888;
	padding:0 12px 0 12px;
	float:left;
	line-height:20px;
	text-transform:capitalize;
	background:url(../images/footer_seperator.gif) no-repeat right 6px;
	text-decoration:none;
}
#footer .footer_nav li a:hover {
	color:#333;
	text-decoration:underline;
} 
#footer .footer_nav li a.img_none {
	background-image:none;
}
#footer .footer_nav li.copyright {
	width:500px;
	font-size:11px;
	color:#888888;
	clear:both;
	float:left;
	text-align:left;
	margin-left:9px;
}
#footer .footer_nav li.copyright a {
	color:#b6e026;
	float:none;
	padding-left:1px;
}
#footer div {
	width:350px;
	font-size:1.1em;
	color:#888888;
	float:right;
	margin:28px 0 0 10px;
	line-height:14px;
	text-align:right;
}
#footer div a {
	color:#fc450b;
}