@charset "UTF-8";
/* CSS Document */



/*---------------------------------------- CSS Reset ----------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:bolder;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*---------------------------------------- General Styles ----------------------------------------*/
body {
	background-color:#668800
}
p {
	font-family: Verdana;
	font-size: 13px;
	line-height: 20px;
	color: #7d7d7d;
	padding-bottom: 20px;
}
h1 {
	font-family: Verdana;
	font-size: 16px;
	line-height: 20px;
	color: #666;
	padding-bottom: 10px;
}
h7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7d7d7d;
	line-height: 30px;
}
h8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #668800;
	font-weight: bolder;
}
/*---------------------------------------- Wrapper Styles ----------------------------------------*/
#divWrapper {
	width: 760px;
	height: 557px;
	margin: 0 auto;
	background-color:#FFFFFF

}	
#divWrapper2 {
	width: 760px;
	margin: 0 auto;
}	
/*---------------------------------------- Header Styles ----------------------------------------*/
#divHeader {
	width: 760px;
	height: 194px;
	background-color: #FFF;
}	

/*--------------------- Logo Styles ---------------------*/
#divLogo {
	float: left;
	width: 437px;
	height: 194px;
}	
#divLogo a:link, #divLogo a:visited {
	display: block;
	width: 261px;
	height: 84px;
	margin: 15px 0 0 85px;
	background: url(../Illuma%20LLC/05%20WEBSITE/Illuma/HTML/images/illuma_logo.gif) no-repeat 0 0;
}	
#divLogo a:hover {

	background: url(../Illuma%20LLC/05%20WEBSITE/Illuma/HTML/images/illuma_logo.gif) no-repeat 0 -84px;
}	
/*--------------------- Navigation (Main) Styles ---------------------*/
#divNav_main {
	float: left;
	width: 323px;
	height: 194px;
	position: relative;
}
/*--------------------- Navigation (Sub) Styles ---------------------*/
#divNav_sub ul{
	height: 40px;
}
#divNav_sub li{
	float: left;
	padding: 10px 0 10px 0;
	color: #c10784;
}
#divNav_sub a:link, #divNav_sub a:visited{
	color: #c10784;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	margin: 0 10px;
}
#divNav_sub a:link.first, #divNav_sub a:visited.first{
	margin: 0 10px 0 0;
}
#divNav_sub a:hover {
	text-decoration: underline;
}

/*---------------------------------------- Content Styles ----------------------------------------*/
#divContent {
	width: 760px;
	height: 420px;
	background-color: #FFFFFF;
	position: relative;
}
#divContent2 {
	width: 760px;
	background-color: #FFFFFF;
	position: relative;
	overflow: auto;
}
/*--------------------- Content (Main) Styles ---------------------*/
#divContent_main {
	width: 453px;
	height: 306px;
	background-color: #FFFFFF;
	position: absolute;
	top: 27px;
	left: 103px;
	padding: 30px 50px;
}
/*--------------------- Content (Gallery) Styles ---------------------*/
#divContent_gallery {
	float: left;
	width: 427px;
	height: 380px;
	padding: 20px 30px;
}
#divContent_gallery2 {
	float: left;
	width: 377px;
	height: 380px;
	padding: 20px 30px;
}
/*--------------------- Content (Sub) Styles ---------------------*/
#divContent_sub {
	float: left;
	width: 283px;
	height: 395px;
	padding: 0 20px 25px 20px;
}
#divContent_sub2 {
	float: left;
	width: 283px;
	padding: 0 20px 25px 20px;
}
#divContent_sub3 {
	float: right;
	width: 233px;
	height: 395px;
	padding: 0 20px 25px 20px;
}
/*---------------------------------------- Footer Styles ----------------------------------------*/
#divFooter {
	clear: both;
	width: 760px;
	height: 25px;
	background-color: #cccccc;
	border-top: 1px solid #FFF;
}
#divFooter p{
	padding: 0;
	text-align: center;
	color: #668800;
	line-height: 23px;
}
#divFooter a:link, #divFooter a:visited{
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 6px;
}
#divFooter a:hover{
	color: #c10784;
}
