@charset "utf-8";
/*
 * Title: Main Style Sheet
 * For: html
 * Site: partshopparadise.com
 * Author: Matthew Watts
 * Company: Rexibit Web Services - http://www.rexibit.com
 * Last Modified: 07-26-2009
*/

/* @group global reset */
/* Don't forget to set a foreground and background color on the 'html' or 'body' element! For more information on the current state of Global Reset visit http://meyerweb.com/eric/thoughts/2007/04/12/reset-styles */

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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img{
	border: 0;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul{
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after{
	content: "";
}

/* @end global reset */

/* @group base html */

body{
	background: #e4e8e9 url(../../images/bg.jpg) repeat-x;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;/*this is in place to center in older browsers*/
}
a{
	text-decoration: none;
}
a:link{/* unvisited link */
	color:#000;
}         
a:visited{/* visited link */
	color:#000;
}    
a:hover{ /* mouse over link */
	color:#000;
	text-decoration: underline;
}    
a:active{/* selected link */
	color:#000;
}
h1{
	color: #000;
	margin: 10px 0 10px;
	font: bold 20px "Times New Roman", Times, Georgia, serif;
	letter-spacing: .05em;
}
h2{
	color: #000;
	margin: 10px 0;
	font: bold 16px "Times New Roman", Times, Georgia, serif;
	letter-spacing: .05em;
}
h3{
	color: #000;
	margin: 10px 0;
	font: bold 14px "Times New Roman", Times, Georgia, serif;
	letter-spacing: .05em;
}
h4{
	color: #000;
	margin: 10px 0;
	font: bold 13px "Times New Roman", Times, Georgia, serif;
	letter-spacing: .05em;
}
h5{
	color: #000;
	margin: 10px 0;
	font: bold 12px "Times New Roman", Times, Georgia, serif;
	letter-spacing: .05em;
}
h6{
	color: #000;
	margin: 10px 0;
	font: bold 11px "Times New Roman", Times, Georgia, serif;
	letter-spacing: .05em;
}
p{
	font-size: 14px;
	line-height: 1.4em;
	margin: 10px 0;
	font-weight: normal;
}
/* @end group base html */

/* @Page Background Section */
#wrapper{
	margin: 0 auto;
	width: 1000px;
	position: relative;
}
#header{
	background: url(../../images/header-bg.jpg) no-repeat;
	width: 100%;
	margin: 0;
	height: 279px;
}
#middle{
	background: url(../../images/middle-bg.png) repeat-y;
	width: 100%;
	margin: -1px 0 0 0;
}
#footer{
	background: url(../../images/footer-bg.png) no-repeat;
	width: 100%;
	margin: 0;
	height: 108px;
}
/* @End Page Background Section */

/* @Middle Positioning */
#left-column{
	display: inline;
	width: 200px;
	margin: 0 0 30px 150px;
	float: left;
}
#right-column{
	display: inline;
	width: 468px;
	margin: 0 0 0 30px;
	float: left;
}
/* @End Middle Positioning */

/* @Left Column Items */
#navigation ul li{
	background: url(../../images/nav-bg.png) no-repeat;
	width: 100%;
	height: 20px;
	border-collapse: collapse;
	display: block;
	text-indent: 30px;
	padding: 8px 0 0 0;
	margin: -1px 0 0 0;
}
#navigation ul li a, #navigation ul li a:link{
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
#navigation ul li a:hover{
	color: #fff;
}
#newsletter{
	background: url(../../images/newsletter-bg.png) no-repeat;
	width: 200px;
	height: 100px;
	margin: 10px 0;
}
#newsletter a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#newsletter a:hover{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
/* @End Left Column Items */

/* @Right Column Items */

p em {
	font-style: italic;
}

p strong {
	font-weight: bold;
}

#top-content{
	background: url(../../images/top-content-bg.jpg) no-repeat;
	width: 100%;
	margin: 0;
	height: 113px;
}
#top-content h1{
	margin: 0 0 0 20px;
	line-height: 40px;
	display: block;
}
#middle-content{
	background: url(../../images/middle-content-bg.png) repeat-y;
	margin: 0 0 0 11px;
	width: 100%;
}
#middle-content p:first-child{
	display: inline;
	width: 425px;
	position: relative;
	margin: -20px 30px 0 10px;
	float: left;
}
#middle-content p{
	width: 425px;
	display: inline;
	position: relative;
	margin: 10px 30px 0 10px;
	float: left;
}
#middle-content div{
	width: 425px;
	margin: 10px 30px 0 10px;
	clear: both;
	padding: 0;
	display: block;
}
#middle-content div h3, #middle-content div h2{
	margin: 5px 0;
	display: block;
	width: 100%;
}
#middle-content div p{
	margin: 5px 0;
	display: block;
	width: 100%;
}
#middle-content p a{
	font-weight: bold;
}
#middle-content div a{
	font-weight: bold;
}
#middle-content img.right {
	margin: 10px;
	float: right;
	display: inline;
}

#middle-content img.left {
	margin: 10px;
	float: left;
	display: inline;
}

#bottom-content{
	background: url(../../images/bottom-content-bg.png) no-repeat;
	width: 100%;
	height: 68px;;
}
/* @End Right Column Items */

/* @Footer Items */
#footer p{
	width: 100%;
	font-size: 12px;
	text-align: center;
	line-height: 50px;
	margin: 0;
}
/* @End Footer Items */

/* @Form Items */
fieldset ul{  
	padding: .5em .5em 0 .5em;  
	list-style: none;
	margin: auto;
}
fieldset li{  
	padding-bottom: .5em;
	margin: 0 auto;
	line-height: 20px;
}
fieldset.submit{  
	clear: both;
	float: none;  
	border: 0 none;  
	padding-left: 1em;
	margin-top: .5em;
}
label{  
	float: left;  
	width: 10em;
	margin-right: .5em;
	line-height: 20px;
}
/* @End Form Items */

/* Clearfix to be put in the parent element that contains floated items */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}