/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/

/** Common Styles */

body {
	background: #DFE6DE;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000;
	font-size: 18px;
}
.small {
	font-size:10px;
}
.more {
	font-size: 10px;
	font-style: italic;
	font-variant: normal;
}
.caps {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #BAB631;
}
a {
	color: #17B9D5;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #17B9D5;
	text-decoration: none;
}
#wrapper {
	width:950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	width: 947px;
	height: 330px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(assets/bg_top2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float:left;
	top: 0px;
	
}
/*.banner {
	width: 257px;
	height: 300px;
	padding: 0px;
	left: 350px;
	top: 0px;
	border:thin solid #F0F;
	float:left;
	margin-left: 350px;
	margin-top: 0px;
	margin-right: 350px;
}*/
.banner {
	top: 0px;
	height: 303px;
	width: 250px;
	left: auto;
	right: auto;
	
}
#tout {
	float:left;
	height: 180px;
	width: 180px;
	
	padding: 10px;
	z-index: 500;
	margin-top: -180px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	position: relative;
		
}
#menu {
	float: right;
	height: 180px;
	width: 200px;
	text-align:left;
	padding: 0px;
	z-index: 100;
	margin-top: -180px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	
}
/** CONTENT */

#content-wrap {
	width: 947px;
	margin: 0 auto;
	background-image: url(assets/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	float:left;
}
#content {
	width: 947px;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom:20px;
	background-image: url(assets/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#main {
	width:583px;
	padding:0;
	margin: 20px auto;
	text-align:left;
	line-height:20px;
}
#main_wide {
	width:700px;
	padding:0;
	margin: 20px auto;
	text-align:left;
	line-height:20px;
	border: 0px dotted #F00;
}
#main_wider {
	width:750px;
	padding:0;
	margin: 20px auto;
	text-align:left;
	line-height:20px;
	border: 0px dotted #F00;
}
.tight {
	line-height:normal;
}
.security {
	margin-left: -100px;
}
/** FOOTER */

#footer {
	width: 947px;
	height: 150px;
	margin: 0px auto;
	font-size: 11px;
	color: #000000;
	float:left;
	
}
#footer .nav {
	width:947px;
	margin: 10px auto;
	
}
#footer .nav ul {
	padding: 0px;
	list-style: none;
	margin-top: 20px;
	margin-left:100px;
	margin-bottom: 15px;
	margin-right:auto;
	
}
#footer .nav li {
	display: inline;
}
#footer .nav a {
	display: block;
	float:left;
	margin-top: 10px;
	margin-right: 10px;
	text-transform:capitalize;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	color: #A3A387;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	
}
#footer .nav a:hover {
	color: #BAB631;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 4px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
