body 
{
	margin:0;
	text-align: center;
	padding:0;
	background: #FFFFFF;
	color: #000000;
	font: 12px verdana;
}

table { font: 12px verdana; }
input, textarea { font: 12px verdana; }
select { font: 12px verdana; width: 120px; }
.input { width: 190px; }
input browse { font: 12px verdana; }
.bold_cell { font: 12px verdana; font-weight: bold; }

div#container 
{
	background: transparent;
	margin: 0 auto;
	width: 760px;
	text-align: left;
}

div#header 
{
	position: relative;
	background: transparent;
	height: 130px;
	border: 0px white solid;
} 

div#header_sub
{
	position: absolute;
	top: 16px;
	left: 140px;
	font: 10pt verdana;
	font-weight: bold;
}

div#page_title
{
	position: absolute;
	bottom: 0px;
	left: 150px;
	width: 570px;
	height: 45px;
	color: #5EAC41;
	font: 32px helvetica, arial, sans-serif;
	font-weight: bold;
	border: 0px solid pink;
}

div#main 
{
	position: relative;
	background: #FFFFFF;
	left: 150px;
	width: 59%;
	padding-top: 0px;	padding-right: 0px; padding-bottom: 0px; padding-left: 0px;	
	border: 0px solid orange;
	color: #666666;
}

div#content
{
	position: relative;
	width: auto;
	height: 800px;
	padding-top: 0px;	padding-right: 0px; padding-bottom: 0px; padding-left: 0px;	
	border: 0px solid pink;	
}

div#SillyMacs
{
	margin: 0px;
	width: 100%;
	padding-top: 0px;	padding-right: 0px; padding-bottom: 0px; padding-left: 0px;	
	border: 0px solid blue;
}

div#yetAnotherDivInsideADiv
{
	margin: auto;
	padding-top: 0px;	padding-right: 0px; padding-bottom: 0px; padding-left: 5px;	
	border: 0px solid blue;
}

div#main a
{
	color: #913593;
	font-weight: bold;	
	text-decoration: none;	
}

div#main a:hover
{
	text-decoration: underline;
}

.img 
{ 
	border: 4px solid #CCCCCC; 
}

/* needs another div inside 'main' to give that paadding-right effect (main_content).
	adding 20 padding to 'main' pushes the div over the teaser div */
	
div#main_content
{
	position: relative;
	border: 0px solid green;
	left: 0px;
	margin: 0px;
	width: auto;
	padding-top: 0px;	padding-right: 0px; padding-bottom: 0px; padding-left: 0px;	
}

div#main_content a
{
	color: #913593;
	font-weight: bold;	
	text-decoration: none;	
}

div#main_content a:hover
{
	text-decoration: underline;
}

div#main_content table
{
	color: #666666;
}

.teaser_title
{
	color: #E7106A;
	background: #E5E5E5;
	font-weight: bold;	
	padding-top: 2px;	padding-right: 0px; padding-bottom: 2px; padding-left: 12px;
	text-align: left;
	width: auto;
	border-bottom: 1px solid #FFFFFF;
}

.teaser_subtitle
{
	color: #666666;	
	background: #E5E5E5;
	font-weight: normal;	
	padding-top: 2px;	padding-right: 0px; padding-bottom: 2px; padding-left: 0px;
	text-align: left;
	width: auto;	
}

.teaser_specs
{
	color: #000000;
	background: #E5E5E5;		
	font-weight: normal;
	padding-top: 2px;	padding-right: 5px; padding-bottom: 2px; padding-left: 12px;
	text-align: left;			
	border: 0px solid green;
}

.item_specs
{
	color: #000000;
	background: #F3F3F3;		
	font-weight: bold;
	padding-top: 2px;	padding-right: 5px; padding-bottom: 2px; padding-left: 12px;		
	text-align: left;			
}

.teaser_content
{
	color: #666666;	
	padding-top: 12px; padding-right: 12px; padding-bottom: 2px; padding-left: 12px;	
	text-align: left;
	width: 90%;
}

.teaser_content a
{
	color: #913593;
	font-weight: bold;	
	text-decoration: none;	
}	

.teaser_content a:hover
{
	text-decoration: underline;	
}

.teaser_presents
{
	padding-top: 2px;	padding-right: 0px; padding-bottom: 2px; padding-left: 12px;
	text-align: left;	
}	

div#navigation 
{
	display: none;
	left: -1000px;
	height: 0px;
	width: 150px;
	border: 1px solid red;
	padding-top: 0px;	padding-right: 0px; padding-bottom: 0px; padding-left: 0px;
}

div#navigation a:hover
{
	background: #5EAC41;	
}

.cssnav	
{
	font: 12px verdana;
	margin-left: 0px;
	display: block;
}

.cssnav a 
{
	position: relative;
	display: block;
	background-color: #131717;
	font: 12px verdana;
	font-weight: normal;
	color: #FFFFFF; 	
	width: 135px;
	padding-top: 3px;	padding-right: 2px; padding-bottom: 2px; padding-left: 2px;
	text-decoration: none; 
	margin-bottom: 2px;
}

.cssnav a:hover
{
	color: #FFFFFF;	
}

.cssnav span 
{
	margin: 0 0 5 0px;
	cursor: pointer;
}

.cssnav_cur
{
	font: 12px verdana;
	margin-left: 0px;
	display: block;
}

.cssnav_cur a 
{
	display: block;
	background-color: #131717;
	font: 12px verdana;
	font-weight: bold;
	color: #5EAC41; 	
	width: 135px;
	padding: 3 2 2 2px;
	text-decoration: none; 
	margin-bottom: 2px;
}

.cssnav_cur a:hover
{
	color: #FFFFFF;	
	background-color: #131717;	
}

.cssnav_cur span 
{
	margin: 0px;
	cursor: pointer;
}

/* *************** */

.cssnav_account
{
	font: 12px verdana;
	margin-left: 0px;
	display: block;
}

.cssnav_account a 
{
	position: relative;
	display: block;
	background-color: #424242;
	font: 12px verdana;
	font-weight: normal;
	color: #FFFFFF; 	
	width: 135px;
	padding: 3 2 2 2px;
	text-decoration: none; 
	margin-bottom: 2px;
}

.cssnav_account a:hover
{
	color: #FFFFFF;	
}

.cssnav_account span 
{
	margin: 0 0 5 0px;
	cursor: pointer;
}

.cssnav_cur_account
{
	font: 12px verdana;
	margin-left: 0px;
	display: block;
}

.cssnav_cur_account a 
{
	display: block;
	background-color: #333333;
	font: 12px verdana;
	font-weight: bold;
	color: #5EAC41; 	
	width: 135px;
	padding: 3 2 2 2px;
	text-decoration: none; 
	margin-bottom: 2px;
}

.cssnav_cur_account a:hover
{
	color: #FFFFFF;	
	background-color: #333333;	
}

.cssnav_cur_account span 
{
	margin: 0px;
	cursor: pointer;
}


/* *************** */


div#nav_banner
{
	font: 12px verdana;
	color: #FFFFFF;	
	width: auto;
}

div#nav_banner a
{
	color: #5EAC41;
	text-decoration: none;
	font-weight: bold;
	background: none;
}

div#nav_banner a:hover
{
	text-decoration: underline;	
	background: none;
}

div#nav_banner table
{
	font: 12px verdana;
	color: #FFFFFF;		
}

div#teasers
{
	display: none;
	position: absolute;
	left: 612px;
	top: 0px;
	background: transparent;
	width: 150px;

	padding: 0 0 0 0px;
	border: 0px solid yellow;
	color: #FFFFFF;
}

div#footer 
{
	position: relative;
	
	height: 20px;
	padding-top: 15px;	padding-right: 0px; padding-bottom: 12px; padding-left: 2px;	
	width: 250px;
	left: 151px;
	
	text-align: left;	
	border: 0px solid orange;
}

div#footer a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;	
}

div#footer a:hover
{
	text-decoration: underline;	
}

div#message
{
	width: auto;
	color: #357235;	
	font-weight: bold;	
	text-align: center;
	background: #B8D0B8;	
	border: 1px solid #357235;		
	padding-top: 5px;	padding-right: 0px; padding-bottom: 5px; padding-left: 0px;
}

div#sub_nav a
{
	font-weight: normal;	
}

div#sub_nav a:hover
{
	text-decoration: none;	
}

div#dhtmltooltip
{
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	padding: 2px;
	background-color: #D0DCDC;
	text-align: left;
	z-index: 100;
}

.table_subheading
{	
	font-weight: bold;
}

div#formerror
{
	position: relative;
	width: auto;
	background: #F2D7D7;
	color: #B42929;	
	text-align: center;
	border: 1px solid #FF0000;	
	padding: 12px;
}

.top
{
	border: 0px;	
}

div#compulsory
{
	width: 12px;
	color: green;
	font-weight: bold;
	font: 12px verdana;
}

.show_select
{
	background: #FBECED;
	width: 400px; 
	color: black; 
	border: 1px solid red; 
	margin: 2 0 2 0px;
}

div#footer_left {
	width: 225; 
	margin-top: 3px;
}

div#footer_right {
 	position: absolute; 
 	width: 225; 
 	right: 0px; 
 	top: 0px; 
 	text-align: right; 
 	margin-top: 3px;	
}