html {
	background:#FFFFF7 url(../images/background.jpg) top;
}
body {
	margin: 0;
	padding: 0;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/bodyBackground.jpg) repeat-y top;
	height:100%;
	color:#604b15;
}
#container {
	width:1024px;
	text-align:center;
}
#examples{
	width:1024px;
}
#logo {
	position:relative;
	top:45px;
}
/* nav bar */
#navcontainer { margin-bottom: 0; margin-left: auto; margin-right: auto; margin-top: 5px; padding:0; width:1014px; position:relative;}
.nav_img1 {width: 120px; height: 50px; background: url(../images/buttons/home.gif) no-repeat; background-position: top; float:left; margin:0px; padding:0px;}
.nav_img1 a {color: #fff; width: 120px; height: 50px; display: block; text-decoration: none;}
.nav_img1 a:hover {display: block;}
.nav_img1 a span {display: none; width: 120px;}
.nav_img1 a:hover span {display: block;}

.nav_img2 {width: 120px; height: 50px; background: url(../images/buttons/websites.gif) no-repeat; background-position: top; float:left; margin:0px; padding:0px;}
.nav_img2 a {color: #fff; width: 120px; height: 50px; display: block; text-decoration: none;}
.nav_img2 a:hover {display: block;}
.nav_img2 a span {display: none; width: 120px;}
.nav_img2 a:hover span {display: block;}

.nav_img3 {width: 120px; height: 50px; background: url(../images/buttons/cards.gif) no-repeat; background-position: top; float:left; margin:0px; padding:0px;}
.nav_img3 a {color: #fff; width: 120px; height: 50px; display: block; text-decoration: none;}
.nav_img3 a:hover {display: block;}
.nav_img3 a span {display: none; width: 120px;}
.nav_img3 a:hover span {display: block;}

.nav_img4 {width: 120px; height: 50px; background: url(../images/buttons/logos.gif) no-repeat; background-position: top; float:right; margin:0px; padding:0px;}
.nav_img4 a {color: #fff; width: 120px; height: 50px; display: block; text-decoration: none;}
.nav_img4 a:hover {display: block;}
.nav_img4 a span {display: none; width: 120px;}
.nav_img4 a:hover span {display: block;}

.nav_img5 {width: 120px; height: 50px; background: url(../images/buttons/about.gif) no-repeat; background-position: top; float:right; margin:0px; padding:0px;}
.nav_img5 a {color: #fff; width: 120px; height: 50px; display: block; text-decoration: none;}
.nav_img5 a:hover {display: block;}
.nav_img5 a span {display: none; width: 120px;}
.nav_img5 a:hover span {display: block;}

.nav_img6 {width: 120px; height: 50px; background: url(../images/buttons/contact.gif) no-repeat; background-position: top; float:right; margin:0px; padding:0px;}
.nav_img6 a {color: #fff; width: 120px; height: 50px; display: block; text-decoration: none;}
.nav_img6 a:hover {display: block;}
.nav_img6 a span {display: none; width: 120px;}
.nav_img6 a:hover span {display: block;}
/* nav bar ends */
#bodyContent {
	margin:110px 25px 0 25px;
}
#bodyContent a {
	color:#604b15;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
}
#bodyContent h1{
	color:#604b15;
	font-weight:bold;
	font-size:24px;
	margin-bottom:10px;
}
#bodyContent h2{
	color:#604b15;
	font-weight:normal;
	font-size:16px;
	margin-top:10px;
	margin-bottom:20px;
	padding:0 230px 0 230px
}
#bodyContent p {
	margin-top:10px;
}
#bodyContent table, th, td {
	color:#604b15;
	font-weight:normal;
	font-size:16px;
	margin-top:10px;
	margin-bottom:5px;
	padding:0 0 20px 0;
}
#footer {
	height:40px;
	background:url(../images/menuBackground.gif) repeat-x;
	text-align:center;
}
#footer p {
	padding-top:15px;
	color:#604b15;
	font-size:16px;
}
#footer a {
	color:#604b15;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
}
#footer a:hover {
	color:#604b15;
	text-decoration:none;
}
.clearer {
	clear:both;
}
/* request button */
.contact_req {width: 200px; height: 40px; background: url(../images/buttons/request.gif) no-repeat; background-position: top; margin:0 0 20px 390px; padding:0 0 30px 0;}
.contact_req a {color: #fff; width: 200px; height: 40px; display: block; text-decoration: none;}
.contact_req a:hover {display: block;}
.contact_req a span {display: none; width: 200px;}
.contact_req a:hover span {display: block;}
/* request button ends */
/* contact page */
#centerbodyct {
	text-align:center;
}
#centerbodyct h1 {
	color:#604b15;
	font-weight:bold;
	font-size:24px;
	margin-bottom:10px;
}
#bodyContentct {
	margin: 0px 480px 0 24px;
	padding:70px 0;
}
#navct {
	width: 1080px;
	height: 600px;
	margin: -120px -25px;
}
#navct input {
	width:200px;
}
#ctbodyother {
	padding:60px 0;
}
#ctbodyother h1{
	color:#604b15;
	font-weight:bold;
	font-size:24px;
	margin-bottom:10px;
}
#ctbodyother input {
	width:200px;
}
#ctbodyother table{
	color:#604b15;
	width: 80%;
	font-weight:normal;
	font-size:16px;
	border:2px solid #604b15;
	margin:10px auto 5px auto;
	padding:0 0 20px 0;
}
#ctbodyother th{
	font-weight:bold;
}
#ctbodyother td{
	font-weight:normal;
}
/* contact page ends */
