﻿/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/*css reset for browser compatibility*/

 body{font:13px/1.231 helvetica,Tahoma,arial,clean,sans-serif;}table{font-size:inherit;}pre,code,kbd,samp,tt{font-family:monospace;font-size:108%;line-height:100%;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}html{overflow:-moz-scrollbars-vertical;}textarea{overflow:auto;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}body{background-image:url('/images/background2.gif');background-repeat:repeat-x;}a:active,a:focus{outline:0;}strong{font-weight:bold;}

 /*end reset*/


a{outline:none;}
body 
{
	background: url('images/bodybg.jpg') no-repeat center top;
	/*background: url('images/bodyback.gif') repeat-x top left;*/
	background-color: #fff;

}
#contentWrapper
{

}
#content
{
	margin: -1px auto 0px auto;
	width: 800px;
	height: 447px;
	overflow: hidden;

}
#topbar
{
	overflow: hidden;
	margin: 0px auto;
	width: 828px;
	height: 155px;
	display: block;
}
#nav
{
	font-size: 14px;
	float: right;	
	display: inline;
	overflow: hidden;
	margin: 100px 10px 0 0;

}
#nav a
{
	text-decoration: none;
}
#nav ul
{
	
}

#nav ul li
{
	float: left;
	margin: 0 15px;

}
#nav ul li a
{
	font-family:Georgia, 'Times New Roman', Times, Serif;
	color:#333;
	font-size:11.2px;
	text-transform:lowercase;
	text-decoration:none;
}
#nav ul li a:hover
{
	color:#777;
}
/*
.homeli
{
	background: url('images/home_li.png') no-repeat;
}
.homeli a
{
	display: block;
	background: url('images/home_li.png') no-repeat;
}
.galleryli
{
	display: block;
	background: url('images/galleries_li.png') no-repeat;
}
.galleryli a
{
	display: block;
	background: url('images/galleries_li.png') no-repeat;
}
.aboutli
{
	background: url('images/about_li.png') no-repeat;
}
.aboutli a
{
	display: block;
	background: url('images/about_li.png') no-repeat;
}
.clientsli
{
	background: url('images/clients_li.png') no-repeat;
}
.clientsli a
{
	display: block;
	background: url('images/clients_li.png') no-repeat;
}
.blogli
{
	background: url('images/blog_li.png') no-repeat;
}
.blogli a
{
	display: block;
	background: url('images/blog_li.png') no-repeat;
}
.contactli
{
	background: url('images/contact_li.png') no-repeat;
}
.contactli a
{
	display: block;
	background: url('images/contact_li.png') no-repeat;
}
.servicesli
{
	background: url('images/services_li.png') no-repeat;
}
.servicesli a
{
	display: block;
	background: url('images/services_li.png') no-repeat;
}
*/
#logo
{
	display: inline; overflow: hidden;
	float: left;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-position: left center;
	width: 274px;
	height:117px;
	margin: 10px 0px 0px 0px;
}
#logo a
{
	display: block;
	width: 274px;
	height:117px;
}
#footerwrap
{
width:800px;
margin:20px auto 0 auto;
}
#footer
{
width:400px;
float:right;
}
#footer p
{
text-align:right;
font-size:9px;
font-weight:bold;
color:#777;
}
