/* 1.1 Defaults */

body  { font: 14px/20px 'Droid Sans', 'Myriad Pro', Helvetica, Arial, sans-serif; font-family: color: #555; background-color: #282828; }

h1, h2, h3, h4, h5, h6  { margin: 0; font-family: 'Droid Sans', 'Myriad Pro', Helvetica, Arial, sans-serif; color: #222; font-weight:normal; }
h1  {font-size: 22px; } h2  {font-size: 22px;} h3  {font-size: 18px;} h4  {font-size: 16px;} h5  {font-size: 14px;} h6  {font-size: 12px;}

p {margin: 0; font:14px/22px 'Droid Sans', 'Myriad Pro', Helvetica, Arial, sans-serif; }

hr { background-color: #e6e6e6;	border:0; height: 1px; margin-bottom: 20px; }

input, textarea { padding: 7px 0 7px 7px; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid;}


code {
	display: block;
	background: #FDF5C4;
	border: 2px #E9E1AC solid;
	padding: 10px 15px;
	font-size: 12px;
	margin-top: 10px;
	overflow-x: auto;
}


a:link, a:visited  { color: #83b441; text-decoration:none;}
a:hover {text-decoration:underline;}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline;}

#wrapper  {background:#fff;}
#top { background: #014053 url(/images/bg.jpg) no-repeat top; }

#main{width:580px;}
#main.fullwidth {width: 940px;}
#main h2 {
	color: #000;
	line-height: 30px;
	padding-bottom: 20px;
}

.col-left { float: left; }
.col-right { float: right; width: 300px; }
.col-full  { width: 940px; margin: 0 auto; }


/* Alerts & Messages */
	#br_alert {
		background-color: #ffe5e5;
		border: 1px #FF0000 solid;
		margin: 10px 0;
		padding: 10px;
		color: #FF0000;
	}

	#br_message {
		border: 1px #BBE0D2 solid;
		background-color: #ECF8EF;
		margin: 10px 0;
		padding: 10px;
		color: #1892BF;
	}
	
	#br_alert p,
	#br_message p {
		font-size: 16px;
	}
	
/* End Alerts & Messages */

/* 2.2 Navigation */
#navigation{font-size:11px;}

#navigation ul.rss{background:url(/images/ico-rss.png) no-repeat 0 5px;padding:6px 0 3px 15px;}
#navigation ul.rss li{display:inline;padding:0 10px;}

ul#nav {margin-top:9px;}
#nav, #nav ul  { z-index:9999; margin:0; padding:0; list-style:none; line-height:1; }
#nav a  { font: 17px/26px 'Droid Sans', 'Myriad Pro', Helvetica, Arial, sans-serif;font-weight: bold; display:block; z-index:100; padding:0 10px; color:#fff; text-decoration:none;}
#nav li  { float:left; width: auto; padding:2px; margin:0 5px;}
#nav li:hover, #nav li.current_page_item, #nav li.current_page_parent { background: #333 url(/images/bg-nav.png) repeat-x top; }
#nav li li.current_page_item, #nav li li.current_page_parent { background: none; }

/* 2.2.1 Drop-down menus */
#nav li ul  { position: absolute; left: -999em; width: 172px; background: #FFF; border:1px solid #efefef;}
#nav li ul li  { border: 1px solid #efefef; border-width: 0 0 1px; padding:0; margin:0; }
#nav li ul li a  { background:url(/images/ico-bullet.png) no-repeat 5px 10px; width:145px; padding-left:15px; line-height:30px; font-size:12px; color:#000; }
#nav li ul li:hover  {background:#fafafa;}
#nav li ul  {padding:5px;}
#nav li ul ul  { margin: -25px 0 0 120px; }
#nav li ul li ul li a  { border-width: 0 0 1px; }
#nav li:hover ul ul, #nav li.sfhover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul ul {left:-999em;}
#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li.sfhover ul,#nav li li.sfhover ul,#nav li li li.sfhover ul  {left:auto;}
#nav li:hover,#nav li.hover  {position:static;}

#nav .sf-sub-indicator {display:none;}

/* 2.3 Header */
#header{padding:0 0 40px;clear:both;position:relative;}

#logo  {float:left;}
#logo img  { }
#logo .site-title { font-family:'Droid Sans', 'Myriad Pro', Helvetica, Arial, sans-serif; color: #fff; display:none;  }
#logo .site-description  { font-family:'Droid Serif', Georgia, serif; color: #ccc; display:none;  }
#logo .site-title a { color:#fff; font-size:40px; line-height:40px; text-transform:none; font-weight:bold; text-decoration:none; }
#logo .site-title a:hover {text-decoration:underline;}
#logo .site-description { color:#999; font:italic 14px 'Droid Serif', Georgia, serif; }

#topad {float:right;}


/* 2.4 Content */
#content{background:url(/images/bg-content-top.png) repeat-x top center; min-height:100px;padding:50px 0 30px 0; }

/* 2.7 Homepage */
#featured {height:325px;}
#featured .wrap {margin-bottom:30px;}
#featured .featured-image  { position:relative; padding-left:20px;}
#featured .video  { padding:0 0 30px 30px;}
#featured .featured-image img {z-index:999;}
#featured h2 { color:#f6f6f6; font-size:36px; font-weight:bold; line-height:1em; margin-bottom:30px; }
#featured p { color:#f6f6f6; font-size:18px; line-height:24px; padding-bottom:20px;}
.hidden { display: none}

#container { width: 10000px}
.slide { width: 940px; float:left; }

#featured a.btn { background: transparent url(/images/btn-slider-a.png) no-repeat scroll top right; color: #444; display: block; float: left; height: 48px; margin-right: 15px;padding-right: 23px; text-decoration: none; font-weight:bold;font-size:14px;text-transform:uppercase; margin-bottom:20px; }
#featured a.btn span { background: transparent url(/images/btn-slider-span.png) no-repeat;display: block;line-height:14px;padding: 17px 0 17px 23px;} 
#featured a.btn:hover { opacity:0.9; color: #222;outline: none;}
#featured a.btn:hover span { padding: 17px 0 17px 23px;} 

#breadcrumb { background:url(/images/bg-breadcrumb.png) repeat-x; height:50px; border-bottom:1px solid #aaa; line-height:50px; color:#666; }
#breadcrumb .subscribe img{ padding:13px 0 0 10px; }

#breadcrumb .col {width:420px;}
#breadcrumb a.left { background:url(/images/btn-left.png) no-repeat top; display:block; width:30px; height:30px; float:left; margin-right:5px; margin-top:10px; }
#breadcrumb a.right { background:url(/images/btn-right.png) no-repeat top; display:block; width:30px; height:30px; float:left; margin-top:10px;}
#breadcrumb a.left:hover { background:url(/images/btn-left.png) no-repeat bottom; }
#breadcrumb a.right:hover { background:url(/images/btn-right.png) no-repeat bottom; }

.pagination {margin-top:2px;}
.pagination li {display:inline;}
.pagination li a { background:url(/images/btn-slider.png) no-repeat; display:inline-block; overflow:hidden; width:13px; padding-top:13px; }
.pagination li.active a, .pagination li a:hover { background:url(/images/btn-slider-active.png) no-repeat; }

#main-page1 { margin:0 0 30px; }
#main-page2 { margin:30px 0 10px; }

/* 2.8 Portfolio */
#portfolio .block { width:450px; margin:0 10px 20px 10px; display:inline; }
#portfolio .block a.thumb { background: url(/images/portfolio-hover.png) no-repeat; border:1px solid #ddd; padding:4px; margin:0 0 20px 0; display:block;}
#portfolio .block img.portfolio-img {   }
#portfolio .block h2 { font-size:18px; margin-bottom:15px; }
.port-cat {text-transform:uppercase;}
.port-cat a { padding:2px 6px; background:#e4e4e4; margin:0 0 0 5px; border:1px solid #ccc; }
.port-cat a:hover { text-decoration:none; background:#eee; }


/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

.archive_header  { font-family: 'Droid Serif', Georgia, serif; display: block; float: left; width: 100%; margin:0 0 25px; padding:0 0 20px; font-size: 16px; font-weight: bold; background: url("/images/bg-border.png") no-repeat scroll center bottom; }
.archive_header .catrss a  { font-size: 14px; text-decoration: none; line-height: 28px; }

.post  { margin: 0 0 30px;}

.post .title  { font-weight: bold; font-size:24px; line-height:24px; position:relative; margin: 0 0 15px; }
.page .post .title  { margin: 0 0 20px 0; }
.post .title a:link, .post .title a:visited  {color:#222;}

.post-meta{margin: 10px 0 25px 0;font:11px/11px "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform:uppercase;}
.post-meta .comments a  { padding: 0 0 0 20px; text-transform: uppercase; }
.post-meta .small{text-transform:lowercase;}

.post-meta, .post-meta .post-author a, .post-more {color:#868686;}
.post-more { clear:both; text-transform:uppercase; border:1px solid #e6e6e6; border-width:4px 0 1px; padding:10px 0; font:11px/16px Arial, Helvetica, sans-serif;}
.post-more a, .post-meta a {text-decoration:none;}
.post-more a:hover, .post-meta a:hover {text-decoration:underline;}

.post p.tags{background:url(/images/ico-tag.gif) no-repeat center left;padding-left:25px;width:100%;clear:both;margin-bottom:20px;}

.entry  {}

/* 3.1 Typographic Elements */
.entry h1 { border-bottom:1px solid #e6e6e6; margin-bottom:20px; padding-bottom: 20px; }  .entry h2 {padding-bottom:20px;}  .entry h3 {padding-bottom:10px;}  .entry h4 {}  .entry h5 {}  .entry h6 {}

.entry p  { margin: 0 0 20px 0; }

.entry blockquote  {  background:url(/images/blockquote.png) no-repeat 0 12px; padding: 10px 20px 10px 50px; color: #444;  }
.entry blockquote p  { font-style:italic; font-family: 'Droid Serif', Georgia, serif;}

.entry ul  { margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ul ul  { margin: 0; }
.entry ul li  {	list-style-type: circle; }
.entry ul ul li  { list-style-type: disc; }

.entry ol  { margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ol ol  { margin: 0; }
.entry  ol li  { list-style-type: upper-latin; }
.entry  ol li ol li  { list-style-type: lower-latin; }

/* 3.2 Images */
.entry img, img.thumbnail { padding: 5px; border: 1px solid #e6e6e6; background:#F8F8F8;  }
img.wp-smiley  { padding: 0; border: none; }

.alignleft  { float: left; height: auto; margin: 5px 15px 5px 0; }
.alignright  { float: right; height: auto; margin: 5px 0 5px 15px; }
.aligncenter  { text-align: center; margin-bottom:15px;}
img.aligncenter  { margin-left:auto; margin-right:auto; display:block; }

.entry .wp-caption { padding: 1px; text-align:center; background:#F8F8F8; border: solid 1px #e6e6e6; }
.entry .wp-caption img{ margin:0; padding:4px 0; background:none; border:0; }
.entry .wp-caption-text { margin:0; padding:0; font:11px/22px Arial, Helvetica, sans-serif; text-align:center; }

/* 3.3 Pagination / WP-Pagenavi */
.nav-entries, .wp-pagenavi { padding:30px 0px; background: url("/images/bg-border.png") no-repeat scroll center top; }
.nav-entries a { display: block; font:italic 12px/16px 'Droid Serif', Georgia, serif; color:#777; text-decoration:none;}
.nav-entries a:hover {text-decoration:underline;}

.wp-pagenavi { margin: 0 !important; text-align: right !important; }
.wp-pagenavi a:link,
.wp-pagenavi a:visited { display: inline !important; text-decoration: none !important; background: #EEEEEE !important;color: #666 !important; padding: 3px 7px !important; border:1px solid #DDDDDD !important;}
.wp-pagenavi .current, 
.wp-pagenavi .on,
.wp-pagenavi a:hover { padding: 3px 7px !important; background: #ddd !important; border:1px solid #bbb !important; }
.wp-pagenavi span.extend, .wp-pagenavi span.pages { float:left; font-family: 'Droid Serif', Georgia, serif; background:none !important; border:none !important; color:#666 !important; padding:0 !important}



/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 4.2 Generic Widgets */
.widget  { margin: 0 0 30px 0; font-size:14px; }
.widget h3  { margin: 0 0 15px 0; padding:0; font-size:18px;font-weight:bold; color:#777; }
.widget p {margin-bottom:15px;}

.widget ul  { clear:both; padding-left:10px; list-style-position:inside; list-style-type:disc;}
.widget ul li { background:url(/images/ico-bullet.png) no-repeat left 8px; padding-left:10px; list-style-type:none; }
.widget ul li a  { color:#555; padding: 0 0 0 5px; line-height: 22px; text-decoration: none; font-size:14px;}
.widget ul li a:hover  {text-decoration:underline;}
.widget ul ul  { padding: 0 0 0 15px; border-top: none; }

.widget_recent_comments li, #twitter li  { padding: 6px 0; line-height: 18px; border-bottom: 1px solid #eee; } /* RESET LI STYLING FOR RECENT COMMENT & TWITTER */
.widget_recent_comments li a, #twitter a  { display: inline; padding: 0; line-height: 18px!important; background: none!important; border: none!important; } /* RESET <A> STYLING FOR RECENT COMMENT & TWITTER */

.widget .textwidget, .widget ul, .widget_woo_feedback .feedback { background:#f0f0f0; padding:25px; }
.widget .textwidget {padding-bottom:10px;}

/* 4.2 Specific Widgets */

/* WIDGET FORMS */
#searchform  { background:#fff;  border: 6px solid #e2e2e2; position:relative; }
#searchform .btn { position:absolute; right:10px; bottom:0; border:0; padding:2px; }
.widget input#s, .widget input.field  { width: 180px; padding: 8px 0; margin-left:10px; border: 0; color:#999999; }
.widget .screen-reader-text  { display: none; }
.widget input.submit {float:right;}

/* 4.3 WooTabs */
#tabs {	background:#f0f0f0; height:auto; display: block; padding:5px; margin-bottom:30px; }

#tabs ul.wooTabs {padding:0px;}
#tabs ul.wooTabs li { float: left; display:inline; color: #ffffff; margin:0px; cursor: pointer; }
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover { background:#fff; text-decoration:none; }
#tabs ul.wooTabs li a {	color:#777; display: block;float: left;padding: 8px; text-transform:uppercase; font:11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; }

#tabs .inside { background:#fff; padding:5px;}
#tabs .inside li {background:#fff;}
#tabs #tab-tags {padding:10px;}
#tabs .inside ul { margin:0; border: 1px solid #e6e6e6; border-width:1px 0 1px 0; }
#tabs .inside li { border:1px solid #e6e6e6; border-width:0 1px 1px 1px; padding:10px; }
#tabs .inside li a { color:#555; font:bold 12px/18px 'Droid Serif', Georgia, serif; }
#tabs .inside a:hover{}
#tabs .inside li span.meta { display:block; font:11px/20px "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform:uppercase; color:#777; }
#tabs .inside li img.avatar, #tabs .inside li img.thumbnail { border: 1px solid #ddd; padding: 2px;	background-color: #ffffff; float: left;	margin: 0 8px 0 0; }

/*-------------------------------------------------------------------------------------------*/
/* 6. MISC */
/*-------------------------------------------------------------------------------------------*/

/* 6.1 Buttons */
.button, .button:visited, .reply a{ font-family:Verdana, Geneva, sans-serif; background: url(/images/alert-overlay.png); display: inline-block; padding: 5px 10px 6px; color: #fff !important; text-decoration: none; border:none; position: relative; cursor: pointer; }
.button, .button:visited, .reply a{background-color:#83B441;}
.button:hover, .reply a:hover { color: #fff  !important; text-decoration:none; }
.button:active, .reply a:active { top: 1px; }
.small.button, .small.button:visited, .reply a { font-size: 10px; padding: 0px 6px 1px; text-transform:uppercase;}
.button, .button:visited, .medium.button, .medium.button:visited { font-size: 13px; font-weight: bold; line-height: 1; }
.large.button, .large.button:visited { font-size: 14px; padding: 8px 14px 9px; }

/* 6.2 Info Boxes */
p.alert, p.download, p.info, p.note, p.tick {  margin:10px 0 20px 0; padding:9px 10px 9px 50px; }
p.alert { border-top:1px solid #f0baa2; border-bottom:1px solid #f0baa2; background:#ffd9c8 url(/images/ico-alert.png) no-repeat 20px 13px; }
p.download { border-top:1px solid #d4ebaf; border-bottom:1px solid #d4ebaf; background:#edfcd5 url(/images/ico-download.png) no-repeat 20px 13px; }
p.tick { border-top:1px solid #d4ebaf; border-bottom:1px solid #d4ebaf; background:#edfcd5 url(/images/ico-tick.png) no-repeat 20px 13px; }
p.info { border-top:1px solid #ccc; border-bottom:1px solid #ccc; background:#eee url(/images/ico-info.png) no-repeat 20px 13px; }
p.note { border-top:1px solid #efe3ae; border-bottom:1px solid #efe3ae; background:#fef6d2 url(/images/ico-note.png) no-repeat 20px 13px; }

/* 6.3 Contact Form */
#contact-page .screenReader { left: -9999px; position: absolute; top: -9999px; }
#contact-page ol.forms{float:left;list-style:none;width:100%;margin:10px 0 0;}
#contact-page ol.forms li{clear:both;float:left;margin-bottom:18px;position:relative;width:100%}
#contact-page ol.forms label{cursor:pointer;display:block;float:left;font-weight:700;padding-right:20px;width:100px;}
#contact-page ol.forms input.txt{width:214px;}
#contact-page ol.forms input#sendCopy{border:none;}
#contact-page ol.forms textarea{height:150px;width:400px;}
#contact-page ol.forms li .error{font-size:12px;display:block;margin-left:120px;color:red;}
#contact-page ol.forms li.textarea .error{display:block; margin-left:120px}
#contact-page ol.forms li.screenReader{margin-bottom:0;}
#contact-page ol.forms li.buttons .submit{margin: 15px 0 0 120px; }
#contact-page ol.forms li.inline input{width:auto;margin-left:120px;}
#contact-page ol.forms li.inline label{display:inline;float:none;width:auto;}

/* 6.4 Gravity Forms */
.gfield { margin-bottom: 10px; }
.gform_wrapper .top_label .gfield_label { display:block;float:left; padding-right:20px; width: 100px; margin: 5px 0px 4px !important; }
.gform_wrapper input.button { padding: 5px 10px 6px !important; }
.gform_wrapper input { padding: 7px 3px !important; }
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea { width: 400px !important; padding: 7px 3px !important; }
.gform_wrapper .entry img, img.thumbnail { padding: 0px !important; border: 0px !important; }
ul.top_label .clear-multi { clear: none !important; }
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio { margin-left: 120px !important; }
img.ui-datepicker-trigger { border: 0px; padding: 0px; }

/* Home */
	#updates h3 { background:url(/images/icon-updates-showcase.png) no-repeat; padding:5px 0 5px 42px; }
	
	#updates ul {
		padding: 0 0 20px 42px;
	}
	
	#updates li {
		color: #777;
		font-size: 11px;
		line-height: 22px;
	}

	#updates li a {
		color:#0D9BC4;
		font-weight:bold;
	}

	#twitter {
		margin-top: 10px;
	}
	
	#twitter h3 { background:url(/images/icon-updates-twitter.png) no-repeat; padding:5px 0 5px 42px; }
	
	#updates h3 a,
	#twitter h3 a {
		color: #000;
	}

	#updates h3 a:hover,
	#twitter h3 a:hover {
		color:#0D9BC4;
		text-decoration: none;
	}
		
	#twitter ul {
		padding-left: 42px;
	}
	
	#twitter li a {
		color: #777;
		font-size: 14px;
		line-height: 21px;
		font-style: italic;
	}
	
	#twitter li	.posted {
		font-size: 10px;
	}
	
	#twitter_follow {
		text-align: right;
		font-size: 12px;
	}
	
	#twitter_follow a {
		color: #0D9BC4
	}
	
	#mini-features .item{
		margin: 0;
		width: 290px; 
		float: left;
		height: 125px;
		overflow: hidden;
	}
	#mini-features .item_left {
		width: 75px;
		float: left;
	}
	#mini-features .item_right{
		width: 215px;
		float: left;
	}
	#mini-features .item_right h4 { 
		padding-top: 10px;
		color: #000;
		font-weight: bold;
	}
	#mini-features .item_right p {
		color: #555;
		font-size:14px;
		line-height:17px;
		padding-bottom:20px;
	}
	#mini-features .links {
		margin: 20px 0;
	}	
	#mini-features .links ul {
		border-top: 1px #ccc solid;
	}
	#mini-features .links ul li{
		float: left;
		padding: 20px 0;
		width: 33%;
	}
	#mini-features .links ul li.center { text-align: center; }	
	#mini-features .links ul li.right { text-align: right; }	
	#mini-features .links ul li a{
		color: #000;
		font-size: 16px;
	}
	#mini-features .links ul li a.highlight {
		color: #0d9bc4;
	}
	
/* End Home */

/* Tour */

#questions {
	padding: 0 50px 0 22px;
	background:url("/images/question.png") no-repeat 0px 2px transparent;
	color: #1892bf;
}
#tour {
	background:url("/images/bg_tour.jpg") no-repeat scroll center top transparent;
	min-height:100px;
	padding:50px 0 30px;	
}
.red {
	color: #a41717;
}
.featured {
	width: 925px;
}
.featured .col_1 {
	background:url("/images/shadow_large.jpg") no-repeat scroll -20px 295px transparent;
	float:left;
	height:350px;
	width:550px
}

.featured .col_2 {
	width: 375px;
	float: left;
}

.featured .col_2 .price {
	color: #000;
	font-weight: bold;
	font-size: 21px;
	padding-left: 15px;
}

.featured .col_2 .code {
	color: #666;
	font-size: 12px;
	padding-left: 15px;
}

.featured .col_2 .buy {
	padding: 7px 12px;
}

.featured .descr {
	height: 267px;
}
.featured .descr h2 {
	padding: 15px;
	color: #000;
	font-size: 24px;
	font-weight: bold;
}
.featured .descr p.sub {
	padding: 0 15px;
}

.featured .descr ol {
	padding: 5px 15px;
	list-style-type: decimal;
}
.featured .descr ol li{
	margin-left: 30px;
	padding: 8px 0;
	color: #555;
	font-size: 21px;
}
.clearboth {clear:both;}
 
#tour a.btn { background: transparent url(/images/btn-slider-a.png) no-repeat scroll top right; color: #444; display: block; float: left; height: 48px; margin-right: 15px;padding-right: 23px; text-decoration: none; font-weight:bold;font-size:14px;text-transform:uppercase; margin-bottom:20px; }
#tour a.btn span { background: transparent url(/images/btn-slider-span.png) no-repeat;display: block;line-height:14px;padding: 17px 0 17px 23px;} 
#tour a.btn:hover { opacity:0.9; color: #222;outline: none;}
#tour a.btn:hover span { padding: 17px 0 17px 23px;} 

#tour .videos  {
	margin-top:35px;
	width: 960px;
}

#tour .videos .item {
	background: url("/images/shadow_small.jpg") no-repeat scroll -10px 155px transparent;
	float:left;
	width: 320px;
	height: 325px;
	overflow: hidden;
}

#tour .videos .item h3 {
	padding: 10px 10px 0;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

#tour .videos .item p {
	padding: 0 10px;
	font-size: 14px;
	color: #555;
}
.bottom_links {
	margin: 50px 150px;
	width: 660px;
}	
.bottom_links ul {
	border-top: 1px #ccc solid;
}
.bottom_links ul li{
	float: left;
	padding: 20px 0;
	width: 33%;
}
.bottom_links ul li.center { text-align: center; }	
.bottom_links ul li.right { text-align: right; }	
.bottom_links ul li a{
	color: #000;
	font-size: 18px;
}

/* End Tour */ 

/* Features */ 
	#feature_list {
		margin-left: 15px;
	}
	#feature_list a {
		color: #1892BF
	}
	#feature_list h2 {
		margin-bottom: 10px;
	}
	#feature_list .col_1,
	#feature_list .col_2,
	#feature_list .col_3 {
		margin: 0 15px;
		width: 180px;
		float: left;
		vertical-align: top;
	}
	
	
	
	#features {
		background:url("/images/bg_features.jpg") no-repeat scroll 50% -85px transparent;
	}
	#features .col_left{
		float: left;
		width: 250px;
	}
	
	#features .col_right{
		min-height:500px;
		padding: 20px;
		float: left;
		width: 650px;
	}

	#features .col_right .int_left{
		padding: 0;
		width: 275px;	
		float: left;
	}

	#features .col_right .int_right{
		padding: 12px 0;
		width: 375px;	
		float: left;
	}
	#features .col_right .int_right h2 { 
		color: #000;
		font-size: 21px;
		font-weight: bold;
		line-height: 26px;
		padding: 20px 0 10px;
	}
	#features .col_right .int_right h3 { 
		color: #555;
		font-size: 16px;
		font-weight: bold;
	}
	#features .col_right .items {
		width: 650px;
	}
		
	#features .col_right .item {
		margin: 20px 0;
		width: 325px; 
		float: left;
	}
	#features .col_right .item_left {
		width: 75px;
		float: left;
	}
	
	#features .col_right .item_right {
		float:left;
		height:125px;
		width:240px;
	}
	
	
	#features .col_right .item_right h4 {
		padding-top: 10px;
		color: #000;
		font-weight: bold;
	}

	#features .col_right .item_right p {
		color: #555;
	}

	#features .col_right .bottom_links{
		margin: 50px 0;
	}

	#subnav, #subnav ul  { z-index:9999; margin:0; padding:25px 0; list-style:none; line-height:1; }
	#subnav a  { font: 14px/21px 'Droid Sans', 'Myriad Pro', Helvetica, Arial, sans-serif;font-weight: bold; display:block; z-index:100; padding:3px 10px; color:#1892bf; text-decoration:none;}
	#subnav li  { padding:2px; margin:0 5px 8px; width: 214px;}
	#subnav li:hover, 
	#subnav li.current_page_item, 
	#subnav li.current_page_parent { background: #333 url(/images/bg-nav.png) repeat-x top; }
	#subnav li li.current_page_item, #subnav li li.current_page_parent { background: none; }
	#subnav li ul li a  {text-shadow:none;}
	#subnav li ul,
	#subnav li:hover, 
	#subnav li.current_page_item,
	#subnav li.current_page_parent { border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;  }
	#subnav li:hover, #subnav li.current_page_item, #subnav li.current_page_parent { background-color: #83def7; }
	#subnav li:hover, 
	#subnav li.current_page_item, 
	#subnav li.current_page_parent { 
		-webkit-box-shadow: 0px 1px 1px #999; 
		-moz-box-shadow: 0px 0px 1px #999; 
		box-shadow: 0px 0px 1px #999; 
	}
	#subnav li:hover a, 
	#subnav li.current_page_item a, 
	#subnav li.current_page_parent a {
		color: #fff;
	}
	
	#subnav li ul { -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.5); -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.5); box-shadow: 0px 1px 3px rgba(0,0,0,.5);}
	#subnav li li:hover, 
	#subnav li li.current_page_item,
	#subnav li li.current_page_parent  { border-radius:0; -moz-border-radius:0; -webkit-border-radius:0; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; }

/* End Features */

/* Documentation */

	#docs {
	}
	
	#docs .paginate {
		padding-top:10px;
		font-size: 16px;
	}
	#docs .paginate strong {
		background: #e7e7e7;
		padding: 3px 8px;
	}
	
	#docs .paginate a {
		color: #1892BF;
		padding: 3px 8px;
	}
	
	#docs .col_left{
		float: left;
		width: 250px;
	}
	
	#docs .col_right {
		min-height:500px;
		padding: 10px 20px;
		float: left;
		width: 650px;
	}

	#docs .col_right a{
		color: #1892BF;
	}

	#docs .col_right h2 { 
		color: #666;
		font-size: 34px;
		font-weight: bold;
		padding: 0;
	}

	#docs .col_right p.breadcrumb {
		text-align: right;
		float: right;
	}
		
	#docs .col_right .items {
		width: 650px;
	}
		
	#docs .col_right .item {
		padding: 10px 0;
		width: 650px; 
		border-bottom: 1px #E7E7E7 solid;
	}
	#docs .col_right .item_left {
		width: 50px;
		float: left;
	}
	
	#docs .col_right .item_left img {
		margin: 10px 5px;
	}
	
	#docs .col_right .item_right {
		width: 450px;
		float: left;
	}

	#docs .col_right .item_right_full {
		width: 650px;
		float: left;
	}
	
	#docs .col_right .heading {
		color: #949494;
		padding: 20px 10px 10px 0;
		border-bottom: 1px #ccc solid;
		line-height: 21px;
	}
	
	#docs .col_right .comments {
		color: #949494;
		padding: 5px 10px 5px 0;
		line-height: 21px;
		margin-bottom: 10px;
	}
	
	#docs .col_right .heading h3 {
		padding-bottom: 5px;
		font-weight: bold;
		color: #949494;
		text-transform: uppercase;
	}

	#docs .col_right .item_right h4 {
		padding-top: 10px;
	}
	#docs .col_right .item_right h4 a{
		font-weight: bold;
		color: #1892BF;
	}

	#docs .col_right .item_right p {
		color: #777;
		font-size: 12px;
	}

	#docs .col_right .bottom_links{
		margin: 50px 0;
	}
	/*#midnav, #midnav ul  { position:absolute;z-index:9999; margin:10px 0 0 285px; list-style:none; line-height:1; }*/
	#midnav, #midnav ul  { position:absolute;z-index:9999; top:10px; left:0; list-style:none; line-height:1; }
	#midnav a  { font: 14px/21px 'Droid Sans', 'Myriad Pro', Helvetica, Arial, sans-serif;font-weight: bold; display:block; z-index:100; padding:3px 10px; color:#1892bf; text-decoration:none;}
	#midnav li  { float:left;padding:2px; margin:0 7px 8px; width: auto;background-color: #dee3e4;}
	#midnav li:hover, 
	#midnav li.current_page_item, 
	#midnav li.current_page_parent { background: #333 url(/images/bg-nav.png) repeat-x top; }
	#midnav li li.current_page_item, #midnav li li.current_page_parent { background: none; }
	#midnav li ul li a  {text-shadow:none;}
	#midnav li ul,
	#midnav li:hover, 
	#midnav li.current_page_item,
	#midnav li, 
	#midnav li.current_page_parent { border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;  }
	#midnav li:hover, #midnav li.current_page_item, #midnav li.current_page_parent { background-color: #83def7; }
	#midnav li, 
	#midnav li:hover, 
	#midnav li.current_page_item, 
	#midnav li.current_page_parent { 
		-webkit-box-shadow: 0px 1px 1px #999; 
		-moz-box-shadow: 0px 0px 1px #999; 
		box-shadow: 0px 0px 1px #999; 
	}
	#midnav li:hover a, 
	#midnav li.current_page_item a, 
	#midnav li.current_page_parent a {
		color: #fff;
	}
	
	#docs .col_right .blog_img {
		margin-top:	2px;
		width:	120px; 
	}
	
	#docs .col_right .blog_img img {
		border: 1px #ccc solid;
	}

/* End Documention */

/* Support */

#support {
		background:url("/images/bg_features.jpg") no-repeat scroll 50% -60px transparent;
	}
	#support .col_left{
		float: left;
		width: 250px;
	}
	
	#support .col_right{
		min-height:500px;
		padding: 40px 0px;
		float: left;
		width: 650px;
	}

	#support .col_right .int_left{
		padding: 12px 0;
		width: 301px;	
		float: left;
	}

	#support .col_right .int_right{
		padding: 12px 0;
		width: 349px;	
		float: left;
	}
	#support .col_right .int_right h2 { 
		color: #000;
		font-size: 24px;
		font-weight: bold;
		line-height: 28px;
		padding: 20px 0 10px;
	}
	#support .col_right .int_right h3 { 
		color: #555;
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 15px;
	}
	#support .col_right .items {
		width: 650px;
	}
		
	#support .col_right .item {
		margin: 20px 0;
		width: 325px; 
		float: left;
	}
	#support .col_right .item_left {
		width: 75px;
		float: left;
	}
	
	#support .col_right .item_right {
		width: 250px;
		float: left;
	}
	
	
	#support .col_right .item_right h4 {
		padding-top: 10px;
		color: #000;
		font-weight: bold;
	}

	#support .col_right .item_right p {
		color: #555;
	}

	#support .col_right .bottom_links{
		margin: 50px 0;
	}

	#support a.btn { background: transparent url(/images/btn-slider-a.png) no-repeat scroll top right; color: #444; display: block; float: left; height: 48px; margin-right: 15px;padding-right: 23px; text-decoration: none; font-weight:bold;font-size:14px;text-transform:uppercase; margin-bottom:20px; }
	#support a.btn span { background: transparent url(/images/btn-slider-span.png) no-repeat;display: block;line-height:14px;padding: 17px 0 17px 23px;} 
	#support a.btn:hover { opacity:0.9; color: #222;outline: none;}
	#support a.btn:hover span { padding: 17px 0 17px 23px;} 

	#support .col_right .heading {
		font-weight: bold;
		color: #949494;
		text-transform: uppercase;
		padding: 20px 0 10px;
		border-bottom: 1px #ccc solid;
	}
	
	#support .tsupport {
		border-bottom:medium none;
		border-bottom:F7F7F7;
		float:left;
		height:90px;
		padding-right:50px;
		width:250px;
	}
	
	div#gsfn_search_widget a.widget_title {
		color: #0d9bc4;
		font-size: 18px;
		display:block; 
		border-bottom:1px solid #CCCCCC;
		margin-bottom:6px;
		padding-bottom: 10px;
	}

	div#gsfn_search_widget li.gsfn_idea {
		padding: 5px 15px;
	}

	div#gsfn_search_widget a	 {
		color: #0d9bc4;
		font-size: 14px;
	}
		
	div#gsfn_search_widget input#continue {
		width: 80px;
		text-align: center;
		border: 1px #ccc solid;
		background: #E7E7E7;
	}
	
	div#gsfn_search_widget .gsfn_no_results input,
	div#gsfn_search_widget .gsfn_submit input {
		width: 100px;
		text-align: center;
		border: 1px #ccc solid;
		background: #E7E7E7;
	}

	div#gsfn_list_widget div#gsfn_content { }
	div#gsfn_list_widget div#gsfn_content li { 
		background:url("/images/file-icon.jpg") no-repeat scroll 0 10px transparent;
		border-bottom:1px solid #CCCCCC;
		margin-bottom:6px;
		padding:10px 50px;
		text-align:left; 
	}

	div#gsfn_list_widget div#gsfn_content a.gsfn_link { 
		color: #0d9bc4;
		font-size: 18px;
		display:block; 
	}
	div#gsfn_list_widget div#gsfn_content span.time { 
		font-size: 12px; 
		color: #999;
	}
	
	div#gsfn_list_widget div#gsfn_content p.gsfn_summary { margin-top: 2px }

/* End Support */

/* Fancybox */
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/images/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('/images/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/images/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('/images/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('/images/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('/images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/images/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/images/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/images/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/images/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -122px;
}
/* End Fancybox */

#breadcrumb h1 {
	color: #FFF;
	font-size: 27px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #666;
}

#footer .wrapper_1 {
	background-color: #014053;
}
#footer .wrapper_1 .row_1 {
	width: 960px;
	margin: 0 auto;
	
}
#footer .wrapper_1 img {
	float: left;
	padding: 15px 15px 15px 0;
}
#footer .wrapper_1 ul li a{
	color: #FFF;
	padding-right: 20px;
}
#footer .wrapper_1 ul li{
	float: left;
	padding: 25px 10px;
	color: #1892bf;
}

#footer .wrapper_2 {
	background: url(/images/footer_bg.jpg) repeat-x #000;
	height: 42px;
}
#footer .wrapper_2 .row_2 {
	width: 960px;
	margin: 0 auto;
}
#footer .wrapper_2 .row_2 p {
	color: #696969;
	padding-top: 8px;
	font-size: 10px;
}
#footer .wrapper_2 .row_2 p a{
	color: #696969;
	text-decoration: underline;
}
#footer .wrapper_2 .row_2 img {
	margin: 8px 2px;
	float:right;
}





/* About */

#about {
		background: #fafafa; }
	
#about .left {
	float: left;
	display: inline;
	margin: 0;
	padding: 50px 0 25px;
	width: 295px;
	overflow: hidden; }


#about .right {
	float: left;
	display: inline;
	margin: 0;
	padding: 40px 0 25px;
	width: 640px;
	overflow: hidden; }	

#about .right h1 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 32px;
	color: #686666;
	font-weight: bold;
	border-bottom: 1px solid #e2e2e2; }	

#about .right h2 {
	margin: 20px 0 0;
	font-size: 21px;
	color: #000;
	font-weight: normal;
	line-height: 1.5em; }

#about .right h3 {
	margin: 20px 0 0;
	font-size: 17px;
	color: #000;
	font-weight: normal;
	line-height: 1.5em; }

#about .right h5 {
	margin: 20px 0 0;
	font-size: 132x;
	color: #949494;
	font-weight: normal;
	text-transform: uppercase; }

#about .right p {
	font-size: 12px;
	color: #555;
	line-height: 2.0em; 
   	margin-top: 10px;	
}

#about .right ul {
	margin: 0;
	padding: 0 0 0 25px;
	list-style-type: square;
}

#about .right ul li {
	margin: 0;
	padding: 5px 0 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
	line-height: 1.25em;
}

#about .right a {
	color: #1892bf; }

/* end of About */

/* General Content */
#docs .col_right .gen_content {
	line-height: auto;
}

#docs .col_right .gen_content ol, 
#docs .col_right .gen_content ul {
	font-size: small;
	padding-left:4em;
    margin-left:0;
}
#docs .col_right .gen_content ol{
    list-style-type: decimal;
}

#docs .col_right .gen_content ul{
    list-style-type: disc;
}
#docs .col_right .gen_content p, 
#docs .col_right .gen_content blockquote,
#docs .col_right .gen_content form, 
#docs .col_right .gen_content label, 
#docs .col_right .gen_content ul, 
#docs .col_right .gen_content ol, 
#docs .col_right .gen_content dl, 
#docs .col_right .gen_content fieldset, 
#docs .col_right .gen_content address {margin-bottom:0.5em;}

#docs .col_right .gen_content h1,
#docs .col_right .gen_content h2,
#docs .col_right .gen_content h3,
#docs .col_right .gen_content h4,
#docs .col_right .gen_content h5,
#docs .col_right .gen_content h6 {
	margin-bottom:0.5em;
	font-size: auto;
	padding: auto;
	color: #000;
	font-weight: normal; 
}

#docs .col_right .gen_content h5{
	padding: 15px 0 0;
}

#docs .col_right .gen_content p {
	padding: auto;
}

#docs .col_right .gen_content p a {
	text-decoration: none;
}
.twitter-contain {float:right;}
.twitter-share-button {
}
















/* Shopping Cart */

#cart {
	background: #fff;
	padding: 7px 0 30px; 
}

#cart input, 
#cart textarea {
	border: 0;
	padding: 0;
}

#cart #top {
	background: none;
}

#cart #top h1 {
	float: left;
	margin: 0 0 0 14px;
	font-family: 'Droid Serif', Arial, Helvetica, Sans Serif;
	font-size: 20px;
	color: #333;
	font-weight: normal;
	line-height: 28px; }

#cart #top p {
	float: right;
	font-size: 14px;
	color: #7b7b7b;
	text-align: right;
	line-height: 28px; }

#cart #top a {
	color: #1165cc; }


#cart table.cart {
	margin: 10px 0 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0; }

#cart table.cart th {
	padding: 5px 14px;
	font-size: 14px;
	color: #505757;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	background: #ebebeb; }

#cart table.cart th.col1 {
	text-align: left; }

#cart table.cart th.col5 {
	text-align: right; }

#cart table.cart td {
	padding: 10px;
	text-align: center;
	vertical-align: top;
	border-bottom: 2px solid #ebebeb; }

#cart table.cart td.col1 {
	width: 5%; }

#cart table.cart td.col2 {
	width: 12%; }

#cart table.cart td.col3 {
	width: 58%;
	text-align: left; }

#cart table.cart td.col4 {
	width: 10%; }

#cart table.cart td.col4 form {
	width: 29px;
	margin: 0 auto;
}

#cart table.cart td.col5 {
	width: 15%;
	font-size: 14px;
	color: #505757;
	text-align: right;
	line-height: 1.5em; }

#cart table.cart td.col5 p.price {
	text-align: right;
}

#cart table.cart td.col5 p.price span.original{
	text-decoration: line-through;
	display: block;
	text-align: right;
}

#cart table.cart td.col5 p.price span.sale{
	padding-left:10px;
	display: block;
	text-align: right;
}

#cart table.cart td.col2 table {
	margin: 0;
	width: 100%; }

#cart table.cart td.col2 table td {
	padding: 0;
	width: 100%;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	background: #ebebeb; }

#cart table.cart td.col3 h5 {
	font-size: 15px;
	color: #505757;
	font-weight: normal; }

#cart table.cart td.col3 p {
	margin: 4px 0 0;
	font-size: 14px;
	color: #505757; }

#cart table.cart td.col3 a {
	color: #1165cc; }

#cart table.cart td.col4 input {
	padding: 4px 0 0;
	width: 27px;
	height: 19px;
	font-size: 14px;
	color: #505757;
	text-align: center;
	background: #fff;
	border: 1px solid #a7abab; }

#cart table.cart td.col5 span.sale {
	color: #a32d2c; }

#cart table.cart tr.update td .btn {
	position: relative;
	float: right;
	display: inline;
	margin: 0;
	width: 100px;
	height: 23px;
	overflow: hidden;
	text-align: center;
	background: url(/images/bg_btn02.jpg) 0 0 repeat-x;
	border: 1px solid #ccc; 
}

#cart table.cart tr.update td .btn p {
	font-size: 14px;
	color: #1165CC;
	text-align: center;
	line-height: 23px; 
}

#cart table.cart tr.update td .btn input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 23px; }
	
#cart table.cart tr.discount td {
	padding: 10px 10px 0;
	border-bottom: none; }

#cart table.cart tr.discount td label {
	float: left;
	font-size: 14px; 
	color: #505757;
	line-height: 25px; }

#cart table.cart tr.discount td .code {
	float: left;
	margin: 0 0 0 10px;
	width: 280px;
	height: 23px;
	background: #fff;
	border: 1px solid #e2e2e2; }

#cart table.cart tr.discount td .txtinp {
	float: left;
	padding: 2px 5px;
	width: 180px;
	font-size: 14px;
	color: #505757;
	background: none;
	border: none; }

#cart table.cart tr.discount td .btn {
	position: relative;
	float: right;
	width: 75px;
	height: 23px;
	overflow: hidden;
	background: #e8e8e8; }

#cart table.cart tr.discount td .btn p {
	font-size: 14px;
	color: #505757;
	text-align: center;
	line-height: 23px; }

#cart table.cart tr.discount td .btn input {
    height: 21px;
    left: 0;
    position: absolute;
    top: 0;
    width: 73px;
}

#cart table.cart tr.total td {
	padding: 10px 10px 25px; }

#cart table.cart tr.total td.ads {
	text-align: left; 
	width: 675px;
}

#cart table.cart tr.total td.summary {
	text-align: right; }

#cart table.cart tr.total td.summary p {
	margin: 4px 0 0;
	font-size: 14px;
	color: #505757;
	text-align: right;
	line-height: 1.25em; }

#cart table.cart tr.total td.summary p small {
	font-size: 10px; }

#cart table.cart tr.total td.summary p span.discount {
	color: #991111; }

#cart table.cart tr.total td.summary p a {
	color: #505757;
	text-decoration: underline; }

#cart table.cart tr.total td.summary .checkout {
	position: relative;
	float: right;
	display: inline;
	margin: 15px 0 0;
	width: 125px;
	height: 23px;
	overflow: hidden;
	text-align: center;
	background: url(/images/bg_btn02.jpg) 0 0 repeat-x;
	border: 1px solid #ccc; }

#cart table.cart tr.total td.summary .checkout a {
	display: block;
	font-size: 15px;
	color: #1165cc;
	font-weight: bold;
	line-height: 24px;
	width: 125px;
	text-align: center;
}

#cart table.cart tr.total td.summary p.continue {
	margin: 15px 0 0;
	color: #7b7b7b; }

#cart table.cart tr.total td.summary p.continue a {
	color: #7b7b7b;
	text-decoration: none; }

#cart table.cart tr.total td.summary .other {
	float: right;
	display: inline;
	margin: 15px 0 0;
	text-align: right; }

#cart table.cart tr.total td.summary div.remove .btn {
	position: relative;
	float: right;
	display: inline;
	margin: 2px 5px;
	width: 16px;
	height: 16px;
	border: 1px solid #ccc; 
}

#cart table.cart tr.total td.summary div.remove p.discount {
	color:#A32D2C;
	display: inline;
	position: relative;
	float: right;
	white-space:nowrap;
}

#cart #selected_items {
	padding: 10px 0 0 10px; }

#cart #selected_items h2 {
	font-size: 14px;
	color: #505757;
	font-weight: bold;
	text-transform: uppercase; }

#cart #selected_items ul {
	list-style: none; }

#cart #selected_items ul li {
	float: left;
	margin: 10px 50px 0 0;
	padding: 15px 10px 20px;
	width: 220px;
	border: 1px solid #e9e9e9; }

#cart #selected_items ul li h3 {
	font-size: 13px;
	color: #000;
	font-weight: normal; }

#cart #selected_items ul li h3 a {
	color: #000; }

#cart #selected_items ul li table {
	float: left;
	display: inline;
	margin: 5px 0 0;
	width: 100px;
	border-collapse: collapse;
	border-spacing: 0; }

#cart #selected_items ul li table td {
	width: 100px;
	height: 125px;
	text-align: center;
	vertical-align: middle;
	background: #ebebeb; }

#cart #selected_items ul li .desc {
	float: left;
	display: inline;
	padding: 5px 0 0 14px;
	width: 105px;
	overflow: hidden; }

#cart #selected_items ul li .desc p.price {
	margin: 4px 0 0;
	font-size: 14px;
	color: #991111; }

#cart #selected_items ul li .desc p.dtl {
	margin: 4px 0 0;
	height: 35px;
	font-size: 14px;
	color: #505757; }

#cart #selected_items ul li .desc p.add {
	font-size: 14px;
	color: #1165cc; }

#cart #selected_items ul li .desc p.add a {
	color: #1165cc; }

/* end of Shopping Cart */






/* Checkout */

#checkout {
	padding: 1px 0 0;
}
#checkout_wrapper { 
	padding: 7px 0 30px; 
	background: url(/images/checkout_box.jpg) 0 0 repeat-y; 
}

#account .wrapper,
#checkout .wrapper {
	margin-top: 20px;
	min-height: 500px;
}

#checkout h1 { 
	padding: 0 0 3px;
	font-size: 20px;
	margin: 20px 0;
	color: #333;
	font-weight: normal;
	border-bottom: 1px solid #e2e2e2; }

#checkout h3 {
	margin: 10px 0 0;
	font-size: 16px;
	color: #666;
	font-weight: bold; }

#checkout label {
	margin: 0 0 0 2px;
	font-size: 14px;
	color: #505757; }

#checkout label.error {
	display: block;
	font-size: 12px;
	color: #FF0000;
}

#checkout .txtinp {
	margin: 3px 0 0;
	padding: 4px 5px 0;
	height: 19px;
	font-size: 14px;
	color: #505757;
	background: #fff;
	border: 1px solid #d3d3d3; }

#checkout .txtarea {
	margin: 3px 0 0;
	padding: 3px 5px;
	height: 30px;
	overflow: auto;
	font-size: 14px;
	color: #505757;
	background: #fff;
	border: 1px solid #d3d3d3; }

#checkout select {
	margin: 3px 0 0;
	font-size: 14px;
	color: #505757;
	background: #fff;
	border: 1px solid #d3d3d3; }
	

#checkout .col1 {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	padding: 1px 0 0;
	width: 279px;
	overflow: hidden; }

#checkout .col1 .customer_type {
	padding: 8px 0 0; }

#checkout .col1 .customer_type select {
	width: 255px; }

#checkout .col1 .username {
	padding: 10px 0 0; }

#checkout .col1 .username .txtinp {
	width: 245px;
	background: #fafafa; }

#checkout .col1 .username p {
	margin: 3px 30px 0 0;
	font-size: 10px;
	color: #505757;
	text-align: right; }

#checkout .col1 .username p a {
	color: #1165cc; }

#checkout .col1 p.login {
	float: left;
	margin: 5px 0 15px;
	font-size: 14px;
	border: 1px solid #d3d3d3; }

#checkout .col1 p.login a {
	float: left;
	display: block;
	padding: 0 15px;
	height: 23px;
	color: #1165cc;
	line-height: 23px;
	background: url(/images/bg_btn02.jpg) 0 0 repeat-x; }


#checkout .col1 .name {
	float: left;
	display: inline;
	padding: 10px 0 0;
	width: 139px; }

#checkout .col1 .name .txtinp {
	width: 100px; }


#checkout .col1 .address {
	padding: 10px 0 0; }

#checkout .col1 .address .txtinp {
	margin: 3px 0 5px;
	width: 245px; }


#checkout .col1 .country {
	padding: 15px 0 0;; }

#checkout .col1 .country select {
	margin: 3px 0 0;
	width: 255px; }

#checkout .col1 .city {
	padding: 10px 0 0; }

#checkout .col1 .city .txtinp {
	width: 245px; }

#checkout .col1 .zip {
	float: left;
	display: inline;
	padding: 10px 0 0 10px;
	width: 90px; }

#checkout .col1 .zip .txtinp {
	width: 65px; }

#checkout .col1 .state {
	float: left;
	display: inline;
	padding: 10px 0 0;
	width: 168px; }

#checkout .col1 .state select {
	width: 166px; }

#checkout .col1 .option {
	padding: 15px 0 0; }

#checkout .option {
	font-size: 14px;
	color: #666666;
}

#checkout .option a {
	color: #666666;
	font-weight: bold;
}

#checkout .option label.error {
	padding-top: 4px;
	display: block;
	font-size: 14px;
	color: #FF0000;
	text-align: right;
}

#checkout .col1 #shipping_address {display:none;}

#checkout .col2 {
	float: left;
	display: inline;
	margin: 0 0 0 11px;
	padding: 1px 0 0;
	width: 275px;
	overflow: hidden; }

#checkout .col2 h3 {
	margin-left: 14px;
}

#checkout .col2 .btn {
	position: relative;
	padding: 0;
	width: 125px;
	height: 20px;
	overflow: hidden;
	font-size: 12px;
	color: #0066cc;
	text-align: center;
	background: url(/images/bg_btn02.jpg) 0 0 repeat-x;
	border: 1px solid #ccc; 
}

#checkout .col2 .inpbtn {
	background: transparent;
	color: #0066CC;
	text-align: center;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	width: 125px;
	height: 20px;
	cursor: pointer; 
}

#checkout .col2 #get_shipping_container {
	float:right;
	margin:12px 18px 0 0;
}

#checkout .col2 #options {
}

#checkout .col2 #shipping_options, 
#checkout .col2 p.shipping {
	font-size: 14px;
	color: #505757;
	margin: 10px 0 0 10px;
	line-height: 1.5em;}


#checkout .col3 .ship_instr {
	padding: 10px 0 20px; }

#checkout .col3 .ship_instr .txtarea {
	width: 325px;
	height: 80px;
	background: #fafafa; }


#checkout .col2 .gateways {
	line-height:1.5em;
	margin:10px 0 0 10px;
}

#checkout .col2 .general {
	padding: 5px 0 0 5px;
	width: 240px; }

#checkout .col2 .payment_form {
	padding: 0;
	display: none;
}

#checkout .col2 .general .txtinp {
	width: 228px; }

#checkout .col2 .general select {
	margin: 3px 0 0;
	width: 238px; }

#checkout .col2 .expdate_month {
	float: left;
	display: inline;
	padding: 5px 0 0 5px;
	width: 160px; }

#checkout .col2 .expdate_month select {
	width: 148px; }

#checkout .col2 .expdate_year {
	float: left;
	display: inline;
	padding: 5px 0 0;
	width: 80px; }

#checkout .col2 .expdate_year select {
	width: 78px; }
	
#checkout .col2 .card_code {
	padding: 5px 0 0 5px;
	width: 240px; 
}

#checkout .col2 .card_code .txtinp{
	width: 50px;
}

	

#checkout .col3 {
	float: right;
	display: inline;
	padding: 1px 0 0;
	width: 340px;
	overflow: hidden; }


#checkout .col3 table {
	margin: 10px 0 0;
	width: 334px;
	border-collapse: collapse; 
	border-spacing: 0; }

#checkout .col3 table th {
	margin: 0;
	padding: 5px 13px;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	vertical-align: top;
	background: #ebebeb; }

#checkout .col3 table th.col1 {
	float: none;
	display: table-cell;
	width: 150px; }

#checkout .col3 table th.col2 {
	float: none;
	display: table-cell;
	width: 62px;
	text-align: center; }

#checkout .col3 table th.col3 {
	float: none;
	display: table-cell;
	width: 62px;
	text-align: right; }

#checkout .col3 table td {
	margin: 0;
	padding: 5px 15px;
	font-size: 14px;
	color: #666;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #ebebeb; }

#checkout .col3 table td.col1 {
	float: none;
	display: table-cell;
	width: 150px; }

#checkout .col3 table td.col2 {
	float: none;
	display: table-cell;
	width: 62px;
	text-align: center; }

#checkout .col3 table td.col3 {
	float: none;
	display: table-cell;
	width: 62px;
	text-align: right; }

#checkout .col3 table tfoot td {
	line-height: 1.5em;
	text-align: right;
	border: none; }
	
#checkout .col3 #subtotal_container, 
#checkout .col3 #discount_container,
#checkout .col3 #tax_container,
#checkout .col3 #shipping_container,
#checkout .col3 #total_container {
float: right;
min-width: 70px;
text-align: right;
}

#checkout .col3 table tfoot td span.discount {
	color: #991111; }


#checkout .col3 .option {
	padding: 15px 15px 0 0;
	text-align: right; }


#checkout .col3 #checkout_btn {
	position: relative;
	float: right;
	margin: 25px 15px 0 0;
	width: 125px;
	height: 25px; }

#checkout .col3 .btn p {
	font-size: 15px;
	color: #1165cc;
	font-weight: bold;
	text-align: center;
	line-height: 23px;
	background: url(/images/bg_btn02.jpg) 0 0 repeat-x;
	border: 1px solid #e2e2e2; }

#checkout .col3 .btn input{
    border-width: 0;
    height: 9px;
    left: 0;
    position: absolute;
    top: 0;
    width: 117px;
}
	
/* end of Checkout */

/* Account */

#account {
	padding: 7px 0 30px; }
	
#account #sidebar {
	width: 250px;
	float: left;
}

#account #sidebar h1 {
	font-size: 20px;
	color: #333;
	font-weight: normal; }

#account #sidebar ul#submenu {
	margin: 10px 0 0;
	padding: 0 5px 10px;
	list-style: none;
	border: 1px solid #d1d1d1; }

#account #sidebar ul#submenu li {
	padding: 5px 0 0;
	font-size: 14px;
	color: #000;
	line-height: 1.25em; }

#account #sidebar ul#submenu li a {
	display: block;
	padding: 3px 9px;
	font-size: 14px;
	color: #0066cc; }
	
#account #sidebar ul#submenu li a:hover, #account #sidebar ul#submenu li.active a {
	color: #000;
	background: #ebebeb; }


#account #sidebar #questions {
	padding: 30px 5px 0; }

#account #sidebar #questions h5 {
	font-size: 14px;
	color: #666;
	font-weight: bold; }

#account #sidebar #questions ul {
	list-style: none; }

#account #sidebar #questions ul li {
	padding: 8px 0 0;
	font-size: 14px;
	color: #666;
	line-height: 1.25em; }

#account #sidebar #questions ul li a {
	color: #666; }

#account #sidebar #questions ul li a:hover {
	text-decoration: underline; }

#account #sidebar #questions p {
	padding: 8px 0 0;
	font-size: 14px;
	color: #666; }

#account #sidebar #questions p a {
	color: #0066cc; }


#account #subject {
	float: right;
	width: 666px;
	min-height: 400px;
}

#account #subject .checkout {
	position: absolute;
	top: -32px;
	right: 85px;
	width: 125px;
	height: 23px;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #d3d3d3; }

#account #subject .checkout a {
	display: block;
	width: 125px;
	height: 23px;
	color: #1165cc;
	text-align: center;
	line-height: 23px;
	background: url(/images/bg_btn02.jpg) 0 0 repeat-x; }


#account #subject table#profile {
	margin: 10px 0 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0; }

#account #subject table#profile th {
	padding: 0 0 3px;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #e2e2e2; }

#account #subject table#profile th small {
	font-size: 14px;
	font-weight: normal; }

#account #subject table#profile td {
	padding: 8px 0;
	font-size: 14px;
	color: #666;
	text-align: left;
	vertical-align: top; }

#account #subject table#profile td.col1 {
	width: 15%; }

#account #subject table#profile td.col2 {
	width: 28%; }

#account #subject table#profile td.col3 {
	width: 28%; }

#account #subject table#profile td.col4 {
	width: 29%; }

#account #subject table#profile a {
	color: #1165cc; }

.download_license {
	padding: 10px;
	border: 1px #ccc solid;
	margin: 10px 0;
	height: 100px;
	overflow: auto;
}
.nodisplay {
	display: none;
}

.download_link {
	display: inline;
}
.download_files {
	padding-left:105px;
	display: none;
	line-height: 24px;
}
		                        		
#account #subject table#orders {
	margin: 0;
	width: 690px;
}

#account #subject #orders_heading {
	padding: 10px 0 3px;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
	
#account #subject table#orders th {
	padding: 2px 5px; 
	background: #f1f1f1;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	text-align:left;
}

#account #subject table#orders th small {
	font-size: 14px;
	font-weight: normal; }

#account #subject table#orders td {
	padding: 8px 5px;
	font-size: 14px;
	color: #666;
	text-align: left;
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #e2e2e2; 
}

#account #subject table#orders td.col1 {
	width: 10%; }

#account #subject table#orders td.col2 {
	width: 15%; }

#account #subject table#orders td.col3 {
	width: 35%; }

#account #subject table#orders td.col4 {
	width: 20%; }

#account #subject table#orders td.col5 {
	width: 10%; }

#account #subject table#orders td.col6 {
	width: 10%;
	text-align: right; }


#account #subject table#orders td table {
	margin: 0;
	width: 690px;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #e2e2e2; }

#account #subject table#orders td table th {
	padding: 5px 0;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	background: #ebebeb; }

#account #subject table#orders td table td {
	padding: 5px 0;
	font-size: 14px;
	color: #666;
	text-align: left;
	vertical-align: top; }

#account #subject table#orders td table th.col1b, 
#account #subject table#orders td table td.col1b {
	padding-left: 14px;
	width: 15%; }

#account #subject table#orders td table th.col2b, 
#account #subject table#orders td table td.col2b {
	width: 56%; }

#account #subject table#orders td table th.col3b, 
#account #subject table#orders td table td.col3b {
	width: 15%;
	text-align: center; }

#account #subject table#orders td table th.col4b, 
#account #subject table#orders td table td.col4b {
	width: 10%;
	text-align: right; }

#account #subject table#orders td table th.col5b, 
#account #subject table#orders td table td.col5b {
	width: 4%; }

#account #subject table#orders td table tfoot td {
	text-align: right;
	line-height: 1.75em;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2; }
	

#account #subject table#orders a {
	color: #1165cc; }

#account #subject table#order_detail {
	margin: 0;
	width: 690px;
}

#account #subject table#order_detail h1{
	margin-top: 20px;
	font-size: 18px;
}

#account #subject table#order_detail h2 { 
	float:right;
	font-size:14px;
	font-weight:normal;
	margin:26px 0 0;
}

#account #subject table#order_detail th {
	padding: 2px 5px; 
	background: #f1f1f1;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}

#account #subject table#order_detail td {
	padding: 8px 5px;
	font-size: 14px;
	color: #666;
	text-align: left;
	vertical-align: top;
}

#account #subject table#order_detail td table {
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #e2e2e2; }

#account #subject table#order_detail a {
	color: #1165cc; }
	
#account #subject table#order_detail #payment_info td, 
#account #subject table#order_detail #order_totals td{
	height: 120px;
}

#profile_edit {
	position: relative;
	float: left;
	display: inline;
	padding: 15px 0 0;
	width: 100%;
	overflow: hidden; }

#profile_edit p.req{
	position: absolute;
	top: 5px;
	right: 67px;
	font-size: 10px;
	color: #666;
	text-align: right; }

#profile_edit label {
	font-size: 12px;
	color: #666; }

#profile_edit .txtinp {
	display: block;
	margin: 0 0 7px;
	padding: 5px 7px 0;
	width: 250px;
	height: 20px;
	font-size: 12px;
	color: #666;
	border: 1px solid #cecece; }

#profile_edit .txtinp_nospace {
	margin: 0; 
	border-bottom:none;  
}

#profile_edit .txtinp:focus {
	background: #eef5fd; }

#profile_edit .listinp {
	display: block;
	margin: 0 0 7px;
	width: 250px;
	height: 25px;
	font-size: 12px;
	color: #666;
	border: 1px solid #cecece; }

#profile_edit .listinp:focus {
	background: #eef5fd; }

#profile_edit .txtarea {
	display: block;
	margin: 0 0 7px;
	padding: 5px 7px;
	width: 250px;
	height: 75px;
	overflow: auto;
	font-size: 12px;
	color: #666;
	border: 1px solid #cecece; }

#profile_edit .txtarea:focus {
	background: #eef5fd; }

#profile_edit .check {
	margin: 10px 0 0; }

#profile_edit .btn {
	position: relative;
	margin: 20px 0 0;
    padding: 0;
	width: 100px;
	height: 23px;
	overflow: hidden;
	font-size: 15px;
	color: #0066cc;
	text-align: center;
	background: url(/images/bg_btn02.jpg) 0 0 repeat-x;
	border: 1px solid #ccc; }

#profile_edit .inpbtn {
	background: transparent;
	color: #0066CC;
	text-align: center;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	width: 100px;
	height: 23px;
    cursor: pointer; }

/* end of Account */


/* Product Promo Sub Nav */
	#product p {
		color: #333;
		font-size: 12px;
	}
	
	#product_submit{
		padding:0;
		border: none;
		float:right;
	}
	.product_row {
		font-size: 14px;
		color: #969696;
		border: 1px #bbe0d2 solid;
		padding: 12px 8px;
		background-color: #ecf8ef;
		margin: 15px 0 10px;
	}
	
	.addon_row {
		font-size: 14px;
		border: 1px #e8e8e8 solid;	
		padding: 12px 8px;
		margin: 10px 0;
		color: #969696;
	}
	.total_row {
		font-size: 14px;
		border: 1px #bbe0d2 solid;
		padding: 4px;
		background-color: #ecf8ef;
		margin: 15px 0 10px;
		color: #969696;
	}
	
	.product_row .title,
	.addon_row .title {
		font-weight: bold;
		color: #1892bf;
	}
	
	.product_row .original,
	.addon_row .original {
		font-weight: normal;
		margin-right: 10px;
		color: #505757;
		text-decoration:line-through;
	}

	.product_row .sale, 
	.product_row .price, 
	.addon_row .price {
		font-weight: bold;
		color: #991111;
		float:right;
		display: inline;
	} 
	
	.product_chk {
		margin: 0;
		padding: 0;
		border: none;
		line-height: 17px;
	}
	
	h4.addon {
		color: #9d9e9f;
	}
	h4.addon span {
		font-size: 12px;
	}
	#show_saved {
		float:right;
		margin:12px 8px 0 0;
		font-size: 13px;
		color: #991111;
	}
	#show_price {
		float: right;
		margin:12px 8px 0 0;
		font-size: 13px;
		color: #505757;
		font-weight: bold;
	}

	#promo_wrapper {
		height: 255px;
		width: 939px;
		overflow:hidden;
	}
	#product_promo { background:url(/images/bg-breadcrumb.png) repeat-x; height:50px; border-bottom:1px solid #aaa; line-height:50px; color:#666; }

	#promos { position:absolute;z-index:9999; margin:10px 0 0 146px; list-style:none; line-height:1; }
	
	#promos a  { font: 14px/21px 'Droid Sans', 'Myriad Pro', Helvetica, Arial, sans-serif;font-weight: bold; display:block; z-index:100; padding:3px 10px; color:#1892bf; text-decoration:none;}
	
	#promos li  { float:left;padding:2px; margin:0 7px 8px; width: auto;background-color: #dee3e4;}
	
	#promos li:hover, 
	#promos li.current_page_item, 
	#promos li.current_page_parent { background: #333 url(/images/bg-nav.png) repeat-x top; }
	
	#promos li li.current_page_item, #promos li li.current_page_parent { background: none; }
	
	#promos li ul li a  {text-shadow:none;}
	#promos li ul,
	
	#promos li:hover, 
	#promos li.current_page_item { background-color: #83def7; }
	
	#promos li, 
	#promos li:hover, 
	#promos li.current_page_item { 
		border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;  
		-webkit-box-shadow: 0px 1px 1px #999; 
		-moz-box-shadow: 0px 0px 1px #999; 
		box-shadow: 0px 0px 1px #999; 
	}
	#promos li:hover a, 
	#promos li.current_page_item a, 
	#promos li.current_page_parent a {
		color: #fff;
	}
	.promo_left{
		width:440px;
		float:left;
	}
	.promo_right{
		width: 450px;
		float:left;
	}
	#product_faq {
		margin: 20px 0 40px;
		width: 940px;
	}
	#product_faq .sep {
		float:left;
		width: 24px;
		margin-top: 15px;
		margin-right: 25px;
		border-right: 1px #E7E7E7 solid;
		height: 200px;
	}
	#product_faq #col_1,
	#product_faq #col_2,
	#product_faq #col_3{
		color: #969696;
		line-height: 16px;
		font-size: 13px;
		float:left;
		width: 277px;	
	}
	
	#product_faq H3 {
		font-size: 16px;
		font-weight: bold;
		color: #555555;
	}
	#product_faq a {
		color: #1892bf;
	}	
	#product_faq h4 {
		padding-top: 10px;
	}
	#product_faq H4 a {
		font-size: 15px;
	}
	
	
	
	
	
#topbar {
    height: 50px;
    margin: 0 auto;
    padding: 1px 0 0;
    width: 940px;	
}

#topbar table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0; }

#topbar table td {
	vertical-align: middle; }

#topbar table td.col_left {
	width: 50%;
	height: 60px;
	text-align: left; }

#topbar table td.col_right {
	padding: 5px 0 0;
	width: 50%;
	font-size: 14px;
	color: #666;
	text-align: right; }

#topbar table td.col_right span.cart_total {font-size:12px;}

#topbar table td p {
	font-size: 14px;
	color: #666;
	text-align: right;
	line-height: 24px; }

#topbar table td.col_right img {
	vertical-align: middle;  }

#topbar table td.col_right a:hover,
#topbar table td.col_right a {
	color: #FFF; 
	text-decoration:none;
}

#topbar table td.col_right span.logout a {
	color: #FFF; 
	font-weight: bold;
	text-decoration: underline;
}


/* Login */

#login {
	padding: 1px 0 150px; }


#login #main {
	margin: 25px auto 0;
	padding: 1px 0 0;
	width: 880px; }

#login #main h3 {
	margin: 0 0 20px;
	font-size: 18px;
	color: #666;
	font-weight: bold; }

#login #main p {
	font-size: 10px;
	color: #666; }
	
#login #main a {
	color: #1165cc; }


#login #main form {
	width: 359px;
	min-height: 450px;
	padding: 29px 0 29px 29px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #d4d4d4; }

#login #main form label {
	font-size: 12px;
	display: block;
	color: #505757;
	padding-top:10px;
}
#login #main form label.error { 
	padding-top:2px;
	color:#FF0000;
	display:block;
	font-size:12px;
}

#login #main form .txtinp {
	margin: 2px 30px 2px 0;
	padding: 5px 7px 0;
	height: 20px;
	font-size: 12px;
	color: #666;
	background: #fafafa;
	border: 1px solid #d4d4d4; }

#login #main form .txtinp2 {
	display: inline;
	float: left;
	margin: 2px 0 2px;
	padding: 5px 7px 0;
	width: 238px;
	height: 20px;
	font-size: 12px;
	color: #666;
	background: #fafafa;
	border: 1px solid #d4d4d4; }

#login #main form .btn {
	position: relative;
	margin: 15px 0 0;
    padding: 0;
	width: 100px;
	height: 23px;
	overflow: hidden;
	font-size: 15px;
	color: #0066cc;
	text-align: center;
	background: url(/images/bg_btn02.jpg) 0 0 repeat-x;
	border: 1px solid #ccc; }

#login #main form .inpbtn {
	background: transparent;
	color: #0066CC;
	text-align: center;
	border: 0;
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	font-size: 16px;
	width: 100px;
	height: 21px;
    cursor: pointer; }


#login #main #login_form {
	float: left;
	display: inline; }

#login #main #login_form p {
	margin: 0;
	width: 253px;
	text-align: right; }

#login #main #login_form .txtinp {
	display: block;
	width: 239px; }
	

#login #main #register_form {
	float: right;
	display: inline; }

#login #main #register_form .txtinp {
	float: left;
	display: inline;
	width: 96px; }

#login #main #register_form label {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	width: 135px; }
	
/* end of Login */

#comments_wrapper div.full_social {
	margin-top: 15px;
	padding: 5px;
	background-color: #E3F0F3; 
}

#comments_wrapper #comments{
	margin-top: 15px;
	list-style-type: none;
	color: #666;
}

#comments_wrapper #comments li {
    border-bottom: 1px solid #CCCCCC;
    font-size: 14px;
    margin: 20px 20px 0;
    padding-bottom: 10px;
}

#comments_wrapper h4 {
	font-weight: bold;
	font-size: 14px;
}

#comments_wrapper .pagi {
	color: #666;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 20px;
	text-align: right;
	margin-bottom: 20px;
}

#comments_wrapper form{
	margin: 20px;
}

#comments_wrapper label{
	margin: 10px 0;
	display: block;
}

#comments_wrapper label.error{
	color: red;
	font-size: 12px;
}

#comments_wrapper .inparea {
	width: 450px;
	height:150px;
	border: 1px #ccc solid;
}

#comments_wrapper .inptxt {
	width: 250px;
	font-size: 14px;
	padding: 5px;
	border: 1px #ccc solid;
}
#comments_wrapper .btn input {
    border-width: 0;
    padding: 0;
}
#comments p {
	margin-bottom: 15px;
}

/* Roadmap */

#roadmap {
		background: #fafafa; }

#roadmap .picbox {
	float: left;
	display: inline;
	margin: 0;
	padding: 40px 0 0px;
	width: 295px;
	overflow: hidden; }

#roadmap .txtbox {
	float: left;
	display: inline;
	margin: 0;
	padding: 40px 0 0px;
	width: 640px;
	overflow: hidden; }

#roadmap .txtbox h1 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 32px;
	color: #686666;
	font-weight: bold;
	border-bottom: 1px solid #e2e2e2; }

#roadmap .txtbox p {
	margin: 18px 0 0;
	padding: 0 0 10px;
	font-size: 22px;
	color: #000;
	line-height: 1.35em; }

#roadmap .txtbox p a {
	color: #078db5; }

#roadmap .txtbox .btn {
	margin: 10px 0 0;
	font-size: 16px;
	color: #4c4c4c; }

#roadmap .txtbox .btn a {
	display: block;
	padding: 4px 0 0;
	width: 184px;
	height: 40px;
	font-family: 'Droid Sans', 'Myriad Pro', Helvetica, Arial, sans-serif;
	color: #4c4c4c;
	text-align: center;
	line-height: 40px;
	background: url(../images/roadmap-btn.jpg) 0 0 no-repeat; }

#roadmap .txtbox .btn a:hover {
	text-decoration: none; }
	
#roadmap .details {
	margin: 0;
	padding: 10px 0 50px;
	overflow: hidden; }
	
/* Marketing Credit Cards */

#mar-bg {
	background: #fafafa;
}

#mar-cc {
		background:url(/images/bg_mar-cc.jpg) 50% 0 transparent no-repeat; }
	
#mar-cc .container {
	margin: 0 auto;
	padding: 0 0 50px;
	width: 980px; }

#mar-cc .left {
	float: left;
	display: inline;
	padding: 342px 0 0;
	width: 240px;
	overflow: hidden; }

#mar-cc .left h3 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 23px; }

#mar-cc .left table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0; }

#mar-cc .left table td {
	padding: 15px 12px 10px 0;
	font-size: 20px;
	color: #000;
	font-weight: normal;
	line-height: 23px;
	text-align: left;
	vertical-align: middle; }

#mar-cc .left table td img {
	display: block;
	margin: 0 auto; }


#mar-cc .right {
	float: right;
	display: inline;
	padding: 42px 0 0;
	width: 740px;
	overflow: hidden; }

#mar-cc .right h1 {
	font-size: 34px;
	color: #1684ac;
	font-weight: bold; }

#mar-cc .right .leadtxt {
	float: left;
	margin: 25px 0 0;
	width: 540px;
	font-size: 22px;
	color: #000;
	font-weight: normal;
	line-height: 27px; }

#mar-cc .right .btn {
	float: left;
	margin: 28px 0 0; }


#mar-cc .right .sizes {
	margin: 15px 0 0;
	width: 740px;
	background:url(/images/marcc-sizes.gif) 0 0 repeat-y; }

#mar-cc .right .sizes-bot {
	width: 739px;
	height: 7px;
	background:url(/images/marcc-sizes-bot.gif) 0 0 no-repeat; }

#mar-cc .right .sizes .box {
	float: left;
	display: inline;
	padding: 10px 10px 0;
	width: 216px;
	overflow: hidden;
	background:url(/images/marcc-sizes-box.jpg) 0 0 repeat-x; }

#mar-cc .right .sizes .box-mid {
	margin: 0 17px 0 14px; }

#mar-cc .right .sizes .box h3 {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 30px; }

#mar-cc .right .sizes .box p {
	margin: 3px 0 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 16px; }

#mar-cc .right .sizes .box ul {
	padding: 5px 0 0;
	list-style: none; }

#mar-cc .right .sizes .box ul li {
	padding: 10px 0;
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 14px;
	border-top: 1px solid #b1dddd; }

#mar-cc .right .sizes .box ul li.first {
	border-top: none; }

#mar-cc .right .sizes .box .price {
	display: block;
	margin: 5px auto 0;
	width: 98px;
	height: 41px;
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	background:url(/images/marcc-sizes-price.gif) 0 0 no-repeat; }

#mar-cc .right .sizes .box .price a {
	display: block;
	width: 98px;
	height: 41px;
	color: #fff;
	text-align: center;
	line-height: 41px; }

#mar-cc .right .sizes .box .price a:hover {
	text-decoration: none; }

#mar-cc .right .sizes .box .signup {
	display: block;
	margin: 10px auto 0;
	width: 123px;
	height: 41px;
	font-size: 17px;
	color: 4c4c4c;
	font-weight: normal;
	text-align: center;
	background:url(/images/marcc-sizes-signup.gif) 0 0 no-repeat; }

#mar-cc .right .sizes .box .signup a {
	display: block;
	width: 123px;
	height: 41px;
	color: #4c4c4c;
	text-align: center;
	line-height: 41px; }

#mar-cc .right .sizes .box .signup a:hover {
	text-decoration: none; }


#mar-cc .right .answers {
	margin: 40px 0 0 10px;
	width: 730px; }

#mar-cc .right .answers h3 {
	font-size: 22px;
	color: #000;
	font-weight: normal;
	line-height: 25px; }

#mar-cc .right .answers dl {
	float: left;
	display: inline;
	padding: 5px 0 0;
	width: 350px;
	list-style: none; }

#mar-cc .right .answers dl.first {
	margin: 0 25px 0 0; }

#mar-cc .right .answers dl dt {
	padding: 12px 0 0;
	font-size: 14px;
	color: #1892bf;
	font-weight: normal;
	line-height: 17px; }

#mar-cc .right .answers dl dd {
	font-size: 12px;
	color: #969696;
	font-weight: normal;
	line-height: 15px; }

#mar-cc .right .answers dl dd a {
	color: #969696;
	text-decoration: underline; }

/* end of Marketing Credit Cards */
