body, html {
	margin: 0;
	padding: 0;
	background: #f3efe7 url('../images/bg.png') repeat-x top left;
	font-family: Tahoma,Verdana,Arial,Courier New,sans-serif;
	font-size: 12px;
	color: #4c4c4c;
}

h1 {
	font-size: 22px;
	line-height: 22px;
	display: block;
	padding: 10px 0;
	color: #ba450f;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
}

h1 a {
	color: #252525;
	text-decoration: none;
}

a, a:visited {
	color: #cd5d2f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header {
	width: 900px;
	margin: 0 auto;
	height: 101px;
}

#header #logo {
	margin: 34px 0;
	float: left;
}

#header #menu {
	float: right;
}

#header ul {
	float: right;
	display: block;
	list-style: none;
	margin: 29px 0;
	padding: 13px 0;
	width: 580px;
	height: 14px;
	background: url('../images/menu_item_bg.png') repeat-x center left;
}

#header ul li {
	display: inline;
	white-space: nowrap;
	list-style: none;
	margin: 0;
	padding: 10px 15px;
	height: 60px;
	background: url('../images/menu_separator.png') no-repeat center left;
	position: relative;
}

#header ul li a {
	font-size: 14px;
	color: #c84a10;
	height: 60px;
}

#header ul li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 30px;
	margin: 0; 
	padding: 4px 0 15px 0;
	display: none;
	float: left;
	width: 235px;
	background: url('../images/submenu_bg.png') bottom center no-repeat;
	z-index: 200;
}
#header ul li ul.subnav li{
	margin: 0; padding: 0;
	background: #febb49;
	border-bottom: 1px solid #ebac41; /*--Create bevel effect--*/
	clear: both;
	width: 230px;
	height: 34px;
	float: left;
}
#header ul li ul.subnav li a {
	float: left;
	width: 210px;
	height: 14px;
	background: #febb49;
	font-weight: normal;
	padding: 10px 0 10px 20px;
	text-align: left;
	text-shadow: 0 0 0 #FFF; /* horizontal-offset vertical-offset 'blur' colour */
	-moz-text-shadow: 0 0 0 #FFF;
	-webkit-text-shadow: 0 0 0 #FFF;
}
#header ul li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #f7b33e;
}

#header .menu_first {
	background: none;
} 


.banner_nr {
	float: right;
	color: #f38f1f;
	display: block;
	margin-right: 15px;
	font-weight: bold;
}





#services {
	width: 900px;
	margin: 0 auto;
	color: #000;
	background: #f3efe7;
	padding: 10px;
}

#services img {
	margin-bottom: 7px;
}

#services div {
	text-align: justify;
}

#services #webdesign {
	float: left;
	width: 290px;
}

#services #coding {
	width: 290px;
	margin: 0 auto;
}

#services #hosting {
	float: right;
	width: 290px;
}


.yellowhr {
	color: #ffba2a;
	background-color: #ffba2a;
	border: 1px solid #ffba2a;
	width: 900px;
	margin: 30px auto 10px auto;
}

.redhr {
	color: #b50900;
	background-color: #b50900;
	border: 1px solid #b50900;
	width: 900px;
	margin: 20px auto 7px auto;
}


#content {
	width: 900px;
	margin: 0 auto;
	background: #f3efe7;
	padding: 10px;
}

#customers {
	float: right;
	width: 218px;
}

#customers-logos {
	width: 218px;
	height: 74px;
}

#customers-logos ul, #customers-logos li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider2{margin-top:1em;}
#customers-logos li, #slider2 li{ 
	width:218px;
	height:74px;
	overflow:hidden; 
}

#footer {
	width: 900px;
	margin: 0 auto;
	font-size: 11px;
}

#footer span {
	float: right;
}

#footer ul {
	float: left;
	display: block;
	list-style: none;
	height: 14px;
	margin: 0;
	padding: 0;
}

#footer .menu_first {
	background: none;
	padding: 0 10px 0 0;
} 

#footer ul li {
	display: inline;
	white-space: nowrap;
	list-style: none;
	margin: 0;
	padding: 0 10px 0 15px;
	background: url('../images/menu_separator.png') no-repeat center left;
}


.project_thumbs  {
	text-align: center;
}

.project_thumbs img {
	border: 3px solid #ec7d29;
	margin-right: 16px;
}

.project_thumb {
	border: 3px solid #ec7d29;
	margin-right: 10px;
	float: left;
	width: 150px;
}

hr.project_line {
	color: #f3efe7; 
	background: none; 
	border: 1px dashed #ec7d29; 
	border-style: none none dashed; 
	margin-top: 20px;
}
