/**

http://www.doubleudesigns.com/

Version: 2.1
Author: Waleed Zuberi, Double U Designs
Author URI: http://waleed.doubleudesigns.com/

2007/10/22 20:13:33

**/

body {
	margin: 0;
	text-align: center;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 100%;
	color: #000;
}

a img {
	border: 0px none;
	margin: 0;
	padding: 0
}

#page {
	text-align: center;
	margin: 0 auto;
	width: 770px;
	background: url('../images/bg-shad-b.png') repeat-y;
}

#wrapper {
	margin: 0 auto;
	width: 750px;
	text-align: center;
	font-size: 100%;
}

/* -- Head */

#masthead {
	border-bottom: 5px solid #759B77;
	background: url('../images/lighthouse.png') no-repeat;
	height:200px; width:750px; text-indent:-9000px; background-repeat:no-repeat
}

#head {
	text-align: left;
	width: 100%;
	background: #fff;
	margin: 0 auto;
	padding-top: 30px;
}
#logo {
	float: left;
	width: 150px;
	margin-bottom: 10px;
	margin-left: 15px;
}
	#logoimg {
		text-indent: -9000px;
		background-image: url('../images/logo-plus.png');
		background-position: left top;
		background-repeat: no-repeat;
		height: 85px;
		width: 150px;
		padding: 0;
		margin: 0;
	}

#nav {
	text-transform: lowercase;
	text-align: right;
	font-size: 100%;
	font-family: "Trebuchet MS", sans-serif;
	float: right;
	width: auto;
	padding: 10px;
	padding-right: 10px;
	position: relative;
	top: 40px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	margin: 0;
	float: left;
}

#nav ul li a {
	margin-right: 20px;
	padding: 2px;
}

#nav ul li a, #nav ul li a:visited {
	display: block;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	padding: 5px;
}

#nav ul li a:hover {
	color: #7EAF9B;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	padding: 5px;
}

#nav ul li a.current {
	color: #7EAF9B;
	padding-right: 5px;
	padding: 5px;
}

/* Content
-------------- */

/* -- Columns */
#column-wrapper {
	text-align: center;
	color: #000;
	width: 95%;
	margin: 0 auto;
	clear: both;
}
.columns {
	text-align: left;
	font-size: 80%;
}
.columns h3 {
	margin: auto;
	padding: 10px 0 0 10px;
	font-family: Georgia, "Trebuchet MS", sans-serif;
	font-size: 120%;
}

#column-wrapper #left {
	float: left;
	width: 30%;
	margin: 0;
	background: url('../images/line.png') no-repeat right 50%;
	
}
#column-wrapper #middle {
	margin-left: 35%;
	margin-right: 35%;
	width: 29%;
	background: url('../images/line.png') no-repeat right 50%;
	
}
#column-wrapper #right {
	float: right;
	width: 30% /* 250px */;
	margin: 0;
}
/* -- END Columns */

.stylish-headings {
	margin-bottom: 0;
}

#about-heading {
	text-indent: -9000px;
	width: 200px;
	height: 23px;
	background-image: url('../images/about.gif');
	background-repeat: no-repeat;
	margin-left: -5px;
	margin-bottom: 0; background-position-y:50%
}
#client-heading {
	text-indent: -9000px;
	width: 200px;
	height: 22px;
	background-image: url('../images/client.gif');
	background-repeat: no-repeat;
	margin-left: -5px;
	margin-bottom: 0; background-position-y:50%
}
#serv-heading {
	text-indent: -9000px;
	width: 200px;
	height: 22px;
	background-image: url('../images/serv.gif');
	background-repeat: no-repeat;
	margin-left: -5px;
	margin-bottom: 0; background-position-y:50%
}
#contact-heading {
	text-indent: -9000px;
	width: 200px;
	height: 22px;
	background-image: url('../images/contact.gif');
	background-repeat: no-repeat;
	margin-left: -5px;
	margin-bottom: 0; background-position-y:50%
}

#content-wrapper {
	text-align: left;
	background: #fff;
	width: 100%;
	clear: both;
	margin-top: 10px;
}
#content-wrapper .stylish-headings {
	margin-left: 5px;
}

#serv-option {
	font-size: 80%;
}

#sidebar {
	color: #fff;
	background: #5d5d5d;
	width: 25%;
	float: left;
}

#text {
	color: #000;
	background: background-repeat url('../images/white-shadow.png') repeat-y left 50%;
	/* width: 75%;
	float: left; */
	margin-left: 25%;
	padding-left: 10px
}



#foot {
	font-size: 70%;
	color: #fff;
	background: #759B77;
	clear: both;
	padding: .5em;
}
#foot p { padding: 0; }

#foot a, #foot a:visited {
	color: #fff;
	text-decoration: underline;
}
#foot a:hover {
	color: #fff;
	text-decoration: none;
}

#optionsbox {
	float: right;
	width: 200px;
	padding: 5px;
	border: solid 1px #3f3f3f;
	background: #efefef;
	margin: 10px;
	font-size: 80%;
}

.box {
	margin: 10px;
	background: #efefef;
	padding: 5px;
	border: solid 1px #3f3f3f;
}

#list {
	font-family: "Verdana", sans-serif;
}

#list li {
	margin-top: 5px;
}

.toggle {
	text-decoration: underline;
	color: #663300;
	cursor: hand;
}

#columnleft {
	float: left;
	width: 300px;
	margin: 0 10px 10px 10px;
}
#columnright {
	margin-left: 360px;
}

.toggle:hover {
	color: #000;
	text-decoration: underline;
	cursor: hand;
}


/* -- END Content */

.clear {
	clear: both;
}

.heading {
}

h1, h2, h3 {
	font-family: Georgia, serif;
}

h3, h4, h5 {
	padding: 10px;
	font-family: Georgia, serif;
	padding-bottom: 0;
	margin-bottom: -10px;
}

p {
	font-size: 98%;
	font-weight: normal;
	padding: 10px;
	padding-bottom: 0;
}

ul {
	font-size: 92%;
	font-weight: normal;
}

hr {
	color: #CDDE8B;
}

/* Misc.
-------------- */

hr {
	height: 1px;
	color: #efefef; /* color for IE */
	background-color: #efefef; /* background-color for mozilla */
}

/* -- Other */

.hide { display: none; padding: 0; margin: 0; }

/* -- Hyperlinks */

a, a:visited {
	color: #663300;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}
