/* http://www.abcautotransport.com/styles.css */


/* CSS Reset*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
table{border-collapse:collapse;border-spacing:0}
/* End of CSS Reset*/


body {
Background:#6699CC;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
	color:#000;
	background-position:bottom center;
    text-shadow:1px 1px 0 #fff;
	background-image:url(images/all_bg.jpg);
}

.wrapper {
margin: auto;
width: 960px;
}

a {text-decoration: none;
color: #ff0303;}

a:hover {text-decoration: underline;
color: #ff0303;}

h1 {
font-size: 30px;
}






/**************** start of header*****************/

.header {
background: #9E0B0E url(images/header.png);
border-bottom: 1px solid #000;
}

.header #flash {
height: 110px;

}

.header #logo {
float: left;
margin-top: 5px;
margin-left: 20px;
}

.header #callusflash {
float: right;
border: 1px solid #78090c;
margin-top: 20px;
}

.header #nav {
background: #000 url(images/nav.png);
text-align: center;
padding: 15px;
}

.header #nav  li{
display: inline;
}

.header #nav  li a {
font-size: 13px;
color: #FFD962;
padding: 14px 15px;
border-right: 1px solid #000;
text-shadow:1px 1px 0 #333;

}

.header #nav  li a:hover {
color: #fff;
background: #000 url(images/nav_hover.png);
}

.header #nav  #firstlink {
border-left: 1px solid #000;
}

.header #nav #social {
float: right;
margin-left: -30px;
margin-top: -18px;
}

/**************** end of header*****************/




/**************** start of footer*****************/

#footer {
background: #000 ;
height: 100px;
margin-top: 30px;
}

#footer ul {
float: left;
}

#footer ul li {
margin: 10px 20px 10px 20px;
padding-top: 3px;
font-size: 15px;
color: #fff;
text-shadow:1px 1px 0 #000;
}

#footer #footerflash {
text-align: center;
}

#footer p {
margin-top: 10px;
color: #333;
}

/**************** end of footer*****************/



/**************** start of index*****************/

#slider {
margin: 40px 0px;
float: left;
}

#quote {
margin: 40px 0px;
float: right;
margin-right: 0px;
width: 240px;
border: 1px solid #99CCFF;
padding: 5px;
-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
font-weight:bold;
color: #fff;
margin-bottom: 10px;
text-shadow:1px 1px 0 #000;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000033', endColorstr='#006699'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#000033), to(#006699));
background: -moz-linear-gradient(top,  #000033,  #006699); /* for firefox 3.6+ */ 
}

#dfdsfd{
color:#99CCFF;
  }

#quote h1 {
padding-top: 7px;
padding-bottom: 7px;
font-size: 20px;
width: 240px;
background: #990000;
text-align: center;
color: #fff;
margin-bottom: 10px;
text-shadow:1px 1px 0 #000;
-webkit-border-radius: 13px;-moz-border-radius: 13px;border-radius: 13px;

}
#quote tr input
{
margin-top:4px;
}

#quote span {
font-size: 18px;
color: #fff;
margin-bottom: 10px;
display: block;
text-align: center;
padding: 3px 0px;
border-bottom: 1px solid #afaeae;

}

#quote #section1 {
float: left;
margin-right: 50px;
}

#quote #section2 {
float: left;
margin-right: 50px;
}

#quote #section3{
}

#quote #submit {
float: right;
padding: 6px 6px 0px 0px;
}

#blog {
text-align: center;
width: 960px;
color: #000;
}

#blog div {
line-height: 25px;
font-size: 13px;
padding: 10px;
text-shadow:0px 0px 0 #fff;
-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}

#article1, #article2, #article3 {
width: 290px;
float: left;
margin-bottom: 40px;
margin-left:7px;
border: 1px solid #006699;
text-align:justify;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6699CC', endColorstr='#ffffff'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#6699CC), to(#ffffff));
background: -moz-linear-gradient(top,  #6699CC,  #ffffff); /* for firefox 3.6+ */ 
}
#article1 h3, #article2 h3, #article3 h3 {
font-size:13px;
color:#000;
font-weight:bold;
text-align:left;
}


#ordernow {
margin-top: 30px;
clear: both;
background: #000 url(images/orderbackground.png);
height: 100px;
border-bottom: 1px solid #000;
border-top: 1px solid #000;
}

#ordernow img {
margin: 15px 40px 15px 100px;
float: left;
}

#ordernow p {
text-align: center;
padding: 30px 0px 0px 0px;
color: #fff;
font-size: 12px;
line-height: 22px;
text-shadow:1px 1px 0 #000;
font-weight:bold;
}

#ordernow p span {
padding-top: 10px;
font-size: 14px;
}

#welcome {
margin-top: 50px;
margin-left:0px;
margin-right:0px;
}

#welcome p {
float: left;
text-align:justify;
width: 550px;
line-height: 30px;
font-size: 14px;
font-weight:bold;
}

#welcome ul {
float: right;
width: 350px;
}

#welcome ul  li{
padding-bottom: 18px;
font-weight: bold;
padding-left: 20px;
background-image: url(images/checkmark.png);
background-repeat: no-repeat;
background-position: top left;
}


#discount .wrapper {
clear: both;
text-align: center;
border: 2px solid #858383;
padding: 10px 0px;
-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
color:#FFFFFF;
text-shadow:1px 1px 0 #000;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000033', endColorstr='#006699'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#000033), to(#006699));
background: -moz-linear-gradient(top,  #000033,  #006699); /* for firefox 3.6+ */ 
}

#discount #discountflash {
display: inline;
margin-top: 40px;
}

#discount .wrapper p {
font-size: 16px;
display: inline;
line-height: 30px;
}

#discount .wrapper p span {
font-weight: bold;
}

#professionals {
}

#professionals h1{
text-align: center;
font-size: 25px;
color: #ff0303;
}

#professionals p{
text-align: center;
font-size: 16px;
line-height: 25px;
}
#professionals p span {
font-weight: bold;
font-size: 22px;
}

#bottomtext {
margin: 50px 0px 0px 0px;
}

#bottomtext h2 {
text-align: center;
font-size: 18px;
padding-bottom: 10px;
border-bottom: 1px solid #333;
color: #fff;
text-shadow:1px 1px 0 #000;
}

#bottomtext p {
line-height: 25px;
padding-bottom: 20px;
text-align: center;
color: #fff;
	background-position:bottom center;
    text-shadow:1px 1px 0 #000;

}


/**************** end of index*****************/




/**************** start of about*****************/

#about, #shippingprocess, #faq, #orderonline {
	background-image:url(images/all_bg.jpg);
}


#about #text {
background: #777;
margin: 100px;
font-size: 14px;
line-height: 25px;
color: #fff;
text-shadow:1px 1px 0 #000;
-moz-border-radius: 20px;
border-radius: 20px;
border: 1px solid #fff;
}

#about #text .bullet {
display: block;
padding: 5px 0px 5px 10px;
background: #333;
text-align: center;
}

.title {
color: #fff;
text-align: center;
padding: 40px 0px;
border-bottom: 1px solid #fff;
}

#about #bottom {
color: #0f3965;
margin-bottom: 50px;
text-align: center;
}


/**************** end of about*****************/




/**************** start of shippingprocess*****************/


#shippingprocess #text {
background: #777;
margin: 100px;
font-size: 14px;
line-height: 25px;
color: #fff;
text-shadow:1px 1px 0 #000;
-moz-border-radius: 20px;
border-radius: 20px;
border: 1px solid #fff;
}

#shippingprocess #text p {
float: left;
padding-right: 20px;
padding-top: 20px;
font-size: 15px;
}


#mainAreaSubPages ul li{
margin-left: 30px;
padding-bottom: 15px;
padding-top: 5px;
border-bottom: 1px solid #666666;
display: block;
}


/**************** end of shipping process*****************/




/**************** start of faq*****************/


#faq  #text {
background: #777;
margin: 100px;
font-size: 14px;
line-height: 25px;
color: #fff;
text-shadow:1px 1px 0 #000;
-moz-border-radius: 20px;
border-radius: 20px;
border: 1px solid #fff;
}

#faq .question {
margin-top: 40px;
display: block;
padding: 5px 0px 5px 10px;
background: #333;
}

#faq #bottomtext{
margin: 60px 0px 20px 0px;
display: block;
padding: 5px 0px 5px 10px;
background: #333;
}


/**************** end of faq*****************/

/**************** start of SubPages*****************/


#mainAreaSubPages {
width:960px;
margin-top:50px;
padding:15px;
font-size: 14px;
line-height: 25px;
color: #fff;
text-shadow:1px 1px 0 #000;
-moz-border-radius: 20px;
border-radius: 20px;
border: 1px solid #fff;
background-color:#758080;
}


#contactpage h2 {
font-size: 25px;
margin: 30px 0px 20px 0px;
}

#contactpage span {
font-weight: bold;
font-size: 15px;
}

#contactpage #phonenumbers {
width: 480px;
float: left;
margin: 40px 0px;
}

#contactpage #address {
margin: 40px 0px;
}

#printout {
margin: 20px 0px;
padding: 5px 0px;
background: #333;
}
