/* Reset */
* { padding:0; margin:0; outline: none; }
	
html { height: 100%; }
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	height: 100%;
	-webkit-text-size-adjust: none;
	background-repeat: repeat-x;
	background-image: url(../images/red_bg_01.png);
	background-color: #000;
	color: #CCC;
	}
	
:focus { -moz-outline-style: none; }
	
p { padding-bottom: 15px; }
img, a img { border: 0; }
ul li { list-style: none; }
.clear { clear: both; }

a {
	color: #FF9;
	text-decoration: underline;
	}
	
a:hover {
	color: #333;
	text-decoration: none;
	}	
	
	h2 {
	color: #FC0;
}

a img {
	border: 1px solid #BBB;
	padding: 2px;	
	margin: 10px 30px 10px 0;
	vertical-align: top;
}
#bgc {
	min-height: 100%;
	background-image: url(../images/background_03_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
		
.wrapper {
	width:960px;
	margin:0 auto;
	/*-moz-box-shadow: 0 0 30px #000;
	-webkit-box-shadow: 0 0 30px #000;
	box-shadow: 0 0 30px #000;*/
	}

/* Header */

#header {
	height: 200px;
	overflow: hidden;
	padding-right: 0;
	padding-left: 0;
	padding-top: 35px;
	}
	
#header h1 {
	height: 148px;
	width: 448px;
	background: url(../images/logo.png) 0 0 no-repeat;
	margin-left: 50px;
	}

#header h1 a {
	display: block;
	height: 148px;
	width: 448px;
	}

#header h1 span {
	display: none;
	}


/* Navigation */

#header ul {
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	height: 38px;
	padding-top: 10px;
	margin-left: 50px;
	padding-left: 20px;
	}

#header ul li {
	display: inline;
	margin-left: 3px;
	}

#header ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding: 6px 15px;
	text-shadow: 1px 1px 2px #333;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}
	
#header ul li a:hov	er {
	color: #F9FF09;
	}

#header ul li a.active {
	background: url(../images/m2.png) 0 0 repeat;
	color: #FF6;
	}
	
#holder {
	padding-bottom: 20px;
	width: 520px;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	margin-left: 50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/jdcontent.png);
	height: 217px;
	}

#holder_rest {
	padding-bottom: 20px;
	background: transparent url(../images/hld.png) 0 0 repeat;
	width: 460px;
	height: auto;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	margin-left: 50px;
	
	}
/* Page title */
	
.pagetitle {
	background: #000;
	overflow: hidden;
	padding: 15px 20px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	}
	
.pagetitle h2 {
	color: #eee;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 24px;
	}

.pagetitle ul {
	float: right;
	overflow: hidden;
	padding: 0;
	}

.pagetitle ul li {
	display: block;
	float: left;
	margin: 0;
	margin-left: 10px;
	}
	
.pagetitle ul li a {
	display: block;
	float: left;
	background: #191919;
	padding: 5px 12px;
	text-decoration: none;
	color: #999;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-weight: bold;
	}

.pagetitle ul li.active a {
	color: #fff;
	}
	
.pagetitle form {
	float: right;
	}
	
.pagetitle form input.text {
	background: #171717 url(../images/srch.gif) 93% center no-repeat;
	border: 1px solid #222;
	padding: 5px 25px 5px 12px;
	color: #757575;
	font-size: 11px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	outline: none;
	}

.pagetitle form input.text:focus {
	border: 1px solid #333;
	color: #999;
	}
	
	
/* Content */
	
#content {
	overflow: hidden;
	text-shadow: 1px 1px 2px #000;
	}

#content h1,
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
	color: #fff;
	margin-bottom: 10px;
	}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
	}

#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	margin-bottom: 10px;
	}

#content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	margin-bottom: 10px;
	}

#content ul,
#content ol {
	padding-bottom: 10px;
	padding-left: 15px;
	}
	
#content ul li {
	margin-bottom: 10px;
	padding-left: 16px;
	background: url(../images/li.gif) 0 3px no-repeat;
	}

#content ol li {
	margin-bottom: 10px;
	padding-left: 1px;
	list-style-position: inside;
	}

#content blockquote {
	background: url(../images/hld.png) 0 0 repeat;
	padding: 15px 20px;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	color: #aaa;
	}
	
	
/* Forms */
	
#content form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	}

#content form input.text {
	background: #000;
	background: url(../images/hld.png) 0 0 repeat;
	border: 1px solid #202020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
	width: 300px;
	padding: 7px;
	outline: none;
	}

#content form textarea {
	background: #000;
	background: url(../images/hld.png) 0 0 repeat;
	border: 1px solid #252525;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
	width: 573px;
	height: 120px;
	padding: 7px;
	outline: none;
	overflow: auto;
	}

#content form input.text:focus,
#content form textarea:focus {
	border: 1px solid #333;
	}
	
#content form input.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #aaa;
	background: #000;
	border: 0;
	padding: 7px 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	cursor: pointer;
	}
	
#content form input.submit:hover {
	color: #fff;
	}
	
#content form p span {
	padding-left: 10px;
	font-size: 11px;
	color: #757575;
	text-shadow: none;
	}

#content form fieldset {
	border: 0;
	width: 280px;
	float: left;
	}

#content form fieldset.right {
	
	width: 460px;
	}
	
#content form fieldset input.text,
#content form fieldset textarea {
	width: 265px;
	}
	
#content form fieldset.right textarea {
	width: 380px;
	height: 157px;
	}

/* Blog posts */

#content .post_short {
	width: 280px;
	float: left;
	margin-right: 30px;
	}

#content .post_short p {
	padding-bottom: 10px;
	}

#content .post_short.alt {
	margin-right: 0;
	}

#content .post_short h3 {
	margin-bottom: 5px;
	line-height: 24px;
	text-transform: none;
	}

#content .post_short h3 a {
	color: #eee;
	}
	
#content .post_meta {
	padding-bottom: 15px;
	font-size: 11px;
	color: #999;
	}

#content .post_short .post_meta span {
	color: #757575;
	font-size: 10px;
	}

#content .post_meta a { color: #999; }

#content .post_meta a:hover { color: #ccc; }

#content .post_meta .cmnts {
	float: right;
	font-weight: bold;
	}

#content .clear.sep {
	height: 1px;
	background: url(../images/clr.gif) 0 0 no-repeat;
	margin-bottom: 15px;
	}


/* Page navigation */

#content .page_nav {
	overflow: hidden;
	clear: both;
	padding: 10px 0;
	}

#content .page_nav a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #999;
	background: #000;
	padding: 2px 12px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}
	
#content .page_nav a:hover {
	color: #ddd;
	}

#content .page_nav a.older {
	float: left;
	}
	
#content .page_nav a.newer {
	float: right;
	}
	
	
/* Main column */
	
#content #main {
	width: 590px;
	float: left;
	overflow: hidden;
	}
	
#content.homepage #main {
	font-size: 14px;
	}
	
	
/* Side column */
	
#content #side {
	width: 280px;
	float: right;
	overflow: hidden;
	}
	
#content #side #twitter_update_list {
	background: #000;
	padding: 10px 15px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	color: #aaa;
	}

#content #side #twitter_update_list li {
	padding: 0;
	margin: 0;
	background: 0;
	}
	
#content #side #twitter .twt {
	background: url(../images/tw.gif) 15px 0 no-repeat;
	padding: 7px 0 20px 50px;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	overflow: hidden;
	}

#content #side #twitter .twt a {
	color: #999;
	padding-right: 32px;
	background: url(../images/twitter.gif) top right no-repeat;
	}

#content #side #twitter .twt a:hover {
	color: #ccc;
	}

#content #side #twitter .twt a span { display: none; }

#content #side ul {
	padding-left: 0;
	}
		
#content #side ul.categories {
	overflow: hidden;
	padding-left: 0;
	}

#content #side ul.categories li {
	display: block;
	width: 120px;
	float: left;
	}

#content #side ul.categories li a { color: #aaa; font-weight: bold; }
#content #side ul.categories li a:hover { color: #fff; }

#content #side ul.ads {
	padding: 0;
	overflow: hidden;
	}

#content #side ul.ads li {
	padding: 0;
	margin: 0;
	background: 0;
	float: left;
	margin-right: 14px;
	margin-bottom: 10px;
	}

#content #side ul.ads li.alt {
	margin-right: 0;
	}
	
#content #side ul.ads li img {
	padding: 3px;
	background: url(../images/hld.png) 0 0 repeat;
	}
		
		
/* Services list */
		
#content #services {
	clear: both;
	overflow: hidden;
	padding-top: 15px;
	font-size: 12px;
	}

#content #services ul {
	padding: 0;
	margin: 0;
	}

#content #services ul li {
	width: 280px;
	float: left;
	padding: 0;
	background: url(../images/sev.gif) 0 33px repeat-x;
	}

#content #services ul li.middle {
	margin: 0 30px;
	}

#content #services ul li h3 {
	height: 24px;
	line-height: 24px;
	padding-left: 32px;
	margin-bottom: 20px;
	}
	
#content #services ul li.design h3 { padding-left: 28px; background: url(../images/design.png) center left no-repeat; }
#content #services ul li.build h3 { background: url(../images/build.png) center left no-repeat; }
#content #services ul li.manage h3 { background: url(../images/manage.png) center left no-repeat; }


/* Contact */

#content .contact {
	font-size: 14px;
	line-height: 24px;	
	}

#content .contact .clear.sep {
	height: 1px;
	background: url(../images/sev.gif) 0 0 repeat-x;
	}
	
#content .contact .error {
	font-weight: bold;
	color: #ee0000;
	background: url(../images/cross.gif) 0 4px no-repeat;
	padding-left: 20px;
	}

#content .contact .success {
	font-weight: bold;
	color: #48940f;
	background: url(../images/tick.gif) 0 4px no-repeat;
	padding-left: 20px;
	}
	
	
/* Projects */
	
#content .project_small {
	width: 160px;
	float: left;
	background: url(../images/hld.png) 0 0 repeat;
	padding: 10px;
	margin-bottom: 30px;
	text-align: center;
	border: 1px solid #000;
	}

#content .project_small.middle { margin: 0 30px; }

#content .project_small:hover { background: #000; }

#content .project_small a { text-decoration: none; }

#content .project_small h3 {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 16px;
	color: #ccc;
	font-weight: bold;
	}

#content .project_small img {
	margin-bottom: 10px;
	}

	
/* Footer */
	
#footer {
	overflow: hidden;
	color: #76520E;
	font-size: 11px;
	padding-top: 140px;
	padding-left: 0;
	margin-right: 20px;
	
	}
	
#footer .left {
	float: left;
	padding: 0;
	}

#footer .left a {
	display: block;
	width: 89px;
	height: 23px;
	background: url(../images/logoft.png) 0 0 no-repeat;
	}

#footer .left a span {
	display: none;
	}
	
#footer .right {
	float: right;
	padding: 0;
	}
	
/*Contact form */
/* END Remove This */

#contact p, label, legend {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 1.0em;
}

#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #333333; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact {
	display: block;
	width: 650px;
	margin: 50px auto;
	padding: 35px;
	-webkit-border-radius:5px;
}

/* Form style */

#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 1.5em; -webkit-border-radius:5px; }
#contact input, textarea, select { width: 280px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; webkit-border-radius:5px; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset {
	padding:20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('../assets/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }

