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

* { margin: 0; padding: 0; outline: 0; border: 0px solid red; }
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 
body {
	font: 12px/150% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #d3d3d3; 
	margin: 0; padding: 0; 
	background: #0d1525 url(images/Eight_Star_Daimond_background.gif) center top no-repeat;
}

html, body {    
   height: 100%; 
}

/* links */
a:link, a:visited { 
	text-decoration: none;
	color: #206fc7;	
}
a:hover { color: #fff; }
a:link.more, a:visited.more {
	float: left;	
	margin-top: 20px;	
	margin-right: 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #305298;
	background-color: #E27304; 
	text-transform: lowercase;
	font-weight: bold;
	text-decoration: none;	
	color: #fff;		
}
a:hover.more {	
	border: 1px solid #5A9223;
	background-color: #4C7B1E; 
}

/* headers */
h1, h2, h3, h4 {
	text-align: left;
	font: bold 1em/1.5em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #FFF;
	margin: 10px 20px 7px 20px;	 
}
h1 { font-size: 3em; font-weight: bold; letter-spacing: -2px; }
h2 { font-size: 2.7em; font-weight: bold; letter-spacing: -2px; color: #206fc7;}
h3 { font-size: 2.1em; font-weight: normal; letter-spacing: -0.5px; padding-top: 5px; }
h4 { font-size: 1.7em; }

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }

dt {
  font-weight: bold;
  color: #6f892c;
}
dd {
  padding-left: 20px; 
}

p, dl { margin: 10px 20px; 
	text-align: left;
}

/* images */
img {
   	border: 0px solid #261b15;
	padding: 0px;	
}
img.float-right {	margin: 0px 0px 10px 10px; }
img.float-left { margin: 0px 10px 0px 0px; }

code {
  	margin: 3px 0;
  	padding: 20px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace;
  	/* white-space: pre; */
  	border: 1px solid #251a14;
	background-color: #130d0a; 
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #555;
}
blockquote {
	margin: 10px 30px;
 	padding: 20px;  
   border: 1px solid #081d35;
	background: #3e4a62 url(../images/quote.gif) no-repeat 12px 12px;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;	
	
}
strong {	font-weight: bold; }

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 20px;		
}
tr { background: #130d0a }
th, td {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
}
th {
	background-color: #45561B; 
	padding: .8em 1em;	
  	border-color: #647C28 #586A22 #43511A #5A6F23;	
	font-weight: bold;
	color: #fff;
}
td {
	border-color: #231A14;
	padding: .7em 1em;	
}	
/* end - table */

/* form elements */
form {
	margin: 10px 20px 10px 20px; 
	padding: 15px 25px 25px 25px; 
	border: 1px solid #081d35;	
}
form p {
	border-bottom: 1px solid #081d35; 
	margin: 0;
	padding: 13px 5px 8px 5px;		
	color: #fff;
}
label {
	font-weight: bold;
	color: #8E7D6A;
}
input, select, textarea {
	width: 400px;
	margin: 5px 0;
	padding: 7px 5px;
	border-width: 1px;
	border-style: solid;
  	border-color: #081d35; 	
	background-color: #FFF;
	font: 11px 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	color: #925D3A;
}
input:focus, select:focus, textarea:focus {
	background-color: #206fc7;
	border: 1px solid #081d35;
	color: #fff;
}
#name, #email, #message, #website {
	width: 470px;
}
input.button {
	width: 100px;
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	border: 1px solid #081d35;
	background: #206fc7 url(../images/button-bg.png) repeat-x;	
	font: bold 11px 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	text-decoration: none;	
	color: #fff;
}

form textarea.comments {
	height: 150px;
}
	
/* LAYOUT */
	
#container {
   min-height: 100%;
   margin-bottom: -250px;
   position: relative;
}
#header {
	text-align: center;
	height: 50px;
	overflow: hidden;
	background: #000 url(images/.gif);
}
#header-inner {
	position: relative;
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}
#mainNav {
	background:;
	position: relative;
	text-align: center;
	width: 940px;
	height: 30px;
	border-bottom:;
	margin: 0 auto;
}

#body {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	overflow: hidden;
}
#body-inner {
	width: 940px;
	text-align: center;
	background: ;
	margin: 0 auto;
}

.sections {
	position: relative;
	border-bottom: 1px solid #305298;
	width: 940px;
	min-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	overflow: hidden;
}

.gap {
	clear: both;
	height: 20px;
	border-bottom: 1px solid #305298;
	width: 940px;
	margin: 0 auto;
}

.header-gap {
	clear: both;
	height: 150px;
}

#footer {
	position: relative;
	width: 100%;
	height: 250px;			/* Height of the footer */
	background: #000;
}

#footer-inner {
	width: 940px;
	margin: 0 auto;
}

.clearfooter {
   height: 250px;
   clear: both;
}

/* MAIN CONTENT AREA */

#main-body {
	float:right;
	width: 450px;
	margin: 0 auto;
}

#main-body .intro {
	outline: 7px solid #e7e7e7;
	padding: 10px;
	margin: 0px 0px 0xp 30px;
}

/*  MAIN Navigation  */
.nav-list {
	width: 940px;
	text-align: center;
}

.nav-list ul {
	float: left;
	list-style: none;
	height: 50px;
	margin: 0px 0px 0px 210px; padding: 0;	
	display: inline;
}
.nav-list ul li {
	display: inline;
	margin: 0px; padding: 0;
}
.nav-list ul li a {
	float: left;
	margin: 0px 50px 0px 0px;	padding: 0px;
	text-decoration: none;
	font: 12px/50px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;	
	color: #cccccc;	
	text-transform: uppercase;
}
.nav-list ul li a:hover, 
.nav-list ul li a:active {
	color: #eee;
	background: none;
	border: none;
}
.nav-list ul li#current a {	
	color: #D33972;	
}


/* HOME PAGE */

#home-header {
	position: relative;
	overflow: hidden;
	background: transparent url(images/Black_trans_background.png);
}

#home-headerInner {
	width: 940px;
	margin: 0 auto;
	text-align: center;
}

.how-toBuy {
	position: absolute;
	margin: 0px 0px 0px 0px;
	top: 0px;
	right: 0px;
}

.img-gallery {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 620px;
}

.next-arrows {
    float: right;
    margin: 0px 0px 10px 0px;
}

/* SECTIONS IN PAGES */

#right-colum {
	position: relative;
	float: left;
	width: 650px;
}


#right-colum .arrow-button {
	float: right;
	margin: 0px 0px 10px 0px;
}

#right-colum .arrow-button a {
    background: #206fc7;
    color: #fff;
	padding: 1px 5px 2px 5px;
}

#right-colum .arrow-button img {
	float: right;
	margin: 0px 0px 0px 0px;
}

/* BLOG ON HOME PAGE */

#blog-roll {
    position: relative;
    float: left;
	color: #113a67;
    width: 650px;
	margin: 0px 0px 10px 0px;
}

#blog-roll .date {
	margin: 20px 0px 0px 20px;
}

#blog-roll h2 {
    margin: 0px 0px 0px 20px;
}

#blog-roll .date-posts span {
	float: right;
	text-align: center;
	width: 20px;
	height: 20px;
	color: #fff;
	background: #113a67;
}


/* Sidebar Navigation */	
#sidebar {
	float: left;
	width: 230px;
	padding: 0; margin: 0px 20px 0px 0px;		
	display: inline;	
}

#sidebar.leftSide {
    float: right;
    width: 230px;
    padding: 0; margin: 0px 0px 0px 20px;       
    display: inline;    
}	

#sidemenu {
	text-align: left;
	margin: 20px 5px 20px 0px; 
	padding: 0;		
	border-top: 5px solid #081d35;		
}
#sidemenu li {
	list-style: none;
	padding: 8px 10px;
	margin: 0;		
	border-bottom: 1px solid #081d35;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidemenu li a {
	text-decoration: none;
	display: block;
	color: #3e4a62;
	border: none;	
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	text-indent: 15px;
	font-size: 14px;
	line-height: 24px;
	background: transparent url(images/menu_arrow.gif) no-repeat;
}
#sidemenu li a span {
	color: #444;	
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 11px;
}
#sidemenu li a:hover,
#sidemenu li a:hover span {	
	color: #FFF;	
}
#sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidemenu ul li { border: none; }



/* FOOTER */
#footer-outer {
	clear: both;
	width: 940px;		
	margin: 0 auto;
	font-size: .9em;		
	text-align: left;
	margin: 0px 0px 0px 0px;	
}
#footer-wrap {
	float: left;
	width: 920px;
	margin-left: 10px;	
	padding-top: 20px;	
	display: inline;
}
#footer-wrap h3 {
	margin-bottom: 15px;
	font-size: 1.6em;	
	color: #baaca2;
}
#footer-wrap .col-a {
	width: 225px;
	float: left;
	display: inline;
}
#footer-wrap .col-b {
	width: 470px;
	height: 173px;
	float: left;	
	display: inline;
}

#footer-wrap .col-b ul li {
    width: 210px;
	float: left;
	margin: 0px 5px 0px 0px;	
}

#footer-wrap .col-c {
    width: 225px;
    float: right;   
    display: inline;
}

/* footer-list */
#footer-outer .footer-list ul {
	list-style: none;
	margin-left: 20px;	
	padding: 0;	
	border-top: 1px solid #081d35;  
}
#footer-outer .footer-list ul li { border-bottom: 1px solid #081d35; }
#footer-outer .footer-list ul li a {
	display: block;
	width: 98%;
	margin-left: 0;
	padding: 5px 0;
	border: none;
	line-height: 2em; 	
	color: #877878; 		
}
#footer-outer .footer-list ul li .email {
	background: url(../images/email.gif) no-repeat;
	padding-left: 20px;
}
#footer-outer .footer-list ul li .facebook {
	background: url(../images/feed-icon14.gif) no-repeat;
	padding-left: 20px;
}
#footer-outer .footer-list ul li .twitter {
	background: url(../images/twitter.gif) no-repeat;
	padding-left: 20px;
}
#footer-outer .footer-list ul li a span {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-size: .95em;	
}
#footer-outer .footer-list ul li a {
	color: #113a67;	
}
#footer-outer .footer-list ul li a:hover,
#footer-outer .footer-list ul li a:hover span {
	color: #fff;	
}

/* footer-bottom */
#footer-bottom {
	float: left;	
	width: 100%;	
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;			
}
#footer-bottom .bottom-left {	float: left; }		
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;	
}
#footer-bottom a.back-to-top {
	background: url(../images/arrow-up.gif) no-repeat right center;
	padding-right: 20px;
}

/* thumbnails */
p.thumbs { 
	margin: 0;
	padding: 10px 0 0 0px; 	
}
.thumbs img { 
	position: relative;
	margin: 4px; padding: 8px;	
	background: #150e0b;
   border: 1px solid #261b15;
}
.thumbs img:hover	{ border: 1px solid #453025; }
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes & additional classes*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.no-border { border: none; }

/* clearing */
.fix { 
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden; 
}
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: " "; 
}

.centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50%;
  margin: 0 auto;
  color: white;
}

p.center {
	text-align: center;
}

