#page {
	position: relative;
	width: 874px;
	font-family: Optima Regular, Tahoma, Helvetica, Arial;
	margin:10px auto;
	background:#fff;
}

#logo {
	position: absolute;
	top: 0px; 
	width: 300px;
	height: 69px;
	background-image: url('images/myTurf_logo.gif');
	background-repeat: no-repeat;
}

#login {
    position: absolute;
    top: 10px; 
    left: 795px;
}

#signup {
	position: absolute;
	top: 10px; 
    left: 680px;
}

#webinar_button {
    position: absolute;
    top: 10px; 
    left: 580px;
}

#learnMore {
    position: absolute;
    top: 905px;
	left: 300px;
	z-index: 4;
}

#menuPointer {
	position: absolute;
	top: 274px;
	left: 138px;
}

#header { 
    position: absolute;
    width: 874px;
}

#topMenu {
	position: absolute;
    top: 65px;
	width:874px;
	height: 47px;
	background-image: url('images/title_menubar_background.gif');
	background-repeat: repeat-x;
	text-align: center;
	text-transform: capitalize;
	font-family: Optima Regular, Tahoma, Helvetica, Arial;
	font-size: 9pt;
	text-transform: uppercase;
}

#topMenu .menuText{
	float: left;
	line-height: 38pt;
	width: 120px;
	text-align: center;
}

#topMenu .menuText a {
	text-decoration: none;
	color: #000000;
}
#topMenu .menuText:hover {
	width: 120px;
	height: 47px;
	text-decoration: none;
	font-weight: bolder;
	color: #000000;
	background-image: url('images/title_menubar_background_down.gif');
	background-repeat: repeat-x;
}

#topMenu .menuBar {
	float: left;
	width: 4px;
	height: 47px;
}

#bodyBlock {
	position: relative; 
    top: 112px;
	font-family: Optima, Tahoma, Helvetica, Arial;
	
}

#bodyBlock p, #bodyBlock li {
	color:#2E2E2E;	
}

#bodyBlock b {
	color:#555;	
}


#bodyBlock #rotate {
	height:300px;
	width: 874px;
	background: #ffffff; 
	background-position: top right;
	background-image: url('images/midbar_main.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

#midText_main {
	position: absolute; 
        top: 655px;
	left: 0px;
	width: 400px;
	height:300px;
	z-index:10;
}	

#midText_adv {
	position: absolute; 
	top: 655px;
	left: 0px;
	width: 400px;
	height:300px;
	visibility: hidden;
	z-index:10;
}

#midText_isp {
	position: absolute; 
	top: 655px;
	left: 0px;
	width: 400px;
	height:300px;
	visibility: hidden;
	z-index:10;
}

#bodyBlock #menuTab {
	height: 80px;
	width: 874px;
	color: white;
	font-size: 16pt;
	background-image: url('images/midbar_nonlit.png');
	background-repeat: repeat-x;
	text-align: center;
	line-height: 80px;
	color: blue;

}

#bodyBlock #menuTab #inside {
	float: left;
	background-image: url('images/midbar_nonactive.png');
	background-repeat: repeat-x;
	background-position: top;
	width: 291px;
}

#bodyBlock #menuTab #advertiser {
	float: left;
	background-image: url('images/midbar_nonactive.png');
	background-repeat: repeat-x;
	width: 291px;
}

#bodyBlock #menuTab #isps {
	float: left;
	background-image: url('images/midbar_nonactive.png');
	background-repeat: repeat-x;
	width: 291px;
}

#bodyBlock #menuTab a {
	text-decoration: none;
	color: #ffffff;
}

#bodyBlock #menuTab #inside:hover {
	background-image: url('images/midbar_nonlit.png');
	background-repeat: repeat-x;
	text-decoration: none;
	color: #ffffff;
}

#bodyBlock #menuTab #advertiser:hover {
	background-image: url('images/midbar_nonlit.png');
	background-repeat: repeat-x;
	text-decoration: none;
	color: #ffffff;
}

#bodyBlock #menuTab #isps:hover {
	background-image: url('images/midbar_nonlit.png');
	background-repeat: repeat-x;
	text-decoration: none;
	color: #ffffff;
}

#lowerBody {
	font-family: Optima Regular, Tahoma, Helvetica, Arial;
	line-height: 110%;
	position: absolute;
        top: 947px;
	width: 874px;
	height: 450px;
	min-height: 295px;
}

#lowerbody #profile {
	float: left;
	position: relative;
    width: 475px;
	height: 110px;
	font-size: 10pt;
	margin: 20px;
}

#lowerbody #saying {
	float: left;
    width: 830px;
	height: 110px;
	float: left;
	position: relative;
	font-size: 10pt;
    margin: 0 20px 20px 20px;
}

#lowerbody #saying #leftQuote {
	width: 52px;
	float: left;
	height: 83px;
	background-image: url('images/quotations_left.png');
	background-repeat: no-repeat;
	background-position: top;
}

#lowerbody #saying #Quote {
    width: 670px;
    margin: 10px 20px 10px 20px;
	float: left;
	height: 83px;
}

#lowerbody #saying #rightQuote {
	position: relative;
	float: right;
	width: 52px;
	height: 53px;
	background-image: url('images/quotations_right.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

#lowerbody #testDrive {
	position: relative;
	float: right;
    width: 310px;
	font-size: 10pt;
	margin: 20px;
}

#footer {
	position: relative;
	font-family: Optima Regular, Tahoma, Helvetica, Arial;
	bottom: -112px;
	width: 874px;
	height: 30px;
	min-height: 20px;
    padding:5px 10px 5px 10px;
    background-color: #ddd;
	font-size: 8pt;
}

#footer .footer_menu {
	margin:auto;
	text-align:center;
	padding:10px 0px;
		
}

#footer .footer_menu a:link, #footer .footer_menu a:visited {
	color:#333;
	padding:5px 3px;
	text-decoration:none;
}

#footer .footer_menu a:hover {
	color:#000000;
	padding:5px 3px;
	text-decoration:underline;
}






#more { text-align: right; color: rgb(63,161,255);}
#titleGray   { font-size: 18pt; color: rgb(108,110,112); }
#middleGray  { font-size: 24pt; font-weight: bolder; color: #333; }
#midContent  { line-height: 1.3em;}
#titleOrange { font-size: 18pt; color: rgb(255,171,48); }
#titleGreen  { font-size: 18pt; color: rgb(16,166,113); }
#titlePurple { font-size: 18pt; color: #0B0283; }

#bodyText { 
	margin: 10px;
	font-family: Optima Regular, Tahoma, Helvetica, Arial;
	line-height: 130%;
	/*font-size: 16px;*/
	font-size: 11pt;
	padding-top:10px;
}

#bodyText a,#bodyText p a  {
	text-decoration:underline;
	color:#2E2E2E;	
	font-weight:bold;
}

#bodyText a:hover {
	color: black;
	text-decoration:none;
	font-weight:bold;
	
}


#none {
	text-decoration: none;
	color: rgb(63,161,255);
}

#title {
	font-weight: bolder;
}

#poi {
	float: left;
	width: 270px;
	height: 250px;
    text-align: center;
}

#poir {
	float: left;
	width: 270px;
	height: 250px;
	
}

#box {
	text-align: left;
	width: 500px;
}
#label {
	text-align: right;
	width: 50px;
}

div.box {
	margin: 0 auto;
	width: 800px;
	position: relative;
	top: 50px; 
}

div.box h1 {
	font-size: 18pt;
	text-transform: uppercase;
	padding: 5px 0 5px 5px;
}

div.box label {
	width: 100%;
	display: block;
	margin: 10px 0 1px 0;
}

div.box label span {
	display: block;
	font-size: 12pt;
	float: left;
	width: 260px;
	text-align: right;
	padding: 5px 20px 0 0;
}

div.box .input_text { 
	margin: 0 5px; 
	width:200px; 
	} 
	
div.box .message{ 
	padding:7px 7px; 
	width:800px; 
	overflow:hidden; 
	height:150px; 
	} 

div.box .button { 
	margin:0 0 10px 0; 
	padding:4px 7px; 
	background: #AF7A7A;
	border:0px; 
	position: relative; 
	top:10px; 
	left:382px; 
	width:100px; 
}

div.thankyou {
	width: 800;
	height: 200px;
	background: #7FDF7F;
	display: block;
	font-size: 18pt;
	color: white;
	text-align: center;
}

h1 {
    font-weight: bolder;
}


h2 {
	font-weight:bolder;
	color:#555555;
	font-size:18px;	
}

b {
	font-weight: bolder;
}

li {
	margin-bottom:1em;
	}
	
ul.condensed li {
	margin-bottom:5px;
	}

#webinar_summary td {
    vertical-align: top;
    padding: 5px;
}

#webinar_summary h1 {
    font-size: 24px;
    color: #333;
}

#webinar_summary h2 {
    font-size: 18px;
    color: #333;
    background-color:#eee;
    padding:5px;
}

#webinar_summary p {
    padding-left:5px;
    font-size: 12pt;
    line-height: 1.5em;
}

div.boxL {
    margin: 0 auto;
    width: 400px;
    position: relative;
    top: 50px; 
}

div.boxL p {
    font-size: 12pt;
    line-height: 1.5em;
}

div.boxL h3 {
    font-size: 12pt;
    font-weight: bold;
    color: #333;
}

div.boxL label {
    display: block;
    margin: 10px 0 1px 0;
}

div.boxL label .lbl {
    display: block;
    font-size: 12pt;
    font-weight: bold;
    color: #333;
    float: left;
    width: 140px;
    text-align: right;
    padding: 5px 20px 0 0;
}

div.boxL label .lbl2 {
    display: block;
    font-size: 12pt;
    font-weight: bold;
    color: #333;
    float: left;
    width: 140px;
    text-align: right;
    padding: 0 20px 0 0;
}

div.boxL .input_text { 
    margin: 0 5px; 
    width:200px; 
} 

#tarr_table th {
    border-width: 1px;
    background-color: #e8e8e8;
    border-style: solid;
    padding: 3px;
}

#tarr_table td {
    border-width: 1px;
    border-style: solid;
    text-align: right;
    padding: 3px;
}

#contactform input  {
	margin-bottom:10px;
	color:#888;
	width:250px;
	}
	
#bodyText a.target, #bodyText p a.target {
	-webkit-border-radius: 12px;
	border-radius:12px;
	-moz-border-radius: 12px;
	background-color: #FF7F00;
	color: #FFFFFF;
	padding: 5px 8px;
	text-decoration: none;
	}


