/*
	BASSETRAMSAY STYLESHEET
	developed by Digital Valley (www.digitalvalley.co.za)
*/

body {
	font-family: tahoma;
	font-size: 12px;
	color: #888888;
	line-height: 18px;
	margin: 0px;
	min-width: 750px;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

h1 {
	font-size: 30px;
	font-weight: normal;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	border-left: solid 6px #888888;
	padding-left: 8px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
}

h4 {
	font-size: 12px;
	text-transform: uppercase;
	border-left: solid 6px #990000;
	padding-left: 8px;
	background-color:#CCCCCC;
	font-weight: normal;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header {
	border-top: solid 8px #990000;
	border-bottom: solid 1px #EEEEEE;
	margin-bottom: 2px;
}

#header h1 {
	float: left;
	padding: 10px;
	margin: 0px;
	height: 40px;
}

#header ul {
	list-style: none;
	display: inline;
	float: right;
	padding: 10px;
	margin: 0px;
	height: 40px;
}

#header li {
	float: left;
	margin-right: 15px;
	font-size:13px;
}

.basset {
	color: #990000;
}

.ramsay {
	color: #282880;
}

#container {
	width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}

#content {
	width: 100%;
	border-top: solid 1px #EEEEEE;
	margin-top: 2px;
}

#column_left {
	width: 60%;
	float: left;
}

#column_right {
	width: 40%;
	float: right;
}

#column_left_content {
	padding: 10px;
}

#column_right_content {
	border-top: solid 1px #EEEEEE;
	border-bottom: solid 1px #EEEEEE;
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
	background-color: #e4e4e4;
	margin-top: 72px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: justify;
}

#footer {
	clear: both;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #282880;
}

#footer_content {
	padding: 10px;
}

#media {
	background-color: #EEEEEE;
	background-image: url(images/corporate_man.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 180px;
	clear: both;
}

#services {
	background-color: #EEEEEE;
	background-image: url(images/corporate_handshake.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 180px;
	clear: both;
}

#contact {
	background-color: #EEEEEE;
	background-image: url(images/corporate_hands.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 180px;
	clear: both;
}

#media_content {
	margin-top: 25px;
	width: 55%;
	float: right;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 30px;
	line-height: 25px;
}

.digitalvalley {
	font-weight: bold;
	text-decoration: none;
	color: #888888;
}

.digitalvalley:hover {
	text-decoration: underline;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
ul {
	line-height: 20px;
}
#fs {

	background-color: #EEEEEE;
	background-image: url(images/hdr_fs.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 180px;
	clear: both;
}

