body {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	color: #000000;
	font-size: 14px;
	background-color: transparent;
}

#container {
	background-image: url(../images/stock-203.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#menu {
	position: absolute;
	top: 18%;
	left: 12.5%;
	width: 74.85%;
	background-color: #fff;
	height: 3.75%;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-bottom: 1px; 
}
	
#logo {
	position: absolute;
	top: 3%;
	left: 12.5%;
	height: 12%;
	width: 78%; 
	padding-left: 2%;
	/* border:1px solid red; */
}

#borderLeft {
	position: absolute;
	top: 0;
	left:0;
	width:12.5%;
	height: 100%;
	background-color:#006;
	border-right: 1px solid #000000; 
	/* border: 1px dashed #000000; */
}

#borderRight {
	position: absolute;
	top: 0;
	right: 0;
	width: 12.5%;
	height: 100%;
	background-color: #006;
	border-left: 1px solid #000000;
	/* border: 1px dotted yellow; */
	min-height: auto;
	height: 100%;
}

#side1 {
	position: absolute;
	width: 18%;
	height: 67.5%;
	top: 22.5%;
	left: 12.5%;
	padding: 1%;
	padding-top: 0;
	color: #000000;
	text-align: left;
	overflow: auto;
	/* border: 2px dotted yellow; */  
}

#side2 {
	position: absolute;
	width: 18%;
	height: 67.5%;
	top: 22.5%;
	right: 6%;
	left: 67.5%;
	padding: 1%;
	padding-top: 0;
	/* border: 2px dotted red; */   
	color: #000000;
	text-align: left;
	overflow: auto;
	/* border-left: 1px solid #000000;  */
}

#centre {
	position: absolute;	
	top: 22.5%; 
	left: 32.5%;
	width: 31%;
	height: 65%;
	padding: 2%;
	padding-top: 0;
	overflow: auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	/* border: 1px red solid; */
}

#footer {
	position: absolute;
	bottom: 2%;
	left: 10%;
	margin-top: 5%;
	width: 80%;
	height: 4%;
	border-top: 10px solid #006;  
}

#break {
	position: absolute;
	top: 26%;
	left: 0;
	width: 100%;
	background-color: #CC0000;
	height: 20px;
	border: 1px solid #000000;
}

h1#seoClients {
	font-size:16px;
	font-weight: bold;
}

.dropcap {
	color: #000000;
	font-size: 2.5em;
	float: left;
	padding-right: 2px;
}

.emphasis {
	font-style:italic;
	font-weight:bold;
}

.commentsLeft {
	position: absolute;
	margin-left: 0;
	margin-top: 100px;
	width: 230px;
}

.commentsRight {
	position: absolute;
	margin-left: 360px;
	margin-top: 100px;
	width: 230px;
}

#clear {
	clear: both;
}


#w3c {
	margin-bottom: 10px;
	padding-top: 10px;
}

#content h1 {
	font-size:1.2em;
	color: #711515;
	background-color: transparent;
	overflow: hidden;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

ul#tabnav {
	float: left;
	list-style-type: none;
	margin: 0;
	/* padding-bottom: 24px; */
	font: bold 11px verdana, arial, sans-serif;
}

ul#tabnav li {
	float: left;
	height: 100%;
	background-color: #0099FF; 
	color: #ffffff;
	border-top: 1px solid #711515;
	border-right: 1px solid #711515; 
	border-left: 1px solid #711515; 
	
	margin-left: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 10px -4px 2px #006;
	-webkit-box-shadow: 10px -4px 2px #888;
	box-shadow: 10px -4px 2px #006;
}

ul#tabnav li a:link, ul#tabnav a:visited {
	display: block;
	color: #000066;
	background-color: transparent;
	text-decoration: none;
	padding: 6px;
}

ul#tabnav a:hover {
	background-color: #fff;
	color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

body#home li.home, body#contact li.contact, body#about li.about,
body#gallery li.gallery, body#feedback li.feedback, body#faq li.faq {
	border-bottom: 1px solid #fff;
	color: #000000;
	background-color: #fff;
	margin-left: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

body#home li.home a:link, body#home li.home a:visited,
body#about li.about a:link, body#about li.about a:visited,
body#links li.links a:link, body#links li.links a:visited,
body#services li.services a:link, body#services li.services a:visited,
body#gallery li.gallery a:link, body#gallery li.gallery a:visited,
body#contact li.contact a:link, body#contact li.contact a:visited, 
body#portfolio li.portfolio a:link, body#portfolio li.portfolio a:visited, 
body#seo li.seo a:link, body#seo li.seo a:visited {
	color: #000000;
	background-color: #fff;
	border-bottom: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#mobileHeader {
	display: none;
}