@charset "utf-8";
/* CSS Document */

body, html {
	height:100%;
	width:100%;
	margin:0;padding:0;
}
a { outline: none; 
	color: #F93;}


#home,
#portfolio,
#contact {
	min-height: 600px;
	height: 100%;
	min-width: 950px;
	position: relative;
}

#wrapper {
	clear:both;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:#ccc;
	overflow:auto;
}


#mask {
	width:100%;
	height:300%; /* multiply 100% * number of screens */
	background-color:#eee;
}

.item {
	width:100%;
	height:33.3%; /* divide 100%/number of screens */
	float:left;
	background-color:#ddd;
}

.content {
	width:960px;
	height:1%;
	top: 20%;
	left: 0;
	display: table;
	margin:0 auto;
	position:absolute;
	clear:both;
	overflow:hidden;
}

.content .h1,
.content .h2 {
	display: block;
}

.content p.left,
.content p.right,
.content div.right {
	float: left;
	width: 205px;
	margin: 1em 21px 0 3px;
}
/*_______________________________________________________________*/
	
	
	


.bottom {
overflow:hidden;
position:absolute;

width: 100%;
background-repeat: no-repeat;
background-position: bottom left;
z-index: 15;
}



.top {
overflow: hidden;
background-repeat: no-repeat;
background-position: top left;
}
/*
.top .logo {
	display: block;
	position:absolute;
	left:20px;
	top:0px;
}
.top .blob{
		display: block;
		position:absolute;
		top: 40px;
		left: 50px;
}

*/

.selected {
background:#fff;
font-weight:700;
}

.clear {
clear:both;
}
/*_______________________________________________________________*/







/*_____________________________________________ HOME __*/
#homeBG {	background-color:#cccccc; 
		background-image: url(../img/home_BG.jpg);
}



#home .content {
			position:absolute;
			top: 100px;
			padding-left:50px;
		}
					
#home .tagline {
	top:125px;
	left: 350px;
	position:relative;
	
}

#home .bottom {
left: 0;
bottom: 0;
height: 159px;
background-image: url('../img/homeBottom.png');
}

#home .h1,
#home .h2 {
	display: block;
}

#home p.left {
	float:left;
	width: 210 px;
	color: #DFD9CA;
	font-weight:bold;
	margin: 1em 20px 0 3px;
}

#home p.right,
#home div.right {
	float: left;
	width: 600px;
	color: #5A5138;
	margin: 1em 21px 0 3px;
}

#home .logo {
	display: block;
	position:absolute;
	left:20px;
	top:0px;
}

/*_____________________________________________ PORTFOLIO __*/
#portfolioBG {background-color:#ff0000; background-image: url(../img/portfolio_grey_BG.jpg);}
#portfolio  {
	margin-top:0px;
}


#portfolio .top{
	height: 185px;
	background-image: url('../img/portfolioTop.png');
		}
#portfolio .bottom{
	width:100%;
	left: 0;
	bottom: 0;
	height: 63px;
	background-image: url('../img/portfolioBottom.png');
		}
	
/*___________________________________________ CAROUSEL __*/

#carousel {
	position: relative;
	width:965px;
	height:375px;
	margin:55px auto; 	
}

#slides {
	overflow:hidden;
	/* fix ie overflow issue */
	position:relative;
	width:960px;
	height:375px;
	border:1px solid #ad9884;
}

/* remove the list styles, width : item width * total items */	
#slides ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:4px 5px 5px;
	width:10000px;
}

/* width of the item, in this case I put 250x250x gif */
#slides li {
	width:960px;
	height:375px;	
	float:left;
}

#slides li img {
	padding:1px;
	border: 1px solid #999;
}

/* Styling for prev and next buttons */
#buttons {
	position:relative;
	left:20px;
	top:10px;
	padding:0 0 5px 0;	
	float:left;
	z-index:25;
}

#buttons a {
	display:block; 
	width:31px; 
	height:32px;
	text-indent:-999em;
	float:left;
	outline:0;
}

a#prev {
	background:url(../img/arrow.png) 0 -31px no-repeat; 
}

a#prev:hover {
	background:url(../img/arrow.png) 0 0 no-repeat;
}

a#next {
	background:url(../img/arrow.png) -32px -31px no-repeat; 
}

a#next:hover {
	background:url(../img/arrow.png) -32px 0 no-repeat;
}

.clear {clear:both}


		
/*_____________________________________________ CONTACT __*/
#contactBG {background-color:#339933;background-image: url(../img/contact_BG.jpg);}
#contact {
	margin-top:0px;
}
#contact .top{
	height: 172px;
	background-image: url('../img/contactTop.png');
		}
#contact .bottom{
	width:100%;
	left: 0;
	bottom: 0;
	height: 363px;
	background-image: url('../img/contactBottom.png');
	
		}
		
#contact .content {
			position:absolute;
			top: 190px;
			padding-left:50px;
		}
		
#contact a {
	color: #F93;
	background-color: inherit;
		}		
#contact .h1,
#contact .h2 {
	display: block;
}

#contact p.left {
	float:left;
	width: 210 px;
	color: #DFD9CA;
	font-weight:bold;
	margin: 1em 20px 0 3px;
}

#contact p.right,
#contact div.right {
	float: left;
	width: 600px;
	color: #DED1A9;
	margin: 1em 21px 0 3px;
}	
		
/*_____________________________________________ NAVIGATION __*/




#header { height: 190px; position: fixed; width: 940px; z-index: 500; top: 5px; left: 575px; margin-left: -470px; }
div.logo { float: left; padding-top: 30px; width: 300px; position: relative; }

div.nav { float: right; width: 550px; height: 41px; }
div.nav ul { list-style-type: none; }
div.nav li { float: left; text-indent: -9999px; }
div.nav li a { display: block; margin-left: 5px; margin-right: 5px; }
a.home { width: 86px; height: 41px; background: url(../img/home_bt.png) left top no-repeat; }
a.portfolio { height: 41px;  width: 105px; background: url(../img/portfolio_bt.png) left top no-repeat; }
a.contact { height: 41px;  width: 87px; background: url(../img/contact_bt.png) left top no-repeat; }
a.blog { height: 41px;  width: 71px; background: url(../img/blog_bt.png) left top no-repeat; }
a.portfolio:hover, a.home:hover, a.contact:hover, a.blog:hover { background-position: left -41px; }




/*_____________________________________________ FOOTER __*/

.copyright {
	bottom:9px;
	color:#fff;
	left:50%;
	font-size:12px;
	margin:0 0 0 -495px;
	background-position: bottom;
	position:fixed;
	text-align:center;
	width:960px;
	word-spacing:1px;
	z-index:901;
}
.copyright a { color:#fff; text-decoration:none; }
.copyright a:hover { color:#f48a0d; }



/*_____________________________________________ MISC  __*/
body, input, textarea {
	font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif, verdana;
}

input, textarea {
	font-size: 14px;
}

a img {
	border: none;
}

#contact .error {
	color: white;
	background-color: inherit;
}

.clear {
	width: auto;
	height: 0;
	overflow: hidden;
	line-height: 1px;
	float: none;
	clear: both;
}

