
/* ----->>> TABLE OF CONTENTS <<<-------*/
/*
   Wrappers
   Header
   Navigation
   Content
   Tables
   TEXT Layout
*/

/* TO CALCULATE EM SIZES: FONT PX SIZE / 16 (THE DEFAULT PX SIZE) eg: to get 20px, 20/16 = 1.25em */
/* TO CALCULATE EM LINE HEIGHT SIZES: LINE HEIGHT PX SIZE / 18 (THE DETERMINED LINE HEIGHT SET IN BODY)  */
 

/* -----------------------------------*/
/* ----------->>> WRAPPER <<<---------*/
/* -----------------------------------*/ 
 
#siteWrapper {
width:980px;
margin:0 auto;
text-align: left;
}


#header_404Error {
position:relative;
height:393px;
width:960px;
margin: 0px 10px 0px 10px;
background-image: url(../images/bg_header_404Error.gif); 
background-repeat: no-repeat;
background-position: top;
}

#header {
position:relative;
height:166px;
width:960px;
margin: 0px 10px 0px 10px;
background-image: url(../images/bg_header_beta.gif); /* bg_header.gif after beta is done */
background-repeat: no-repeat;
background-position: top;
}

	#header_logo {
	float: left;
	display: inline;
	height:107px;
	width:378px;
	}
	
	#header_tagLine {
	position:absolute;
	top:65px;
	left:265px;
	display: inline;
	height:40px;
	width:300px;
	}
	
		.text_header_tagLine {
		color:#E9EDD4;
		font-size:1.15em;
		line-height:1.5em;
		}
	
	#header_cart {
	position:absolute;
	top:145px;
	left:163px;
	height:50px;
	width:150px;
	}
		
	
	#header_searchBox {
	float: right;
	height:107px;
	width:140px;
	margin: 27px 0px 0px 0px;
	}
	
		.header_searchBox_searchField {
		font:0.75em Arial, Helvetica, sans-serif;
		color:#515048;
		border:1px solid #D6D8D0;
		background-color:#E8EDD6;
		margin:2px;
  		height: 17px;
  		width:137px;
		overflow: auto;
		}
		
		.header_searchBox_dropdown {
		font:0.75em Arial, Helvetica, sans-serif;
		line-height:1.5em;
		color:#515048;
		border:1px solid #D6D8D0;
		background-color:#E8EDD6;
		margin:2px;
  		height: 20px;
  		width:140px;
		overflow: auto;
		}
	
		#header_searchBox_button {
		float: right;
		margin: 5px 0px 0px 0px;
		}
	#header_topNav {
		
	}


/* -----------------------------------*/
/* -------->>> NAVIGATION <<<---------*/
/* -----------------------------------*/

#topNavWrapper {
position:absolute;
top:151px;
right:0px;
height:15px;
width:643px;
/*margin: 151px 10px 0px 400px;*/
}

	#nav {
	margin: 0;
	padding: 0;
	height: 15px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
	

	#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

	#nav a {
	float: left;
	padding: 15px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:15px; /* for IE5/Win only */
	}
	
	#nav a:hover {
	background-position: 0 -15px;
	}

	#nav a:active, #nav a.selected {
	background-position: 0 -15px;
	}

		#home a  {
		width: 86px;
		background: url(../images/button_home.gif) top left no-repeat;
		}
		
		#whoIs a  {
		width: 198px;
		background: url(../images/button_whoIs.gif) top left no-repeat;
		}
		
		#news a  {
		width: 162px;
		background: url(../images/button_news.gif) top left no-repeat;
		}
		
		#browse a  {
		width: 110px;
		background: url(../images/button_browse.gif) top left no-repeat;
		}
		
		#login a  {
		width: 87px;
		background: url(../images/button_login.gif) top left no-repeat;
		}
		
		#logOut a  {
		width: 87px;
		background: url(../images/button_logout.gif) top left no-repeat;
		}
		

#sideNavWrapper {
width:254px;
margin: 0px 0px 0px 0px;
}

	#navSide {
	margin: 0;
	padding: 0;
	}
	
		#navSide li {
		margin: 5px 0px 0px 0px; 
		padding: 0;
	    list-style: none;
		display: list-item;
		}
	
		#navSide a {
		font-size: 0.8em;
		line-height:1.5em;
		color:#333333;
		text-decoration:none;
		}
		
		#navSide a:hover {
		font-size: 0.8em;
		line-height:1.5em;
		color:#8AA149;
		text-decoration:none;
		}
	
		#navSide a:active, #nav a.selected {
		font-size: 0.8em;
		line-height:1.5em;
		color:#333333;
		text-decoration:none;
		}
		
/* -----------------------------------*/
/* ----------->>> CONTENT <<<---------*/
/* -----------------------------------*/



.topBanner {
width: 845px;
height:90px;
margin: 17px 0px 17px 11px;
padding:7px 0px 7px 113px;
background-color: #D2D7BA;
}

#bodyWrapper {
width:960px;
margin: 10px 10px 0px 10px;
}
	
	#HomeLeftContainer {
	float: left;
	width:390px;
	margin: 0px 25px 0px 0px;
	}
	
		/*  styles for HomeLeftContainer are in custom.css */

		
	#HomeRightContainer {
	float: left;
	width:545px;
	}
	
		/*  styles for HomeRightContainer are in custom.css */
		
	#LeftContainer {
	float: left;
	width:254px;
	margin: 0px 0px 0px 0px;
	}
			
	#RightContainer {
	float: right;
	width:681px;
	}
	
		/* styles/div for RightContainer are in custom.css */
	
	/*#bodyInteriorWrapper {
	 float: right; 
	float: left;
	width:745px;
	}*/
		
		#bodyContentWrapperFullWidth {
		float: right;
		display: inline;
		margin: 20px 30px 30px 20px;
		width:695px;
		background-color: #ffffff
		}
		
		#body10PxMargin {
		margin: 10px 10px 10px 10px;
		}
		
			

#footer_container {
width:960px;
margin:0 auto;
}

	#footer_align {
	float:right;
	padding: 20px 10px 30px 10px;
	}
	
		#footer_align a {
		font-size:0.7em;
		line-height:1em;
		color: #666666;
		text-decoration:none;
		}
		
		#footer_align a:hover {
		font-size:0.7em;
		line-height:1em;
		color: #8AA149;
		text-decoration:underline;
		}
		
		

	

#loginForm_container {
height:350px;
width:550px;
background-position: top left;
background-repeat: no-repeat;
}

	#loginError {
	float: left;
	display: inline;
	margin: 10px 10px 0px 0px;
	height:25px;
	width:550px;
	color: #CC6715;
	}
	
	#loginFormLabel {
	float: left;
	display: inline;
	margin: 15px 5px 2px 5px;
	height:25px;
	width:120px;
	text-align: right;
	font-weight: bold;
	}
	
	#loginFormField {
	float: left;
	display: inline;
	margin: 10px 5px 2px 5px;
	width:120px;
	text-align: left;
	font-weight: bold;
	}
	
	#loginFormFieldInvite {
	float: left;
	display: inline;
	margin: 14px 5px 0px 5px;
	height:25px;
	width:120px;
	text-align: left;
	font-weight: none;
	}
	
	#loginFormFieldBand {
	float: left;
	display: inline;
	margin: 10px 5px 2px 5px;
	height:25px;
	width:100px;
	text-align: right;
	font-weight: bold;
	}
	
	#loginFormSubmit {
	clear: both;
	float: left;
	display: inline;
	margin: 10px 5px 2px 5px;
	height:25px;
	width:290px;
	text-align: right;
	}
	
	#login_link {
		clear: both;
		float: left;
		width:550px;
		margin:10;
		padding:0;
		}
				
			#login_link li {
			margin: 0 0 5px 0; 
			padding: 0;
		    list-style: none;
			display: list-item;
			}
		
			#login_link a {
			font-size: 0.7em;
			line-height:0.8125em;
			color:#333333;
			text-decoration:none;
			}
			
			#login_link a:hover {
			font-size: 0.7em;
			line-height:0.8125em;
			color:#8AA149;
			text-decoration:underline;
			}
		
			#login_link a:active, #nav a.selected {
			font-size: 0.7em;
			line-height:0.8125em;
			color:#333333;
			text-decoration:none;
			}



/* -----------------------------------*/
/* ------>>>     Tables     <<<-------*/
/* -----------------------------------*/

/* Set all table parameters to 0 */ 
#zeroTables table td tr {
	border: 1px solid #34912a;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}


 
 
/* -----------------------------------*/
/* -------->>> TEXT Layout <<<--------*/
/* -----------------------------------*/ 
#line_break_thin { 
clear:both; 
border-bottom: 1px solid #999999;
margin: 5px 0 5px 0;
width: 700px;
}

#line_break_thinMSIE { 
clear:both; 
border-bottom: 1px solid #999999;
margin: -10px 0 5px 0;
width: 700px;
}


#line_breakClean { 
clear:both; 
margin: 0 0 0 0;
}



/* -----------------------------------*/
/* -------->>> ADMIN STYLES <<<--------*/
/* -----------------------------------*/ 

.tableData {
font-size:0.9em;
}



