/*  
Site: NT CAR DETAILERS
Description: Website designed for NT Car Detailers
Version: 2.0
Author: Craig Rachow - Forward Slash
Author E-mail: sales@forwardslash.net.au
*/

/* Generic Styling */


body {
	background:url(images/bg-body.png) repeat-x top center #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:65%; /* Sets default font size to 10px */
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#990000;
	}
	
a:hover {
	text-decoration:none;
	color:#990000;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:700px;
	background:#ffffff;
	font-size:1.20em;

	}
#header {
	height:140px;
	background:url(images/bg-header.jpg) no-repeat;
	}
#menu {
	height:35px;
	line-height:35px;
	background:url(images/bg-menu.png) repeat-x;
	padding:0 10px;
	font-size: 10pt;
	color: #CCCCCC;
	text-align:right;
	}
#sidebar {
	float:left;
	width:180px;
	background:#efefef;
	margin-right:10px;
	font-size: 12pt;
	}
#content {
	float:left;
	width:500px;
	min-height:400px;
	}
#footer {
	clear:both;
	height:100px;
	background:url(images/bg-footer.jpg) no-repeat;
	}

/* Entries */

.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.entry-title {
	font-size:20pt;
	letter-spacing:-1px;
	color:#990000;
	}
.h1 {
    font-size:20pt;
	color:#990000;
	}
.h2 {
    font-size:18pt;
	color:#990000;
	}
.h3 {
    font-size:16pt;
	color:#990000;
	}
.h4 {
    font-size:11pt;
	color:#990000;
	}
.h5 {
    font-size:10pt;
	color:#990000;
	}

/* Menu */

#menu li a:hover {
	background:url(images/bg-menu-hover.png) no-repeat center center;
	}
	

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	background:#edebed;
	color:#990000;
	font-size:16pt;
	}
#sidebar-bottom {
	height:20px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}

/* Footer */

#footer-valid {
	float:none;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	text-align:center;
	}
#footer-valid a {
	text-decoration:none;
	}
#footer-valid a:hover {
	text-decoration:underline;
	}


/* Feed */

#feed {
	height:25px;
	width:126px;
	background:url(images/bg-feed.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
	}
	
/* Extra's */

#ad-top {
	width:480px;
	height:72px;
	background:url(images/bg-ad-top.png) no-repeat;
	padding:5px;
	}
	
#pics {
width:149px;
float: right;
}

#image {
width:120px;
float: right;
}

#beforeafter {
float: right;
}
