/* CSS Document */

/* VISITOR STYLES - SOME OVERIRIDE GLOBAL.CSS)  */

body {
	background-color: #202126;
}


/*   ---------------------------------------------------   P A G E  L A Y O U T   */

#page_vis {
	width: 1000px;
	min-height:660px;
	height:auto !important;
	height:660px;
	margin: 0 auto;
	padding: 24px 0;
	background-image: url(/images/visitor/vis_body_background-repeats.png);
	background-repeat: repeat-y;
}
#pagetop_vis {
	position: relative;
	width:850px;
	height: 72px;
	padding: 0px 50px;
}
#stage_vis_top {
	width: 900px;
	position: relative;
	margin: 0px 0px 0px 50px;
	clear: both;
}

#stage_vis_bottom {
	width: 900px;
	height: 14px;
	position: relative;
	margin: 0px 0px 0px 50px;
	clear: both;
	background-image: url(/images/visitor/stage_vis_bottom_background.png);
	background-repeat: repeat-y;
}
#stage_vis_container {
	width: 900px;
	position: relative;
	margin: 0px 0px 0px 50px;
	padding: 0 0 45px 0;
	background-image: url(/images/visitor/stage_vis_container_background-repeats.png);
	background-repeat: repeat-y;
}
#stage_vis, #stage_vis_wide, #stage_vis_features {
	position: relative;
	min-height:450px;
	height:auto !important;
	height:450px;
}

#stage_vis {
	width: 575px;
	left: 25px;
	top: 50px;
	padding: 12px;
}

#stage_vis_wide {
	width: 800px;
	left: 25px;
	top: 50px;
	padding: 12px;
}

#stage_vis_wide h3 {
	font-size: 1.4em;
}

#stage_vis_features {
	width: 840px;
	min-height:440px;
	height:auto !important;
	height:440px;
	padding: 5px;
	position: relative;
	overflow: hidden;
	left: 25px;
	top: 50px;
	background-image: url(/images/visitor/features_bg.png);
	background-repeat: no-repeat;
}
#stage_vis h2 {
	margin: 0;
	padding: 0;
}
#stage_vis p, #stage_vis_wide p, #stage_vis_features p {
	line-height: 1.3em;
	margin: 0px 0px 10px 0px;
}
#stage_vis ul, #stage_vis_wide ul {
	list-style: disc;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-left: 25px;
}
#stage_vis ol, #stage_vis_wide ol {
	list-style: decimal;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-left: 25px;
}
#stage_vis li, #stage_vis_wide li{
	font-size: 1.1em;
	line-height: 1.3em;
}
.stage_item {
	padding: 10px 0px 13px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #D3CFC1;
}
.stage_item p {
	margin: 0px;
}

#logo_vis {
}

.logo_vis {
	margin: 10px 0px 0px 10px;
	position: absolute;
}

.tagline_vis {
	margin: 44px 0px 0px 10px;
	position: absolute;
}


/*    ---------------------------------------------------  VIS 3COL LAYOUT     */


#vis_2col_left {
	position: relative;
	width: 590px;
}

#vis_2col_left p {
	color: #555555;
	line-height: 1.4em;
	font-size: 1.2em;
}

#vis_2col_left h3 {
	padding: 0 0 5px 0;
}

#vis_3col_left {
	position: relative;
	width: 300px;
	padding: 0 0 30px 0;
}

#vis_3col_center {
	position: absolute;
	left: 333px;
	width: 300px;
}

#vis_3col_right {
	position: absolute;
	left: 653px;
	width: 180px;
}

.vis_3col_greybox_top {
	width: 300px;
	height: 13px;
	background-image: url(/images/visitor/vis_col_grey_top.png);
	background-repeat: no-repeat;
}

.vis_3col_greybox_body {
	background-image: url(/images/visitor/vis_col_grey_body.png);
	background-repeat: repeat-y;
	background-color: #E7E7E7;
	padding: 13px;
	height: 448px;
}

.vis_3col_greybox_body h2 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}

.vis_3col_greybox_body p {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

.vis_3col_greybox_body input {
	margin: 3px 0 5px 0;
	padding: 2px;
	width: 266px;
}

.vis_3col_greybox_body select {
	margin: 3px 0 7px 0;
}

.vis_3col_greybox_body label {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
}

.vis_3col_greybox_body .error {
	padding: 3px;
}

.vis_3col_greybox_bottom {
	width: 300px;
	height: 13px;
	background-image: url(/images/visitor/vis_col_grey_bottom.png);
	background-repeat: no-repeat;
}

.vis_3col_bluebox_top {
	width: 180px;
	height: 13px;
	background-image: url(/images/visitor/vis_col_blue_top.png);
	background-repeat: no-repeat;
}

.vis_3col_bluebox_body {
	background-image: url(/images/visitor/vis_col_blue_body.png);
	background-repeat: repeat-y;
	background-color: #E4F0FB;
	padding: 0 13px;
}

.vis_3col_bluebox_body h2 {
	margin: 0 0 5px 0;
	font-size: 1.3em;
}

.vis_3col_bluebox_body p, {
	margin: 0;
	font-size: 1.1em;
}


.vis_3col_bluebox_body input {
	margin: 2px 0 7px 0;
}

.vis_3col_bluebox_body select {
	margin: 2px 0 7px 0;
}

.vis_3col_bluebox_body label {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
}

.vis_3col_bluebox_bottom {
	width: 180px;
	height: 13px;
	background-image: url(/images/visitor/vis_col_blue_bottom.png);
	background-repeat: no-repeat;
}

.fielderror {
	float: right;
	margin: 0;
}



/*    ---------------------------------------------------  N A V     */
#ul_nave_main_vis
{
	position: absolute;
	margin: 15px 0px 0px 147px;
	padding: 10px 0 0 17px;
	width: 754px;
	height: 35px;
	background-image: url(/images/visitor/bg_nav_main.gif);
	background-repeat: no-repeat;
}
ul.nav_main_vis {
	position: absolute;
	margin: 17px 0px 0px 150px;
	padding: 10px 0 0 17px;
	width: 754px;
	height: 35px;
	list-style: none;
	z-index: 1;
}

ul.nav_main_vis li {
	display: inline;
	margin: 0px 9px 0px 0px;
	padding: 0;
}
ul.nav_main_vis a, ul.nav_main_vis a:visited {
	color: #444444;
}
ul.nav_main_vis a:hover {
	color: #336699;
}

ul.nav_main_vis a.selected {
	color: #336699 !important;
}

ul.nav_main_vis a, ul.nav_main_vis a:hover, ul.nav_main_vis a:visited {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

#signin_pagetop {
	width: 270px;
	position: absolute;
	margin: 0px 0px 0px 650px;
	z-index: 2;
	color: #FFFFFF;
}

#signedin_pagetop {
	width: 200px;
	position: absolute;
	margin: 26px 0px 0px 680px;
	z-index: 2;
	color: #FFFFFF;
	text-align: right;
}

#signin_pagetop a {
	color: #FFFFFF;
}

#signin_pagetop input {
	height: 16px;
	width: 90px;
	padding: 2px;
	margin: 2px 0px 0px 0px;
	font-size: 1.0em;
	color: #666666;
}

#signout_pagetop {
	position: absolute;
	margin: 30px 0px 0px 620px;
	z-index: 2;
}

#signout_pagetop p {
	font-size: 1.3em;
}

#nav_tour {
	width: 612px;
	height: 34px;
}

#vis_subnav {
	position: absolute;
	height: 30px;
	background-image: url(/images/visitor/stage_vis_subnav_bg-repeats.png);
	background-repeat: repeat-x;
	width: 894px;
	margin: 0 5px 0 3px;
	top: 0;
}

#vis_subnav table {
	height: 30px;
}

#vis_subnav table td {
	height: 12px;
	padding: 9px 15px 0 15px;
}

#vis_subnav table td a {
	color: #FFFFFF;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}

#vis_subnav table td a {
	color: #C7D8F2;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}

#vis_subnav table td a:hover {
	color: #FFFFFF;
}

#vis_subnav table td a.on {
	color: #FFFFFF;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}

.vis_subnav_arrow {
	/* fix for IE --> */
	*position: relative;
	*top: -2px;
}

/*    ---------------------------------------------------  R I G H T   C O L U M N     */

#rightcol {
	width: 210px;
	position: absolute;
	left: 665px;
	top: 20px;
	float: right;
}

#rightcol_home {
	width: 190px;
	position: absolute;
	left: 620px;
	top: 20px;
	float: right;
}

#rightcol_features {
	width: 237px;
	height: 386px;
	position: absolute;
	left: 637px;
	top: 55px;
}

.rightcol_item {
	width: 210px;
	padding: 0px;
	margin: 0 0 16px 0 ;
}

.rightcol_item_top {
	width: 210px;
	height: 12px;
	background-image: url(/images/visitor/rightcol_item_top.png);
	background-repeat: no-repeat;
}
.rightcol_item_content {
	padding: 4px 15px;
	margin-top: -1px;
	background-image: url(/images/visitor/rightcol_item_bg-repeats.png);
	background-repeat: repeat-y;
}
.rightcol_item_bottom {
	width: 210px;
	height: 13px;
	background-image: url(/images/visitor/rightcol_item_bottom.png);
	background-repeat: no-repeat;
}

.rightcol_item strong {
	color: #000000;
}	

.rightcol_item p {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.3em;
	border: 1px solid white;
}

/*    ---------------------------------------------------  H O M E    */


#vis_home_main_header {
	width: 400px;
	position: absolute;
	left: 42px;
	top: 58px;
}

#vis_home_main_header h2.subheader {
	text-align: left;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.2em;
}

#vis_home_main_banner {
	width: 409px;
	position: absolute;
	left: 484px;
	top: 34px;
}

#vis_home_signup {
	margin: -2px 0 0 24px;
}

#vis_home_subsection_container {
	position: relative;
	width: 813px;
	height:73px;
	top: 266px;
	left: 40px;
}
.vis_home_subsection_divider {
	position: absolute;
	background-image: url(/images/visitor/divider_vertical.png);
	width: 2px;
	height: 75px;
}

.vis_home_subsection {
	position: absolute;
	width: 184px;
}

.vis_home_subsection h3 {
	position: relative;
	margin: 7px 0 5px 0;
	color: #FFFFFF;
	z-index: 301;
}
.vis_home_subsection .shadow {
	position: absolute;
	margin: 8px 0 5px 1px;
	color: #3E556B;
	z-index: 300;
}

.vis_home_subsection ul {
	list-style: disc;
}

.vis_home_subsection li {
	margin: 0 0 0 15px;
	color: #CDDEF2;
	font-size: 1.1em;
	line-height: 1.2em;
}


#vis_home_clients {
	position: absolute;
	top: 363px;
	left: 40px
}

/*    ---------------------------------------------------  S T A G E   E L E M E N T S    */


#stage_vis_top h1 {
	position: relative; 
	left: 42px; 
	top: 25px;
	margin: 0;
	font-size: 2.5em;
	font-weight: normal;
	letter-spacing: -1px;
}

#stage_vis_top h2 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3em;
}

.header_vis {
	margin: 0px 0px 13px 0px;
}
.subheader_vis {
	margin: 0px 0px 7px 0px;
}

.vis_alert {
	background-color: #FFFFEF;
	border: 1px dashed #FFBF94;
	padding: 10px 7px 0px 7px;
}

.vis_alert {
	color: #FF6600;
}

.signincustom {
	width: 560px;
	margin: 80px 0;
	padding:0;
	border: 1px solid #999999;
	background-repeat: repeat-x;
}

.smalltext {
	font-size: 1.1em;
}

.demo_confirm_message {
	background-color: #FFFFD9; 
	padding: 4px; 
	height: 20px; 
	margin: 0 0 20px 0;
}

/*    ---------------------------   P R O D U C T    */


ul.vis {
	list-style: disc;
	margin: 7px 0 7px 48px;
	padding: 0;
}
ul.vis li {
	color: #555555;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0 5px 0;
	padding: 0;
}

.grid p.label {
	color: #333333;
}

.campaigns_logo {
	margin: 0px 20px 20px 0px;
}

.campaigns_meta {
	font-size: 1.1em;
}

div.vis_features {
	margin: 20px 0;
}

h3.vis_features {
	font-weight: normal;
	font-size: 1.5em;
	margin: 0 0 4px 0;
	color: #000000;
}

p.vis_features {
	font-weight: normal;
	font-size: 1.2em;
	margin: 0;
	color: #454545;
}

img.vis_features {
	float: left; 
	margin: 0 7px 60px 0;
	clear:left;
}

div.vis_product_left {
	position: absolute;
	left: 0;
	float: left;
	margin: 0 30px 20px 0;
	width: 280px;
}

div.vis_product_right {
	position: relative;
	margin: 0 30px 20px 304px;
	width: 380px;
}

.vis_product_hr {
	clear: both;
	width: 680px;
	height: 5px;
	margin: 20px 20px;
	background-image: url(/images/visitor/vis_hr.png);
	background-repeat: repeat;
}

/*    ---------------------------   C O N T E N T   */

#content_container {
	width: 820px;
}

.content_top {
	width: 820px;
	height: 34px;
}

.content_body {
	width: 820px;
	padding: 27px;
	background-image: url(/images/visitor/content_bg-repeats.png);
	background-repeat: repeat-y;
}

.content {
	width: 556px;
}

.content_bottom {
	width: 820px;
	height: 9px;
	background-image: url(/images/visitor/content_bottom.png);
	background-repeat: no-repeat;
}



/*    ---------------------------------------------------  C O N T E N T    */

.headerbar {
	border-bottom: 1px solid #98A8BE;
}

img.head {
	margin: 0px 0px 8px 0px;
}

img.subhead {
	margin: 0px 0px 3px 0px;
}

/*    ---------------------------------------------------  T Y P O G R A P H Y    */

h1 {
	border-bottom: 0;
}

h3 {
	font-weight: normal;
	font-size: 1.5em;
	margin: 0 0 6px 0;
	color: #000000;
}


/*    ---------------------------------------------------  F O R M S    */

select, input {
	background-color: #FFFFFF;
}

select.error, input.error {
	background-color: #FFDEDE;
	border: 1px solid #DD0000;
}
.buttons_submit {
	border-top: 1px solid #98A8BE;
	font-size: 1.1em;
	margin-left: 14px;
}


/* ALERTS + CONFIRMS
----------------------------------------------- */

.alert {
	position: relative;
	top: 0px;
	left: 50px;
	height: 22px;
	width: 898px;
	margin: 0 0 3px 0;
	padding: 5px 7px 4px 10px;
	background:  none;
	background-image: url(/images/visitor/bg_page_top_alert.png);
	background-repeat: no-repeat;
	border: 0;
}

.alert p {
	height: 16px;
	padding: 4px 0 0 28px;
	margin: 1px 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
}

.alert_confirm {
	background-image: url(/images/icons/icon_check_green_sm.png);
	background-repeat: no-repeat;
	color: #137909;
}

.alert_error {
	background-image: url(/images/icons/icon_alert_sm.png);
	background-repeat: no-repeat;
	color: #CC0000;
}

.alert_notify {
	background-image: url(/images/icons/icon_information_sm.png);
	background-repeat: no-repeat;
	color: #555555;
}


/* PAGEBOTTOM
----------------------------------------------- */

.pagebottom {
	margin: 0;
}

