/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #DAEBFF;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}

p {
	font-size: 0.8em;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height:140%;
}


a {
	text-decoration: none;
	font-weight: normal;
	color:#333;
	border:none;
	}
	
a:visited {
	color:  #007FFF;
	text-decoration: none;
		border:none;
	}
a:active {
	color: #007FFF;
	text-decoration: none;
		border:none;
	}
a:hover {
	color: #007FFF;
	text-decoration: none;
		border:none;
	}




/* Main Nav text */

#header
{
background-color: #6699ff;
border-bottom: 1px solid gray;
height: 85px;
}

/* logo image */
.thrColElsHdr #header-a
{
background-color: #6699ff;
width: 50%;
float:left;
height:80px;
}


/* right header image - silhouette photos top */
.thrColElsHdr #header-b
{
	width: 30%;
	float:left;
	height:80px;
	text-align:left;
	vertical-align:middle;
}


/* Menu */
div.menubg { background-color:#000;}

#menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 35px;
	border-bottom:1px solid #CCC;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0px;
	padding: 8px 30px 0px 30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

#menu a:hover {
	color:  #6699ff;
	text-decoration: underline;
}

#menu .current_page a {
	color: #666;
}


.thrColElsHdr #container { 
	width: 90%;
	margin: 0 auto; 
	border: 1px solid #000;
	text-align: left;
	background-color:#000;
} 


.thrColElsHdr #header { 
	padding: 0 10px; 
} 
.thrColElsHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

	
.thrColElsHdr #mainContent {
 	margin: 0 10.5em 0 13em; 
	background-color:#FFF;
	border-bottom:4px solid #000;
	border-left:8px solid #000;
	border-right:8px solid #000;
} 



	
/* -------SIDEBAR 1  left container*/

.thrColElsHdr #sidebar1 {
	float: left;
	width: 13em;
	background: #e0ebff;
	height:1620px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/* cd boxes - sidebar 1 left */

div.sb1Container{
	float: left;
	width: 100%;
	height:300px;
}

div.sb1L {
	float: left;
	width: 50%;
	height: 120px;
}
div.sb1R {
	float: right;
	width: 50%;
		height: 120px;
}

/* wallpaper box --sidebar 1 */
div.sb1box{
	float: left;
	width:160px;
	height:390px;
	padding-left:22px;
	
}

/* background image box --sidebar 1 */

div.sb1box2{
	float: right;
	width:100%;
}


/* H1  Sidebar 1 --Header */
.thrColElsHdr #sidebar1 h1 {
	color: #333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}



 /* H2   Sidebar 1 --CD Titles */
	.thrColElsHdr #sidebar1 h2 {
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:180%;
	margin-left: 0px;
	margin-right: 0px;
	color: #646464;
}


.thrColElsHdr #sidebar1 h3 {
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

/* H5 Sidebar1  --Download Wallpaper */
.thrColElsHdr #sidebar1 h5 {
	color: #633;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	text-align:center;
	line-height:24px;
	margin:0;
}


/* p Sidebar 1  --wallpaper box text */
.thrColElsHdr #sidebar1 p.side {
	color: #666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}



.thrColElsHdr #sidebar1 h2, .thrColElsHdr #sidebar1 p, .thrColElsHdr .thrColElsHdr #sidebar2 h3 {
	text-align:center;
	margin-left: 5px;
	margin-right: 5px;
}



	
/* --------SIDEBAR 2 right container*/

.thrColElsHdr #sidebar2 {
	float: right;
	width: 10.5em;
	background: #e0ebff;
	height:1410px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


/* H3 Sidebar 2  --Divasonic Box Header */
.thrColElsHdr #sidebar2 h3 {
	color: #528DC8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


/* Sidebar 2  P (divasonic box text-- links, copy) */

.thrColElsHdr #sidebar2 p{
	text-align:left;
	margin-left:20%;
}

.thrColElsHdr #sidebar2 p.b {
	text-align:left;
	margin-left: 10px;
	margin-right: 10px;
	font-size:10px;
	font-weight:bold;
}


	

.thrColElsHdr a.sb2 {
	text-decoration: none;
	font-weight: normal;
	color:#6699ff;
		border:none;
	}
	
.thrColElsHdr a.sb2:visited {
	color:  #ccc;
	text-decoration: none;
		border:none;
	}
.thrColElsHdr a.sb2:active {
	color:  #6699ff;
	text-decoration:underline;
		border:none;
	}
.thrColElsHdr a.sb2:hover {
	color:  #6699ff;
	text-decoration:underline;
		border:none;
	}
	
	


/* FOOTER */


.thrColElsHdr #footer { 
	padding: 0 10px;
	background:#000;
	border-top: 1px solid #CCC;
} 

.thrColElsHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
	color: #6699ff;
	text-align:center;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
}



a.foot {
	text-decoration: none;
	font-weight: normal;
	color:#6699ff;
		border:none;
	}
	
a.foot:visited {
	color:  #ccc;
	text-decoration: none;
		border:none;
	}
a.foot:active {
	color:  #6699ff;
	text-decoration:underline;
		border:none;
	}
a.foot:hover {
	color:  #6699ff;
	text-decoration:underline;
		border:none;
	}



div.content-bot
{
	margin:4px 175px 0px 215px;
	padding: 1em 1em 0em .6em;
	border: 1px solid #CCC;
	background-color:#e0ebff;
	height:auto;
}



/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
