/* Start of CMSMS style sheet 'layout' */
/* layout */

body {
	background: url(uploads/images/background.jpg) top repeat #191919;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
}

#top {
	height: 140px;
	/*width: 100%;*/
	margin: 0 20px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}

#content {
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}

#footer {
	height: 30px;
	margin: 0 20px;
	clear: left;
	color: #666666;
	line-height: 20px;

}

/* elements */
#logo {
	width: 274px;
	height: 140px;
	float: left;
margin-left: -11px;
}	

#menu {
	bottom: 0;
	left: 290px;
height: 24px;
	text-align: left;
	position: absolute;
	font-size: 13px;
	color: #e6e6e6;
	text-transform:uppercase;
	
}

div.item {
	width: 270px;
	height: 280px;
	float: left;
	margin: 10px 0 0 20px;	
	display: inline;
	border-bottom: 1px solid #e6e6e6;
}

div.item img {
	border: 5px solid #e6e6e6;
}

div.contact {

	width: 100%;
	margin: 0;
padding: 0;
	color: #666666;
	text-align: center;
	display: none;
}



/* typography */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

p {
	color: #e6e6e6;
	margin: 7px 0;
}

em, i {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

h3 {
	text-transform:uppercase;
	font-weight: normal;
	font-size: 20px;
	color: #e6e6e6;
}

span.label {
	color: #666666;
	font-style: italic;
	
}

/* Links */

a {
	text-decoration: none;
	color: #e6e6e6;
	font-size: 11px;
}

a:hover {
	text-decoration: underline;
	
}

a.active {
font-weight: bold;
}
/* End of 'layout' */

