#content, #sidebar {
	font-family: 'Open Sans', sans-serif;
	color: #444;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: 'PT Serif Caption', serif;
	color: #444;
	/*text-shadow: 1px 1px 1px rgba(100,100,100,0.3);*/
}

.title {
	line-height: 54px;
	font-size: 24px;
	margin: 0;
} 

/*.container {
	box-shadow: 0 0 2px #888;
}*/

.nav {
	padding: 0;
}

.nav li{
	display: inline-block;
	border-left: 1px solid #ddd;
}

.top-menu li {
	line-height: 18px;
	font-size: 14px;
	padding: 0 0 0 20px;
	margin: 18px 0 18px 20px;
}
.bottom-menu li {
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}

.nav li:first-child{
	border:none;
	margin-left: 0;
	padding-left: 0;
}

.nav li a{
	text-decoration: none;
	color: #747474;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.nav .active a{
	color: #04aeda;
}

.nav li a:hover{
	color: #04aeda;
}

.top-menu {
	float: right;
	margin: 0 3px 0 0;
}

#gallery{
	height: 300px;
	overflow: hidden;
}

#gallery img {
	width: 950px;
	height: 300px;
	display: none;
}

.no-bullets {
	list-style: none;
}

#sidebar {
	margin-top: 36px;
	font-size: 14px;
	line-height: 24px;
}

#sidebar h3 {
	font-size: 16px;
	line-height: 36px;
}

#phones, #emails, #addresses {
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 40px;	
	color: #929292;
}

#phones {
	background-image: url(../img/icons/phone_icon.png);
}

#emails {
	background-image: url(../img/icons/email_icon.png);
}

#emails a {
	color: #929292;
}

#emails a:hover {
	color: #04aeda;
}

#addresses {
	background-image: url(../img/icons/home_icon.png);
}

#footer {
	color: #747474;
	border-top: 4px double #ddd;
	padding-top: 14px;
	margin-top: 0px;
	margin-bottom: 18px;
}

#copyright {
	float: right;
}
