 /* @override http://rclconcepts.com/southsidemotors/styles.css */

*{
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    margin:0;
    padding:0;
    
}

img, div { behavior: url(iepngfix.htc) } /*Stupid IE png hack fix...*/

#wrapper{
    width:750px;
    margin:auto;
}
#header{
    width:750px;
    height:187px;
    background: url("images/header.jpg");
}
div.nav{
    position: relative;
    top:102px;
    right:10px;
    font-size: 1.5em;
    text-align:right;
}
div.nav li a{
    text-shadow: 2px 2px 3px black;
    color:white;
    text-decoration:none;
}
div.nav li a:hover {
    border-bottom: 3px solid #CCC;
    text-decoration:none;
}
ul.nav li{
    color: #ccc;
    list-style-type: none;
    padding-left:20px;
}
div.content{
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url(images/content_top.gif);
    background-color:#e2e2e2;
    padding:15px;
    margin-top:10px;
}
div.footer{
    text-align:center;
}

/*CMS CSS */

img{
    border:0;
}
a img{
	border: 0;
}
label{
    width:150px;
    display: inline-block;				
}
div.formdiv:hover{
    background-color:#fff9a0;
}
fieldset{
    padding: 10px;
}
legend{
    color:black;
}
.itemContent{
	font-size: .9em;
	width: 280px;
}
.allItems{

}
.SingleItem div, .SingleItemSpecial div{
	display: inline;
	float:left;
	margin:5px;
	
}
.SingleItem h4, .SingleItemSpecial h4{
	margin: auto;
	text-align: center;
}
.SingleItem, .SingleItemSpecial{
}
.SingleItem a, .SingleItemSpecial a{
	font-size: 1.2em;
}
.SingleItemSpecial, .SingleItemSpecial .morepics{
	background-color: #fff8a7;

}
.itemNotes{
	width: 260px;
	font-size: .7em;
}
.itemNotes h4{
	font-style: italic;	
	text-align: left;
}
div.headerSpecial{
	float:none; 
	margin:auto; 
	display: block;
	text-align:center;
	font-size: 1.5em;
}
.admin{
	padding-left: 10px;
	color: white;
	background-color: #ff1000;
	clear: both;
}
.admin a{
	color:white;
}
.admin img{
	height:32px;
}
.morepics{
	display:block;
	height: auto;
}
.morepics img{
	max-height: 100px;
	height:auto !important; /*another stupid IE hack...*/
  	height:100px; /*continuing the stupid IE hack...*/
}
.imgContainer{
	padding-right:10px;
	float: left;
}
img.imgEditImg{
	height:32px;
	width:32px;
}

div.admin_stuff{
	background-color: #CCC;
	border: 1px solid #000;
	margin: auto;
	padding-left:50px;
	text-align: center;
}
div.admin_stuff a{
	text-decoration: none;
	color:black;
	font-size: 3em;
}
div.admin_stuff a:hover{
	color:#333;
	
}
div#warranty{
	text-align: center;
	margin:auto;
	font-size: .8em;
	width:100%;
}
input[type="submit"]{
	font-size: 1.25em;
	height: 30px;
	width: 250px;	
	border: 1px solid #555;
	color: black;
	background-color: #c4c4c4;
	
}
input[type="submit"]:hover{
	font-size: 1.25em;
	height: 30px;
	width: 250px;	
	border: 1px solid #555;
	color: black;
	background-color: #597c9c;
	cursor: pointer;
}
textarea{
	height:100px;
	width:250px;
}

/*end of CMS css */