/*
New:
Purple:			 	#390C50
Light Purple:		#601985
blue: 				#102250
Light blue: 		#677CAF
*/

body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #000;
}

a:link, a:visited { color: #677CAF; font-weight:bold; text-decoration: none; } 
a:active, a:hover { color: #fff; font-weight:bold; text-decoration: none; }

h1 {
	margin:0px 0px 10px 0px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 14px;
	color:#FFFFFF;
	border-bottom: solid 1px #677CAF;
}
h2 {
	padding: 5px 0px 5px 10px;
	margin: 10px; 	
	font-weight: bold; 
	font-size:12px;
	color: #FFFFFF;
	background: #531174;
	border: 1px solid #000000;
}
h3 {
	margin: 0px;
	padding: 2px 0px 2px 10px;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}
.text_area {
	text-align: center;
}

#container_wrapper {
	background: url(images/main_background.gif) repeat-x;
}

#container {
	margin: 0px auto;
	width: 810px;
}

#top{
	float: left;
	margin-left: -10px;
	padding: 19px 0px 10px 0px;
	text-align: right;
	width: 810px;
}

#top a {
	color: #677CAF;
	text-decoration: none;
}

#top a:hover {
	color: #FFF;
	text-decoration: none;
}

#header {
	clear: left;
	margin-bottom:5px;
	width: 810px;
	height: 235px;
	background: url(images/header_background.jpg) no-repeat;
}

#site_title {
	padding-top: 120px;
	padding-left: 50px;
	font-size: 30px;
	color: #2b1e1e;
}

#site_title span {
	font-weight: bold;
	color: #333333;
}

#site_slogan {
	padding-top: 10px;
	padding-left: 200px;
	font-size: 12px;
	color: #2b1e1e;
}

/*------------- Menu ------------------*/
#menuleft {
	float: left;
	height: 41px;
	width: 20px;
	background: #333333 url(images/menu_leftborder.gif) no-repeat;
}

#menu{
	float: left;
	margin-top: 0px;
	padding: 0px;
	width: 790px;
	height: 41px;
	background: #390C50 url(images/menu_background.gif) right no-repeat;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	float: left;
	padding: 11px 1px;
	width: 127px;
	font: 16px arial;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight:bold;
}
#menu ul li a:hover, #menu ul li .current{
	color: #fff;
	text-decoration: none;
	background: url(images/mousehover.gif) repeat-x;
	border-left:5px solid #000000;
	border-right:5px solid #000000;
	width: 117px;
	font-weight:bold;
}

/*---------- end of menu -------------*/

/* ----------------- Content ----------------------- */

#content {
	float: left;
	width: 810px;
	background: url(images/content_background.gif) repeat-y;
	border-top: #0a1531 1px solid;
	border-bottom: #0a1531 2px solid;
	margin-top:4px;
}

#left_column {
	float: left;
	padding: 20px;
	width: 200px;
	min-height: 420px;
	background: url(images/leftcolumn_border.gif) right center no-repeat;

}

#right_column {
	float: right;
	width: 530px;
	padding: 20px;
	padding-left: 0px;
	min-height: 420px;
}

#content_bottom {
	clear: left;
	margin: 0px;
	padding: 0px;
	width: 810px;
	height: 5px;
	background: url(images/content_bottom.gif) no-repeat;
}

.comment { /*honeypot*/
display:none;
}

.image img{
border:3px solid #390C50;
margin:25px;
}

.image:hover img{
border:3px solid #fff;
}

.image:hover{
color: white; /* Dummy definition to overcome IE bug */
}

.pedigree
{
    border-color: #333333;
    border-width: 0 0 2px 2px;
    border-style: solid;
	font-size:10px;
}

.pedigree td
{
    border-color: #333333;
    border-width: 2px 2px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
}

/*------------ end of content ------------*/

.news_section {
	float: left;
	padding: 0px;
	width: 300px;	
	margin-right: 15px;
	background: #111111;
}

.news_section p {
	margin: 0px;
	padding: 0px 0px 5px 10px;
	font-size: 11px;
}

.promotion_section {
	float: left;
	margin: 0px;
	padding: 0px;
	width:200px;
	background: #111111;
}

.promotion_section p{
	margin: 0px;
	padding: 5px 5px 5px 10px;
	font-size: 11px;
}

.more{
	padding: 0px 10px 10px 0px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}

.section2 {
	margin-bottom: 10px;
	padding: 10px;
	border: #000000 solid 1px;
	background: #111111;
}

.section2 a {
	padding-left: 20px;
	color: #677CAF;
	line-height: 25px;
	text-decoration: none;
	background: url(images/list_icon.gif) center left no-repeat;
}

#counter {
	margin: 15px 0 15px 0;
	padding:0;
	text-decoration: none;
}


#counter a {
	background: none;
	padding:0;
}


.section2 a:hover {
	color: #fff;
	text-decoration: none;
}

.clear {
clear:both;
}

/* search form */
form {
	padding: 0 0 6px 8px;
}

.button {
	margin-top: 10px;
	padding: 1px 5px;
	border: none;
	color: #FFFFFF;
	background: url(images/button_background.gif) repeat-x;
}
/* ----------- */

/* -------- Footer --------- */

#footer {
	clear: left;
	padding: 10px;
	height: 62px;
	color: #fff;
	line-height: 24px;
	text-align: center;
}
#footer a {
	color: #677CAF;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

/* --------- end of footer --------------*/

/*
CSS Credit: Brandon Hoover and Templatemo
*/
