/*body stuff
----------------------------------*/

body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin: 0px;
	padding: 0px;
	background-color:#333333;
}
a:link {
	font-weight: normal;
	color: #9900CC;
}
a:visited {
	font-weight: normal;
	color: #9900CC;
}
a:active {
	font-weight: normal;
	color: #9900CC;
}
a:hover {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
h1{
	font-size: 150%;
	font-weight: normal;
}
h2{
	font-size: 120%;
	color: #63318D;
}
h3{
	font-size: 100%;
	color: #91AD30;
}
p{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: justify;
	line-height: 17px;
}
form{
	margin: 0px;
	padding: 0px;
}
input,textarea,select{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul {
	margin: 0px;
	padding: 0px 0px 10px;
	line-height: 17px;
}
ul li{
	list-style-type: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 14px;

}
ul li ul li{
	background-image: url(../images/arrow2.gif);
}
ol {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 10px 10px;	
	line-height: 17px;
}
td{
	line-height: 17px;
}

/*main divs
----------------------------------*/

#container{
	background-image: url(../images/html_background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width:900px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
#header{
	background-image: url(../images/heading.gif);
	background-repeat: no-repeat;
	height: 95px;
	background-position: center top;
	width:100%;
	margin: 0px;
	position: relative;
}
#header_logo{

}
#header_logo a{
	margin: 0px;
	padding: 0px;
	height: 72px;
	width: 274px;
	display: block;
}
#header_logo img{
	display:none;
}
#left-col{
	float:left;
	width:200px;
	background-image: url(../images/left_col_background.jpg);
	background-repeat: no-repeat;
	padding:0px;
	margin:0px 20px 0px 0px;
}
#middle-col{
	padding: 0px;
	margin: 14px 0px 0px 0px;
	width:460px;
	float:left;
}
#right-col{
	width:200px;
	float:right;
	margin: 0px;
	padding: 0px;
}
#right-col-top{
	background-image: url(../images/right_col_top.gif);
	height:21px;
	background-repeat: no-repeat;
}
#footer{
	padding: 30px 0px;
	margin-top: 0px;
	margin-right: 230px;
	margin-bottom: 0px;
	margin-left: 230px;
	font-size: 9px;
}
#footer a{
	text-decoration: none;
	letter-spacing: normal;
	text-transform: none;
}
#footer a:hover{
	text-decoration: underline;
}

/*common
----------------------------------*/

.product_summary{
	font-size: 12px;
	line-height: 17px;
	padding-bottom:10px;
	clear: both;
}
.product_summary img{
	float:left;
}
.product_summary p{
	padding-left:100px;
}
.product_box{
	float:left;
	width:123px;
	padding-left: 20px;
}
.product_description{
	float:left;
	padding-left:30px;
	padding-top:25px;
	width: 285px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.product_description p{
	font-size:10px;
	line-height:14px;
	margin-top: 5px;
}
.modules {
display:block;
width:500px;
float:left;
padding:15px 0 25px 0;
}
.product_modules a{
	display:block;
	width:144px;
	padding:4px;
	float:left;
	background-color:#EDEEF3;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font-size:13px;
}
.product_modules a:visited{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}
.product_description .product_modules a{
	display:block;
	width:90px;
	padding:2px;
	float:left;
	background-color:#EDEEF3;
	text-align: center;
	font-weight: bold;

	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.product_description .product_modules a:visited{
	font-size: 10px;
}
.product_modules a:hover{
	background-color:#DADCE8;
}
.clear{
	clear:both;
}
i {
	display:none;
}
#tabs{
	background-image: url(../images/tab_background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display:block;
	width:460px;
}
#tabs a{
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
.tab_off{
display:none;
}
.tab_on{
	margin: 0px;
	padding: 10px;
	background-color: #EDEEF3;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9591A2;
	border-bottom-color: #9591A2;
	border-left-color: #9591A2;
}
.button_off{
	background-image: url(../images/tab_off.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: left;
	padding: 5px 8px 5px 8px;
	margin: 0px 2px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9591A2;
	
		border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9591A2;
}
.button_off:hover{
	background-image: url(../images/tab_on.gif);
}
.button_on{
	background-image: url(../images/tab_on.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: left;
	font-weight: bold;
	padding: 5px 8px 5px 8px;
	margin: 0px 2px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEEF3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9591A2;
}

/*forms
----------------------------------*/

#ContactForm td{
	margin: 0px;
	background-color: #EDEEF3;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CFCDD6;
}
.formtxt{
	width:360px;
}


/*misc
----------------------------------*/

#flash{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
.partner{
	margin-left:15px;
	margin-bottom:5px;
}
#video{
	background-color: #EDEEF3;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	border: 1px solid #9591A2;

}

.eweb{
width:880px;
margin: 0px auto;
font-size:9px;
font-weight:lighter;
text-align:center;
margin-top:5px;
color: #666666;
}

.eweb a:link {
	font-weight: normal;
	color: #666666;
}
.eweb a:visited {
	font-weight: normal;
	color: #666666;
}
.eweb a:active {
	font-weight: normal;
	color: #666666;
}
.eweb a:hover {
	font-weight: normal;
	color: #666666;
}

table.features_table tr
{ padding:5px;}

table.features_table td
{border-top:1px solid #f3f3f3;}
