@charset "utf-8";
/* LivePresenter Website Styles */

/* core tags */ 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/site_bg_repeater.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-color: #cfcfcf;
	font-family: Myriad, Arial, Helvetica, sans-serif;
}

.headerLeftCap{
	float:left;
	width:5px;
	height:26px;
	background-image:url(../images/header_left_cap.gif);
}

.headerGuts {
	float:left;
	height:26px;
	background-image:url(../images/header_guts.gif);
}

.headerText {
	margin-top:5px;
	margin-left:5px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

.headerRightCap {
	float:left;
	width:5px;
	height:26px;
	background-image:url(../images/header_right_cap.gif);
}

li {
	list-style-image: url(../images/globe_bullet.gif);	
}

/* positioning */

#siteContainer {
	width:843px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	float:left;
	width:843px;
	height:156px;
}

#headerImg {
	position:absolute;
	width:839px;
	height:116px;
	margin-left:1px;
	margin-top:5px;
	z-index:0;
}

#navigation {
	position:absolute;
	margin-left:2px;
	margin-top:124px;
	width:575px;
	height:33px;
	background-image:url(../images/navigation_bg.png);
	z-index:1;
}

.navEntry {
	float:left;
	height:23px;
	margin-top:1px;
	padding-top:8px;
	padding-left:14px;
	padding-right:14px;
	border-left:1px solid #38758d;
	color:#F0F1F0;
	font-size:12px;
	font-weight:bold;
}

.navEntryOver{
	float:left;
	height:23px; 
	margin-top:1px;
	padding-top:8px;
	padding-left:14px;
	padding-right:14px;
	border-left:1px solid #38758d;
	background-color:#3f829e;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}

#startNowContent {
	position:absolute;
	margin-left:581px;
	margin-top:36px;
	width:253px;
	height:121px;
	background-image:url(../images/startnow_bg.png);
	z-index:1;
}

#startNowFrame {
	float:left;
	width:240px;
	height:90px;
	margin-top:7px;
    	margin-left:7px;
    }

#startNowInfo {
	float:left;
	width:238px;
	height:78px;
	border:1px solid #a7a7a7;
}

.graphicBtn {
	float:left;
	margin-top:6px;
	margin-left:6px;
}

#contentContainer {
	float:left;
	width:843px;
}

#contentTopCap {
	float:left;
	width:843px;
	height:6px;
}

#contentOuterFrame {
	float:left;
    	width:841px;
    	background-color:#ffffff;
	border-left:1px solid #a7a7a7;
	border-right:1px solid #a7a7a7;
    }

#contentHeader {
	float:left;
    	width:831px;
    	height:30px;
	margin-left:10px;
}

#contentInnerFrame {
	float:left;
    	width:821px;
    	margin-left:10px;
    	margin-bottom: 10px;
    	border:1px solid #a7a7a7;
}

#contentLeftSide {
	float:left;
	width:460px;
	margin-bottom: 5px;
}

.frame {
    float:left;
    	margin:10px;
     
}

.leftContentFrames {
	float:left;
	width: 460px;
	border:1px solid #a7a7a7;
}


#contentRightSide {
	float:left;
	width:320px;
    	margin-left:15px;
     
	margin-bottom: 5px;
}

.rightContentFrames {
	float:left;
	width: 320px;
	border:1px solid #a7a7a7;
}

#joinDialog {
	position:absolute;
	margin-top:-35px;
    	margin-left:20px;
    	width:230px;
	height:91px;
	background-image:url(../images/join_dialog.png);
	display:none;
}

.testimonialThumbnail {
	float:left;
	width:104px;
	margin-left:2px;
	margin-top:2px;
	margin-bottom:2px;
	font-size:11px;
}

#contentBtmCap {
	float:left;
	width:843px;
	height:6px;
}

#footer {
	float:left;
	width:843px;
	height:43px;
	margin-top:5px;
	text-align:right;
	background-image:url(../images/footer_bg.png);
}

/* style */

.navEntry a{
	color:#FFFFFF;
    	font-size:12px;
    	font-weight:bold;
	text-decoration: none;
}

.navEntryOver a{
	color:#FFFFFF;
		font-size:12px;
    	font-weight:bold;
	text-decoration: none;
}

.defaultButtonBlue {
	width: 142px;
	height: 27px;
	background-color:#5B78C9;
	background-image:url(../images/buttons/default_btn_blue.gif);
	border: none;
	color: #FFFFFF;
	font-weight:bold;
	cursor: pointer;
	font-size: 12px;
	line-height: 25px;
	text-align:center;
}
.defaultButtonBlueDisabled {
	width: 142px;
	height: 27px;
	background-color:#5B78C9;
	/*background-image:url(../images/buttons/default_btn_blue.gif);*/
	border: none;
	color: #c0c0c0;
	font-weight:bold;
	cursor: pointer;
	font-size: 12px;
	line-height: 25px;
	text-align:center;
}
.defaultButtonBlueOver {
	width: 142px;
	height: 27px;
	background-color:#7994E4;
	background-image:url(../images/buttons/default_btn_blueMO.gif);
	border: none;
	color: #FFFFFF;
	font-weight:bold;
	cursor: pointer;
	font-size: 12px;
	line-height: 25px;
	text-align:center;
}

.pageHeaderText {
	font-size:18px;
	font-weight:bold;
	color:#10880f;
}

.bodyText {
	font-size: 12px;
	color: #0b0b0b;
	padding: 8px;
}

.formLabel {
	font-size: 12px;
	font-weight: bold;
	color: #4793b3;
}

.formReqd{
	font-size: 14px;
	font-weight: bold;
	color: #10880f;
}

.footerText {
	font-size: 11px;
	color: #FFFFFF;
	padding: 12px;
}
#testimonialsBig{
	/*background:url(../images/testimonials_placeholder.jpg);*/
}
