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

body         {	
	margin: 0px; 
	padding: 0px;	
	background: #adadad; 
	color: #1c1c1c;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;		
	}


h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #bda43d;
	text-transform: uppercase;
	}
	
	
h3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #bda43d;
	text-transform: none;
	}
	


	
td {
	border: 1px;
	border-style: solid;
	border-color: #999999;
	}
	
	
a:link {
	color: #000000;
	text-decoration: underline;		
	font-weight: bold;
	}
	
a:visited {
	color: #000000;
	text-decoration: underline;		
	font-weight: bold;
	}
	
a:hover {
	color: #bda43d;
	text-decoration: underline;		
	font-weight: bold;
	}
	
a:active {
	color: #000000;
	text-decoration: underline;		
	font-weight: bold;
	}


#container {
	margin-left: auto;
	margin-right: auto;
	width: 752px;
	text-align: center;
	}


#navigation {
	position: relative;
	top: -26px;
	text-align: center;
	}
	
#navigation a:link {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	}
	
#navigation a:visited {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	}
	
#navigation a:hover {
	color: #bda43d;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	}
	
#navigation a:active {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	}


#maincontent {
	background-color: #e6eaec;
	width: 752px;
	position: relative;
	top: -20px;
	text-align: left;
	}


#maincontenttext {
	background-color: #e6eaec;
	position: relative;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-left: 20px;
	margin-right: 20px;
	}



#footer 	{
	background-color: #000000;
	width: 752px;
	position: relative;
	top: -20px;
	text-align: right;
	cursor: default;
	}
	
	
#footertext {
	color: #ffffff;		
	background-color: #000000;
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 12px;
	}
	
#footertext a:link {
	color: #bda43d;
	text-decoration: none;
	text-transform: uppercase;
	}
	
#footertext a:visited {
	color: #bda43d;
	text-decoration: none;
	text-transform: uppercase;
	}
	
#footertext a:hover {
	color: #bda43d;
	text-decoration: underline;
	text-transform: uppercase;
	}
	
#footertext a:active {
	color: #bda43d;
	text-decoration: none;
	text-transform: uppercase;
	}

	
	
.notice {
	float: left;
	text-align: left;
	text-transform: uppercase;
	}
	

.luxsolis {
	float: right;
	text-align: right;
	text-transform: uppercase;
	}


