@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCC;
}
a:link {
	color: #235849;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: underline;
}
#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#topBar {
	background: #235849;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
} 
#topBar p.address {
	font-size: 13px;
	color: #FFF;
	margin: 0;
	padding: 0;
}
#header { 
	padding: 0;
	margin: 0;
	height: 155px;
} 
#sidebar1 a:link {
	color: #fff;
	text-decoration: none;
}
#sidebar1 a:visited {
	color: #fff;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #F90;
	text-decoration: none;
}
#sidebar1 a:active {
	color: #fff;
	text-decoration: none;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 115px; /* 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 */
	background: #c53528; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin: 0;
}
#sidebar1 .navigation {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 12px;
	margin: 0px;
	padding-top: 12px;
	line-height: 20px;
	letter-spacing: .08em;
}
#sidebar1 .navigationBottom {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	padding-left: 12px;
	padding-bottom: 12px;
	margin: 0px;
	padding-top: 12px;
	line-height: 20px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* 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: 0; /* padding keeps the content of the div away from the edges */
	margin: 0;
}
h3 a:link {
	color: #c53528;
	text-decoration: underline;
}
h3 a:visited {
	color: #c53528;
	text-decoration: underline;
}
h3 a:hover {
	color: #c53528;
	text-decoration: none;
}
.order a:active {
	color: #c53528;
	text-decoration: underline;
}
.order a:link {
	color: #c53528;
	text-decoration: underline;
}
.order a:visited {
	color: #c53528;
	text-decoration: underline;
}
.order a:hover {
	color: #c53528;
	text-decoration: none;
}
h3 a:active {
	color: #c53528;
	text-decoration: underline;
}
#sidebar2 h3 {
	margin: 0;
	font-size: 13px;
	color: #c53528;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 18px;
	text-align:center;;
}
#sidebar2 .caption {
	font-size: 11px;
	font-style: italic;
	text-align: center;
	line-height: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#sidebar2 .quote {
	font-size: 11px;
	font-style: italic;
	text-align: center;
	line-height: 17px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebar2 .quoteMaker {
	font-size: 10px;
	text-align: center;
	line-height: 17px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidebar2 .certified {
	font-size: 10px;
	text-align: center;
	line-height: 17px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #c53528;
}
#sidebar2 .order {
	font-size: 13px;
	text-align: center;
	line-height: 17px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	color: #c53528;
	font-weight: bold;
}
#mainContent {
	margin-top: 0;
	margin-right: 260px;
	margin-bottom: 0;
	margin-left: 115px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
} 
#mainContent h1 {
	margin: 0;
	font-size: 18px;
	color: #235849;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
#mainContent h2 {
	margin: 0;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}  
#mainContent h3 {
	margin: 0;
	font-size: 13px;
	color: #c53528;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18px;
	text-align: left;
}.home {
	margin: 0;
	font-size: 12px;
	color: #000;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 17px;
} 
.homeImage {
	border: 1px solid #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.videoCaption {
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.supri {
	margin: 0;
	font-size: 12px;
	color: #000;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 17px;
} 
#footer {
	background: #235849;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
} 
#footer p {
	font-size: 14px;
	color: #FFF;
	margin: 0;
	padding: 0;
}
#footer p.address {
	font-size: 12px;
	color: #FFF;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#footer a:link, #topBar a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited, #topBar a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover, #topBar a:hover {
	color: #fff;
	text-decoration: none;
}
#footer a:active, #topBar a:active {
	color: #fff;
	text-decoration: none;
}

.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	padding-right: 12px;
}
.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;
}
.movie {
	font-size: 16px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
.close {
	font-size: 12px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.close a:link {
	color: #000;
	text-decoration: none;
}
.close a:visited {
	color: #00;
	text-decoration: none;
}
.close a:hover {
	color: 000;
	text-decoration: underline;
}
.close a:active {
	color: #000;
	text-decoration: none;
}
.sidebarImg {
	margin: 0px;
	padding-bottom: 12px;
}
.sidebarImg2 {
	margin: 0px;
	padding-bottom: 0px;
}
#mainContent table tr td {
	font-size: 12px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}
#mainContent table tr th {
	font-size: 13px;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 3px;
	font-weight: bold;
	text-align: left;
}
