/* GLOBALS */
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}
a {
	color: #CA0010;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
img {
	border: 0;
}
#wrapper {
	text-align: left;
	width: 900px;
	margin: 0 auto;
}
.redarrow_link {
	background-image: url(../images/red_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	display: block;
	color: #C9000D;
	text-decoration: none;
}
h2 span {
	display: none;
}
h1 span {
	display: none;
}
h3 span {
	display: none;
}

label {
	float: left;
	padding-top: 5px;
	width: 120px;
	clear: left;
}
form {
	padding-top: 20px;
}
.inputbg {
	background-color: #FFF;
	border: thin solid #CCC;
	font-size: 15px;
	padding: 5px;
	width: 400px;
	margin-bottom: 5px;
}
.submitbg {
	background-color: #333;
	font-size: 14px;
	color: #FFF;
	padding: 5px;
	clear: left;
	margin-left: 120px;
	margin-bottom: 30px;
	border: thin solid #4C4C4C;
}
.float_right {
	float: right;
}


/* NAVIGATION */
#nav_bits {
	float: right;
	width: 615px;
}
.nav_padding {
	margin-right: 23px;
}
#nav_buttons {
	list-style-type: none;
	padding-top: 15px;
	font-family: Helvetica, Arial, sans-serif;
}
#nav_buttons li {
	float: left;
	color: #999;
	font-size: 11px;
	line-height: 18px;
}
#nav_buttons li a {
	margin-right: 11px;
	padding: 10px 27px 12px 5px;
	color: #666;
	display: block;
}
#nav_buttons li a:hover {
	background-image: url(../images/redbg.gif);
	color: #FFF;
}
#nav_buttons li a strong  {
	font-size: 15px;
	color: #FFF;
	display: block;
	text-transform: uppercase;
}

/* HOME FEATURED */
#featured {
	background-image: url(../images/featured-coc_fa.jpg);
	height: 352px;
	clear: both;
}
#featured_text {
	float: right;
	width: 450px;
	padding-top: 130px;
}
#featured_text p {
	color: #999999;
	padding-top: 10px;
	line-height: 16px;
}

/* SECONDARY BITS 1 */
#home_we_are_awesome {
	background-image: url(../images/we-provide.jpg);
	height: 41px;
	width: 388px;
	margin-bottom: 6px;
}
#home_we_rant {
	background-image: url(../images/blog-ranting.jpg);
	height: 41px;
	width: 371px;
	margin-bottom: 6px;
}
#secondary_right {
	float: right;
	width: 416px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-left: 30px;
	padding-top: 17px;
	height: 155px;
}
#secondary_left {
	width: 440px;
	padding-top: 17px;
}
#secondary_left p {
	color: #8B8B8B;
	line-height: 16px;
	margin-bottom: 10px;
}
#secondary_right ul {
	list-style-type: none;
	padding-top: 2px;
}
#secondary_right li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #272829;
	padding-bottom: 6px;
	margin-bottom: 6px;
	color: #666666;
}
#secondary_right li a {
	color: #999999;
}
#secondary_right li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#home_secondary2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #414143;
}

/* SECONDARY BITS 2 */
#secondary2_right {
	float: right;
	width: 416px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-left: 30px;
	padding-top: 17px;
	height: 155px;
}
#secondary2_left {
	width: 440px;
	padding-top: 17px;
}
#secondary2_left p {
	color: #8B8B8B;
	line-height: 16px;
	margin-bottom: 10px;
}
#secondary2_right ul {
	list-style-type: none;
	padding-top: 2px;
}
#secondary2_right li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #272829;
	padding-bottom: 6px;
	margin-bottom: 6px;
	color: #666666;
}
#secondary2_right li a {
	color: #999999;
}
#secondary2_right li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* FOOTER */
#footer {
	background-image: url(../images/footerbg.jpg);
	height: 105px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	clear: both;
	background-repeat: no-repeat;
	color: #666666;
}
#footer_left {
	padding-top: 35px;
	font-size: 10px;
	width: 300px;
}
#footer_right {
	float: right;
	width: 500px;
	text-align: right;
	padding-top: 12px;
	font-size: 10px;
}
#footer_right p {
	padding-bottom: 6px;
}

/* CONTENT HEADERS */
#content_header_work {
	background-image: url(../images/header-work.jpg);
	background-repeat: no-repeat;
	height: 101px;
}
#content_header_services {
	background-image: url(../images/header-services.jpg);
	background-repeat: no-repeat;
	height: 101px;
}
#content_header_about {
	background-image: url(../images/header-about.jpg);
	background-repeat: no-repeat;
	height: 101px;
}
#content_header_contact {
	background-image: url(../images/header-contact.jpg);
	background-repeat: no-repeat;
	height: 101px;
}

/* WORK */
.work_section {
	padding-top: 17px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333232;
	padding-bottom: 17px;
}
.work_thumbnail {
	width: 440px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 22px;
}
.work_thumbnail_text {
	float: right;
	width: 416px;
	padding-top: 25px;
}
.work_thumbnail_text h3 {
	font-size: 23px;
	font-weight: bold;
}
.work_thumbnail_text h4 {
	font-weight: normal;
}
.work_thumbnail_text p {
	color: #8B8B8B;
	font-size: 11px;
	line-height: 15px;
	padding-top: 5px;
	padding-bottom: 7px;
}

/* SERVICES */
.services_section {
	padding-top: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333232;
	padding-bottom: 17px;
}

#services_headline {
	background-image: url(../images/services-awesome.jpg);
	background-repeat: no-repeat;
	height: 26px;
	margin-top: 10px;
}
#services_typography {
	background-image: url(../images/services-typography.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 238px;
	height: 444px;
	margin-top: 10px;
	margin-bottom: 25px;
}
#services_content {
	width: 635px;
	padding-top: 10px;
}
#services_content p {
	line-height: 19px;
	margin-bottom: 15px;
}
.services_section p {
	margin-bottom: 15px;
	line-height: 19px;
}
.services_list {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 25px;
	float: left;
	clear: left;
	width: 635px;
}
.services_design {
	background-image: url(../images/icon-design.gif);
	background-repeat: no-repeat;
	height: 90px;
}
.services_development {
	background-image: url(../images/icon-dev.gif);
	height: 73px;
	background-repeat: no-repeat;
}
.services_relationships {
	background-image: url(../images/icon-relationships.gif);
	height: 73px;
	background-repeat: no-repeat;
}
.services_textbit {
	float: right;
	width: 540px;
	color: #999999;
}
.services_textbit h3 {
	color: #FFFFFF;
}

/* ABOUT */
.about_antonio {
	background-image: url(../images/portrait-antonio.jpg);
	background-repeat: no-repeat;
	height: 201px;
	padding-bottom: 25px;
}
.about_jake {
	background-image: url(../images/portrait-jake.jpg);
	background-repeat: no-repeat;
	height: 201px;
	padding-bottom: 25px;
}
.about_textbit {
	float: right;
	width: 430px;
}
.about_list {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 25px;
	float: left;
	clear: left;
	width: 635px;
}
.about_andy {
	background-image: url(../images/portrait-andy.jpg);
	background-repeat: no-repeat;
	height: 201px;
	padding-bottom: 25px;
}
.about_list h2 {
	font-size: 19px;
	font-weight: bold;
}
#about_sidebar {
	width: 250px;
	float: right;
	padding-top: 13px;
}

#about_sidebar ul {
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 5px;
}
#about_sidebar ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 7px;
	padding-top: 7px;
}
.redtext {
	color: #C60F10;
}

/* MISC */
.contentwrap {
	padding-top: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333232;
	padding-bottom: 17px;
	background-image: url(../images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 470px;
}
#sidebar {
	float: right;
	width: 239px;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar ul li {
	font-size: 14px;
	padding-left: 21px;
}
.sidebar_selected {
	background-image: url(../images/sidebar_selected.gif);
	font-weight: bold;
}
.sidebar_listitem a  {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E403F;
	color: #FFF;
}
.sidebar_selected a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	color: #FFF;
}
.sidebar_listitem_noborder a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	color: #FFF;
}
