/* CSS Document */


* {
padding:0;
margin:0;
}

html {
min-height:100%;
margin-bottom:1px;
overflow: -moz-scrollbars-vertical !important; 
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#00475A;
line-height:20px;
margin:0 auto;
text-decoration:none;
text-align:center;
background-image:url(images/tile.gif);
background-repeat:repeat;
}
  
  
/* layout */  
  
#wrapper {
position:relative;
width:900px;
margin:0 auto;
padding:0px;
background-color:#FFFFFF;
border-right:#CCCCCC solid 1px;
border-left:#CCCCCC solid 1px;
border-bottom:#CCCCCC solid 1px;
}
#banner {
width:900px;
padding:0px;
}
#content {
float:left;
width:600px;
}
#content .holder {
width:600px;
margin-left:35px;
margin-bottom:30px;
color:#999999;
background-color:#FFFFFF;
margin-top:10px;
text-align:left;
}
#content a:link, #content a:visited {
color:#016D8B;
text-decoration:underline;
}
#content a:hover {
color:#59ADC5;
}
#content img {
border:#003663 1px solid;
}
#content .big-port {
width:600px;
margin-left:35px;
margin-bottom:30px;
color:#999999;
background-color:#FFFFFF;
margin-top:10px;
text-align:left;
}
#content .big-port h1 {
color:#FF8100;
}
#content .pricing {
width:600px;
margin-left:35px;
margin-bottom:30px;
color:#999999;
background-color:#FFFFFF;
margin-top:10px;
text-align:left;
}
#content .about {
float:left;
margin:5px 10px 10px 0px;
}
#content .about img {
border:none;
}

.big-into {
font-family:"Times New Roman", Times, serif;
font-size:16px;
color:#00C43B;
}

#content ul li {
text-decoration:none;
list-style-type:none;
}
#content .pricing-left {
width:400px;
float:left;
color:#00475A;
padding:10px;
border:#00475A solid 1px;
margin:10px 0px 10px 0px;
}
.note {
color:#999999;
}

/* portfolio rollovers */

#content .port-west a {
float:left;
width:175px;
height:125px;
margin:15px 25px 15px 0px;
background-image:url(images/west-coast-sm.jpg);
background-repeat:no-repeat;
}
#content .port-west a:hover {
background-position: 0 -125px;
}
#content .port-fran a {
float:left;
width:175px;
height:125px;
margin:15px 25px 15px 0px;
background-image:url(images/franchiselink-sm.jpg);
background-repeat:no-repeat;
}
#content .port-fran a:hover {
background-position: 0 -125px;
}
#content .port-dodge a {
float:left;
width:175px;
height:125px;
margin:15px 25px 15px 0px;
background-image:url(images/dodge-sm.jpg);
background-repeat:no-repeat;
}
#content .port-dodge a:hover {
background-position: 0 -125px;
}
#content .port-look a {
float:left;
width:175px;
height:125px;
margin:15px 25px 15px 0px;
background-image:url(images/look-sm.jpg);
background-repeat:no-repeat;
}
#content .port-look a:hover {
background-position: 0 -125px;
}
#content .port-beere a {
float:left;
width:175px;
height:125px;
margin:15px 25px 15px 0px;
background-image:url(images/beere-sm.jpg);
background-repeat:no-repeat;
}
#content .port-beere a:hover {
background-position: 0 -125px;
}
#content .port-jdm a {
float:left;
width:175px;
height:125px;
margin:15px 25px 15px 0px;
background-image:url(images/jdm-sm.jpg);
background-repeat:no-repeat;
}
#content .port-jdm a:hover {
background-position: 0 -125px;
}
#content .port-celine a {
float:left;
width:175px;
height:125px;
margin:15px 25px 15px 0px;
background-image:url(images/celine-sm.jpg);
background-repeat:no-repeat;
}
#content .port-celine a:hover {
background-position: 0 -125px;
}
#content .port-duane a {
float:left;
width:175px;
height:125px;
margin:15px 25px 15px 0px;
background-image:url(images/duane-sm.jpg);
background-repeat:no-repeat;
}
#content .port-duane a:hover {
background-position: 0 -125px;
}
#content .port-source a {
float:left;
width:175px;
height:125px;
margin:15px 25px 15px 0px;
background-image:url(images/gardens-sm.jpg);
background-repeat:no-repeat;
}
#content .port-source a:hover {
background-position: 0 -125px;
}

/* side bar/navgation */

#side-bar-right {
float:right;
width:200px;
}
#side-bar-right .feature {
margin-top:100px;
text-align:left;
}
#side-bar-right .feature p {
padding:2px;
border-bottom:#FF8100 1px solid;
}
#navigation {
text-align:left;
margin-top:10px;
}
#navigation ul {
text-decoration:none;
}
#navigation li {
list-style-type:none;
padding:2px;
border-bottom:#CCCCCC 1px solid;
}
#navigation a:link, #navigation a:visited  {
color:#0185AA;
text-decoration:none;
}
#navigation a:hover {
color:#FF8100;
}

img {
border:none;
text-decoration:none;
}

#footer {
clear:both;
font-size:12px;
background-color:#FFFFFF;
text-align:left;
padding:15px 0px 10px 25px;
border-top:#CCCCCC 1px solid;
}
#footer p {
color:#206B80;
}
#footer a:link, #footer a:visited {
text-decoration:none;
color:#206B80;
}
#footer a:hover {
color:#59ADC5;
}



/* form */

input.txt {
color:#333333;
background-color:#FFFFFF;
border:1px solid #999999;
width:250px;
padding:2px;
}
input.btn {
color:#FFFFFF;
background-color:#0086aa;
border:1px solid #999999;
padding:3px;
margin:10px 0px 0px 85px;
cursor:pointer;
}
input.btn:hover {
background-color:#FF8100;
}
textarea {
color:#333333;
background-color:#FFFFFF;
width:250px;
border:1px solid #999999;
padding:2px;
}
form div {
clear:left;
margin:0;
padding:5px;
}
form div label {
float:left;
width:15%;
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
color:#333333;
}
fieldset {
border:1px solid #0066CC;
margin-top:1.4em;
padding:0.6em;
}


/* universal selectors */



h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bolder;
color:#00C43B;
margin-bottom:10px
}
h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#00C43B;
margin-bottom:2px;
font-weight:bolder;
}
h4 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#FF8100;
margin-bottom:2px;
font-weight:bolder;
}
.h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
font-weight:bold;
letter-spacing:2px;
color:#0088ad;
padding-top:10px;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bolder;
color:#00C43B;
margin-bottom:3px
}

.h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
font-weight:bold;
letter-spacing:2px;
color:#000000;
padding-top:5px;
padding-bottom:5px;
}
p {
margin-bottom:12px;
color:#999999;
}
.thumbs {
font-size:12px;
font-weight:100;
}










