*{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
img {
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
h1 {
	font-size:17px;
	color:#3c2089;
	margin-bottom:10px;
}
h2 {
	font-size:17px;
	margin-bottom:10px;
	color:#4db3d0;
}
h3 {
	color:#4DB3D0;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}
h4 {
	color:#777;
	font-size:13px;
}
p {
	font-size:10px;
	line-height:1.4em;
	color:#777;
	margin-bottom:10px;
}
label {
	display:block;
	float:left;
	font-size:10px;
}
a {
	color:#44298E;
	text-decoration:none;
}
a.underline {
	text-decoration:underline;
}
ul {
	font-size:10px;
	color:#777;
	margin-left:15px;
}
li {
	margin-bottom:4px;
}

/* ---------------------------------------------------------------------------- */
/*											GLOBAL CLASSES			  								  */
/* ---------------------------------------------------------------------------- */

.clear {
	clear:both;
}
.align-right{
	text-align:right;
}
.input_text {
	width:125px;
	font-size:11px;
	border-top:2px solid #bfc0c2;
	border-left:2px solid #bfc0c2;
	padding:2px 0px;
	color:#777;
}
.input_button {
	margin:10px 0;
}
.purple {
	color:#44298E;
}
.blue {
	color:#4DB3D0;
}
.blue_bold /* or not... */{
	color:#4DB3D0;
	font-weight:normal;
	font-size:12px;
}
.price{ 
	color:#4DB3D0;
	font-weight:bold;
	font-size:15px;
	margin:10px 0;
}
.small_text{
	font-size:9px;
}

/* ---------------------------------------------------------------------------- */
/*											GLOBAL IDs    			  								  */
/* ---------------------------------------------------------------------------- */

#holder{
	width:950px;
	margin:20px auto;
	background:url('../images/verisign.gif') no-repeat bottom right;
}
#logos{
	height:70px;
}
#logos .links {
	float:left;
	margin-left:15px;
}
#logos .login {
	font-size:10px;
	color:#A4D8E7;
	float:right;
	margin-top:30px;
	height:25px;
	line-height:25px;
}
#logos .cart {
	position:relative;
	top:5px;	
}
#logos .login a {
	color:#696A6C;
	text-decoration:none;
}
#menu{
	background:url('../images/menu-gradient.jpg') repeat-x;
	height:30px;
	font-size:11px;
	line-height:26px;
}
#menu ul{
	padding-left:10px;
	list-style:none;
}
#menu li{
	float:left;
	color:#40248b;
	border-right:1px solid #939598;
}
#menu li a {
	padding:7px 15px;
	color:#40248b;
	text-decoration:none;
}

.menu_active{
	background:url('../images/menu-gradient-active.jpg') repeat-x;
	color:#ffffff;
}

#menu li a:active, #menu li a:hover {
	background:url('../images/menu-gradient-active.jpg') repeat-x;
	color:#ffffff;
}

.home_menu{
	border-left:1px solid #939598;
}


/* ---------------------------------------------------------------------------- */
/*											BANNER	             								  */
/* ---------------------------------------------------------------------------- */

#banner {
	border-bottom:1px solid #d6d7d9;
	height:325px;
}
#banner .mail_print {
	float:right;
	position:relative;
	bottom:8px;
	margin-left:5px;
}
#banner .breadcrumb {
	float:left;
	width:400px;
	margin-left:10px;
}
#banner .breadcrumb p, #banner .breadcrumb a {
	color:#4DB3D0;
	text-decoration:none;
}
#banner .breadcrumb .active {
	color:#777;
}
#banner .status {
	float:right;
	width:500px;
	text-align:right;
}


/* ---------------------------------------------------------------------------- */
/*											MAIN CONTENT          								  */
/* ---------------------------------------------------------------------------- */

#main_content {
	width:725px;
	float:left;
	border-right:2px solid #e8e9ea;
}
#main_content .inner {
	margin:10px;
}

/* ---------------------------------------------------------------------------- */
/*											FEATURE	            								  */
/* ---------------------------------------------------------------------------- */

#main_content .feature {
	background:#e8f2f6;
	border-top:2px solid #e8e9ea;
	border-bottom:1px solid #dadde0;
}
#main_content .feature h2 {
	color:#4db3d1;
}
#main_content .feature .inner {
	width:320px;
	float:left;
}
#main_content .feature .image {
	float:right;
	margin:5px;
}
#main_content .feature .buy {
	float:right;
	margin-top:10px;
}

/* ---------------------------------------------------------------------------- */
/*											LEFT	                								  */
/* ---------------------------------------------------------------------------- */

#main_content #left {
	float:left;
	width:223px;
	padding-top:10px;
}
#main_content #left a:hover {
	text-decoration:underline;
}

/* ---------------------------------------------------------------------------- */
/*											BOXES														  */
/* ---------------------------------------------------------------------------- */

#main_content #left .box {
	background:url('../images/box.jpg') no-repeat;
	width:209px;
	height:113px;
	margin:2px 5px;
	padding-top:1px;
	position:relative;
}
#main_content #left .box .left {
	position:absolute;
	width:110px;
	margin-left:10px;
	z-index:1;
}
#main_content #left .box .right {
	position:absolute;
	width:85px;
	right:15px;
	top:15px;
	z-index:0;
}
#main_content #left .box h2, #main_content #left .box h2 a {
	font-size:17px;
	margin:6px 0;
	color:#4db3d0;
	font-weight:normal;
}
#main_content #left .box p, #main_content #left .box p a {
	color:#747576;
}
#main_content #left .box a:hover {
	text-decoration:underline;
} 

/* ---------------------------------------------------------------------------- */

#main_content #left .box_product {
	background:url('../images/product_box.gif') no-repeat;
	width:209px;
	height:113px;
	margin:2px 5px;
	padding-top:1px;
	position:relative;
}
#main_content #left .box_product .inner {
	margin-left:40px;
}
#main_content #left .box_product h2 {
	color:#fff;
	font-size:10px;
	font-weight:normal;
	margin-bottom:15px;
}
#main_content #left .box_product h2 a {
	color:#fff;
}

#main_content #left .box_product h2 a:hover {
	color:#FFFFFF;
}

#main_content #left .box_product p, #main_content #left .box_product a {
	color:#666;
	margin-bottom:5px;
}
#main_content #left .box_product a.active {
	color:#361a88;
	font-weight:bold;
}

#main_content #left .box_product a:hover {
	color:#666;
	margin-bottom:5px;
	text-decoration:underline;
}

#main_content #left .box_product a.active:hover {
	color:#361a88;
	font-weight:bold;
	text-decoration:underline;
}


/* ---------------------------------------------------------------------------- */

#main_content #left .box_white {
	background:url('../images/box_small_white.gif') no-repeat;
	width:209px;
	height:38px;
	margin:2px 5px;
	padding-top:1px;
	position:relative;
}
#main_content #left .box_white .inner {
	margin-left:40px;
}
#main_content #left .box_white .inner p {
	color:#361a88;
}
/* ---------------------------------------------------------------------------- */

#main_content #left .box_trial {
	background:url('../images/box_large.gif') no-repeat;
	width:209px;
	height:63px;
	margin:2px 5px;
	padding-top:1px;
	position:relative;
}
#main_content #left .box_trial h2 {
	font-weight:normal;
	color:#fff;
	font-size:10px;
	margin-bottom:13px;
}
#main_content #left .box_trial a {
	font-weight:normal;
	color:#666;
	text-decoration:none;
}
#main_content #left .box_trial a.active {
	font-weight:bold;
	color:#361a88;
}
#main_content #left .box_trial a:hover {
	text-decoration:underline;
}

/* ---------------------------------------------------------------------------- */

#main_content #left .box_button {
	background:url('../images/box_small.gif') no-repeat;
	width:209px;
	height:38px;
	margin:2px 5px;
	padding-top:1px;
	line-height:38px;
	position:relative;
}
#main_content #left .box_button a {
	position:relative;
	bottom:2px;
}
#main_content #left .box_button_active {
	background:url('../images/box_small_active.gif') no-repeat;
	width:209px;
	height:38px;
	margin:2px 5px;
	padding-top:1px;
	line-height:38px;
	position:relative;
}
#main_content #left .box_button_active a {
	color:#fff;
	position:relative;
	bottom:2px;
}

/* ---------------------------------------------------------------------------- */
/*											CENTER CONTENT											  */
/* ---------------------------------------------------------------------------- */

#main_content #center {
	float:left;
	width:500px;
	border-left:2px solid #e8e9ea;
	padding-bottom:20px;
	min-height:350px;
	_height:350px;
}

/* ---------------------------------------------------------------------------- */
/*											FOOTER      											  */
/* ---------------------------------------------------------------------------- */

#footer {
	clear:both;
	border-top:2px solid #e8e9ea;
	margin-bottom:20px;
}
#footer ul {
	margin:10px;
	font-size:10px;
	list-style:none;
}
#footer li {
	color:#44AFCE;
	font-weight:bold;
	display:inline;
}
#footer li a {
	color:#696a6c;
	font-weight:normal;
	text-decoration:none;
}

/* ---------------------------------------------------------------------------- */
/*											RIGHT CONTENT											  */
/* ---------------------------------------------------------------------------- */

#right_content{
	width:223px;
	float:left;
}


/* ---------------------------------------------------------------------------- */
/*											MEMBERS AREA   										  */
/* ---------------------------------------------------------------------------- */

#right_content .members{
	margin:10px;
	margin-top:17px;
	background:url('../images/members-bg.jpg') no-repeat;
	width:220px;
	height:229px;
}
#right_content .members a {
	color:#44298e;
	text-decoration:underline;
}
#right_content .members .inner{
	position:relative;
	top:90px;
	margin:10px;
	margin-top:0;
}
#right_content .members label {
	width:70px;
	color:#777;
}

/* ---------------------------------------------------------------------------- */
/*											REGISTRATION FORM										  */
/* ---------------------------------------------------------------------------- */

#registration {
	margin:10px 0;
}
#registration label {
	font-size:10px;
	color:#777;	
	display:block;
	float:left;
	width:100px;
	position:relative;
	top:6px;
}
#registration .input_text {
	margin:3px 0;
}

/* ---------------------------------------------------------------------------- */
/*											CONTACT FORM										  	  */
/* ---------------------------------------------------------------------------- */

#contact_form {
	margin:10px 0;
}
#contact_form label {
	font-size:10px;
	color:#777;	
	display:block;
	float:left;
	width:100px;
	position:relative;
	top:6px;
}
#contact_form .input_text {
	margin:3px 0;
}
#data_protection {
	clear:both;
}

/* ---------------------------------------------------------------------------- */
/*											PRODUCTS													  */
/* ---------------------------------------------------------------------------- */

#product_table {
	border-collapse:collapse;
	width:340px;
	color:#777;
}
#product_table td {
	padding:3px 0;
	border-bottom:1px solid #d6d6d6;
}
#product_table tr {
	border-bottom:1px solid #d6d6d6;
}
#product_table tr.noborder, #product_table td.noborder {
	border:none;
}
#product_table th {
	color:#4DB3D0;
	padding:3px 0;
	font-weight:bold;
	border-bottom:1px solid #c3c3c5;
}
#product_table td.prices {
	color:#4DB3D0;
	font-weight:bold;
	font-size:12px;
}

/* ---------------------------------------------------------------------------- */
/*											PRODUCT CART    										  */
/* ---------------------------------------------------------------------------- */

.cart_image {
	float:left;
	width:125px;
	margin-bottom:10px;
	height:161px;
	margin-right:5px;
}
.cart_product {
	float:left;
	width:350px;
}
.cart_table {
	border-collapse:collapse;
	width:480px;
	margin-bottom:30px;
}
.cart_table th {
	background-color:#eeeeee;
	color:#45b0d0;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding:4px 0;
}
.cart_table td {
	padding:7px 0;
	color:#777;
	font-size:10px;
	text-align:center;
}
.cart_options {
	text-align:right;
	margin-top:15px;
	margin-bottom:10px;
}

/* ---------------------------------------------------------------------------- */
/*											EMAIL PAGE FORM									  	  */
/* ---------------------------------------------------------------------------- */

#email_page_form {
	margin:10px 0;
}
#email_page_form label {
	font-size:10px;
	color:#777;	
	display:block;
	float:left;
	width:150px;
	position:relative;
	top:6px;
}
#email_page_form .input_text {
	margin:3px 0;
}
#email_page_form .text_indent {
	clear:both;
	margin-left:150px;
}

/* ---------------------------------------------------------------------------- */
/*											DEVELOPMENTS										  	  */
/* ---------------------------------------------------------------------------- */

.developments {
	padding:5px 0;
	border-top:1px solid #dedee0;
}

.order_confirm_th{
	width:120px;
}

/* ---------------------------------------------------------------------------- */
/*										HOME ELEMENTS  							  	  */
/* ---------------------------------------------------------------------------- */

.home_tab{
	width:89px;
	height:18px;
	background:url('../images/btn_newproduct.gif');
	margin-left:10px;
	color:#777;
	text-align:center;
	padding-top:5px;
	font-size:11px;
}