/*
---------------------------------------------
01. MAIN / DEFAULT ELEMENTS
---------------------------------------------
*/

body {
	background: #E7E7E7 url("../images/bg.gif") top center repeat-y;
	font: normal 11px "Arial", "Tahoma", sans-serif;
	color: #494A4A;
	margin: 0px;
	padding: 0px; }
	
div, img, form, ul, .no {
	margin: 0px;
	padding: 0px;
	border: 0px; }
	
.clear { 
	display: block;
	clear: both; }
	
.clear:after {
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; }

/*
---------------------------------------------
02. TEXT / HEADINGS
---------------------------------------------
*/
	
a { color: #2962a9; text-decoration: none; }
a:hover { text-decoration: underline; }

h1 {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	height: 90px; }
	
	h1 a {
		background: url("../images/logo.gif") center left no-repeat;
		display: block;
		width: 192px;
		height: 88px;
		text-indent: -9999px;
		outline: none; }
		
h2 {
	color: #2a4c85;
	font-size: 16px;
	margin: 0px;
	padding: 0px; }
	
	h2.alt { color: #666666; }
	
h3 {
	font-size: 22px;
	margin: 0px;
	padding: 0px; }
	
.price {
	font-family: Tahoma;
	font-size: 19px;
	text-decoration: bold;
	color: #FB9600;
}
	
/*
---------------------------------------------
03. PRIMARY ELEMENTS
---------------------------------------------
*/

#details li {
	margin-left: 25px;
}
	
#wrapper {
	width: 745px;
	margin: 0 auto;
	background: url("../images/footer.gif") bottom center no-repeat; }
	
	.wrapper {
		width: 745px;
		margin: 0 auto; }

#left, .footLeft {
	float: left;
	width: 470px;
	padding: 15px; }
	
#right, .footRight {
	float: right;
	width: 210px;
	padding: 15px; }

#full {
	width: 715px;
	padding: 15px; }	
	
#content { }		
#footer { }

	#footer p {
			text-align: center;
			margin: 0px;
			padding: 0px;
			color: #1655A2; }
		
	#footer a { color: #1655A2; text-decoration: none; }
	#footer a:hover { text-decoration: underline; }
		
/*
---------------------------------------------
04. HEADER / MENUS
---------------------------------------------
*/
	
#header {
	height: 205px;
	background: url("../images/header.gif") bottom left repeat-x; }

#menu {
	width: 745px;
	height: 39px;
	list-style: none;
	background: #000000 url("../images/menu.gif") no-repeat;
	border-bottom: 1px solid #ffffff; }
	
	#menu li {
		display: inline;
		height: 39px;
		line-height: 39px;
		padding: 0px 22px; }
		
	#menu li a {
		color: #ffffff;
		font-weight: bold;
		font-size: 12px;
		text-decoration: none; }
		
	#menu li a:hover { border-bottom: 3px solid #2a4c85; }
	#menu li.last { padding: 0px 0px 0px 35px; }
	
#bar {
	width: 100%;
	height: 28px;
	padding-top: 12px;
	color: #ffffff;
	background: #000000 url("../images/bg_top.gif") repeat-x; }
		
#subMenu {
	list-stlye: none;
	float: right; }
	
	#subMenu li {
		display: inline;
		padding: 0px 10px;
		border-right: 1px solid #868686; }
	
	#subMenu li a {
		color: #ffffff;
		font-size: 11px;
		text-decoration: none; }
		
	#subMenu li a:hover { color: #868686; }
	#subMenu li.last, #start li.last { border: 0px; }
	
#info {
	width: 520px;
	height: 162px;
	float: left;
	background-color: #ffffff;
	overflow: hidden; }
	
#splash {
	width: 518px;
	height: 100px;
	background: #3065A5 url("../images/header_splash.gif") no-repeat;
	text-align: center;
	padding-top: 32px;
	color: #ffffff;
	font-size: 12px; }
	
#about {
	width: 209px;
	height: 146px;
	float: right;
	padding: 8px;
	overflow: hidden;
	background: url("../images/header_grad.gif") bottom left repeat-x; }
	
#start {
	width: 518px;
	height: 21px;
	padding-top: 9px;
	background: url("../images/header_started.gif") no-repeat;
	list-style: none; }
	
	#start li { 
		display: inline;
		border-right: 1px solid #ffffff;
		margin: 0px;
		padding: 0px 15px;  }
		
	#start li a {
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		font-size: 11px; }
		
/*
---------------------------------------------
06. TABS
---------------------------------------------
*/

.tabberlive .tabbertabhide {
 	display:none;
}

.tabber { display: none; }
.tabberlive { margin-top: 1em; }

ul.tabbernav {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #2a4c85;
	font: bold 11px Arial, Tahoma;
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #2a4c85;
	border-bottom: none;
	background: #2a4c85;
	text-decoration: none;
}

ul.tabbernav li a:link { color: #ffffff;; }
ul.tabbernav li a:visited { color: #ffffff; }

ul.tabberactive li a:link { color: #448; }
ul.tabberactive li a:visited { color: #667; }

ul.tabbernav li a:hover {
	color: #000;
	background: #eeedec;
	border-color: #227;
}

ul.tabbernav li.tabberactive a {
	background-color: transparent;
	color: #000;
	border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover {
	color: #000;
	background: white;
	border-bottom: 1px solid white;
}

.tabberlive .tabbertab {
	padding: 5px;
	border: 1px solid #2a4c85;
	border-top: 0;
}

.tabberlive .tabbertab h2 {
	display: none;
}
.tabberlive .tabbertab h3 {
	display: none;
}

/*
---------------------------------------------
05. MISCELLANEOUS
---------------------------------------------
*/

#guarantee {
	width: 275px;
	height: 93px;
	background: url("../images/guarantee.gif") no-repeat;
	margin: 15px 0px;
	padding: 25px 65px 0px 130px; }
	
#testimonials {
	width: 175px;
	height: 145px;
	background: url("../images/testimonial.gif")top left no-repeat;
	padding: 5px 15px 15px 15px;
	margin: 5px 3px; }
	
input, textarea, select { font-size: 11px; }

.normal { font: normal 11px "Arial", "Tahoma", sans-serif; }
.normal_red { font: normal 11px "Arial", "Tahoma", sans-serif; color: #FF0000; }
	
.rounded { padding-bottom: 15px; }
.rounded .t { background: #f6f6f6 url("../images/dot.gif") 0 0 repeat-x; width: 20em; }
.rounded .b { background: url("../images/dot.gif") 0 100% repeat-x; }
.rounded .l { background: url("../images/dot.gif") 0 0 repeat-y; }
.rounded .r { background: url("../images/dot.gif") 100% 0 repeat-y; }
.rounded .bl { background: url("../images/bottom_left_div.gif") 0 100% no-repeat; }
.rounded .br { background: url("../images/bottom_right_div.gif") 100% 100% no-repeat; }
.rounded .tl { background: url("../images/top_left_div.gif") 0 0 no-repeat; }
.rounded .tr { background: url("../images/top_right_div.gif") 100% 0 no-repeat; text-align: left; padding:10px; }

.blue_arrow {
	background: url("../images/bullet_blue.gif") 0px 7px no-repeat;
	padding: 2px 0px 2px 10px;
	margin-left: 0px; }

.red_arrow {
	background: url("../images/bullet_red.gif") 0px 7px no-repeat;
	padding: 2px 0px 2px 10px;
	margin-left: 0px; }
	
.mleft { margin-left: 10px; }

.license_text {
	width: 95%;
	font-family: courier new; 
	font-size: 8px; 
	fontsize: 8px; }
	
.blue_ident {
	font-weight: bold;
	padding: 2px 0px 2px 10px;
	margin-left: 0px; }
	
.float_img {
	margin-right: 15px;
	float: left;
	margin-top: 15px;
	_margin-top: 0px; }
	
.stats_table {
	background-color: transparent;
	width: 100%; }
	
.stats_table td {
	background-color: #eeedec;
	text-align: center;
	vertical-align: top; }
	
.stats_table .alt { background-color: #f8f8f7; }

.stats_table .aright {
	text-align: right; }

.stats_table .aleft {
	text-align: left; }
	
.stats_table .cell {
	border-right: 1px solid #ffffff; 
	border-bottom: 1px solid #ffffff;  }
	
.stats_table .cell2 {
	border-right: 1px solid #ffffff; }

.stats_table .heading {
	background: transparent;
	padding: 0px; }
	
.stats_table .heading1 {
	background: url("../images/corner_left.gif") top left no-repeat;
	width: 16px;
	height: 23px; 
	padding: 0px; }
	
.stats_table .heading2 {
	background: url("../images/corner_right.gif") bottom right no-repeat;
	padding: 0px;
	padding-right: 20px;
	margin-top: 20px;
	color: #ffffff;
	font-weight: bold;
	text-align: left; }
	
.order_table { width: 100%; }
	
.order_table td { background-color: #eeedec; }

.order_table .order_table_head {
	background-image: url("../images/corner_mid.gif");
	background-repeat: repeat;
	background-position: bottom right;
	padding: 0px;
	padding-right: 20px;
	color: #ffffff;
	font-weight: bold; }
	
.order_table .order_table_end {
	background: url("../images/corner_right.gif") bottom right no-repeat;
	padding: 0px;
	padding-right: 20px;
	color: #ffffff;
	font-weight: bold; }
	
.order_table .border_bot { border-bottom: solid 1px #d6d6d6; padding-bottom: 8px; }

.order_table .order_item_head { 
	background-color: #d6d6d6; 
	margin-left: 10px;
	color: #1655A2;
	font-weight: bold;
	font-size: 12px; }

.order_table .alt { background-color: #f8f8f7; }

.order_table .acenter { text-align: center; }

.order_table .aleft { text-align: left; }

.order_table .aright { text-align: right; }

.order_table .total_head {
	background-color: transparent;
	font-weight: bold; }

.order_table .total {
	background-color: transparent;
	padding-right: 20px;
	font-weight: bold; }
	
.arrow_item, .arrow_item:hover { 
	background: url("../images/bullet_blue.gif") transparent 0px center no-repeat;
	padding-left: 6px; 
	font-weight: bold;
	color: #494A4A;
	text-decoration: none; }
	
.order_table .order_item_left {
	vertical-align: middle;
	padding-left: 11px; 
	font-weight: bold; }

.order_table .order_item_right { 
	padding-right: 20px; 
	text-align: right; }

.order_table .order_item {
	padding-left: 10px; 
	padding-right: 20px; }

.products {	margin-left: 165px }
	
.box { width: 210px; }

.error_message {
	background: transparent;
	border: solid #FF0000 1px;
	padding: 10px;
	margin-bottom: 10px; }

.alert_message {
	background: transparent;
	border: solid #33cc00 1px;
	padding: 10px;
	margin-bottom: 10px; }

.error_alert {
	margin-left: 35px; }
	
.required {
	color: #b70407;
	padding-left: 2px; }

.box_full { width: 342px; }

.news { }

.bold { font-weight: bold; }

.sep_lic {
	margin-bottom: 5px;
	margin-top: 5px;
	border-bottom: 1px dashed #AEADA6; }

.sep {
	margin-bottom: 20px;
	margin-top: 20px;
	border-bottom: 1px dashed #AEADA6; }
	
.smallTitle {
	color: #1655A2;
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 10px 0px; }
	
.smallTitle_red {
	color: #2a4c85;
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 10px 0px; }
	
.uppr {
	text-transform: uppercase; }

.nm { margin: 0px; }
.np { padding: 0px; }
.nb { border: 0px; }

.m5 { margin: 5px 0px; }

.m5 a { color: #494A4A; }

.left  { float: left; }
.right { float: right; }
.tc { text-align: center; }
.tr { text-align: right; }

.opac { opacity: 0.4; filter: alpha(opacity=40); }

ul.paypal {
	margin-left: 10px;
	padding-left: 13px;
	padding-right: 13px;
	border: 0px; }

.list { 
	margin: 0px 0px 15px 0px;
	list-style: none; }
	
	.list a { color: #494A4A; text-decoration: none; }
	.list a:hover { text-decoration: underline; }

	.list li {
		background: url("../images/bullet_blue.gif") 0px 7px no-repeat;
		padding: 2px 0px 2px 10px;
		margin-left: 10px; }

.globe { background: url("../images/icon_globe.gif") top left no-repeat; padding-left: 20px; height: 22px; }
.com, .list li.com { background: url("../images/icon_com.gif") top left no-repeat; padding-left: 20px; height: 22px; }
.docs, .list li.docs { background: url("../images/icon_docs.gif") top left no-repeat; padding-left: 20px; height: 22px; }
.test, .list li.test  { background: url("../images/icon_testimonial.gif") top left no-repeat; padding-left: 25px; height: 28px; }
.arrow { background: url("../images/icon_arrow.gif") top left no-repeat; padding-left: 20px; height: 22px; }
.arrow_green { background: url("../images/plh_icon_arrow.gif") top left no-repeat; padding-left: 20px; height: 22px; }
.arrow_orange { background: url("../images/sunshop_icon_arrow.gif") top left no-repeat; padding-left: 20px; height: 22px; }
.rss   { background: url("../images/icon_rss.gif") top left no-repeat; padding-left: 20px; height: 22px; }

.arrow_blue {
	background: url("../images/bullet_blue.gif") 0px 7px no-repeat;
	padding: 2px 0px 2px 10px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
}

.page a:visited {
	color: #000000; text-decoration: none
}

.page a:hover {
	color: #fd6601; text-decoration: none
}

.page a:link {
	color: #000000; text-decoration: none
}

.pages_border {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #c7080b;
}

.navpage {
	background-color: #FFFFFF;
	color: #FFFFFF;
	font: 11px Tahoma, Verdana;
	padding: 2px 4px 2px 4px;
	white-space: nowrap;
	text-decoration: none;
}

.navpageselected {
	background-color: #fde6e7;
	color: #000000;
	font: 11px Tahoma, Verdana;
	padding: 2px 4px 2px 4px;
	white-space: nowrap;
	text-decoration: none;
}

.highlightpage {
	background-color: #c7080b;
	color: #FFFFFF;
	font: bold 11px Tahoma, Verdana;
	padding: 2px 4px 2px 4px;
	white-space: nowrap;
}

.highlightpage a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.highlightpage a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.highlightpage a:hover, .highlightpage a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/*
---------------------------------------------
00. END
---------------------------------------------
*/