/* 

CSS for Baron & Company Site
by Brandon Allen

*/




/* ========== global CSS index ============ */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #413000;
	background: #F2EFEB url(../images/bkgnd_top.jpg) repeat-x center top;
	margin: 0;
	padding: 0;
}

p, h1, h2, h3, h4, h5, h6, li {
	margin: 15px;
}

a, a:link, a:active {
	color: #4A6916;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration:none;
}

a:hover {
	color: #768D4D;
	text-transform: uppercase;
	font-weight: 500;
}

div#outerDiv {
	width: 990px;
	background-color: none;
	margin: 0px auto;
	zoom:1;
}

/* ========= header CSS ============= */

div#header {
	background: url(../images/header_logo.gif) no-repeat;
	background-color:#EEE9E3;
	height: 60px;
	position: relative;
}

#footer {
	height: 70px;
	position:relative;
}




/*========= Main Menu ============= */

#header #mainMenu {
	position:absolute;
	left: 590px;
	width: 410px;
	height: 60px;
	margin: 0px auto;
	zoom:1;
}

#mainMenu ul {
	background: url(../images/nav.gif) no-repeat;
	width: 400px;
	height: 60px;
	margin: 0px;
	padding: 0px;
}

#mainMenu span {
	display: none;
}

#mainMenu li a {
	height:60px;
	display:block;
}

#mainMenu li {
	float: left;
	display:inline;
	list-style: none;
}

/*========= Main Menu - links ============= */

#home {width: 85px; margin: 0px auto; zoom:1;}
#about_us {width: 101px;margin: 0px auto; zoom:1;}
#portfolio {width: 110px; margin: 0px auto; zoom:1;}
#contact {width: 104px; margin: 0px auto; zoom:1;}

/*========= Main Menu - links rollover ============= */

#home a:hover {background: url(../images/nav.gif) 0px -60px no-repeat; zoom:1;}
#about_us a:hover {background: url(../images/nav.gif) -85px -60px no-repeat; zoom:1;}
#portfolio a:hover {background: url(../images/nav.gif) -186px -60px no-repeat; zoom:1;}
#contact a:hover {background: url(../images/nav.gif) -296px -60px no-repeat; zoom:1;}

/*========= Main Menu - links current ============= */

#home a.current {background: url(../images/nav.gif) 0px -120px no-repeat; zoom:1;}
#about_us a.current {background: url(../images/nav.gif) -85px -120px no-repeat; zoom:1;}
#portfolio a.current {background: url(../images/nav.gif) -186px -120px no-repeat; zoom:1;}
#contact a.current {background: url(../images/nav.gif) -296px -120px no-repeat; zoom:1;}




/*========= Main Content ============= */

div#content {
	border: 0px solid #000000;
	overflow: hidden;
	width: 100%;
	zoom:1;
	
}

#content div#mainContent {
	float: left;
	display:inline;
	width: 482px;
	margin-top: 67px;
	line-height: 1.5em;
	/*border: 1px solid red;*/

}

#socialTop{
	background:url(../images/social_media_icons.png) no-repeat;
	position:relative;
	width:169px;
	height:44px;
	left: 170px;
	top: -52px;
	/*border: 1px solid red;*/
}

#socialLink{
	position:relative;
	width:169px;
	height:44px;
}

#fbLikeTop{
	position:absolute;
	width:169px;
	height:44px;
	margin: 15px 0 0 15px;
	/*border: 1px solid red;*/
}

#facebookTop {
	position:absolute;
	left:0px;
	top:0px;
	width: 53px;
	height: 44px;
	background-color: transparent;
}

#vimeoTop {
	position:absolute;
	left:56px;
	top:0px;
	width: 53px;
	height: 44px;
	background-color: transparent;
}

#youtubeTop {
	position:absolute;
	left:112px;
	top:0px;
	width: 53px;
	height: 44px;
	background-color: transparent;
	
}

#content div#mainContent p {
	padding-bottom: 5px;
}



#content div#mainContent img {
	margin-bottom: 7px;
	margin-left: 1ex;
}

#slideshow {
	float:left;
	display:inline;
	width: 506px;
	height: 450px;
	margin:0px;
	padding:0px;
}

#fadeshow1 {
	margin:0px;
}

/*========= Mid Content ============= */

#content div#midContent{
	width: 100%;
	margin: 0px;
	padding:0px;
	zoom:1;
}


#content div#midContent ul {
	background: url(../images/img_porfolio_squares.png) no-repeat;
	width: 990px;
	height: 207px;
	*height: 1%;
	margin: 0px;
	padding: 0px;
}

#content div#midContent li {
	float: left;
	display: inline;
	list-style: none;
}

#content div#midContent span {
	display: none;
}

#content div#midContent li a {
	height:207px;
	display:block;
}

#logo {width: 198px; margin: 0px auto;}
#collateral {width: 198px;margin: 0px auto;}
#interactive {width: 198px; margin: 0px auto;}
#video {width: 198px; margin: 0px auto;}
#marketing {width: 198px; margin: 0px auto;}

#logo a:hover {background: url(../images/img_porfolio_squares.png) 0px -207px no-repeat;}
#collateral a:hover {background: url(../images/img_porfolio_squares.png) -198px -207px no-repeat;}
#interactive a:hover {background: url(../images/img_porfolio_squares.png) -396px -207px no-repeat;}
#video a:hover {background: url(../images/img_porfolio_squares.png) -594px -207px no-repeat;}
#marketing a:hover {background: url(../images/img_porfolio_squares.png) -792px -207px no-repeat;}

/*========= Testimonials ============= */

#testimonials div#clients p.headertxt {
	margin-top:50px;
}

#testimonials div#testimonial01 {
	float: left;
	display:inline;
	width: 318px;
	border-right: dotted;
	border-color: #413000;
	border-right-width: thin;
	line-height: 1.7em;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
}

#testimonials div#testimonial02 {
	float: left;
	display:inline;
	width: 318px;
	border-right: dotted;
	border-color: #413000;
	border-right-width: thin;
	line-height: 1.7em;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
 
}

#testimonials div#testimonial03 {
	float: left;
	display:inline;
	width: 318px;
	line-height: 1.7em;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;

}

#content div#testimonials div#clients h1{
	float:left;
	display:inline;
	width: 100%;
	margin-top: 40px;
	padding-bottom: 0px;
}

#testimonials span.title {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #413000;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 1.7em;
}

/*========= Footer ============= */

#content div#footer {
	background: url(../images/footer.png) no-repeat center;
	background-color: #EEE9E3;
	float:left;
	display:inline;
	width: 990px;
	height: 50px;
	zoom:1;
	
}

#footer div#social {
	position:relative;
	margin:0px;
	padding:0px;
	width:100%;
}

#social #facebook {
	position:absolute;
	left:661px;
	top:8px;
	width: 112px;
	height: 32px;
	background-color: transparent;	
}

#social #vimeo {
	position:absolute;
	left:775px;
	top:8px;
	width: 98px;
	height: 32px;
	background-color: transparent;	
}

#social #youtube {
	position:absolute;
	left:875px;
	top:8px;
	width: 110px;
	height: 32px;
	background-color: transparent;
	
}

