body {
	background: #333 url('../img/bg.jpg') repeat-x;
	font-family: Verdana,helvetica,arial,sans-serif;
	font-size: 85%;
	padding-bottom: 20px;
}

a, a:visited {
	text-decoration: none;
	color: #003b77;
}

a:hover {
	text-decoration: underline;
}

:focus {
	outline: none;
}

p {
	margin-bottom: 15px;
}

h2 {
	font-size: 145%;
	font-weight: 500;
	margin-bottom: 12px;
	color: #A5121C;
}

h3 {
	font-size: 120%;
	font-weight: 500;
	margin-bottom: 12px;
	color: #222;
}

blockquote {
	/* padding-left: 50px; */
	font-style: italic;
	/* background: url('../img/quote.jpg') 8px 20% no-repeat; */
	padding-bottom: 10px;
}

cite {
	font-weight: bold;
	font-style: italic;
}

ul {
	margin-left: 50px;
	list-style: circle;
	padding-bottom: 15px;
}

ul ul {
	list-style: circle;
	padding-bottom: 0;
}

/* Global classes */

.error {
	background: #d76b56;
	color: #1F1f2F;
	padding: 10px;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	list-style: none;
}

.clearfix {
	clear: both;
}

.hidden {
	display: none;
}

.break {
	margin-top: 15px;
}

.success {
	background: #8ad756;
}

/* Main page elements */

#container {
	width: 930px;
	margin: 0 auto;
}

#header {
	color: #FFF;
}

#header a {
	color: #333;
}

#logo {
	height: 160px;
	background: transparent url("../img/header.jpg") top center no-repeat
}

#content {
	color: #1f1f1f;
	background: #FFF url('../img/faux.gif') 100% 0% repeat-y;
}

#left {
	float: left;
	width: 680px;
	padding: 20px;
}

#right {
	width: 180px;
	padding: 20px 15px 15px 15px;
	float: left;
}

#right div {
	padding-bottom: 20px;
}

#footer {
	background: #e9e9e9;
	padding: 5px 10px 5px 15px;
	border-top: 1px solid #dbdbdb;
	font-size: 84%;
	overflow: auto;
}

/* Menu */

#menu {
	position: relative;
	background: transparent;
	font-family: Verdana, sans-serif;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}

#menu li {
	float: left;
	display: block;
	background: #666666;
	margin-right: 10px;
}

#menu li.active, #menu li.active:hover {
	background: #FFF;
}

#menu li a {
	padding: 10px 13px 10px 13px;
	text-decoration: none;
	color: #FFF;
}

#menu li:hover {
	background: #999;
}

#menu li.active a {
	color: #1f1f1f;
	font-weight: bold;
}

/* Latest work */

#latest img {
	padding: 0 0 5px 10px;
}

#latest.item {
	clear: both;
}

#latest h3 {
	border-bottom: solid 1px #222;
}

.download {
	background: #fae79a url('../img/icons/download.gif') 1% 60% no-repeat;
	padding: 5px 5px 5px 30px;
}

img.feature {
	padding: 0 0 10px 10px;
}

/* Services page */

#services h3 {
	border-bottom: solid 1px #222;
}

#services ul span {
	font-weight: bold;
}

/* Contact page */

#contact h3 {
	font-weight: 600;
}

#contact #alt ul {
	margin-top: 10px;
	margin-left: 30px;
	list-style: url("../img/icons/list_arrow.jpg");
}

#email {
	float: left;
	width: 380px;
	padding: 15px;
	border: 1px solid #666;
	text-align: center;
}

#email input, textarea {
	display: block;
	width: 200px;
	clear: both;
	margin: 0 auto;
	margin-bottom: 12px;
	margin-top: 4px;
	font-family:verdana,helvetica,arial,sans-serif;
}

#email textarea {
	font-size: 85%;
	width: auto;
}

#email input.submit {
	width: 50px;
	margin: 0 auto;
}

#contact #alt {
	float: left;
	width: 238px;
	padding: 0px 15px 15px 15px;
}

/* Footer style */

#footer a {
	color: #333;
}

#footer a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #333;
}

#footer span.italic {
	margin-left: 30px;
	font-style: italic;
}

#footer span.right {
	float: right;
}