@charset "UTF-8";


/*
	colors

red    6a0100
blue    0a0071

*/





#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 500px;
	margin-top: 5px;
}

#contact-area input, #contact-area textarea {
	
	padding: 4px;
	float: right;
	width: 271px;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px 0px 2px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea { height: 70px; }

#contact-area textarea:focus, #contact-area input:focus {
border: 2px solid #900;
}

#contact-area input.submit-button {
width: 100px;
float: right;
margin-right: 49px;
margin-top: 17px;
}

label {
	float: left;color: black;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 13px;
}

/*Drop Down Menu Styles*/
#ddmenu {
	margin: 0;
	padding: 0;
	height:26px;
	width:700px;
}

#ddmenu li {
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
}

#ddmenu li a {
	display: block;
	padding: 5px 18px;
	text-decoration: none;
	width: 70px;
	color: black;
	text-transform:uppercase;
	white-space: nowrap;
	text-align:center;
}

#ddmenu li a:hover {
color: grey;
}

#ddmenu li ul {
	margin: 3px 0px 0px -5px;	
	padding: 0;
	position: absolute;
	visibility: hidden;
	width:600px;

}

#ddmenu li ul li {
	display:inline;
	margin-top: 18px;
}

#ddmenu li ul li a {
	width: auto;
	display: inline;
	color: white;
	font-size: 11px;
	padding-bottom: 2px 10px;
	
}

#ddmenu li ul li a:hover {
	}



.triangle {
height: 14px; 
margin-top:4px; 
float: right;
position: relative; 
left: -22px;
background-image:url(http://www.continentalexpedited.com/cgi-bin/images/triangle.png);
}




/* v1.0 | 20080212 */

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, font, 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,
 caption, tbody, tfoot, thead, th,  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/*
Acordian
*/







.accordion {
	width: 400px;
	border-bottom: solid 10px #c4c4c4;
	position:absolute;
	left: 31px;
	top:248px;
	width:222px;
}
.accordion h3 {
	background: #e9e7e7 url(images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 10px;
	margin: 0;
	font: bold Arial, Helvetica, sans-serif;
	font-size: .7.3em;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	font-size:11px;
	font-weight:bold;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	display: none;
}


/*
	RESET
*/

*									{ margin: 0; padding: 0; }
html								{ overflow-y: scroll; overflow-x: hidden;}
html, body							{ height: 100%; }
body								{ font-size: 42.5%; font-family: Arial, sans-serif; color: #272727; 
									  background: #6a0100; }
									  
ul									{ list-style: square inside; margin:0px; padding:0px; }


ol									{ list-style: decimal inside; margin-left:2em; }
a									{ outline: none; text-decoration:  none; color: white;}
a:visited 						    { color: white }
a img								{ border: none; background: none; }
img									{ vertical-align: middle; }
p		    						{ font-size: .7em; line-height: 1.2em; margin: 0px 0 0px 1px; z-index: 550; list-style-type:none; }
li 								    { margin-left: 0px; font-size: .7em;}
.li2 								{ margin-left:21px; }
a:visited { color: white; }




h1									{ font-size: 3.6em; font-family: Georgia, serif; font-weight: normal; }
h2									{ font-size: 30px;; font-family: Georgia, serif; font-weight: normal; margin-bottom: 9px;}
h3									{ font-family:Georgia,serif; font-size:24px; font-weight:normal; margin:14px 0 -12px; }
h4									{ font-size: 1.2em; font-family: Georgia, serif; font-weight: normal; margin-bottom:-18px; margin-top:17px;}



s2									{ font-size: 12px; color: blue;  font-weight: normal; }

s4									{ font-size: 13px; line-height:1.4; font-family: Arial, sans-serif;  font-weight: normal; margin-bottom:-18px; margin-top:17px;}








body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}



.thrColHybHdr #container #header img {
	position: relative;
	left: -10px;
	top: -10px;
}



.thrColHybHdr #mainContent {


-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
background-image:url(http://www.continentalexpedited.com/cgi-bin/images/pattern.jpg);
left:286px;
padding:2px 25px 0 22px;
position:absolute;
top:179px;
width: 775px;
	} 




/*
	NAVIGATION
*/






#bluebox2  {
position:relative;
top:-3px;}


#fast  { position: absolute; top: 63px; right: 18px;}




#menubox { height:50px;
left:332px;
position:relative;
top:-76px;
width:750px;
z-index:300;; }


.menu    { height: 15px; width: 55px; font-size: 12px; }






/*Drop Down Menu Styles*/
#ddmenu {
	margin: 0;
	padding: 0;
	height:26px;
	width:700px;
}

#ddmenu li {
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
}

#ddmenu li a {
	display: block;
	padding: 3px 18px;
	float: left;
	text-decoration: none;
	width: 70px;
	color: black;
	text-transform:uppercase;
	white-space: nowrap;
	text-align:center;
}

#ddmenu li a:hover {
color: grey;
}

#ddmenu li ul {
	margin: 3px 0 0 0px;
	padding: 0;
	position: absolute;
	visibility: hidden;
	width:600px;
}

#ddmenu li ul li {
	display:inline;
	margin-top: 34px;
	margin-left:13px;
}

#ddmenu li ul li a {
	width: auto;
	display: inline;
	color: white;
	font-size: 11px;
	padding-bottom: 2px 10px;
	
}

#ddmenu li ul li a:hover {
	}













/*
	table
*/

td         { padding: 11px; color: #e6e6e6; border: solid; border-color: white;}
.truckblue { background-color: navy; }
.truckgrey { background-color: gray; }






/*
	PAGES
*/



#banners4services	{ margin-top: 15px; 
margin-bottom: 12px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
}


#bigtruck    {  left:309px;
margin-bottom:58px;
margin-left:-319px;
margin-top:17px;			
position:relative;
top:-189px; }


#intro   { width: 791px;
margin-top: 15px;
height: 312px;
padding: 0px}


.intropar  { display:inline;
float:left;
margin-right:21px;
width:234px;}


#cutline    { 
margin-left:-1px;
margin-top:-245px;
position:relative;
width:780px;
font-weight: bold;
font-size: 11px;
}

#opperator	{ 
position:absolute;
top:4px;
width:720px;
}



#logistics	{ 
left:22px;
position:absolute;
top:14px;
width:328px;
}

#globe	{ 
position:relative;
top: 22px;
left: 382px;
width:371px;}




#services { 
	  padding:0; 
	  margin:0; 
	  height: 120px;
	  } 



.button								{ 
font-size:14px;
border: 1px solid #272727; 
background: #1c1655; padding: 3px 8px; 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color: white; }


.button:hover						{ background: white; color: #385193; }

#butspot    {  width: 150px; position: absolute; top: 471px;}

#driver		{  height: 37px;}






/*
	SIDEBAR
*/


.try1  {
	width: 210px;
	position: absolute;
	left: 64px;
	top:  7px;
	}
	
#mexico {	background-image: url(http://www.continentalexpedited.com/cgi-bin/images/mexico.jpg);
width: 222px;
height: 54px;
position: absolute;
left: 31px;
}
	
#truck1 {width: 222px;
		 height: 73px;
		 position: absolute;
	     left: 31px;
	     top: 88px;}
	     
#qanda {height:61px;
position:absolute;
top:177px;
left: 31px;
width:222px;}	
	     
#truck2 {width: 222px;
		 height: 73px;
		 position: absolute;
	     left: 31px;
	     top: 509px;}     
	







/*
	LAYOUT
*/


.thrColHybHdr #container {
	width: 100%;
    background: #6a0100;	
/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left;
}  
.thrColHybHdr #header {
	padding: 0 10px;
	height: 168px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(http://www.continentalexpedited.com/cgi-bin/images/toppattern.jpg);
} 
.thrColHybHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.thrColHybHdr #footer { 
	height: 74px;
	background-image: url(http://www.continentalexpedited.com/cgi-bin/images/footerpattern.gif);
} 

#copy   { color:white;
left: 530px;
position: relative;
top: -56px;
width: 640px;
 } 


.thrColHybHdr #sidebar {
	width: 290px; /* since this element is floated, a width must be given */
	padding: 0 0 842px 0;
	background-image: url(http://www.continentalexpedited.com/cgi-bin/images/leftpattern.gif);
	position: relative;
}

.thrColHybHdr #info { 
		width: 200px;
		height: 400px;
		position: absolute;}


#logo {
	left:-10px;
    margin-left:8px;
    position:absolute;



.thrColHybHdr #footer p {
	margin: 0;
	padding: 10px 0; 
}









/* Miscellaneous classes for reuse */
.fltrt 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}




