@import url("reset.css");
/*-------------------------------------------------------------------------
	General
---------------------------------------------------------------------------	
*/
html { min-height: 100%;}
#signup {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	width: 410px;
}

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	background-color: #382f26;
	color: #CCCAB0;
	line-height: 1.4;
	margin:0;
	padding:0;
	height:100%;
}
h1{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #B49C7C;
	}
h1 a {
	font-family: "Copperplate Gothic Light", Copperplate, serif;
	font-size: 48px;
	color: #BFAD6C;
	font-weight: normal;
	
}
h2 {
	font-family: "Century Gothic", Century, Tahoma, sans-serif;
	font-size: 24px;
	color: #BFAD6C;
	font-weight: normal;
	padding-bottom: 0.5em;
}
a {
	color: #BFAD6C;
	text-decoration: none;
}

#masthead {
	width:1060px;
	height: 381px;
	margin-right: auto;
	margin-left: auto;
	}
	
	#logomark {
	height:166px;
	width:250px;
	z-index:4;
	position:relative;
	top:-90px;
	background-image: url(../Images/Vision-Logo.png);
	margin-right: auto;
	margin-bottom: -112px;
	margin-left: auto;
	background-repeat: no-repeat;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 1077px;
	height: 350px;
}
#topper {
	text-align: center;
	padding-top: 30px;
	background-image: url(../Images/topperback.png);
	background-repeat: no-repeat;
	background-position: center;
}
#transrec {
	background-image: url(../Images/exerience.png);
	background-repeat: no-repeat;
	width: 1057px;
	height: 66px;
	margin-top: -78px;
	margin-left: 10px;
	z-index:4;
	position:relative;
}

/*-------------------------------------------------------------------------
	Navigation
---------------------------------------------------------------------------	
*/
#navbar ul {
	font-size:14px;
	padding-top: 21px;
	padding-bottom: 21px;
	z-index:3;
	width: 1057px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: -170px;
	background-image: url(../Images/button-back.png);
	background-repeat: no-repeat;
	height: 21px;
	background-color: #26201A;
    } 
#navbar ul li a {
	text-decoration: none;
	color: #CCCCAF;
	padding-top: 15px;
	padding-right: 1.25em;
	padding-bottom: 15px;
	padding-left: 1.25em;
    } 

#navbar ul li a:hover {
	color: #000;
	background-color: #D1B592;
    } 
a:hover {
	color:#FFF;
	text-decoration:underline;
	}
#footer {
	height: 40px;
	font-size: 8px;
	text-align: center;
	color: #948167;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 10px;
	clear: both;
	line-height: 1.75;
	margin-top: 0px;
	background-color: #382f26;
}
#footer ul {
	font-size:8px;
	text-align: center;
	padding-top: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	display: inline;
	text-decoration: none;
    } 

#footer ul li a {
	text-decoration: none;
	color: #948167;
	padding: 1em;
    } 
/*-------------------------------------------------------------------------
	Content
---------------------------------------------------------------------------	
*/
#content {
	margin-top: 90px;
	display: block;
	height: 100%;
	background-color: #26201A;
	margin-right: auto;
	margin-left: auto;
	width: 1057px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #255557;
}
#content img {
	padding: 8px;
}
#left {
	width: 575px;
	padding-top: 40px;
	padding-left: 50px;
	padding-bottom:50px;
	float: left;
	padding-right: 50px;
	height:100%;
}
#right {
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	width: 350px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BEA584;
	padding-right: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	height:100%;
}
#imagenavs {
	clear: left;
	background-color: #1E1813;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #255658;
	text-align: center;
	padding: 10px;
}
#imagenavs img {
	padding: 0px;
	}
#testimonials {
	width: auto;
	padding-left: 40px;
	height: 300px;
	background-image: url(../Images/test_back.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 50px;
}
#testimonials a {
	font-family: "Century Gothic", Century, Tahoma, sans-serif;
	font-size: 19px;
	color: #BFAD6C;
}

#testimonials  a:hover {
	color: #FFF;
	}
.names {
	text-align: right;
	color: #BFAD6C;
	padding-top: 20px;
}
#stock {
}
h3 {
	font-family: "Century Gothic", Century, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #255658;
	color: #3C8C90;
	margin-bottom: 10px;
	padding-top: 5px;
}

