/*
-------------------------------------- 
Generic (Used Everywhere)
-------------------------------------- 
*/

body {
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
img {
	border-style: none;
}
h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color:#333333;
}
h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color:#666666;
}
h3 {
	color: #6F7B9B;
	margin: 0px;
	padding: 0px 0px 5px;
	font-size: 14px;
}
.left {
	float: left;
}
.right {
	float: right;
}
a {
	color: #84a4ce; cursor: pointer;
}
a:hover {
	color: #ef7101;
}
a:focus {
	outline: none;
}
.clear_r {
	clear:right;
}
.clear {
	clear: both;
	height: 1px;
}
.o {
	color: #FF9100;
}
.ohead {
	font-size: 18px;
	font-weight: normal;
	color: #FF9966;
	line-height: 28px;
}
.red {
	color:red;
}
.green {
	color:green;
}

/*
-------------------------------------- 
Site Frame
-------------------------------------- 
*/

#containter {
	background: #FFFFFF;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#containter #main {
	margin: auto;
	padding: 0px;
	width: 914px;
	position: relative;
	text-align: center;
}
#containter #main #header_1 {
	position: relative;
}
#containter #main #header_1 div {
	padding: 10px 10px 5px 0;
}
#containter #main #nav_menu {
	color: #4f4f4f;
	font: 12px/28px Helvetica, Arial, sans-serif;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	text-align:left;
	position: relative;
}
#containter #main #nav_menu a {
	color: #666666;
	text-decoration: none;
	display: block;
}
#containter #main #nav_menu ul {
	display: block;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#containter #main #nav_menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	height: 28px;
	width: 227px;
	display: block;
	line-height: 28px;
	text-align: center;
	vertical-align: middle;
}
#containter #main #nav_menu #menu_1 {
	background: url('../images/menu.gif') no-repeat 0 0;
	border-right: #c7cfe4 1px solid;
}
#containter #main #nav_menu #menu_2 {
	background: url('../images/menu.gif') no-repeat 50% 0;
	border-left: #ffffff 1px solid;
	border-right: #c7cfe4 1px solid;
}
#containter #main #nav_menu #menu_3 {
	background: url('../images/menu.gif') no-repeat 50% 0;
	border-left: #ffffff 1px solid;
	border-right: #c7cfe4 1px solid;
}
#containter #main #nav_menu #menu_4 {
	background: url('../images/menu.gif') no-repeat 100% 0;
	border-left: #ffffff 1px solid;
}
#containter #main #dropdown {
	position: absolute;
	width: 227px;
	top: 227px;
	left: 228px;
	background: #FFFFFF;
	border: 1px solid #d8deec;
	text-align: left;
	z-index: 1;
	display: none;
	visibility: hidden;
}
#containter #main #dropdown a {
	text-decoration: none;
	color: #4f4f4f;
	font-size: 12px;
}
#containter #main #dropdown a:hover {
	color: #ef7101;
}
#containter #main #dropdown ul {
	margin: 0px;
	padding: 0px;
}
#containter #main #dropdown li {
	line-height: 28px;
	text-align: left;
	text-indent: 20px;
	display: block;
	width: 100%;
	border-bottom: 1px dotted #666666;
	background: url(../images/li_menu.gif) no-repeat 8px center;
}
#containter #main #footer {
	position: relative;
	text-align: left;
	display: block;
	line-height: 18px;
	border-top: 1px solid #DCE1EE;
	padding-top: 10px;
	clear:both;
}

/*
-------------------------------------- 
Content Styles
-------------------------------------- 
*/

#containter #main #content {
	text-align: left;
	position: relative;
}
#signup {
	background: url(../images/signup_bg.jpg) no-repeat;
	margin: 20px 0px;
	height: 191px;
	width: 206px;
	display: block;
	position: relative;
	padding: 0px;
}
#signup .title {
	font: 100 24px Helvetica, Arial, sans-serif;
	color: #ff9900;
	display: block;
	position: absolute;
	left: 0px;
	top: 20px;
	text-align: center;
	width: 100%;
}
#signup .body {
	text-align: left;
	display: block;
	position: absolute;
	left: 10%;
	top: 60px;
	width: 80%;
}
#signup .button {
	display: block;
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
}
.col_1 {
	width: 217px;
	height:100%;
	margin: 0px;
	text-align: left;
	display: block;
	float:left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.col_1 ul {
	margin: 0px;
	padding: 0px;
}
.col_1 .list_1 {
	list-style: url(../images/li1.gif) none inside;
}
.col_1 .list_2 {
	list-style: url(../images/li1.gif) none inside;
	text-indent: 20px;
}
.col_1 .list_3 {
	list-style: none;
	text-indent: 20px;
}
.col_2 {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
	height: 100%;
	width: 458px;
	border-left: 1px solid #DCE1EE;
	border-right: 1px solid #DCE1EE;
}
.col_2 .row_1 {
	height: 280px;
	padding-top: 10px;
}
/*
.col_2 .row_1 #list_1 {
	text-align: left;
	display: block;
	padding-left: 30px;
}
.col_2 .row_1 #list_1 li {
	font: 14px/18px Arial, Helvetica, sans-serif;
	list-style: url(../images/li1.gif) inside;
}
*/
.col_1 #list_1 {
	text-align: left;
	display: block;
	padding-left: 5px;
}
.col_1 #list_1 li {
	font: 12px/18px Arial, Helvetica, sans-serif;
	list-style: url(../images/li1.gif) inside;
}
.col_2 .row_2 {
	padding-bottom: 20px;
	border-top: 1px solid #DCE1EE;
}
.col_2 .row_2 .ohead {
	font: bold 22px Helvetica, Arial, sans-serif;
	color: #FF9966;
	display: block;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 25px;
}
.col_2 .row_3 {
	padding: 10px;
	text-align: left;
}
.col_3 {
	width: 227px;
	height:100%;
	margin: 0px;
	text-align: center;
	display: block;
	float:right;
	padding-top: 10px;
}
.col_3 .r_block {
	display: block;
	width: 196px;
	text-align: left;
	margin-left: 18px;
}
.col_4 {
	display: block;
	float: left;
	border-left: 1px solid #DCE1EE;
	width: 676px;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 300px;
}
.col_4 .list_1 {
	background: url(../images/li5.gif) no-repeat left center;
	text-indent: 15px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
.col_4 .row_1 {
	padding-bottom: 20px;
	padding-left: 10px;
	display: block;
}
.col_4 .row_2 {
	border-top: 1px solid #DCE1EE;
	display: block;
	padding-top: 10px;
	text-align: right;
}
.col_4 .row_3 {
	border-top: 1px solid #DCE1EE;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
}
.col_4 .row_3 ul {
	margin: 0px;
	padding: 0px;
}
.col_4 .row_3 li {
	display: block;
	border-top: 1px solid #DCE1EE;
	width: 400px;
	height: 28px;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.col_4 .row_3 li.active {
	background: url(../images/li6.gif) no-repeat 100%;
}
.col_4 .row_1 .right {
	padding-top: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
}
.col_5 {
	display: block;
	float: left;
	border-right: 1px solid #DCE1EE;
	width: 685px;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 375px;
}
.col_5 .left {
	height: 30px;
	text-align: left;
	display: block;
	min-width:120px;
}


/*
-------------------------------------- 
Benefit Styles
-------------------------------------- 
*/

.benefit {
	width: 100%;
	border: none;
	padding: 0px;
	margin: 0px;
}
.benefit .title {
	border-bottom: 1px solid #DCE1EE;
	width: 50%;
	height: 30px;
}
.benefit .body {
	vertical-align:top;
	width: 50%;
	padding-right:15px;
}

/*
-------------------------------------- 
Product List Styles
-------------------------------------- 
*/

.product {
	display: block;
	text-align: left;
	width: 666px;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 100px;
}
.product .image {
	display: block;
	text-align: center;
	width: 110px;
	height: 50px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.product .title {
	display: block;
	float: left;
	text-align: left;
	position: absolute;
	left: 120px;
	top: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #FF9966;
}
.product .flags {
	display: block;
	text-align: right;
	right: 0px;
	top: 0px;
	position: absolute;
}
.product .bottom_bar {
	display: block;
	text-align: left;
	position: absolute;
	width: 546px;
	left: 120px;
	top: 20px;
	border-top: 1px solid #DCE1EE;
}

