/* Main CSS Document */

@import url("core.css");

/* container */
#container {
	width: 950px;
	margin: 0px auto;
}


/* header */
#header {
	height: 90px;
}
.logo {
	width: 430px;
	float: left;
}
.search {
	padding: 29px 24px 0px 0px;
	width: 285px;
	float: right;
}
input.searchfield {
	width: 215px;
	height: 24px;
	background-image: url(../images/bg-search-field.gif);
	background-repeat: no-repeat;
	float: left;
	border: 0px;
	padding: 7px 0px 0px 7px;
}


/* nav */
#nav {
	width: 950px;
	height: 40px;
	background-image: url(../images/bg-nav.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px 0px 10px 0px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	width: 540px;
	float: left;
}
#nav li {
	margin: 0px;
	padding: 9px 15px 0px 20px;
	list-style-type: none;
	float: left;
	display: block;
	height: 31px;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/bg-nav-divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav li a, #nav li a:visited {	
	color: #fff;
	text-decoration: none;
}
#nav li a:hover {
	color: #6cdbf3;
	text-decoration: none;
}
.send {
	width: 377px;
	padding: 0px 7px 0px 0px;
	float: right;
}
.text {
	width: 265px;
	padding: 9px 0px 0px 0px;
	float: left;
	margin: 0px;
}
input.click {
	float: right;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}


/* content */
#content {
	width: 950px;
	padding: 0px 0px 30px 0px;
}
#contentsolo {
	width: 910px;
	padding: 20px;
	background-image: url(../images/bg-content-big.gif);
	background-repeat: no-repeat;
}
#contentlanding {
	width: 910px;
	padding: 20px;
	background: url(../images/bg-footer.gif) no-repeat;
	font-size: 18px;
	line-height: 30px;
}



/* left */
.left {
	width: 670px;
	float: left;
	padding: 20px;
	background-image: url(../images/bg-content.gif);
	background-repeat: no-repeat;
}
.leftsmall {
	width: 230px;
	float: left;
}

.title {
	width: 70%;
	float: left;
	padding: 20px 0px 0px 0px;
}
.merchant {
	width: 25%;
	float: right;
}
.thumb {
	width: 30%;
	float: left;
}
.desc {
	width: 65%;
	float: right;
}


/* right */
.right {
	width: 230px;
	float: right;
}
.rightbig {
	width: 670px;
	float: right;
	padding: 20px;
	background-image: url(../images/bg-content.gif);
	background-repeat: no-repeat;
}


.testi {	
	background: url(../images/bg-testimonial.gif) no-repeat;
	padding: 20px;
	font-size: 12px;
}
.testi p {
	padding: 0px 0px 15px 320px;
}
.testi h4 {
	padding: 0px 0px 15px 320px;
}


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


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


/* 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: #993366;
	color: #fff;
	text-transform: uppercase;
}
td.yellow {
	background: #fffedb;
}
td.gray {
	background: #f4f4f4;
}
td.overall {
	background: #a84706;
	color:#ffffff;
}
