/*
Theme Name: Double D Auto
Theme URI: http://www.doubledauto.com.au/
Description: The default WordPress theme for Double D Auto.
Version: 1.0
Author: Brett Fusedale
Author URI: http://www.fadeagency.com/
*/

/* Begin Structure */

body {
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	background:#0a2644;
	background-image: url(images/bg_page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font:0.75em Arial, Helvetica, sans-serif; color:#0a2644;
	line-height:19px;
}

#wrapper {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
#title {
	float: left;
	padding-left: 50px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 953px;
	text-align: center;
}

#menu {
	height: 53px;
	clear: both;
	padding-top: 130px;
	padding-left: 25px;
}

#content-top {
	background-image: url(images/content_top.png);
	height: 25px;
	width: 851px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}

#content {
	width: 791px;
	clear: both;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content-bottom {
	background-image: url(images/content_bottom.png);
	height: 25px;
	width: 851px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	background-repeat: no-repeat;
}

#footer {
	background-image: url(images/footer.png);
	margin-right: auto;
	margin-left: auto;
	height: 136px;
	background-repeat: no-repeat;
}

#fade {
	float: right;
	margin-top: 50px;
	margin-right: 40px;
}

/* Begin Typography & Colors */

img {
    border: none;
}

h1 {
	font-weight:bold;
	color:#0a2644;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}

a, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4DA0DD;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #206BA4;
	text-decoration: underline;
}

/* Begin Menu */

.menu {
	list-style:none;
	margin: 0;
	padding: 0;
}

.menu li {
	display:inline;
	margin: 0;
	padding: 0;
}

.menu li a {
	height: 53px;
	float: left;
	padding: 0;
	margin: 0;
}

.menu li a span {
	display:none;
	margin: 0;
	padding: 0;
}

li.home a {
	width:83px;
	background-image: url(images/menu_home.png);
}
li.home a:hover {
	background-position: 0px -53px;
}
li.home a.active {
	background-position: 0px -106px;
}

li.ankor a {
	width:133px;
	background-image: url(images/menu_ankor_wax.png);
}
li.ankor a:hover {
	background-position: 0px -53px;
}
li.ankor a.active {
	background-position: 0px -106px;
}

li.vinyl a {
	width:152px;
	background-image: url(images/menu_vinyl_cleaner.png);
}
li.vinyl a:hover {
	background-position: 0px -53px;
}
li.vinyl a.active {
	background-position: 0px -106px;
}

li.dynamat a {
	width:113px;
	background-image: url(images/menu_dynamat.png);
}
li.dynamat a:hover {
	background-position: 0px -53px;
}
li.dynamat a.active {
	background-position: 0px -106px;
}

li.services a {
	width:107px;
	background-image: url(images/menu_services.png);
}
li.services a:hover {
	background-position: 0px -53px;
}
li.services a.active {
	background-position: 0px -106px;
}

li.gallery a {
	width:95px;
	background-image: url(images/menu_gallery.png);
}
li.gallery a:hover {
	background-position: 0px -53px;
}
li.gallery a.active {
	background-position: 0px -106px;
}

li.links a {
	width:75px;
	background-image: url(images/menu_links.png);
}
li.links a:hover {
	background-position: 0px -53px;
}
li.links a.active {
	background-position: 0px -106px;
}

li.contact a {
	width:98px;
	background-image: url(images/menu_contact.png);
}
li.contact a:hover {
	background-position: 0px -53px;
}
li.contact a.active {
	background-position: 0px -106px;
}
