body {
	margin: 0;
	font: 12px/1.9 "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
	background-color: #FFF;
}

/* @group Page Dimensions */

#navigation ul, #page, .pagefragment {
	width: 800px;
}

/* @end */

h1 {
	display: none;
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
	margin-top: 25px;
	margin-bottom: 12px;
}

h3 {
	font-size: 1.2em;
	margin-top: 28px;
	margin-bottom: 12px;
}


p, ul, ol {
	margin-bottom: 20px;
	text-align: justify;
}

p code {
	display: block;
	text-align: left;
}

ul, ol {
	padding-left: 25px;
}

a {
	color: #2BA4E5;
	text-decoration: none;
}

a:hover {
	color: #21a1ef;
}

a:visited {
	color: #754acc;
}

#page, .pagefragment {
	margin: 0 auto 30px;
	padding-left: 40px;
	padding-right: 40px;
}

.centered {
	text-align: center;
}

a img {
	border: none;
}

img.left.padded {
	margin: 0 15px 15px 0;
}

img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 8px;
}

img.right {
	float: right;
	margin-bottom: 8px;
	margin-left: 20px;
}

/* @group Footer */

#footer {
	font-size: 11px;
	text-align: center;
	margin-top: 40px;
	color: #888;
	clear: both;
}

/* @end */

/* @group Navigation */

#navigation {
	display: block;
	background: url(/images/BarBackground.png) repeat-x 50% 100%;
	padding: 0 40px 1px;
	font-size: 11px;
}

#navigation * {
	padding: 0;
	margin: 0;
}

#navigation ul {
	display: block;
	margin: 0 auto;
	
}

#navigation li {
	display: block;
	float: left;
}

#navigation li:hover {
	
}

#navigation li.active {
	background: url(/images/ActiveTab.png) repeat-x 50% 100%;
	background: url(/images/ActiveTabSideShadows.png) repeat-y 0% 100%, url(/images/ActiveTabSideShadows.png) repeat-y 100% 100%, url(/images/ActiveTab.png) repeat-x 50% 100%;
	background-color: #c9c9c9;
}

#navigation li a {
	display: block;
	padding: 8px 7px 8px;
	color: #444;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	width: 5.5em;
}

#navigation li a:hover {
	background-image: url(/images/IconsHover.png);
}

#navigation li.active a, #navigation li.active a:hover {
	font-weight: bold;
	background-image: url(/images/IconsActive.png);
	color: #f8f8f8;
	text-shadow: #444 0 1px 0;
}

/* @group Auto-clearing */

#navigation:after, #navigation ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#navigation, #navigation ul { display: inline-block }

/* Hides from IE-mac \*/
* html #navigation, * html #navigation ul { height: 1% }
#navigation, #navigation ul { display: block }
/* End hide from IE-mac */
	
/* @end */

/* @group Sections */

#navigation li#nav-home a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/imagesLogo.png) no-repeat scroll 0 50%;
margin-left:-28px;
margin-right:15px;
overflow:hidden;
padding-left:0;
padding-right:0;
text-indent:-1000em;
width:13px;	
}

#navigation li#nav-budtrap a {
	background-position: 50% 0;
}

#navigation li#nav-buy a {
	background-position: 50% -500px;
}

#navigation li#nav-brand a {
	background-position: 50% -1000px;
}

#navigation li#nav-dealers a {
	background-position: 50% -1000px;
}

#navigation li#nav-blog a {
	background-position: 50% -1500px;
}

#navigation li#nav-about a {
	background-position: 50% -2000px;
}

#navigation li#nav-contact a {
	background-position: 50% -2500px;
}

#navigation li#nav-cart a {
	background-position: 50% -2000px;
}

#navigation li#nav-home a:hover {
	background-position: -20px 50%;
}

li#nav-budtrap a:hover {
	text-shadow: #6eb0fa 0 0px 15px;
}

li#nav-buy a:hover {
	text-shadow: #6eb0fa 0 0px 15px;
}

li#nav-brand a:hover {
	text-shadow: #6eb0fa 0 0px 15px;
}

li#nav-dealers a:hover {
	text-shadow: #6eb0fa 0 0px 15px;
}

li#nav-blog a:hover {
	text-shadow: #6eb0fa 0 0px 15px;
}

li#nav-about a:hover {
	text-shadow: #6eb0fa 0 0px 15px;
}

li#nav-contact a:hover {
	text-shadow: #6eb0fa 0 0px 15px;
}

li#nav-cart a:hover {
	text-shadow: #6eb0fa 0 0px 15px;
}

/* @end */

/* @end */

/* @group Auto-clearing */

.autoclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.autoclear { display: inline-block }

/* Hides from IE-mac \*/
* html .autoclear { height: 1% }
.autoclear { display: block }
/* End hide from IE-mac */
	
/* @end */


/* @sub Navigation */

#sub_navigation {
	display: block;
	padding: 0px 0px 0px 1px;
	font-size: 11px;
}

#sub_navigation * {
	padding: 0;
	margin: 0;
}

#sub_navigation ul {
	display: block;
	margin: 0 auto;
	
}

#sub_navigation li {
	display: block;
	float: left;
}

#sub_navigation li:hover {
	color:#008BCC;
}

#sub_navigation li.active {
	background-color:#FFFFFF;
color:#777777;
}

#sub_navigation li a {
	display: block;
	padding: 8px 7px 8px;
	color: #444;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	width: 5.5em;
}

#sub_navigation li a:hover {
	color:#008BCC;
}

#sub_navigation li.active a, #sub_navigation li.active a:hover {
	background-color:#FFFFFF;
color:#777777;
}

/* @group Auto-clearing */

#sub_navigation:after, #sub_navigation ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#sub_navigation, #sub_navigation ul { display: inline-block }

/* Hides from IE-mac \*/
* html #sub_navigation, * html #sub_navigation ul { height: 1% }
#sub_navigation, #sub_navigation ul { display: block }
/* End hide from IE-mac */
	
/* @end */





/* @group Sections */

body.goodies #page, body.about #page, body.support #page, body.error404 #page, body.error403 #page {
	margin-top: 40px;
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding-top: 64px;
}


body.goodies h1, body.about h1, body.support h1, body.error404 h1, body.error403 h1 {
	display: block;
	padding-top: 0;
	padding-bottom: 30px;
	line-height: 1;
	margin: 0 0 12px;
}



/* @end */

/* @group Info Box */

.infobox {
	background-color: #e3e3e3;
	display: block;
	padding: 10px 15px 1px;
	margin-bottom: 20px;
	color: #727272;
	margin-top: 5px;
	text-shadow: #fff 0 1px 0;
	font-size: 0.9em;
	-webkit-border-radius: 7px;
	clear: both;
}

.infobox.width33 {
	width: 33%;
}

.infobox.width25 {
	width: 25%;
}

.infobox.left {
	float: left;
	margin-right: 30px;
}

.infobox.right {
	float: right;
	margin-left: 30px;
}

.infobox h2 {
	color: #fff;
	text-transform: lowercase;
	font: italic bold 1.7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #7d7d7d 0 1px 0;
	margin: 0 0 10px;
}

.infobox.caseunchanged h2 {
	text-transform: none;
}

.infobox p, .infobox ul {
	margin: 0 0 10px;
	text-align: left;
}

.infobox p.centered {
	text-align: center;
}

.infobox a {
	color: #555;
}

/* @group Columns */

.infobox.threecolumns {
	margin-bottom: 50px;
	margin-top: 50px;
}

.infobox.threecolumns .column {
	display: block;
	width: 30%;
	background-colorr: #e6ff4f;
	float: left;
	margin-left: 5%;
}

.infobox.twocolumns {
	margin-bottom: 50px;
	margin-top: 50px;
}

.infobox.twocolumns .column {
	display: block;
	width: 47%;
	float: left;
	margin-left: 5%;
}

.infobox .column.first {
	margin-left: 0;
}

/* @end */



/* @end */

/* @group Support Page */

.question {
	color: #999;
	font-weight: bold;
	font-size: 18px;
	line-height: 1em;
	margin-right: 415px;
	display: block;
	float: right;
	margin-top: 3px;
}
.question2 
{
	color: #999;
	font-weight: bold;
	font-size: 18px;
	line-height: 1em;
	margin-top: 3px;
	margin-left: 5px;
}

.number {
	color: #666;
	font-weight: bold;
	font-size: 20px;
	line-height: 1em;
	margin-top: 3px;
	margin-right: 3px;
}

/* @end */

/* Product-sales grid */

.product-wrap  {
	margin: 0;
	padding: 0;
	width: 71%;
	height: 100%;
	display: inline-block;
	
}

.product-wrap .product {
	float:left;
	display:inline;
	width:91px;
	height:100px;
	border:0;
	margin:0px 10px 32px 0px;
	padding:0;
}

.product-wrap .product-bottom {
	float:left;
	display:inline;
	width:91px;
	height:100px;
	border:0;
	margin:0px 10px 70px 0px;
	padding:0;
}

.product-wrap .product-brand {
	float:left;
	width:107px;
	height:106px;
	border:0;
	margin:0px 42px 35px 0px;
	padding:0;
}

.product-wrap .product-option {
	float:left;
	width:91px;
	height:77px;
	border:0;
	margin:0px 10px 0px 0px;
	padding:0;
}

.product-wrap .product-brand-right {
	float:left;
	width:107px;
	height:106px;
	border:0;
	margin:0px 200px 35px 0px;
	padding:0;
}

.product-wrap .product-image {
	width:91px;
	height:77px;
	margin:0;
	padding:0;
}

.product-wrap .product-brand-image {
	width:107px;
	height:88px;
	margin:0;
	padding:0;
}

.product-wrap .product-text {
	text-align:center;
	width:85px;
	height:23px;
	margin:0px 3px 0px 3px;
	padding:0;
}

.product-wrap .product-brand-text {
	text-align:center;
	width:69px;
	height:18px;
	margin:0px 19px 0px 19px;
	padding:0;
}

.product-wrap .bundle {
	float:left;
	display:inline;
	width:182px;
	height:117px;
	border:0;
	margin:0px 0px 28px 0px;
	padding:0;
}

.product-wrap .bundle-image {
	width:182px;
	height:94px;
	margin:0;
	padding:0;
}

.product-wrap .bundle-text {
	text-align:left;
	width:85px;
	height:23px;
	margin:0px 3px 0px 3px;
	padding:0;
}

/* @end */

/* @basic SF form rendering */

.sf-form-list {list-style:none;padding:0;margin:0;margin-top:15px;display:block;float:left;}
.sf-form-block {display:block;float:left;width:487px;padding-top:5px;padding-bottom:5px;}
.sf-form-left {float:left;margin:0;margin-right:15px;width:137px;}
.sf-form-right {float:right;margin:0;width:334px;}
.sf-form-label {text-align:right;font-weight:bold;font-size:14px;color:#666666;padding:8px 0px 2px;}
.sf-form-input {border:1px solid #BBBBBB;font-size:14px;font-weight:bold;height:20px;margin-top:2px;padding:5px 4px 2px;width:325px;}

/* @end */

/*@Clearfix*/
.clearfix
{
    clear: both; 
    height: 1px; 
    line-height: 1px; 
    font-size: 1px;
}
/* @end */