* 
{
	margin				:	 0;
	padding				:	 0;
	font-size			:	12px;
	line-height			:	16px;
	font-family			:	Helvetica, Arial, Calibri, Tahoma;
	font-weight			: 	normal;
	color				:	#4d4d4f;
}

html
{
	height				:	100%;
	background			:	#FFFFFF;
}

body
{
	background: #ffffff;
	overflow-x: hidden;
}

h1
{
	font-weight: bold;
	font-size			:	20px;
	padding-bottom		:	14px;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
}

h3
{
	font-weight			:	bold;
	padding-bottom		:	4px;
}

p
{
	margin-bottom: 14px;
}

a
{
	color: #00adee;
	text-decoration		:	none;
}

a strong
{
	color: #00adee;
	text-decoration		:	none;
	font-weight			:	bold;
}

a:hover
{
	cursor: pointer;
	text-decoration		:	none;
}

a:active, a:focus
{
	outline: 0;
}


/** Containers **/

div#frame
{
	width: 946px;
	height: 700px;
	margin: 0 auto;
}

div#header
{
	position: relative;
	width: 946px;
	height: 109px;
	background: #ffffff;
}

div#header a.logo
{
	float: left;
	background: url(../images/header_logo.gif) no-repeat;
	width: 453px;
	height: 109px;
}

div#header_menu
{
	position: absolute;
	width: 150px;
	height: 20px;
	bottom: 10px;
	right: 0;
	text-align: right;
}

div#header_menu .header_menuitem
{
	display: inline-block;
	height: 15px;
	border-right: 1px solid #4d4d4f;
	padding: 0 10px;
}

div#header_menu .header_menuitem-last
{
	display: inline-block;
	height: 15px;
	padding: 0 10px;
}

div#header_menu .header_menuitem a, div#header_menu .header_menuitem-last a
{
	color: #4d4d4f;
}

div#main_menu
{
	position: relative;
	z-index: 2;
	width: 946px;
	height: 30px;
	text-align: center;
	background: url(../images/menu_bg.gif) repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 8px #666666;
	-moz-box-shadow: 0px 2px 8px #666666;
	box-shadow: 0px 2px 8px #666666;
}

div#main_menu .main_menuitem
{
	display: inline-block;
	height: 15px;
	border-right: 1px solid white;
	margin-top: 6px;
	padding: 0 25px;
}

div#main_menu .main_menuitem-last
{
	display: inline-block;
	height: 15px;
	margin-top: 6px;
	padding: 0 25px;
}

div#main_menu .main_menuitem a, div#main_menu .main_menuitem-last a
{
	color: white;
	font-size: 14px;
	text-shadow: -1px -1px #175877;
}

div#main_area
{
	position: relative;
	z-index: 1;
	width: 940px;
	min-height: 800px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 25px;
	overflow: hidden;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	-webkit-box-shadow: 0px 3px 8px #a6a6a6;
	-moz-box-shadow: 0px 3px 8px #a6a6a6;
	box-shadow: 0px 3px 8px #a6a6a6;
	background: rgb(229,231,232); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(229,231,232,1) 0%, rgba(255,255,255,1) 25%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,231,232,1)), color-stop(35%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(229,231,232,1) 0%,rgba(255,255,255,1) 25%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(229,231,232,1) 0%,rgba(255,255,255,1) 25%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(229,231,232,1) 0%,rgba(255,255,255,1) 25%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e7e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(229,231,232,1) 0%,rgba(255,255,255,1) 25%); /* W3C */
}

div#left_column
{
	float: left;
	width: 208px;
	height: 400px;
	padding: 19px 0 0 19px;
}

div#button_roi
{
	width: 198px;
	height: 24px;
	text-align: center;
	padding: 9px 0;
	background: url(../images/button_roi.png) no-repeat; 
}

div#button_roi .button_text
{
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-shadow: -1px -1px #175877;
}

div#specials
{
	width: 194px;
	padding: 14px 0 0 2px;
	font-size: 16px;
	font-weight: bold;
	color: #2b8dc6
}

div#specials .special
{
	width: 194px;
	margin-top: 13px;
	padding-top: 13px;
	border-top: 1px solid #808285;
}

div#specials .special .special_title
{
	display: block;
	font-weight: bold;
}

div#right_column
{
	float: left;
	width: 703px;
	height: 400px;
	padding-left: 10px;
}

div#main_image
{
	position: relative;
	width: 678px;
	height: 194px;
	margin-top: 19px;
	background: url(../images/main_image.png) no-repeat;
	-webkit-box-shadow: 0px 3px 5px #adadad;
	-moz-box-shadow: 0px 3px 5px #adadad;
	box-shadow: 0px 3px 5px #adadad;
}

div#main_image .image_text
{
	position: absolute;
	top: 72px;
	left: 104px;
	font-size: 24px;
	line-height: 25px;
	color: white;
}

div#callout_boxes
{
	position: relative;
	z-index: 3;
	width: 678px;
	height: 209px;
	margin-top: 19px;
}

div#callout_box
{
	float: left;
	position: relative;
	width: 209px;
	height: 209px;
	margin-right: 19px;
	border: 2px solid #a2a4a6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 3px 5px #adadad;
	-moz-box-shadow: 0px 3px 5px #adadad;
	box-shadow: 0px 3px 5px #adadad;
}

div#callout_box.orange
{
	background: url(../images/box_orange.gif) no-repeat;
}

div#callout_box.blue
{
	background: url(../images/box_blue.gif) no-repeat;
}

div#callout_box.green
{
	background: url(../images/box_green.gif) no-repeat;
	margin: 0;
}

div#callout_box .box_title
{
	width: 136px;
	font-size: 12px;
	line-height: 14px;
	color: white;
	font-weight: bold;
	position: absolute;
	top: 18px;
	left: 66px;
}

div#callout_box.blue .box_title
{
	left: 50px;
	width: 152px;
}

div#callout_box.green .box_title
{
	left: 56px;
	width: 146px;
}

div#callout_box .box_text
{
	width: 180px;
	font-size: 12px;
	line-height: 16px;
	color: white;
	position: absolute;
	top: 75px;
	left: 18px;
}

div#callout_box .button_learn
{
	width: 103px;
	height: 28px;
	padding-top: 2px;
	background: url(../images/button_learn.png) no-repeat;
	font-size: 11px;
	line-height: 16px;
	color: white;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 171px;
	left: 88px;
}

div#main_text
{
	width: 673px;
	margin: 26px 0 0 3px;
}

div#footer
{
	position: fixed;
	bottom: 0;
	z-index: 2;
	width: 946px;
	height: 64px;
	margin: 0 auto;
	background: #cdcdcd;
	-webkit-box-shadow:inset 0px 3px 8px #a6a6a6;
	-moz-box-shadow:inset 0px 3px 8px #a6a6a6;
	box-shadow:inset 0px 3px 8px #a6a6a6;
}

div#footer_menu
{
	float: right;
	width: 600px;
	height: 20px;
	margin: 29px 0 0 0;
	text-align: right;
}

div#footer_menu .footer_menuitem
{
	display: inline-block;
	height: 15px;
	border-right: 1px solid #4d4d4f;
	padding: 0 12px 0 10px;
}

div#footer_menu .footer_menuitem-last
{
	display: inline-block;
	height: 15px;
	padding: 0 10px;
}

div#footer_menu .footer_menuitem a, div#footer_menu .footer_menuitem-last a
{
	color: #4d4d4f;
}

div#footer_icons
{
	float: right;
	height: 16px;
	margin: 29px 25px 0 0;
	text-align: left;
}

div#footer_icons a.footer_menuicon
{
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-right: 5px;
}
