﻿/* Main CSS Document */

@import url("core.css");

/* container */
#container {
	width: 950px;
	margin: 0px auto;
	background-color: #fff;
}


/* header */
#header {
	width: 950px;
	height: 105px;
	background-image: url(../images/bg-header.gif);
	background-repeat: no-repeat;
}
#header .title {
	width: 400px;
	float: left;
}
#header ul {
	width: 500px;
	float: right;
	padding: 35px 0px 0px 0px;
}
#header li {
	width: 93px;
	height: 28px;
	float: right;
	display: block;
	text-align: center;
	list-style-type: none;
	padding: 5px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}
#header li.on {
	width: 93px;
	height: 28px;
	float: right;
	display: block;
	text-align: center;
	list-style-type: none;
	padding: 5px 0px 0px 0px;
	text-transform: uppercase;
	color: #fff;
	background-image: url(../images/bg-nav-over.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}
#header li a {
	color: #c0c0c0;	
}
#header li a:hover {
	color: #fff;
	text-decoration: none;
}


/* middle */
#middle {
	width: 740px;
	height: 275px;
	margin: 0px auto;
	background-image: url(../images/bg-middle.jpg);
	background-repeat: no-repeat;
	padding: 50px 200px 0px 0px;
	text-align: center;
}



/* content */
#content {
	width: 890px;
	margin: 0px auto;
	padding: 0px 25px 0px 25px;
}
#contentinside {
	width: 890px;
	margin: 0px auto;
	padding: 25px;
	background-image: url(../images/bg-inside.gif);
	background-repeat: no-repeat;
}

ol {
	margin: 0px 0px 20px 20px;
}
ul.padded {
	margin: 0px 0px 20px 20px;
}


.threeboxleft {
	width: 270px;
	height: 360px;
	float: left;
	margin: 0px 30px 30px 0px;
}
.threeboxright {
	width: 270px;
	height: 360px;
	float: right;
	margin: 0px 0px 30px 0px;
}
.btnboxleft {
	width: 270px;
	float: left;
	margin: 0px 30px 30px 0px;
}
.btnboxright {
	width: 270px;
	float: right;
	margin: 0px 0px 30px 0px;
}


/* left */
.left {
	width: 170px;
	float: left;
}


/* right */
.right {
	width: 675px;
	float: right;
	border-left: 1px solid #ececec;
	padding: 0px 0px 0px 30px;
}

.thumb {
	width: 270px;
	float: left;
}
.desc {
	width: 380px;
	float:right;
}


/* form */
#content label {
	margin: 0px 20px 0px 0px;
	padding: 5px 0px 0px 0px;	
	float: left;
	width: 50px;
}
#content .field {
	width: 180px;
	height: 23px;
	float: left;
	border: 1px solid #dfdfdf;
	margin: 0px 0px 10px 0px;
}
#content .txtarea {
	width: 300px;
	float: left;
	border: 1px solid #dfdfdf;
	margin: 0px 0px 10px 0px;
}
#content .btn {
	padding: 0px 0px 20px 70px;
}



/* footer */
#footer {
	width: 890px;
	color: #575353;
	padding: 20px 0px 8px 0px;
	background-image: url(../images/bg-footer.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
	text-align: center;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	margin: 0px 2px 0px 2px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#footer a {
	color: #575353;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* table */
table {
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}
td {
	padding: 5px;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
}
th {
	padding: 5px;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	background-color: #032233;
	color: #fff;
	text-transform: uppercase;
}
