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


* { margin: 0; padding: 0; }


body {
	background: url(../assets/images/bg-pattern.png);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color:#333333;
	font-size: 14px;
}

/* BASIC LINK RULES */



a:link {
	color:#333;
	text-decoration: none;
	outline: none;
}

a:hover {
	color:#990000;
}

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

a:active {
	color:#333;
}

/********************************************************/

#wrap {
	width: 900px;
	margin: 0 auto;
}

/* HEADER*/

#header-bg {
	background: url(../assets/images/header-bg.png) repeat-x;
	height: 150px;
	margin: 0 auto;
}

#header {
	background: url(../assets/images/logo.png) no-repeat;
	width: 359px; height: 103px;
	position: relative;
	margin: -123px 0 0 0;
}

#header a {
	display: block;
	width: 359px; height: 103px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	outline: none;
}

ul#menu {
	list-style: none;
	position: relative;
	margin: -49px 0 100px 410px;	
	}
 	ul#menu li {
		display: inline;
	}
	ul#menu li a {
		text-indent: -9999px;
		display: block;
		height: 56px;
		float: left;
		outline: none;
	}
	ul#menu li a.home {
		background: url(../assets/NAV/nav-home.png) no-repeat bottom center;
		width: 81px;
	}
		
	ul#menu li a.portfolio {
		background: url(../assets/NAV/nav-portfolio.png) no-repeat bottom center;
		width: 112px;
	}
	ul#menu li a.news {
		background: url(../assets/NAV/nav-news.png) no-repeat bottom center;
		width: 71px;
	}
	ul#menu li a.about {
		background: url(../assets/NAV/nav-about.png) no-repeat bottom center;
		width: 81px;
	}
	ul#menu li a.contact {
		background: url(../assets/NAV/nav-contact.png) no-repeat bottom center;
		width: 102px;
	}
	
	ul#menu li a.home:hover, ul#menu li a.home:active,
	ul#menu li a.portfolio:hover, ul#menu li a.portfolio:active,
	ul#menu li a.news:hover, ul#menu li a.news:active,
	ul#menu li a.about:hover, ul#menu li a.about:active,
	ul#menu li a.contact:hover, ul#menu li a.contact:active {
			background-position: center center;
		}
	
	body#home ul#menu li a.home,
	body#portfolio ul#menu li a.portfolio,
	body#news ul#menu li a.news,
	body#about ul#menu li a.about,
	body#contact ul#menu li a.contact {
		background-position: top center;
	}

/* END HEADER*/

/***************************************************************/

/* MAIN CONTENT */

#body {
	background: url(../assets/images/welcome.png) no-repeat;
	width: 810px; height: 587px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 40px 0;
	font-variant: small-caps;
	letter-spacing: .1em;
	line-height: 2em;
}

/* BEGIN CONTACT FORM*/ 

fieldset#top {
	width:415px;
	position:relative;
	float: right;
	margin: 0 0 0 0;
	clear:both;
	border: none;
	padding: 0 10px;
}

fieldset#bottom {
	width:415px;
	position:relative;
	float: right;
	margin: 0 0 0 0;
	clear:both;
	border: none;
	padding: 0 10px;
}

#formLeft {
	width: 377px;
	}
	#formLeft input {
		width: 360px;
		margin: 0 0 20px 0;
		border: none;
		text-align: left;
		background: none;
		margin: 5px 0 0 8px;
		font-size: 1.4em;
	}
	#formLeft .input-bg {
		background: url(../assets/form/inputbg.png) top left no-repeat transparent;
		height: 31px;
		margin-bottom: 10px;
		position: relative;
	}
	#formLeft .active {
		background: url(../assets/form/inputbg.png) bottom left no-repeat transparent;
	}

#formRight {
	width: 377px;
	}
	#formRight textarea {
		width: 355px;
		height: 325px;
		display: block;
		border: none;
		background: none;
		margin: 0 0 0 20px;
		padding: 5px 0 13px 0;
		font-family: Helvetica, sans-serif;
		font-size: 1.3em;
  		outline: none;
	}
	#formRight .message-bg {
		background: url(../assets/form/messagebg.png) top left no-repeat transparent;
		height: 345px;
	}
	#formRight .active {
		background: url(../assets/form/messagebg.png) bottom left no-repeat transparent;
	}
	
label {
	display: block;
	font-size: 1em;
	text-indent: 10px;
	font-weight: bold;
}

label.error {
	position: absolute;
	top: -20px;
	right: 49px;
	padding: 3px;
	color: #990000;
	font-size: 1.0em;
	text-align: left;
	font-style: italic;
	font-weight: normal;
}



fieldset#bottom label.error {
	position: absolute;
	top: 0;
	right: 110px;
	padding: 3px;
	color: #990000;
	font-size: 1.0em;
	text-align: left;
	font-style: italic;
	font-weight: normal;
}

input.submit-button {
	float: right;
	padding: 0 5px 10px 0;
	outline: none;
}

/* END BEGIN CONTACT FORM*/ 

#prices {
	background: url(../assets/images/pricesbg.jpg) no-repeat;
	position: relative;
	width: 419px; height: 420px;
	padding: 10px 5px;
	}
	#prices h3, #prices p {
		margin: 10px 10px 0 10px;	
	}
	
#contact-info {
	background: url(../assets/images/contactinfobg.jpg) no-repeat;
	width: 322px; height:128px;
	margin-top: 10px;
	padding: 10px 10px;
	}
	#contact-info h3, #contact-info p {
		margin: 10px 10px 0 10px;
	}


/* END MAIN CONTENT */


#footer {
	background: #e6e3c3;
	color: #333;
	height: 50px;
	padding: 20px 0 10px 0;
	border-top: 2px solid #990000;
	text-align: center;
	clear: both;
}

