/*
Theme Name: Sully's detailing
Author: Theory 16

*/



* {
	margin:0;
	padding:0;
}
a {
	outline:none;
	color:#bf1e2e;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
body, html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background:#000 url(images/bg.jpg) no-repeat center top;
	line-height:16px;
	color:#fff;
}
#wrapper {
	width:928px;
	height:700px;
	margin:0 auto;
	position:relative;
	text-align:left;
}
h1 a {
	display:block;
	width:506px;
	height:104px;
	text-indent:-9999px;
	position:absolute;
	top:2px;
	left:198px;
	z-index:9999;
	cursor:pointer;
}
#gate {
	background:url(images/gate.jpg) no-repeat;
	width:749px;
	height:344px;
	position:absolute;
	top:157px;
	left:87px;
	z-index:8;
}
.facebook {
	display:block;
	width:38px;
	height:42px;
	position:absolute;
	top:37px;
	left:748px;
	text-indent:-9999px;
}
.twitter {
	display:block;
	width:45px;
	height:42px;
	position:absolute;
	top:40px;
	left:795px;
	text-indent:-9999px;
}
/*#nav {
	list-style-type:none;
	font-size:15px;
	text-transform:uppercase;
	text-align:center;
	padding-top:127px;
}
#nav li {
	display:inline;
	margin:0 5px;
}
#nav li a {
	color:#fff;
	text-decoration:none;
	font-family:"Arial Black", Gadget, sans-serif;
}*/

/* Main menu settings */
#centeredmenu {
   clear:both;
   float:left;
   margin:115px 0 0 0;
   padding:0;
   width:100%;
   font-family:Verdana, Geneva, sans-serif; /* Menu font */
   font-size:90%; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
   z-index:8;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#centeredmenu ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:.6em .5em .5em;
   font-size:14px;
   line-height:1em;
   text-decoration:none;
   color:#fff;
   font-family:"Arial Black", Gadget, sans-serif;
   text-transform:uppercase;
}
#centeredmenu ul li.active a {
   color:#fff;
}
#centeredmenu ul li a:hover {
   color:#fff;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   color:#fff;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:2.7em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:20em; /* width of the drop-down menus */
   background:#242323 url(images/subnavbg.jpg) repeat-x 0 0;
   padding-bottom:10px;
   border:1px solid #1f1f1f;
   overflow:hidden;
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:13px;
   font-family:Arial, Helvetica, sans-serif;
   font-weight:normal; /* resets the bold set for the top level menu items */
   color:#8a8484;
   line-height:1.2em; /* overwrite line-height value from top menu */
   text-transform:uppercase;
   margin:5px 5px 0 5px;
   border-bottom:1px solid #8a8484;
   padding-bottom:10px;
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   color:#fff;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}


#products {
	background:url(images/products.png) no-repeat;
	width:183px;
	height:125px;
	position:absolute;
	top:496px;
	left:694px;
	z-index:10;
}
#car {
	width:701px;
	height:208px;
	position:absolute;
	top:358px;
	left:87px;
	z-index:9;
}
#content {
	width:748px;
	height:344px;
	position:absolute;
	top:161px;
	left:87px;
	padding:20px;
}
#content h2 {
	font-size:24px;
	text-transform:uppercase;
	font-family:"Arial Black", Gadget, sans-serif;
	border-bottom:1px solid #fff;
	padding-bottom:10px;
	margin-bottom:10px;
	line-height:25px;
}
#content p {
	margin-bottom:10px;
}
#content li {
	background:url(images/bullet.png) no-repeat 0 1px;
	margin-bottom:10px;
	padding-left:13px;
	list-style-type:none;
}
.post {
	width:720px;
	height:300px;
	overflow:auto;
}
.search .post {
	width:600px;
	height:auto;
	padding-bottom:25px;
}
.search .page {
	padding-bottom:25px;
}
.search #content {
	width:700px;
	height:280px;
	overflow:auto;
}
#footer {
	position:absolute;
	top:630px;
	z-index:8;
	text-align:center;
	font-size:10px;
	line-height:12px;
	text-align:center;
	width:100%;
}

a.jScrollArrowUp {
	background: url(images/arrowup.png) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	
}
a.jScrollArrowDown {
	background: url(images/arrowdown.png) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	
}
