/* CSS Document */

/*#############################################################
Name: AstralHarmony
Date: 2008-4-09
Description: Three column layout.
Author: Mark Lewis
URL: http://astralharmony.com

#############################################################*/

/* ---------- clearing rules -----------*/
*{padding: 0; margin: 0;}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}
a {
text-decoration: none;
}

a img {
border: none;
}

.clear {
	clear: both;
}
.cleaner {clear: both; width:100%; height: 0px; }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }


.float_l {
	float: left;
}

.float_r {
	float: right;
}




/* -----------upper structures -------------------*/

body {
margin: 0 auto;
padding: 10px 0 0 0;
font: 76% verdana,sans-serif;
background: #c8f36e url(images/bg.jpg) repeat-y center top;
text-align:center;
}
#wrapper {
background: #ffffff;
color: #303030;
margin-left:auto;
margin-right: auto;
margin-top: 8px;
width:960px;
border-top: solid 1px #f06140;
padding-top: 3px;
}
#upper {
width: 960px;
margin: 0;
padding: 0;
margin-bottom: 5px;
background: #fff;

}

#banner {
width:500px;
height: 70px;
float: right;
background: #fff;
padding: 0 5px; 

}
#banner h3 {
    text-align:right;
	padding: 0px 0 2px 6px;
}
.social_icon {padding-left: 20px; padding-right: 20px;}

#logo {
height: 76px;
width: 205px;
margin-top: 3px;
margin-left: 4px;
background: #fff;
float: left;
}
#header {
width: 960px;

}
.imageheader {
float: right;

}


/*------main navigation-----------*/

#main-nav {
	width: 960px;
	height: 60px;
	margin: 0 auto;
	padding-top: 5px;
	background: url(images/nav-bg.png) repeat-x center top;

}

#main-nav ul {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	
}

#main-nav  ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#main-nav  ul li a {
	position: relative;
	float: left;
	display: block;
	width:148px;
	margin-right: 2px;
	height: 50px;
	padding: 14px 0 0 0;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	color: #7d7d7d;	
	font-weight: bold;
		
}


#main-nav ul li a span {
	position: absolute;	
	top : 0px;
	right: -2px;
	width: 2px;
	height: 50px;
	background: url(images/divider.png) right no-repeat;
}

#main-nav li a:hover {
	background: url(images/menu_mouse_hover.png) center no-repeat;
	color: #1f2073;
}

#main-nav li .current {
	color: #008ee9; 
}

#main-nav li .last span {
	background: none;
}


/* ------------side bar------------- */
.sidebarwrapper {
	width: 280px;
	float: right;
	margin: 4px 20px;
}

.sidebarR h2 {
	margin: 0px;
	padding:6px 20px 10px;
	color:#fff;
	/*background:#fc6400;*/
	background: #C9F26E;
}

.sidebarR  {
	width: 260px;
	float: right;
	margin: 5px 5px 10px 2px;
	padding:0;
	/*border:1px solid #fc6400;*/
	border: 1px solid #C9F26E;
	
}

.sidebarR ul {
margin-top:6px;
padding: 8px 5px 0 5px;

}
.sidebarR li {
padding: 8px 4px;
list-style: none;
}
.sidebarR li a {
	color: #fa7e0d;
	font-family: verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 2px 0 2px 4px;
	width: 240px;
	text-decoration: underline;
}
.sidebarR li a:hover {
	color: #527cbb;
}

ul.ex_menu {
	
	padding: 8px 5px 0 5px;
}

ul.ex_menu li {
	padding:4px 0;
}

ul.ex_menu li a {	
	height: 22px;
	margin: 0 6px;
	padding-top: 10px;
	font-weight:bold;
	color:#fc6400;
	text-decoration:none;
	text-align:center;
	background: url(images/ex_menu_btn.png) no-repeat 0 0;
}
ul.ex_menu li a:hover {
	color:#c2c2c2;
	font-weight:bold;
	text-decoration:none;
	background: url(images/ex_menu_btn.png) no-repeat 0 -34px;
}



/*---------------------------- special text fields----------------------*/
.textleft {
float: left;
width: 190px;
text-align: left;
padding: 0px;
font-size: 9px;
color: #444;

}
.top-quote {
float: left;
width: 330px;
text-align: left;
padding: 0px;
font-size: 9px;
color: #444;

}


.textleft p, .top-quote p {
padding-left: 18px;
padding-top: 10px;
}


.textleft img {
padding-left: 6px;}

.small {
	font-size: 10px;
	line-height: 100%;
	
}

.desc {
	width:570px;
	float: left;
	padding: 6px 0;
	margin: 6px 0px;
	border-top: solid #fff200 1px;
	border-bottom: double #fff200 4px;
}
.textleft ul {
	margin: 0;
	text-decoration: none;	
}
.textleft li {
	display: block;
	padding: 4px 3px;
	list-style:none;
	text-decoration: none;
}

.textleft a {
	padding: 0px;
	text-decoration: none;
}

.textleft a:hover {
	text-decoration: underline;
}

.highlight li {
	font-weight: bold;
	font-style:normal;
	padding: 4px 4px;
	font-size: 12px;
	color: #444;
}

/*-----------------main text field center column -------------------*/
#main {
	width: 960px;
	margin-top: 10px;
	background: #fff url(images/sun_sign.jpg) no-repeat center right;
	border-top: solid 0px #dee2d8;
	padding-top:12px;
	text-align: left;
}
.content {
	width:604px;
	padding:2px 18px;	
}
.w940 {
	width: 940px;
	padding:10px 18px;	
	

}


.content p, .w940 p {
	padding: 0.5em;
	line-height:150%;
	color: #333;
}
.content a, .w940 a {
text-decoration: none;
font-weight:bold;
color: #527cbb;
}
.content a:hover, .w940 a:hover {
text-decoration: underline;
}
.content h1, .w940 h1 {
	color: #527cbb;
	letter-spacing: -2px;
	font-size: 20px;
	text-align: left;
	padding-bottom: 5px;
}
.content h2, .w940 h2 {
	color: #527cbb;
	font-size: 14px;
	padding: 2px 5px;
	font-family: Georgia, Times, serif;
}
.content ul, .w940 ul {
	list-style-type: square;
	font-size: 12px;
	color: #333333;
	font-style: italic;
	margin-left: 25px;
	padding-left: 5px;
	padding-top: 10px;
	list-style-position: outside;
}
.w460 {
	width: 456px;
	padding: 6px 2px;
	
}
.w460 span {
	margin: 0px 0px 0 0;
	padding: 0px 0 0 0;
	
}

.color_top {
	background: #fcfcfc;
	border-bottom: 1px solid #C9F26E;
	padding: 4px 2px 2px 6px;
}
.w360 {
	width: 360px;
	padding: 6px 2px;
}


.quote {
	padding-left: 30px;
	padding-right: 15px;
}
.quote p {
	
	line-height: 130%;
	color: #527cbb;
}
.color1 {
height: 24px;
background: #fff url(images/color1.gif) repeat-x center;
}
.color1 p {color: #fff;}
.color2 {
height: 24px;
background: #fff url(images/color2.gif) repeat-x center;
}
.color2 p {color: #fff;}
.color3 {
height: 24px;
background: #fff url(images/color3.gif) repeat-x center;
}
.color3 p {color: #444;}

.blurb {
	width:568px;
	background: #527cbb url(images/om.jpg) no-repeat bottom right;
	border-bottom: 2px solid #EEE;
	border-top: 2px solid #EEE;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left:0px;
	padding: 4px;
}
.blurb p {
	font-size: 12px;
	color: #fff;
	text-align:left;
	font-family: Georgia, Times, serif;
	line-height: 150%;
	font-style: normal;
	font-weight:100;
	display: block;
}
.chakra {
width: 70px;
float: left;
padding: 0px 0;
}
.chakra img {
padding: 18px 0;
}
.picRight {
float: right;
margin: 8px 6px;
padding-top: 4px;}
.picLeft {
float: left;
margin: 3px 8px;
padding-top: 4px;
}

.buy-gem {
	width: 80px;
	height: 100px;
	margin: 10px;
	background: url(images/buygem.png) no-repeat 0 0;
	
}

.buy-gem:hover {background-position: 0 -100px;}

.buy-gem span {position: absolute; top: -999em; }

p span {font-size: 1.1em; font-weight: bold}

/*------------------------------------table-------------------------------*/
.price {
	margin: 10px 0;
	background: #fff url(images/background.gif);
	color: #527cbb;
	text-align:left;
	font-family: Arial;
	font-weight:bold;
	border: none;
}
caption {
font-family:Georgia, Times, serif;
font-size: 1.2em;
color: #6fb906;
}
.price td, .price tr {
padding: 10px;
border: #ececec 1px solid;


}
.paypal p{
float:right;
width: 315px;
font-family:Georgia, Times, serif;
color: #333;
font-size:10px;
line-height: 1.2em;
}

#gemstore {
	text-align: center;
	width: 90%;
}
#gemstore td {
	width: 33.3%;
	text-align: center;
}
#gemstore select {margin: 0 0 10px 0;}


/*------------------------------------footer-------------------------------*/
#footer {
	background-color: #527cbb;
	height: 20px;
	width: 960px;
	padding: 5px 0px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	margin: 10px 0;
	clear: both;
	line-height: 120%;
}
#footer link a{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
#footer link a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer link {
	font-size: 8px;
	color: #000000;
	padding: 5px;
}

/* ----------------------------- IE browser fixes --------------------*/
* html #menu a {
	height: 1px;
}

