/* Imported Styles
----------------------------------------------- */
@import /**/"reset.css";
@import /**/"type.css";
@import /**/"720.css";


/* MAIN Styles
----------------------------------------------- */
body {
	background: #1a1a1a;
	color: #ddd;
}

a {
	color: #ed1c24;
	text-decoration: none;
	outline: none;
}
a:hover {
	border-bottom: 1px dotted #ed1c24;
}
.container_9 {
	position: relative;
}


/* HOMEPAGE Styles
----------------------------------------------- */
body.home {
	background: #1a1a1a url(../img/ui/bg.png) no-repeat top center;
}
.home .container_9 {
	background: transparent url(../img/ui/home-branding.gif) no-repeat -50px 0;
}
.home h1,
.home h2 {
	text-indent: -99999em;
}
.home ul {
	font-size: 17px;
	color: #bbb;
	margin-left: 0px;
	margin-top: 310px;
	list-style: none;
}
.home ul li {
	list-style: none;
	margin: 0;
	margin: 10px 0;
}
.home li a {
	text-decoration: none;
	font-weight: normal;
	color: #ccc;
}
.home li a:hover {
	color: #ed1c24;
	border-bottom: 1px dotted #ed1c24;
}


/* HEADER Styles
----------------------------------------------- */
#header {
	height: 128px;
	border-bottom: 1px solid #535353;
}
#header h1 {
	width: 220px;
	height: 128px;
	float: right;
}
#header h1 a {
	display: block;
	width: 220px;
	height: 128px;
	background: transparent url(../img/ui/logo.gif) no-repeat left bottom;
	text-indent: -9999px;
}
#header h1 a:hover {
	border: none;
}
#header ul,
#header ul li {
	list-style: none;
	margin: 0; padding: 0;
}
#header ul {
	width: 460px;
	float: left;
	padding-top: 99px;
}
#header ul li {
	display: inline;
	line-height: 14px;
	padding: 0 15px 0 0;
}
#header ul li a {
	font-size: 14px;
	color: #808080;
}
#header ul li a.selected,
#header ul li a:hover {
	color: #ed1c24;
	border: none;
}


/* SUBPAGE Styles
----------------------------------------------- */
#section {
	height: 160px;
	border-bottom: 1px solid #535353;
}
#section h2 {
	color: #808080;
	font-size: 36px;
	line-height: 36px;
	font-style: italic;
	font-weight: normal;
	margin: 105px 0 0;
}


/* CONTENT Styles
----------------------------------------------- */
#content {
	padding-top: 25px;
	padding-bottom: 30px;
}
#content p,
#content li {
	font-family: Arial, Helvetica, sans-serif;
}
#content li {
	list-style: disc outside none;
	margin-left: 15px;
}
h4 {
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 10px;
	color: #e5e5e5;
}
h4 span {
	color: #808080;
}
.divider {
	width: 700px;
	height: 1px; line-height: 1px;
	margin: 40px 0 20px;
	background: transparent url(../img/ui/dotted.gif) repeat-x 0 0;
	clear: both;
}
.projects .thumb a,
.contact .thumb a {
	width: 134px;
	height: 74px;
	background: #4c4c4c;
	padding: 3px;
	display: block;
	clear: both;
	border: none;
}
.projects .thumb a:hover,
.contact .thumb a:hover {
	background: #ed1c24;
}
.projects .thumb em {
	color: #808080;
	font-size: 11px;
	line-height: 25px;
	padding-left: 3px;
}
.projects h4 {
	margin-bottom: 15px;
}
span.tel {
	font-size: 16px;
}
.client {
	margin: 30px 0 0;
}

/* FOOTER Styles
----------------------------------------------- */
#footer {
	margin-top: 100px;
	padding-bottom: 30px;
	border-top: 1px solid #535353;
	color: #555;
	font-size: 11px;
}
a.btrt {
	float: right;
	margin: 10px 0 5px;
}
#footer ul,
#footer ul li {
	list-style: none;
	margin: 0; padding: 0;
}
#footer ul {
	margin: 10px 0 5px;
}
#footer ul li {
	display: inline;
	padding-right: 10px;
}
#footer a {
	color: #555;
}
#footer a:hover {
	color: #888;
	text-decoration: none;
	border: none;
}
