























/**

The plugins may be free, not the design of this website.

DON'T COPY IT !!! 
Thanks

Copyright 2014 w3anythink.com

**/


































/* common */
body, a, h1, h2, h3, div
{
	margin:0px; 
	padding:0px;
	}
	
html, body 				
{
	margin:0; 
	padding:0 0 0 0; 
	color:#ffffff;
	height:100%;
	min-width:980px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px; 
	background-color:#000000;
	}

img
{
	border:0px;
	}
	
p					
{
	}

ul
{
	margin-left:-20px;
	margin-top:0px;
	margin-bottom:0px;
		}

iframe
{
	border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
	}


/* links */
a		 			{color:#999999; text-decoration:none;}
a:hover				{color:#ffffff; text-decoration:underline;}
a:active 			{color:#ffffff;}
/* h-tags */
h1					{color:#999999; font-size:28px; font-weight:normal;}
h2 					{color:#ffffff; font-size:26px; font-weight:normal; margin-top:40px; margin-bottom:30px; letter-spacing:1px; text-align:center;}
h3 					{color:#ffffff; font-size:18px; margin-left:20px; margin-top:20px; margin-bottom:20px;}
/* design */
#pageheader
{
	width:100%;
	height:110px;
	background-color:#272727;
	background-color:rgba(39,39,39,0.9);
	}
	
#pagehead
{
	width:980px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	}
	
#pagehead a:hover
{
	text-decoration:none;
	}
	
#logo
{
	float:left;
	margin-top:35px;
	margin-left:20px;
	color:#658dcb;
	color:rgba(101,141,203,1);
	font-size:32px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:2px;
	}
	
#logo2
{
	float:left;
	margin-left:70px;
	color:#ffffff;
	color:rgba(255,255,255,0.8);
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	}
	
#leadimage
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	height:75%;
	/*background-image: url(bg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;*/
	}
	
#contentbg
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#272727), to(#1c1e1c));
	background:-moz-linear-gradient(#272727, #1c1e1c);
	background:-o-linear-gradient(#272727, #1c1e1c);
	background:linear-gradient(#272727, #1c1e1c);
	}

#headline
{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	}
	

#pagecontent
{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	}
	
#pagecontent-left
{
	float:left;
	width:680px;
	line-height:20px;
	text-align:justify;
	}
	
#pagecontent-right
{
	float:right;
	width:240px;
	margin-left:20px;
	}
	
.menuebox
{
	margin-bottom:20px;
	/*background:-webkit-gradient(linear, 0 0, 0 100%, from(#658dcb), to(#38587e));
	background:-moz-linear-gradient(#658dcb, #38587e);
	background:-o-linear-gradient(#658dcb, #38587e);
	background:linear-gradient(#658dcb, #38587e);
	border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;*/
	}
.menuebox ul 
{
	list-style:none; 
	margin:0; 
	margin-left:-40px;
		}
.menuebox ul li a 
{
	padding: 0px 20px 0px 20px;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#658dcb;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:2px;
		}
.menuebox ul li a:hover 
{
	/*background:-webkit-gradient(linear, 0 0, 0 100%, from(#999999), to(#eeeeee));
	background:-moz-linear-gradient(#999999, #eeeeee);
	background:-o-linear-gradient(#999999, #eeeeee);
	background:linear-gradient(#999999, #eeeeee);*/
	color:#999999;
	text-decoration:none;
		}

#pagefooter
{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	color:#999999;
	font-size:12px;
	text-align:left;
	border-top: 1px solid #333333;
	}
	