/*---------------SET UP DEFAULTS-------------*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	text-align: left;
	font: 11px "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #6b6b6b;
	height: 100.02%; /* must have this for bottom footer */		
}
#wrapper {
	width: 777px;
	margin: 0 auto;
	min-height: 100.02%; /* must have this for bottom footer */
	position: relative; /* must have this for bottom footer */
	left: 2px;
}
* html #wrapper{
	height: 100.02%;
}
#header {
	height: 103px;
	background: #fff;
	clear:both;
	
}
#header, #navbar, #content {
	text-align: left;
}

/*--------------------LINKS--------------------*/
a { 
	color: #666666; 
	text-decoration: none;
	outline: none; /* IE remove dashed border */
}
a:hover { 
	color: #551553;
	text-decoration: none;
}
:focus {
	-moz-outline-style: none;/* Moz remove dashed border */
}
a img {
    border: 0;
}
a.contLink { 
	color: #551553; 
	font-weight:bold;
	text-decoration: underline;
}

/*------------------------HEADINGS & PARAGRAPHS------------------------*/ 
p {
	margin: 10px 0;
}
h1, h2 {
	font: bold "Trebuchet MS", Arial, Verdana, sans-serif;
}
h1 {
	font-size: 25px;
	margin-bottom:30px;
	
}
h2 {
   font-size: 20px;
}
hr {
    border: 0;
    border-bottom: 1px solid #d5d5d5;
    margin-top: 40px;
	margin-bottom: 30px;
    height: 1px;
    clear:both;


}

/*------------------------MAIN NAVIGATION------------------------*/
#navbar {
	height: 31px;
	clear:both;
	margin-bottom:50px;
}
#navbar a {
	font: bold 11px;
	color: #000;
	text-decoration: none;
	display:block;
	height:65px;
}
#navbar a:hover {
	color: #fff;
	background: bottom;
}
#navbar ul{
margin:0;
padding:0;
	 
}
#navbar li {
	list-style-type: none;
	display:block;
	float: left; 
}
#navbar li a.link1{background: url(../images/nav/home.jpg) no-repeat; width:133px;}
#navbar li a.link2{background: url(../images/nav/services.jpg) no-repeat; width:167px;}
#navbar li a.link3{background: url(../images/nav/clients.jpg) no-repeat; width:157px;}
#navbar li a.link4{background: url(../images/nav/photos.jpg) no-repeat; width:158px;}
#navbar li a.link5{background: url(../images/nav/contact.jpg) no-repeat; width:159px;}

#navbar li a:hover{
background-position:bottom;
border-top:none!important;
}


body#home a.link1, body#services a.link2, body#clients a.link3, body#photos a.link4,body#contact a.link5{
	/*background-position: bottom;*/
	border-top:#551553 2px solid;
	
}

/*------------------------CONTENT LAYOUT------------------------*/
.container {
	background:none;
	overflow: hidden;
}
#content {
	width: 737px;
	margin:auto;
}
#content img{
margin-bottom:10px;
}
.Content {
	float: left;
	width: 342px;
}
.clientContent {
	float: left;
	width: 332px;
}
.contactContent {
	float: left;
	width: 332px;
	font-size:16px;
}
.introText{
font-size:14px;

}

/*------------------------GALLERY------------------------*/

body#photos #content img{
margin:0 32px 20px 0px;
border:#CCCCCC 3px solid;
}
/*------------------------FOOTER------------------------*/
#clearfooter {
	clear: both;
	height: 20px;
	width: 100%;
}
#footer {
	margin-top: 0;
	color:#FFFFFF;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 410px;
	background: #551553;
}
.footerContent{
	width:777px;
	margin:auto;
	
	font-size:14px;
	height:100px;
}

.footerContent a{
	color:#FFFFFF;
}
.footerContent a:hover{
text-decoration:underline;
}

/*-------------------CUSTOM CONTENT LAYOUT-------------------*/
.floatL {float:left;}
.floatR {float:right;}
.marginT {margin-top: 10px;}
.marginR {margin-right: 10px;}
.marginB {margin-bottom: 10px;}
.marginL {margin-left: 10px;}

/*-------------------LISTS--------------------*/
ul {
	margin: 10px 0 0 20px;	
}
li {
	list-style-image: url(../images/bullet.jpg);
}
.green li {
	list-style-image: url(../images/greenbullet.jpg);
}


/*--------------------FORMS--------------------*/
form {

}
input, select, textarea {
	border: 1px solid #cccccc;
	background-color: #f8f8f8 !important;
	padding: 2px;
	margin-bottom:5px;
	font: 11px "Trebuchet MS", Arial, Helvetica, Verdana;
	color: #666666;
	width:100%;
	height:30px;
}
textarea{
height:80px;
}
.WGbutton{
width:100px!important;
float:left;
}
.WGbutton:hover{
background:#551553!important;
color:#FFFFFF;

}
button {
	padding: 1px 0px;
}
label{
font-size:14px;
}
