/* NOTES: */


body {
	font-family: Arial, Helvetica, sans-serif; 
	color: #666;
	background-color: #000; 
	font-size: 12px;
    padding: 0; 
	margin: 0;
    line-height: 1.4em;
	text-align:center;
}


/*
url(../images/generic/bgFade.gif) 0 0 repeat-x
 
#shadowleft { float:left; width:8px; height:430px; vertical-align: top; background:url(../images/leftShadow.jpg) no-repeat; }
#shadowright { float:right; width:8px; height:430px; vertical-align:top; background:url(../images/rightShadow.jpg) no-repeat; } 
*/

.clear-both { 
	clear:both; 
	}
	

/*************Main Container with shade bg repeat-y ****************/
#mainContainer {
    width: 750px;
	padding: 0;
    margin: 100px 0 0 80px;
    text-align: left;
}


	
/*************TAB NAV****************/
#tab_menu {
	height:39px;
	width:400px;
	margin: 63px 0 0 0; 
	padding: 0;
	float:right;
	color:#FFFFFF; }

#tab_menu ul{
	margin:0;
	padding:0;
	list-style: none outside none; }

#tab_menu li { float:left;}
#tab_menu li a:hover,
#tab_menu li .active
{ background-color:#000000;}


/*************SUB NAV****************/
#sub_nav {
    height:29px;
    width: 750px;
	text-align:center;
	margin: 0; 
	padding: 0;
	background: url(../images/generic/sub_nav_bg.gif) repeat-x;
	background-color:#000000;
    position:relative; 
	 }

#sub_nav ul {
    margin: 0; 
	padding: 0;
    list-style: none;}	

#sub_nav li { display:inline; }

#sub_nav li a {
    font-size: 11px;
    padding-left: 12px;
    padding-right: 12px;
    border-right: 1px solid #CCCCCC;
    line-height: 29px;
	color:#CCCCCC;
    font-weight: normal; 
	text-decoration: none; }

#sub_nav li a:hover { text-decoration: none; color:#999999; }
#sub_nav li.last a { padding-right: 0; border-right: none; }


/*************Left Column****************/
#topLeft {
	width: 601px;
	height: 400px;
	background: #000000 url(../images/holding.gif) 0 -20px no-repeat ;
	float: left;
	padding:0;
	margin:0;  
}

#topLeft_jc {
	width: 601px;
	height: 480px;
	float: left;
	padding:0;
	margin:0;  
}


#topLeft div.pbox {
    width: 478px;
	float: left;
    margin: 0;
    padding: 0;
}


#topLeft div.pbox p { 
	margin: 10px 25px 0 25px;
	padding: 0;
	 }

#topLeft div.pbox a { color: #666666; text-decoration: none; }
#topLeft div.pbox a:hover { color:#FFFFFF; text-decoration: none; }	 

/*************Wide Column****************/
#wide{
	width: 650px;
	float: left;
	padding:0;
	margin:0 0 0 30px;  
}

#wide div.pbox {
    width: 650px;
	float: left;
    margin: 0;
    padding: 0;
}


#wide div.pbox p { 
	margin: 0;
	padding: 0;
	 }

#wide div.pbox a { color: #666666; text-decoration: none; }
#wide div.pbox a:hover { color:#FFFFFF; text-decoration: none; }	 

/*************Right Column****************/
#Right {
	width: 197px;
	float: right;
	padding:0 0 15px 0;
	margin:15px 25px 25px 0;
	background-color:#FFFFFF;  
}
#tabProducts {
    margin: 0 0 0 0;
    padding: 0;
    width: 197px;
	height: 38px;
	background: url('../images/generic/products_tab.gif') no-repeat;
}

#Right .holder {
	width: 195px;
	float: right;
	padding:0 0 10px 0;
	margin:0;
	background-color:#fff;
	border-right-style:solid;	
	border-left-style:solid;
	border-bottom-style:dotted;
	border-width: 1px;
	border-color:#CCCCCC;
}

#Right .image {
    width: 64px;
	float: left;
    margin: 10px 0 0 7px;
    padding: 0;
    }

#Right .pbox {
    width: 92px;
	float: right;
    margin: 10px 8px 0 0;
    padding: 0;
    }
	
#Right .pbox p {
	font-size:11px;
	padding:0;
	margin: 0;
	line-height:13px;
    }	
#Right .pbox a { color: #666666; text-decoration: none; }
#Right .pbox a:hover { color:#FFFFFF; text-decoration: none; }

#noteMore {
	width: 60px;
	padding:0 5px 0 0;
	margin: 5px 8px 0 0;
	float:left;  
	color: #666666; 
	text-decoration: none; 
	font-size:9px; 
	background:url(../images/generic/arrowNote.gif) no-repeat right center;
	}


/**** Footer ******/
#botContainer {
    width: 780px;
	padding: 0 ;
	height: 76px;
	background: #010101 url(../images/generic/bot_bg.gif) no-repeat; 
    margin-left: auto;
    margin-right: auto;
}

#footer {
	width: 730px;
	height: 30px;
	margin: 0 10px 0 10px;  
    clear: both;
    font-size: 11px;
    color: #FFF;
    padding: 0;
    line-height: 30px;
	border-top: 1px dotted #ccc;
	color: #CCCCCC; 
}

#footer a { 
	color: #CCCCCC; 
	text-decoration: none; 
	margin-right: 6px; 
	margin-left: 6px; }

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

#footerContent {
	margin: 5px 0 0 25px;
    float: left;
    width: 400px;
    text-align: left; }
	
#webtheoria {
	float: right;
    width: 150px;
	height:30px;
	color:#333333;
	margin: 5px 0 0 0;
	}	
/***********************/

