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

/** CSS
Author: Fritschle Communications
Created: March 2010
*/

/** GLOBAL ELEMENTS */

html { overflow-x: auto; height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

div { text-align: left; }

body {
	margin: 0 0 0 0;
	text-decoration: none;
	line-height: 1.2em;
	background: #B0B0B0;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6, body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0 0 0;
}

/** TEXTS */

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #4C473E;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

img {
	border: 0;
}

a {
	color: #000;
}

.phone {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #4D6E8A;
}

.copyright {
	font-size: 12px;
	color: #000;
	margin: 0;
}

/** Layout */

#wrapper {
	width: 850px;
	margin: 15px auto 15px auto;
	border: 5px solid #fff;
	background: url(../images/gray_blue_background.jpg) center top repeat-y;
}

#nav {
	width: 850px;
	height: 20px;
	padding: 2px 0 0 0;
	background: #E6783A;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	clear: both;
	text-align: right;
}

#wrapper2 {
	width: 850px;
	clear: both;
}

#logo_box {
	width: 280px;
	height: auto;
	float: right;
}

#text {
	width: 525px;
	height: 230px;
	float: left;
	padding: 20px;
}

#footer {
	width: 850px;
	margin: 0 auto 15px auto;
	text-align: center;
}

#fb_bbb {
	width: 247px;
	padding: 70px 15px 15px 15px;
	text-align: center;
	clear: both;
	float: right;
} 

/** MENU */

#nav a {
    margin: 0px 20px 0px 20px;
	font-size: 14px;
    color: #fff;
	text-decoration: none;
}

#nav li {
	display: inline;
}

#nav li a:hover {
	color: #000;
}

/** PORTFOLIO */

#p_wrapper {
	width: 525px;
	height: 80px;
	padding: 0 0 20px 0;
}
	
#p_left {
	width: 255px;
	height: 80px;
	float: left;
	clear: none;
}
	
	#p_right {
	width: 255px;
	height: 80px;
	float: right;
	clear: none;
}
