@charset "utf-8";
/* CSS Document for CaliberDelivers.com */

body {
	margin: 0;
	padding: 0;
	margin-top:10px;
	background:#000000;
	color:#C5CED3;
	text-align:left;
}

#containter_table {
	border:1px solid #666;
}

.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px;
	font-family: Candara, "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
	font-size:90%/1.2em;
	color:#e1e1e1;
	margin-right: 10px;
	text-align:center;
	border:1px solid #CCC;
	background-image:url(sidebar_fill_dark.jpg);
	background-repeat: repeat;
}
.twoColFixRt #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; 
	font-family: Candara, "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
	font-size:90%/1.2em;
} 

.twoColFixRt #mainContent2 { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; 
	font-family: Candara, "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
	font-size:90%/1.2em;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
--> 
.twoColFixRt #sidebar1 h1 {
	font-family:Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#CCC;
	letter-spacing: 70%;
	font-weight:normal;
	margin:0;
	padding:0;
}

.twoColFixRt #sidebar1 h2,h3,h4{
margin:0;
padding:0;
}
.twoColFixRt #sidebar1 p {
margin-top:0;
padding-top:0;
}

.twoColFixRt #mainContent h1 {
	font-family:Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#FFFFFF;
	letter-spacing: 0.02em;
	font-weight:normal;
	margin-top:0;
	padding-top:0;
	margin-bottom:1px;
}

.twoColFixRt #mainContent p { 
margin-top: 0;
padding-top: 0;
}

.twoColFixRt #mainContent h2 {
	font-family:Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#97D6FF;
	letter-spacing: 0.02em;
	font-weight:normal;
	margin:0;
	padding:0;
	margin-top: 1px;
	padding-top:10px;
}

.twoColFixRt #mainContent2 h1 {
	font-family:Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#FFFFFF;
	letter-spacing: 0.02em;
	font-weight:normal;
	margin-top:0;
	padding-top:0;
	margin-bottom:1px;
}

.twoColFixRt #mainContent2 p { 
margin-top: 0;
padding-top: 0;
}

.twoColFixRt #mainContent2 h2 {
	font-family:Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#97D6FF;
	letter-spacing: 0.02em;
	font-weight:normal;
	margin:0;
	padding:0;
	margin-top: 1px;
	padding-top:10px;
}

a:link {color: #FFF; text-decoration: underline; font-weight: bold;}
a:focus {outline: none; }
a:hover {color: #33CCFF;}
a:visited {color: #FFFFFF;}
a:active {outline: none;}

#sidebar1 a:link {
	text-decoration: underline;
	color:#FFF;
	}

#sidebar1 a:visited {
	text-decoration: underline;
	color: #FFF;
	}
	
#sidebar1 a:hover {
	text-decoration: underline;
	color: #00AEE8;
	}
	
.subheading1 {
	font-family: Candara, "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
	font-size:110%;
	color:#FFFFFF;
	font-weight: bold;
}

#copyright {
font-family: Candara, "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
text-align:center;
font-size:14px;
color:#FFF;
padding-bottom: 10px;
padding-top: 20px;
}

.testimonial {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:left;
font-style:italic;
font-size:12px;
color:#C5CED3;
}

strong.testimonial {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:left;
font-style:italic;
font-size:12px;
color:#97D6FF;
}



</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRt #sidebar1 { width: 220px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRt #sidebar1 { padding-top: 30px; }
.twoColFixRt #mainContent { zoom: 1; }
.twoColFixRt #mainContent2 { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->

:focus { -moz-outline-style: none; }