body{
	background: url(../gfx/bg.png) repeat-x 0 -40px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #505050;
	line-height: 18px;
	margin-top: -40px;
}

body.t{
	background: none;
}

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

#webdesign a {
	text-decoration: none;
}

.clear{
	clear: both;
}

h1.first, h2.first, h3.first, h4.first, h5.first{
	margin-top: 0;
}

#wrapper{
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 980px;
	padding: 0 10px 10px;
}

#header{
	position: relative;
	height: 190px;
	width: 100%;
}

#logo{
	position: absolute;
	width: 166px;
	height: 129px;
	left: 20px;
	top: 55px;
}

#logo a{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../gfx/logo.png) no-repeat;
}

#menu{
	position: absolute;
	width: 100%;
	top: 110px;
	left: 310px;
	background: url(../gfx/menu-bg.png) no-repeat 0 0;
}

#menu li{
	float: left;
	font-size: 13px;
	position: relative;
	padding-top: 10px;
	height: 40px;
	background: url(../gfx/menu-delimiter.png) no-repeat 100% 0;
}

#menu li a{
	display: block;
	padding: 0 49px 0 49px;
	height: 17px;
	line-height: 17px;
	float: left;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}


#ref-menu a{
	display: block;
	padding: 8px 0 8px 15px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	border-top: solid 1px #dedede;
	background: url(../gfx/green-arrow.png) no-repeat 2px 13px;	
	color: #717171;
}

#menu li.last {
	background-image: none;
}

#content h1 {
	font-size: 23px;
	color: #1f1f1f;
}

#footer h1 {
	font-size: 20px;
	color: #1f1f1f;
	margin-bottom: 18px;
}

#menu li a:hover{
	color: #fff;
}

#mainColumn {
	width: 410px;
	padding: 70px 0 0 20px;
	float: left;
}

#galleryColumn {
	width: 100%;
	padding: 70px 0 0 20px;
	float: left;
}

#galleryColumn .hr {
	width: 940px;
	border-top: solid 1px #c2c2c2;
	border-bottom: solid 0px;
	border-left: solid 0px;
	border-right: solid 0px;
	text-align: left;
}

#rightColumn {
	width: 520px;
	height: 330px;
	padding-top: 10px;
	margin-right: 10px;
	float: right;
	background: url(../gfx/home-gallery.png) no-repeat 100% 0;
}

#col1 {
	float: left;
	text-align: left;
	width: 289px;
	padding: 0 20px 0 20px;
}

#col2 {
	float: left;
	text-align: left;
	width: 281px;	
	background: url(../gfx/col2-bg.png) no-repeat 100% 0;
	padding: 0 20px;
}

#col3 {
	float: left;
	text-align: left;
	width: 289px;
	padding: 0 0 0 20px;
	
}


#footer{
	text-align: center;
	padding: 50px 0;
	font-size: 11px;
	color: #666;
}

img, div, li, h1, #menu, #logo a { behavior: url("iepngfix.htc") }


/* Easy Slider */

#slider {
	margin: 17px 0px 0px 33px;
}

#slider ul, #slider li, #slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider2{margin-top:1em;}
#slider li, #slider2 li { 
	width:461px;
	height:274px;
	overflow:hidden; 
}
		
#prevBtn, #nextBtn, #slider1next, #slider1prev{ 
	display: none;
	}	
	
	ol#controls{
		margin: 10px 0 0 180px;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #fff;
		background:#047e35;
		color:#fff;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#35af66;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* GALLERY */

.imgFrame {
	border: solid 5px #c2c2c2;
	margin-right: 20px;
}