/* Css Default */
@import url("boxes.css");
@import url("custom_styles.css");

/* Modules */
@import url("quotes.css");
@import url("catalog.css");
@import url("news.css");
@import url("weblog.css");
@import url("photoalbum.css");

html,body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    background-color: #ffffff;
    color: #555555;
    font-family: Verdana,Arial,Helvetica, sans-serif;
    text-align: left;
}

/* Heading */
h1 { color: #d31145; font-size: 20px; font-weight: normal; margin-bottom: 8px; padding-bottom: 4px; line-height: 20px; }
h2 { color: #555555; font-size: 14px; font-weight: bold; padding: 10px 0px 0px 0px; }
h3 { color: #777777; font-size: 12px; font-weight: bold; }

/* Paragraph */
p { line-height: 20px; font-size: 12px; }
strong { color: #444444;}

/* Lists */
.contentMain ul { line-height: 18px; list-style: disc; color: #777777; margin: 0; }
.contentMain li { }
ol { line-height: 18px; color: #777777; margin-left: 20px; margin-bottom: 20px; }

/* Links */
a:link, a:visited, a:active { color: #d31145; text-decoration: none; }
a:hover { color: #d31145; font-weight: normal; text-decoration: underline; }

/* Image */
img { border: none; }

.slideImg {
    z-index: 1;
}

div#slide {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 358px;
    overflow: hidden;
}

div#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
    margin-left: 0px;
 	width: 980px;
}

div#header {
    position: relative;
    height: 358px; 
    width: 980px;
 }

div#topNav {
    position: absolute;
    z-index: 1000;
    float: left;
    width: 980px;
    height: 40px;
    background: transparent url(/images/top-bar.png) repeat scroll 0 0;
    border-bottom: Solid 1px #828282;
 }

 div#inputBox {
    z-index: 1000;
    position: relative;
    float: right;
    margin-top: 41px;
    height: 277px;
    width: 220px;
    background: transparent url(/images/input-block-bg.png) repeat scroll 0 0;
 }


 div#bottomBar {
    position: absolute;
    left: 0;
    z-index: 1000;
    height: 40px;
    width: 980px;
    margin: 318px 0px 0px 0px;
    background: transparent url(/images/bottom-bar.png) repeat scroll 0 0;
    border-top: Solid 1px #828282;
 }

div.logoWrapper {
	width: 980px;
    background-color: #d9d9d9;
    height: 100px;
    margin: 0 auto;
    z-index: 1000;
}

div.logo {
    float: right;
    width: auto;
    height: auto;
    padding: 20px 10px 0px 0px;
    z-index: 1000;
    position: relative;
}

div.logoNissan {
    float: left;
    width: 240px;
    padding: 20px 0px 0px 14px;
    z-index: 1000;
}

div#menuWrapper {
    float: left;
    margin: 0 auto;
    width: 240px;
    height: 400px;
    background-image: url(/images/nav-back.jpg);
    background-repeat: repeat-x;
}

div#mainWrapper {
    width: 980px;
    min-height: 300px;
}

div#contentMain {
    float: left;
    width: 680px;
    height: auto;
    padding: 30px 20px 20px 40px;
}

div#push {
    clear: both;
    height: 100px;
}

div#footerWrapper {
    height: 100px;
    width: 980px;
    margin: 0 auto;
    margin-left: 0px;
    font-size: 10px;
    text-align: left;
    color: #555555;
    background: transparent url(/images/grid.png) repeat scroll 0 0;
    background-repeat: no-repeat;
}

.footerLeft {
    float: left;
    width: 220px;
    margin: 40px 0px 0px 0px;
    padding: 12px 0px 0px 20px;
}

.footerRight {
    float: left;
    width: 720px;
    border-top: Solid 1px #ececec;
    padding: 12px 0px 0px 0px;
    margin: 40px 0px 0px 20px;
}

a.footerLink:link, a.footerLink:active, a.footerLink:visited { color: #555555; font-weight: normal;	text-decoration: none; }
a.footerLink:hover { color: #d31145; font-weight: normal; text-decoration: none;}

.footerIcon {
    padding-right: 10px;
}


.gotoTop {
    float: right;
}

.sitemap {
    margin: 0;
    padding: 0px 0px 0px 14px;
    color: #777777;
    list-style: square;
}

.sitemap li {
  padding: 4px 0px 4px 0px;
}

.sitemap a:link, .sitemap a:visited {
    color: #777777;
}

.sitemap a:hover {
   color: #d31145;
}

