@charset "UTF-8";
/* CSS Document */

@import url(reset.css);

/************************************* Clear Fix */
div:after,
.cf:after { 
	content: "."; 
	display: block; 
	height: 0;
	clear: both;
	visibility: hidden;
}
div,
.cf {
	display: inline-table;
}
div,
.cf {  
	display: inline-block;
}
/* Hides from IE-mac \*/
* html div,
* html .cf {
	height: 1%;
}
div,
.cf { 
	display: block;
}
/************************************* Clear Fix Ends */

body {
	background-color: #EBEBEB;
	margin:0px;
	background-image: url(../images/bg1.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-size:12px;
	line-height:18px;
	text-decoration:none;	
}

body, h1, h2, h3, h4, h5 {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #636363;
	margin:0;
	padding:0;
	font-weight:normal;
	font-variant:normal;
	font-style:normal;
	font-size-adjust:none;
}

#header {
	width:960px;
	margin: 25px auto 0px auto;
}

#footer {
	width:960px;
	margin: -18px auto 100px auto;
	font-size:9px;
	color:#A4A4A4;
	text-align:center;
	background-image:url(../images/sb.png);
	background-repeat:no-repeat;
	padding-top:15px;
	
}

#header .logo {
	padding-left:5px;
	float:left;
}

#container1 {
	width:920px;
	padding-left:40px;
	padding-top:40px;
	margin: 10px auto 0px auto;
	background-color:#FFFFFF;
	padding-bottom:50px;
	border:#E1E1E1 solid 1px;
}

#container1a {
	width:920px;
	padding-left:40px;
	padding-top:40px;
	margin: 10px auto 0px auto;
	background-color:#FFFFFF;
	border:#E1E1E1 solid 1px;
}



#container2 {
	width: 674px;
	padding-top:0px;
	text-align:left;
	margin-top:0px;
	float:left;
	height:100%;
}

#container2_wide {
	width: 880px;
	padding-top:0px;
	text-align:left;
	margin-top:0px;
	float:left;
	height:100%;
}

#container2_store {
	width: 550px;
	padding-top:0px;
	text-align:left;
	margin-top:0px;
	float:left;
	height:100%;
}

#container2_help {
	width: 145px;
	padding-top:0px;
	text-align:left;
	margin-top:0px;
	float:left;
	height:100%;
}


#container3 {
	width: 176px;
	height:100%;
	display: block;
	background-image:url(../images/bg_rcol.jpg);
	background-position:top;
	background-repeat:repeat-y;
	float:right;
	padding-left:25px;
	padding-top:15px;
	font-size:10px;
	padding-bottom:25px;
	margin-top:50px;
}

#container3_innerpages {
	width: 176px;
	height:100%;
	display: block;
	background-image:url(../images/bg_rcol.jpg);
	background-position:top;
	background-repeat:repeat-y;
	float:right;
	padding-left:25px;
	padding-top:15px;
	font-size:10px;
	padding-bottom:25px;
	margin-top:0px;
}

#container4_innerpages {
	width: 605px;
	height:100%;
	display: block;
	background-image:url(../images/bg_rcol.jpg);
	background-position:left;
	background-repeat:repeat-y;
	float:right;
	padding-left:60px;
	padding-right:60px;
	padding-bottom:60px;
	padding-top:20px;
	margin-top:-86px;
}

tbody {
	font-size:11px;
}

/************************************* *Main Navigation*/

#mainNav {
	letter-spacing:0.2em;
	margin-left:270px;
}

#mainNav ul {
	padding-left:0px;
}

#mainNav li {
	background:url(../images/mainnav_line.gif) no-repeat center right;
	display:inline;
	padding:0 25px;
	float:left;
	margin-top:17px;
}
#mainNav li.last-child {
	background: none no-repeat;
	padding-right:0;
}

#mainNav a {
	text-decoration:none;
	font-size: 11px;
	color: #464646;
}

#mainNav a:hover {
	text-decoration:none;
	font-size: 11px;
	color: #D82127;
}

/*****************************************/

h1 {
	color: #D82127;
	font-size: 26px;
	font-weight:bold;
	padding-bottom:10px;
	line-height:30px;
	
}

h2 {
	font-size: 26px;
}


/*Subtitles on red*/
h3 {
	color: #D82127;
	font-size: 16px;
	font-weight:bold;
	padding-bottom:10px;
	text-align:left;
	margin-top:30px;
	}
	
/*Subtitles on black*/
h4 { 
	color: #000000;
	font-size: 12px;
	font-weight:bold;
}

h4_rcol { 
	color: #000000;
	font-size: 11px;
	font-weight:bold;
	line-height:30px;
}


h5 {
	font-size: 11px;
	line-height:14px;
}

h6 {
	width:880px;
	font-size: 20px;
	font-weight:normal;
	line-height:30px;
	margin-top:30px;
	margin-bottom:5px;
}



.eleven {
 	font-size: 11px;
}
.black {
	color: #000000;
}

/*Row 4 Columns*/

.row_4items_first {
	float:left;
	width:150px;	
}

.row_4items {
	float:left;
	width:150px;	
	margin-left:30px;
	margin-right:auto;
}
.row_4items_last {
	float:left;
	width:150px;	
	margin-left:30px;
	margin-right:auto;
}

/*Row 3 Columns*/

.row_3items_first {
	float:left;
	width:208px;	
}

.row_3items {
	float:left;
	width:208px;	
	margin-left:24px;
	margin-right:auto;
}
.row_3items_last {
	float:left;
	width:208px;	
	margin-left:24px;
	margin-right:auto;
}

/********/

#link {
	font-size:10px;
	color: #0092C9;
}

#link a {
	font-size:10px;
	color: #0092C9;
	text-decoration:none;
	line-height:25px;
	margin-bottom:20px;
}

#link a:hover {
	text-decoration:underline;
}

/********/

.linkinsert {
	color: #0092C9;
}

.linkinsert a {
	color: #0092C9;
	text-decoration:none;
}

.linkinsert a:hover {
	text-decoration:underline;
}


/********/

#link_rcol {
	font-size:10px;
	color: #0092C9;
}

#link_rcol a {
	font-size:10px;
	color: #0092C9;
	text-decoration:none;
	line-height:17px;
}

#link_rcol a:hover {
	text-decoration:underline;
}

/********/

#linklist {
	font-size:10px;
	color: #0092C9;
}

#linklist a {
	font-size:10px;
	color: #0092C9;
	text-decoration:none;
	line-height:20px;
	margin-bottom:20px;
}

#linklist a:hover {
	text-decoration:underline;
}

/* Btns */

#btns {
	margin-top:5px;
	margin-bottom:40px;
	background-color: transparent;
	background-repeat: no-repeat;
}
#btns ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#btns ul li a {
	display: block;
	float: right;
	margin-left:4px;
}
#btns a:hover {
	background-position: 0 -24px;
}
#btns ul li a img {
	width: 87px;
	height: 18px;
	border: 0;	
}
#btns ul li a.n1 {background-image:url(../images/btn_buy.png);}
#btns ul li a.n2 {background-image:url(../images/btn_userguide.png);}
#btns ul li a.n3 {background-image:url(../images/btn_view.png);}
#btns ul li a.n4 {background-image:url(../images/btn_trydemo.png);}


/******************************************************************** Btns Main Nav*/

#btnsmn {
	position:absolute;
	margin-top:0px;
	background-color: transparent;
	background-repeat: no-repeat;
	margin-left:850px;
	margin-top:-50px;
	}
#btnsmn ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#btnsmn ul li a {
	display: block;
	float: right;
	margin-left:4px;
}
#btnsmn a:hover {
	background-position: 0 -24px;
}
#btnsmn ul li a img {
	width: 87px;
	height: 19px;
	border: 0;	
}
#btnsmn ul li a.n1 {background-image:url(../images/btn_trydemo.png);}


/************************************************************************** Btn */

#btn img{width: 87px; height:19px; border: 0;}
#btn a {display:block; background-repeat:no-repeat; background-position:center top;}
#btn a:hover { background-repeat:no-repeat; background-position: center -24px;}

#btn .buy a {background-image:url(../images/btn_buy.png);}
#btn .submit a {background-image:url(images/btn_submit.png);}


/******************************************************************** Btns Main Nav Ends */

.list_f {
	font-size:10px;
	line-height:15px;
}

.notes {
	font-size:9px;
	font-style:normal;
	line-height:11px;
}

.caption_first {
	font-size:9px;
	font-style:normal;
	line-height:11px;
	width:210px;
	float:left;
}
.caption {
	font-size:9px;
	font-style:normal;
	line-height:11px;
	width:210px;
	float:left;
	margin-left:21px;
}

.h_grad {
	background-image:url(../images/horzline_grad.jpg);
	background-repeat:repeat-x;
	margin-left:-40px;
	margin-top:30px;
	
}

.featured_i {
	float:left;
	margin-top:5px;
	margin-bottom:30px;
}
.featured_desc {
	padding-left:100px;
}

/*************************************** designs box*/

#box_designs{
	width:200px;
	border-style:solid;
	border-width:thin;
	border-color:#D1D1D1;
	background-color:#F5F5F5;
	float:left;
	margin-left:34px;
	margin-right:auto;
	height:355px;
}

#box_designs .title {
	width:40px;
	height:31px;
	font-size:15px;
	font-weight:bold;
	letter-spacing:2px;
	padding-left:4px;
	color:#FFFFFF;
	text-align:center;
	background-image:url(../images/bg_designs.gif);
	background-repeat:repeat-x;
	padding-top:6px;
	margin-left:19px;
	margin-top:-1px;
}

#box_designs .thumb {
	text-align:center;
	margin-top:3px;
}

#box_designs .description {
	text-align:left;
	padding-left:19px;
	padding-right:19px;
	padding-top:5px;
	font-size:11px;
	color:#464646;
	line-height:15px;
}

#box_designs #link {
	padding-left:19px;
	padding-top:5px;
}
#box_designs #btn {
	padding-left:17px;
	padding-bottom:10px;
}

/******************** tooltip*/

#linktooltip {
	font-size:10px;
	color: #0092C9;
	letter-spacing:2px;
}

.tooltip {
	width:200px;
	display: none;
	padding:20px;
	background-color: #fcf4c7;
	border:#f6ecb5 solid thin;
	font-size:10px;
}

/**********/

.leyend {
	margin-left:50px;
	margin-bottom:12px;
}
.leyend img {
	margin-left:-50px;
	float:left;
}


/********** validation form */

* { font-size: 11px; }
label { width: 10em; float: left; }
label.error { float: none; color: #D82127; padding-left: 10px; vertical-align: top; }
p { clear: both; }
.submit { margin-left: 12em; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }


/*********/

#item{
	width:90%;
	border-style:solid;
	border-width:thin;
	border-color:#D1D1D1;
	background-color:#F5F5F5;
	float:left;
	margin-bottom:10px;
	padding:5px;
	padding-left:15px;
}

#optional_items{
	width:130px;
	border-style:solid;
	border-width:thin;
	border-color:#D1D1D1;
	background-color:#FFFFFF;
	float:left;
	margin-right:15px;
	padding:15px;
}

.twocols_1 {
	width:410px;
	float:left;
}
.twocols_2 {
	width:410px;
	float:left;
	margin-left:30px;
}