/*
CSS Credit: http://www.template.com/
*/

html {background: url(../images/stone.jpg) repeat top;}

body {
	margin: 0;
	padding:0;
	font-family:Arial;
	font-size:13px;
	line-height: 1.5em;
	width:100%;
	display:table;
}

a {color: #1dd678; text-decoration:none; }

a:hover {color: #18ac61; text-decoration:none; }

#template_container {
	width: 1100px;
	margin:0;
        //background: url(../images/stone.jpg) repeat-x top;
}

#template_header {
	width: 1100px;
	height: 78px;
	margin:0;
	padding:0;
}

/* Login Form */
#template_login {
	float:right;
	width: 200px;
	height: 50px;
	margin:18px 30px 0 0;
}

#template_login .textfield {
	width: 70px;
	height: 14px;
	border: none;
	color: #0f62b1;
	font-family:Century Gothic;
	font-size: 11px;
	margin: 0 5px 0 0;
	padding: 5px 5px;
}
/*End Of Log In*/

#template_content {	
	width:100%;
        background: url(./images/stone.jpg) repeat-x top;	
}

* html #template_content {	
	margin-top: -2px;
        margin-left: 0px;
}

#template_left_content {	
	float: left;
	width: 358px;
	display: inline;
}

/* Menu */
.template_menu {
	float: right;
	width: 230px;
	margin: 10px 10px 10px 0;
	padding:0;
	display: inline;
}

.template_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 211px;
}

.template_menu li a {
	display: block;
	height: 30px;
	padding: 7px 0 0 50px;
	margin: 5px 0 0 0;
	color: #fff;
	font-weight: normal;
        font-size: 13px;
	text-decoration:none;
        -webkit-box-shadow:1px 1px 3px #000;
        box-shadow:1px 1px 3px #000;
}

.template_menu li a:hover, .template_menu li .current {
	text-decoration:none;
	color: #00FFFF;
}
/* End of Menu */

.template_section {
	float: right;
	width: 300px;
	margin: 0 30px 5px 0;
	padding: 0;
	display: inline;
}


* html .template_section {
	margin: 0;
}

.template_section h1{	
	font-family: Century Gothic;
	font-size: 11px;
	color: #37b2f8;
	margin: 0 0 0 85px;
	padding: 0;
}

.template_section p{	
	font-family: Century Gothic;
	font-size: 12px;
	color: #94d8ff;
	text-align: justify;
	margin: 0 3px 0 80px;
	padding: 0;	
}

.template_section_bottom_line {	
	clear: both;
	height: 1px;
	width: 100%;
	margin: 0;
	padding: 0;	
}

#template_right_content {
	float: left;
	width:742px;
	margin: 0;
	padding: 0;	
}

#template_right_content #template_content_area {
	width: 700px;	
	margin: 0 0 0 10px;
	padding: 0;	
}

#template_center_content {
	float: left;
	width:80px;
	margin: 0;
	padding: 0;	
}

#template_center_content #template_content_area {
	width: 70px;	
	margin: 0 0 0 10px;
	padding: 0;	
}

#template_content_area .template_title {	
	width: 100%;
	height: 15px;
	color: #62c2ff;
	font-family: Century Gothic;
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0 0 0;
	padding: 0 0 15px 0;
}

#template_content_area p {	
	font-family: Century Gothic;
	font-size: 12px;
	color: #9bcdff;
	text-align: justify;
	margin: 15px 0 0 0;
	padding: 0;	
}

#template_content_area .thumbs {	
	width: 100%;
	margin: 15px 0 0 0;
	padding: 0 ;
}

#template_content_area .thumbs img {
	margin: 0 4px 0 4px;
	padding: 0;
}

#template_content_area img {	
	float: right;
	margin: 0px 5px 5px 5px;
	padding: 0;
}

#template_right_content_bottom {	
	float: right;
	font-family: Century Gothic;
	font-size: 12px;
	color: #fff;
	text-align: center;
	width: 742px;
	height: 48px;
	margin: 0;
	padding: 30px 0 0 0;	
}

#template_right_content_bottom a{
	text-decoration: none;
        color: #fff;
}

#template_right_content_bottom a:hover{
	text-decoration: underline;
	color: #fff;
}

.clear_with_height {
	clear: both;
	height: 1px;
}

#LoadingDiv{
	margin:0px 0px 0px 0px;
	position:fixed;
	height: 100%;
	z-index:9999;
	padding-top:200px;
	padding-left:280px;
	width:100%;
	clear:none;
	background-color:rgba(0,0,0,0.05);
	border:none;
	}

