@charset "ISO-8859-1";

p.product-name {
	font-weight: bold;
}


body {
	background: url('images/autotek_bg.jpg') top left repeat-x #f2f2f2;
	font-family: Verdana, Arial, sans-serif;
	color: #333;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

a {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

p {
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#content{
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding: 0;
	width: 100%;
	}

#header{
/*	background: url('images/autotek_header.jpg') center #f2f2f2 no-repeat; */
	width: 740px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding: 0;
	border-left: 2px solid #333;
	border-right: 2px solid #333;
}

li{
list-style: none;
}

ul{
list-style: none;
}

#menu{
	/*background: url('images/autotek_menubg2.jpg') center no-repeat #f2f2f2;*/
	/*background: url('images/autotek_menubg.jpg') center repeat-x #f2f2f2;*/
	font-family:  Verdana, Arial, sans-serif;
	padding: 2px 0 0 0;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	color: #000;
	width: 744px;
	height: 25px;
	text-align: center;
}

#menu a {
	font-size: 10px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	padding: 4px;
	margin: 0 0 0 2px;
}

#menu a:hover {
	color: #000;
	text-decoration: none;
	background: #f2f2f2;
}

#inner-content{
	margin:0;
	padding: 0;
	/*border-left: 1px solid #333;
	border-right: 1px solid #333;*/
	text-align: left;
	font-size: 12px;
	line-height: 17px;
	/*width: 744px;*/
	width: 100%;
	}
	
#flash{
	text-align: center;
}
	
#footer{
	font-size: 9px;
	color: #333333;
	text-align: center;
	width: 100%;
	height: 18px;
	/*background: url('images/autotek_menubg.jpg') top left repeat-x #333333;*/
	border-top: 1px solid #666666;
	margin: 0 0 20px 0;
	padding: 7px 0 0 0;
}

h1{
	margin: 0;
	padding: 0;
}

h2{
	margin: 15px 0 10px 0;
	padding: 0;
}

h3{
	margin: 15px 0 10px 0;
	padding: 0;
}

p.site-version {
        text-align: center;	
}

p.site-version a {
        text-align: center;
        font-size:0.8em;
}

img.product-image {
	width: 10%;
}

