@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: #000;
	background-color: #aaa4a4;
	background-image: url(../images/bk.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat-x;
	background-position: top;
}
p {
	font-size: 0.9em;
	color: #000;
}
a {
	font-size: 13px;
}


h1 {
	color: #CCC;
	font-size: 1.8em;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	margin-top: 0px;
}
h2 {
	color: #950100;
	font-size: 1.1em;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	font-style: italic;
	color: #950100;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 12px;
	color: #970400;
	margin: 0px;
}
h4 {
	font-size: 0.8em;
	color: #000;
	font-weight: normal;
}




.twoColFixLtHdr #container {
	width: 850px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 238px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 124px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#mainContent .bkimg {
	background-image: url(../images/flo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 160px;
	height: 400px;
}
.bkimg #mone {
	padding-left: 100px;
}
.bkimg #mtwo {
	padding-left: 30px;
}
.bkimg #mthree {
	padding-left: 15px;
	padding-right: 10px;
}

#mainContent .contwrap {
	height: 200px;
	margin-top: 20px;
}
#mainContent .contwrap p {
	padding-left: 310px;
	color: #000;
}

#mainContent .corp-movie {
	height: 180px;
	float: left;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#mainContent ul li {
	font-size: 12px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-position: outside;
}

#mainContent h3 #services {
	margin: 0px;
	padding: 0px;
}

#container #mainContent p {

}
#mainContent h2 strong {
	color: #950100;
	font-weight: normal;
}
#container #mainContent p strong {
	font-weight: normal;
}



.twoColFixLtHdr #footer {
	background-image: url(../img/cherry.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	padding-bottom: 10px;
	height: 90px;
} 
#container #mainContent .phrase {
	color: #FFF;
	font-weight: normal;
	padding: 7px;
	border: 1px solid #CCC;
	width: 430px;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #CCC;
	font-size: 0.8em;
}
#footer p a {
	color: #CCC;
	text-decoration: none;
}
#footer p a:hover {
	color: #666;
}

.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;
}
div.results img {border: 0;}

input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
	background-color: #950401;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #001128;
	border-right-color: #001128;
	border-bottom-color: #001128;
	border-left-color: #001128;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #696969;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	color: #FFFFFF;
	background-color: #AC4859;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
}
.altRowOdd{
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}
.results-border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	}
#mainContent .links a {
	font-size: 1.1em;
	color: #960202;
}

	
	.results-border table.tabularData, table.tabularData td, table.tabularData th {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
	
body, td, th, p {
	font-size: 0.9em;
}
a:link {
	color: #9A0104;
	font-size: 1.1em;
}
a:visited {
	color: #8D0000;
	font-size: 1.1em;
}
a:hover {
	color: #FFF;
	text-decoration:none;
	font-size: 1.1em;
}
a:active {
	color: #900000;
	text-decoration:none;
	font-size: 1.1em;
}
