@charset "UTF-8";
/* CONNECTING THE COAST - EYEDEA MEDIA MAKERS 
	Stylesheet by Owen Hardman @ eyedea		*/

@import url("index.css");

a, a:hover, a:visited, a:active, a:link {
	color:#C03;
	font-weight:bold;
}

/* WRAPPERS */

#col1 {
	width: 374px;
	float:left;
	margin: 15px 6px 0px 0px;
}

#col1text {
	float:left;
	width: 316px;
	margin: 0px 10px 0px 10px;
}

#leftmargin {
	float: left;
	width: 19px;
	min-height: 705px;
	background: url(../images/col-left-grad.jpg) no-repeat top center;
}

#rightmargin {
	float: left;
	width: 19px;
	min-height: 705px;
	background: url(../images/col-right-grad.jpg) no-repeat top center;
}

#col2 {
	width: 600px;
	float:left;
	margin: 15px 0px 15px 0px;
}

/*######## TESTIMONIALS STUFF ########*/

.testwrapper {
	width: 292px;
	min-height: 67px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #b71238;
	padding: 10px;
	color: #FFF;
}

.testname {
	display: block;
	width: 275px;
	padding: 5px 0px 10px 53px;
	background: url(../images/dark-t-arrow.png) no-repeat 35px 0px;
	color: #717171;
}

.question {
	cursor: pointer;
}
