/*
	RESET
  	This is a modified reset derived from Eric Meyer's reset.
	See http://meyerweb.com/eric/tools/css/reset for the original.
	Author: Nathan Reid
	For: www.coochiecupcakes.com
	Last Modified: 7 July 2009 18:11
*/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;}

body {
	color: #3e4043;
	line-height: 1;}

ol, ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

a {color: #3B3C3F;}

:link, :visited, :hover, :active {text-decoration: none;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}

del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* STYLE */

body
{
	color: #fff;
	background: #040404 url(http://www.cncman.com.au/images/main_bg.jpg) repeat-x left -52px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: red;
}

#container
{
	position: relative;
	width: 850px;
	margin: auto;
}

#header
{
	width: 850px;
	height: 170px;
	border-bottom: 1px solid #414141;
}

#logo
{
	float: left;
	padding-top: 50px;
}

#splash
{
	height: 270px;
	background: grey;
}

#content-container
{
	width: 850px;
	background: #fff;
}

#sidebar
{
	position: relative;
	width: 228px;
	float: left;
	background-color: #2a2929;
}

/* NAVIGATION */

#nav
{
	margin-top: 75px;
	float: right;
	width: 530px;
	height: 24px;
}

#nav a
{
	margin-left: 15px;
	float: left;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}

#nav a:hover
{
	background-position: top right;
}	

#nav-about a
{
	height: 24px;
	width: 69px;
	background-image: url(http://www.cncman.com.au/images/about.png);
}

#nav-news a
{
	height: 24px;
	width: 62px;
	background-image: url(http://www.cncman.com.au/images/news.png);
}

#nav-services a
{
	height: 24px;
	width: 77px;
	background-image: url(http://www.cncman.com.au/images/services.png);
}

#nav-partners a
{
	height: 24px;
	width: 84px;
	background-image: url(http://www.cncman.com.au/images/partners.png);
}

#nav-parts a
{
	height: 24px;
	width: 60px;
	background-image: url(http://www.cncman.com.au/images/parts.png);
}

#nav-contact a
{
	height: 24px;
	width: 88px;
	background-image: url(http://www.cncman.com.au/images/contact.png);
}

/* LATEST NEWS */

#latest-news h1 {
	margin: 0px 5px;
	padding: 10px 0 3px 0;
	font-size: 11px;
	color: #fff;
	border-bottom: 1px solid #fa3a28;
}

#latest-news .post
{
	margin: 5px;
	margin-top: 10px;
}

#latest-news .post .title
{
	margin: 3px 0 5px 0;
	color: #fff;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#latest-news .post .title .newsStats
{
	float: right;
	color: #797979;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#latest-news .post p
{
	color: #797979;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#latest-news .news-link
{
	margin: 5px;
	margin-top: 10px;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* QUICK CONTACT FORM */

#quick-contact-form
{
	margin: 5px;
}

#quick-contact-form h1
{
	padding: 10px 0 4px 0;
	font-size: 11px;
	color: #fff;
	border-bottom: 1px solid #fa3a28;
}


#quick-contact-form .title
{
	margin: 7px 0 2px 0;
	color: #000;
	font-size: 13px;
}

#note
{
	margin-top: 3px;
	color: #d7190f;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 20px;
}

form, textarea, .text
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.text, textarea
{
	font-style: italic;
	background-color: #fff;
	width: 207px;
	border: 1px solid #a7a7a7;
	color: #3e4043;
	padding: 6px 5px;
	margin-bottom: 8px;
	font-size: 12px;
}

.text:hover, textarea:hover
{
	background-color: #e2e4ea;
}

textarea
{
	height: 100px;
}

#content {
	position: relative;
	float: right;
	padding: 10px;
	width: 600px;
	color: #000;
	background: #fff;
}

#page-content
{
	padding: 10px;
	width: 830px;
	color: #000;
	background-color: #fff;
}

#page-content a
{
	color: red;
}

#page-content a:hover
{
	color: #000;
}

#page-content .post
{
	margin: 10px 0;
}

#page-content .post h2
{
	margin: 5px 0;
}

#page-content .post h2 .newsStats
{
	position: relative;
	top: -2px;
	margin-left: 10px;
	color: #797979;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#page-content .post p
{
	font-size: 13px;
	line-height: 20px;
}

p
{
	margin: 10px 0;
	font-size: 13px;
	line-height: 20px;
}

h1
{
	padding: 7px 0;
	font-size: 20px;
}

#footer
{
	text-align: right;
	height: 50px;
	font-size: 11px;
	color: #737373;
	line-height: 50px;
}
