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

/*------------ global ------------*/
	* {margin: 0px; padding: 0px;}
	.clear {clear: both;}
	body {background-color: #cbc7b8; background-image: url("graphics/repeat.gif"); background-repeat: repeat-x; font-family: Arial, Helvetica, sans-serif; margin:0; font-size:12px;}
	img { border: 0px; }
	

/*--------- background ---------*/
	#backgroundWrapper {background-image: url("graphics/background.jpg"); background-repeat: no-repeat; background-position: 50% 0px; padding-top: 10px; }
	#backgroundWrapper .clear{line-height: 0px; }
	
/*--------- content ---------*/
	#wrapper {width: 938px;background-color: white; border: 9px solid #e9e9d0; margin: 20px auto; }

/*------ navBar ------*/
	#navBar {background:url(graphics/menu.jpg); no-repeat; width: 938px; height: 35px; text-align: center; margin-top: 5px; }
	#navBar li {list-style: none; display: inline; }
	#navBar li a {float: left; height: 35px; margin: 0px 0px 0px 5px; }
	
	#navBar #homeLink a {background: url('graphics/home.jpg') no-repeat; width: 60px; text-indent: -9999px; margin-left: 40px; }
	#navBar #homeLink a:hover {background-position: 0px -35px; }
	#navBar #homeLinkActive a { width: 60px; text-indent: -9999px; margin-left: 40px; background: url('graphics/home.jpg') no-repeat; background-position: 0px -35px; }
	
	#navBar #aboutLink a {background: url('graphics/about.jpg') no-repeat; width: 78px; text-indent: -9999px; }
	#navBar #aboutLink a:hover {background-position: 0px -35px; }
	#navBar #aboutLinkActive a {background: url('graphics/about.jpg') no-repeat; background-position: 0px -35px; width: 78px; text-indent: -9999px; }
	#navBar #servicesLink a {background: url('graphics/services.jpg') no-repeat; width: 97px; text-indent: -9999px; }
	#navBar #servicesLink a:hover {background-position: 0px -35px; }
	#navBar #servicesLinkActive a {background: url('graphics/services.jpg') no-repeat; background-position: 0px -35px; width: 97px; text-indent: -9999px; }
	
	#navBar #portfolioLink a {background: url('graphics/portfolio.jpg') no-repeat; width: 98px; text-indent: -9999px; }
	#navBar #portfolioLink a:hover {background-position: 0px -35px; }
	#navBar #portfolioLinkActive a {background: url('graphics/portfolio.jpg') no-repeat; background-position: 0px -35px; width: 98px; text-indent: -9999px; }
	
	#navBar #contactLink a {background: url('graphics/contact.jpg') no-repeat; width: 89px; text-indent: -9999px; }
	#navBar #contactLink a:hover {background-position: 0px -35px; }
	#navBar #contactLinkActive a {background: url('graphics/contact.jpg') no-repeat; background-position: 0px -35px; width: 89px; text-indent: -9999px; }
	
	#navBar #supportLink a {background: url('graphics/support.jpg') no-repeat; width: 149px; text-indent: -9999px; }
	#navBar #supportLink a:hover {background-position: 0px -35px; }
	#navBar #supportLinkActive a {background: url('graphics/support.jpg') no-repeat; background-position: 0px -35px; width: 149px; text-indent: -9999px; }

/*-------------- top links ------------*/
.toplink {border-right: 1px #CCC solid; border-bottom: 1px #CCC solid; padding: 5px; margin: 5px; font-size: 11px; }

/*-------------- banner text ---------*/

#banner-title {color:#FFFFFF; font-family: Geneva, Arial, Helvetica, sans-serif; font-size:24px; font-weight:bold; margin-bottom:10px;}
.banner-text {color: #FFFFCE; font-family: Geneva, Arial, Helvetica, sans-serif; font-size:13px; line-height: 18px; text-decoration: none}
a.banner {letter-spacing:.1em; font-weight:bold; color: #FFFFCE; font-family: Geneva, Arial, Helvetica, sans-serif; font-size:13px; text-decoration: none}
a.banner:hover {color: #000000; padding-bottom; }

/*-------------- maincontent ---------*/

#content {font-size:12px; line-height:20px; padding: 15px; margin-top: -40px; }
.subtitle {
	font-size: 15px;
	font-weight: bold;
	color: #5C3524;
	letter-spacing: .1em;
	margin-bottom: 10px; }

.portfolio-captions {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	line-height: 15px;
}

.subtitle2 {
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	color: #5C3524;
	margin-bottom: 10px;
	padding-left: 15px;
}
.subtitle3 {
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	color: #993300;
}
.form-fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#footer {
	width: 956px;
	margin: auto;
	font-size: 11px;
	color:#333333;
	margin-top: -10px;
	margin-bottom: 15px;
}
ul.packages {
	margin-left: 25px;
}
