body {
	background-color: #171717;
	font-family: Arial, Helvetica, sans-serif;
  	font-size:12px;
  	color: #fffbf3;
	padding: 0px;
	margin: 0px;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-attachment:fixed;
	}
	

a:link { 
	color: #0EB7F9; 
	font-weight:bold;
	text-decoration:none;	
	}
a:visited { 
	color: #0EB7F9; 
	font-weight:bold;
	text-decoration:none; 
	}
a:hover { 
	color: #ff3671; 
	text-decoration:none;
	}
	
#container {
	background-image:url(images/bg-container.gif);
	background-repeat:repeat-y;
	position:relative;
	width: 760px;
	min-height: 100%;
	overflow:visible;
	margin: auto;
	}

.content {
	padding: 20px 40px 30px 40px;
	width:680px;
	}
.header {
	background-image: url(images/bg-hdr.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	height: 183px;
	text-align:center;
	}
	
.header-purple {
	background-image: url(images/bg-hdr-purple.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	height: 183px;
	text-align:center;
	}
	
.header-yellow {
	background-image: url(images/bg-hdr-yellow.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	height: 183px;
	text-align:center;
	}
	
.header-blue {
	background-image: url(images/bg-hdr-blue.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	height: 183px;
	text-align:center;
	}
	
.header-orange {
	background-image: url(images/bg-hdr-orange.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	height: 183px;
	text-align:center;
	}

.nav {
	
	text-align:left;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-transform: uppercase;
	font-weight:bold;
	padding-top:95px;
	padding-right:2px;
	line-height: 15px;
	}

		
.nav a:link{ 
	height:100%;
	color: #ffffff; 
	font-weight:bold;
	text-decoration:none;
	}

.nav a:visited { 
	height:100%;
	color: #ffffff; 
	font-weight:bold;
	text-decoration:none;
	}
	
.nav a:hover{ 
	height:100%;
	color: #ff3671; 
	font-weight:bold;
	text-decoration:none;
	}


	
.sidenav {
    float:right;
	width:229px;
	text-align:left;	
	background-position:top;
	background-repeat: no-repeat;
	background-color: #252525;
	background-image:url(images/sidebar-top.gif);
	margin-left: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	}

.sidenav ul {  
	margin: 0px; 
	padding: 0px 0px 0px 15px; 
	list-style-type: none; 
	color:#fffbf3; 
	width: 200px;
	}

.sidenav li { 
	padding: 4px 0px 4px 0px; 
	margin: 0px 0px 0px 0px; 
	width: 200px; 
	text-align: left; 
	border-bottom: dotted 1px #0EB7F9;
	}


.sidenavbtm {
	background-image:url(images/sidebar-btm.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	height:15px;
	}

.sidenav a:link { 
	color: #fffbf3; 
	font-weight:normal;
	text-decoration:none;	
	}
.sidenav a:visited { 
	color: #fffbf3; 
	font-weight:normal;
	text-decoration:none; 
	}
.sidenav a:hover { 
	color: #ba005c; 
	font-weight:normal;
	text-decoration:none;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color: #0EB7F9;
	font-weight:normal;
	}
	 
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#ffba1f;
	font-weight:normal;
	}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#ff573b;
	font-weight:normal;
	}
	
h4 {
	font-size: 13px;
	font-weight:bold;
	}
	
	
	
#footer {
	clear:both;
	color: #0EB7F9;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #0EB7F9;
	width: 100%;
	margin: auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}

hr {
	height: 1px dotted;
	width: 100%;
	text-align:center;
	color: aed;
	background-color:#a19d87;
	border: 0;
	}
	
	

/* CONTACT FORM */

#contact label { 
	color: #ddd; 
	line-height: 140%; 
	margin: 0 0 .2em 0; 
	display: block; 
	}
	
#contact input.textField { 
	width: 288px; 
	color: #fff; 
	font-size: 1.6em; 
	padding: 4px; 
	background: #2a2a2a; 
	border: none; 
	border-bottom: 1px solid #555;
	margin: 0 0 10px 0; 
	}
	
#contact textarea.textArea { 
	width: 288px; 
	height: 100px; 
	color: #fff; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.4em; 
	padding: 4px; 
	background: #2a2a2a; 
	border: none; 
	border-bottom: 1px solid #555; 
	margin: 0 0 5px 0; 
	overflow: auto; 
	}

#contactMain label { 
	color: #ddd; 
	line-height: 140%; 
	margin: 0 0 .2em 0; 
	display: block; 
	}
	
#contactMain input.textField { 
	width: 350px; 
	color: #fff; 
	font-size: 1.6em; 
	padding: 4px; 
	background: #2a2a2a; 
	border: none; 
	border-bottom: 1px solid #555; 
	margin: 0 0 20px 0; 
	display: inline; 
	}
	
#contactMain textarea.textArea { 
	width: 500px; 
	height: 150px; 
	color: #fff; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.4em; 
	padding: 4px; 
	background: #2a2a2a; 
	border: none; 
	border-bottom: 1px solid #555; 
	margin: 0 0 20px 0; 
	overflow: auto; 
	}

#contactMain label.error { 
	color: #cc0000; 
	margin: -15px 0 15px 0; 
	display: block; 
	}
	
#contact label.error { 
	color: #cc0000; 
	margin: -5px 0 15px 0; 
	display: block; 
	}

/* To Control Spam */
#messageLabel { display: none !important; }
#message { display: none !important; }

.prodname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#a19d87;
	font-weight:normal;
	display:block;
	border-bottom: 1px dotted #a19d87;}
	
.detailname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#a19d87;
	font-weight:normal;
	display:block;
	border-bottom: 1px dotted #a19d87;}
