@charset "utf-8";

body {
	background-image: url(../images/global/bgtile.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 4px solid #DDAE42;
	background-image: url(../images/home/bgtile-body.jpg);
	background-repeat: repeat-x;
}
#outer-wrapper {
	background-image: url(../images/global/border.png);
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 25px;
	padding-top: 8px;
}
#outer-wrapper #clear {
	height: 8px;
	overflow: hidden;
	background-image: url(../images/global/border-btm.png);
	background-repeat: no-repeat;
}
#content #image-rotator {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	border: 4px solid #DDAE42;
	margin-bottom: 15px;
}
#wrapper #content #tagline {
	background-image: url(../images/home/tagline.png);
	background-repeat: no-repeat;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	height: 42px;
	margin-top: 0px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#wrapper #content #tagline-sub {
	background-image: url(../images/home/tagline-small.png);
	background-repeat: no-repeat;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	margin-top: 0px;
	text-indent: -9999px;
	margin-bottom: 10px;
	background-position: left bottom;
}#footer   {
	background-repeat: no-repeat;
	background-image: url(../images/home/hr.png);
	height: 25px;
	padding-top: 19px;
	margin-bottom: 0px;
	padding-right: 23px;
	text-align: right;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #DDAE42;
}
#footer  p   {
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}
#footer   a:link, #footer a:visited   { color: #DDAE42; }
#footer  a:hover   {
	color: #DDAE42;
	text-decoration: none;
}







#wrapper #branding {
	width: 75px;
	height: 60px;
	margin-top: 7px;
	float: left;
	padding-left: 20px;
}
#wrapper #content {
	clear: both;
	display: block;
}

#wrapper #branding a {
	display: block;
	font-size: 10px;
	height: 60px;
	width: 75px;
	text-indent: -9999px;
	background-image: url(../images/home/logo.png);
}
#wrapper #navigation {
	width: 605px;
	float: right;
	margin-bottom: 20px;
	margin-right: 5px;
}

/* TOP NAVIGATION
----------------------------------------------- */
ul#menu	{
	height: 76px;
	width: 605px;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: transparent;
	background-image: url(../images/home/nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
ul#menu li, ul#menu a {
	height: 76px;
	display: block;
	}
	
ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#nav-home	{left: 0; width: 70px;}
#nav-about	 {left: 70px; width: 95px;}
#nav-design {left: 164px; width: 143px;}
#nav-portfolio {left: 306px; width: 95px;}
#nav-services {left: 401px; width: 85px;}
#nav-contact  {left: 485px; width: 120px;}

#nav-home a:hover	{background: transparent url(../images/home/nav.jpg)  	0      -76px no-repeat;}
#nav-about a:hover {background: transparent url(../images/home/nav.jpg)     -70px -76px no-repeat;}
#nav-design a:hover {background: transparent url(../images/home/nav.jpg)    -164px -76px no-repeat;}
#nav-portfolio a:hover {background: transparent url(../images/home/nav.jpg) -306px -76px no-repeat;}
#nav-services a:hover {background: transparent url(../images/home/nav.jpg)  -401px -76px no-repeat;}
#nav-contact a:hover {background: transparent url(../images/home/nav.jpg)   -485px -76px no-repeat;}
