html {
	margin: 0;
	padding: 0;
}
body {
background:#FFF;
color:#000;
font-family:Verdana, Geneva, sans-serif;
font-size:0.875em;
line-height:1.4em;
padding: 0;
margin: 0;
}

/* Generic Elements */


h1, h3 {
font-size:1.5em;
line-height:1.15em;
}
h2 {
color: #FFF;
font-size:1.1em;
font-weight:normal;
margin-top:.5em;
}
h4 {
font-size:1em;
margin:0;
padding:0;
}
h5, h6 {
color: #FFF;
font-size:1.25em;
margin-top:.5em;
text-align:center;
}
p,li {
font-size:1em;
line-height:1.4em;
}
hr {
margin-left:8px;
margin-top:20px;
outline: 1px solid #0F0;
}

a {
	text-decoration: none;
	color: #000;
}
a:link, a:active {
	color: #000;
}
a:visited {
	color: #2C5197;
}
a:hover {
	color: #2C5197;
}

ul {list-style-type: none;
padding: 0;
margin: 0;
}

/* Layout*/

#wrapper {
margin: 0 auto;
padding: 0;
width:750px;
background:#FFF;
}

#header {
background: url(atlas-photo-images/customline-header.jpg) no-repeat;
width:100%;
position: relative;
margin: 0;
padding: 0;
text-align:center;
}
#header h1 {
	padding: 24px 0;
	text-indent: -9999px;
}

#content {
float:right;
padding:5.5em 5% 2em 0;
width:55%;
text-align: left;
}
.home {
padding:1.2em 5% 2em 0 !important;
}
#content h1 {
	width: 75%;
}

#container-2 {
float:left;
width: 100%;
}

#showroom-info {
clear: both;
padding:2% 5%;
text-align:center;
width:90%;
border-top: #3F5154 2px solid;
}

/* Nav */

ul.navlist {
background:#FFF;
border-bottom:#FFF solid 3px;
border-top:#FFF solid 3px;
margin:0 auto;
padding: 0;
width:100%;
list-style-type: none;
overflow: auto;
float: left;
text-align:center;
}
.navlist li {
float: left;
width: 16.65%;
text-transform: uppercase;
font-size: .8em;
margin: 0;
padding: 0;

}
.navlist li a {
	display: block;
	padding:3% 5%;
	background:#2C5197 url(navstripe.gif) top left repeat-y;
	width: 90%;
	font-weight: bold;
	text-decoration:none;
	margin: 0;
}
.navlist li a.active {
	background: #CD0000 url(navstripe.gif) top left repeat-y;
	color: #DDD;
}
.navlist a:link {
background: #2C5197 url(navstripe.gif) top left repeat-y;
color:#fff;
}
.navlist a:visited {
	background:#777 url(navstripe.gif) top left repeat-y;
	color: #DDD;
}
.navlist a:hover {
background:#CD0000 url(navstripe.gif) top left repeat-y;
color:#fff;
}


.enderNav {
	background:#FFF !important;
	border: 0;
}
.enderNav li {
	width: 16.5%;
	border-left: 1px solid #DDD;
}
.enderNav li a, .enderNav a:link, .enderNav li a:active {
	background:#FFF;
	color: #2C5197;
}
.enderNav a:visited {
	background:#FFF;
	color: #777;
}
.enderNav a:hover {
background: #FFF;
color: #CD0000;
}
.enderNav li a.active {
	background: #FFF;
	color: #000;
}
.enderNav li:first-child {
	border: none;
}

#animation {
clear: both;
background:url(atlas-photo-images/customline-animation.gif) no-repeat 50% 100%;
height:180px;
margin:0;
padding:0;
width:100%;
}

/* End Header Section */

/*home page detail pods */
ul#detailPods {
margin-top: 10px;
padding:0 0 0 1%;
width:99%;
float: left;
list-style-type: none;
}

ul#detailPods li {
position: relative;
float:left;
margin:1px 1% 1px 0;
padding: 2% 1%;
width:30%;
/*From box-image*/
background-color:#2C5197;
border:2px solid #FFF;
border-radius:8px;
color:#FFF;
}
ul#detailPods li:last-child {
	margin-right: 0;
}
ul#detailPods li img {
position:absolute;
top: 8px;
left: 8px;
z-index:1;
}

ul#detailPods li h2 {
/* was .photo-copy*/
font-size:0.85em;
line-height:115%;
margin: 0 8px 0 40%;
padding:0 0 1em 0;
position:relative;
width:60%;
}

ul#detailPods a {
/* was .more-button*/
display: block;
float:left;
font-size:1.1em;
padding: .25em;
text-transform:capitalize;
background: #CD0000;
color:#FFF;
margin-top: .2em;
}
ul#detailPods a:link, ul#detailPods a:active {
	background: #CD0000;
	color:#FFF;
}
ul#detailPods a:visited {
	background: #777;
	color:#DDD;
}
ul#detailPods a:hover {
	background: #3F5154;
	color:#DDD;
}
/* end detail pods */

/* Homepage sidebar */
#sidebar-container {
width:30%;
float: left;
font-weight:bold;
padding-top: 1em;
}
#sidebar-revised {
	width: 80%;
	margin: 0;
	padding: 1em 0 0 15%;
	clear: both;
}

#sidebar-revised li {
color:#CD0000;
list-style-type: none;
list-style-image: url(atlas-list-square.gif);
}
#sidebar-revised a, #sidebar-revised a:link, #sidebar-revised a:active {
color:#000;
display:block;
margin:0 0 0 -10px;
padding: .5em 0 .5em 1em;
text-decoration: underline;
}
#sidebar-revised a:visited {
color:#3F5154;
}
#sidebar-revised a:hover {
color:#2C5197;
}
#sidebar-revised li a.current {
	color:#CD0000;
}