/* 
	SellFrame CSS File
	Theme Name: Default
	Version 1.0
	
	All themes must have the follwing classes:
	-------------------------------------------------------------------------
	body
	header
	mainContent
	container
	sidebar1
	footer
	
	header h1
	mainContent p,h1,h2,a,a:hover,#button
	sidebar1 p,h1,a,a:hover,li,img
	footer p,a,a:hover
	
	fieldset
	legend
	
	.dark
	.light
	.light2 (white bg)
	h6
	.price
	.input select etc
	h4
	.bordered
	
*/

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;
	background-image: url(images/buttons/topbg.gif);
	background-repeat: repeat-x;
	background-color: #006899;
}
.twoColHybLtHdr #header {
	padding:0px;
	background-image: url(images/buttons/topbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 133px;
}
.twoColHybLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 21%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: #FFFFFF;
}
.twoColHybLtHdr #container {
	width: 988px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	background-color: #FFFFFF;
}
.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 20.5%; /* top and bottom padding create visual space within this div  */
	background-color: #F9FDFF;
	padding: 0px;
}
.searchbox {
}
.twoColHybLtHdr #footer {
	padding: 0 10px;
	background-color: #FBFBFB;
}

/*-----------------------------------------------------------------------------------------------
	header h1,img,a,a:hover
	mainContent p,h1,h2,a,a:hover
	sidebar1 p,h1,a,a:hover
	footer p,a,a:hover
-----------------------------------------------------------------------------------------------*/

.twoColHybLtHdr #header a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.noborder {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColHybLtHdr #header a:hover,a:visited {
}
.twoColHybLtHdr #header p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000000;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.twoColHybLtHdr #mainContent p {
	font-size: 12px;
	color: #000000;
	text-align: left;
	font-weight: normal;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	vertical-align: top;
}
.twoColHybLtHdr #mainContent h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	color: #333333;
	line-height: normal;
	vertical-align: top;
	margin:0;
}
.twoColHybLtHdr #mainContent h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	color: #333333;
	line-height: normal;
	vertical-align: top;
	margin:0;
}
.twoColHybLtHdr #mainContent h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding: 2px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 5px;
	line-height: normal;
	vertical-align: top;
}
.twoColHybLtHdr #mainContent a {
	color: #009BDD;
	font-weight: normal;
	text-decoration: none;
}
.twoColHybLtHdr #mainContent a:hover,a:visited {
	text-decoration:underline;
	color: #48C8FF;
}
.twoColHybLtHdr #sidebar1 h3,h1 {
	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;
	font-size: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 2px;
	color: #333333;
	margin-bottom: 2px;
	padding: 0px;
}
.twoColHybLtHdr #sidebar1 h5 {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #FFFFFF;
	margin-bottom: 5px;
	padding: 0px;
}
.twoColHybLtHdr #sidebar1 p {
	font-size: 12px;
	color: #000000;
	text-align: left;
	font-weight: normal;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	vertical-align: top;
}
.twoColHybLtHdr #sidebar1 a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.twoColHybLtHdr #sidebar1 a:hover,a:visited {
	text-decoration:underline;
	color: #EAF9FF;
}

.twoColHybLtHdr #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 */
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.twoColHybLtHdr #footer a {
	color: #009BDD;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.twoColHybLtHdr #footer a:hover,a:visited {
	text-decoration:underline;
	color: #35C2FF;
}

.twoColHybLtHdr #sidebar1 li {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px;
	text-align: left;
	line-height: 120%;
	list-style-type: none;
}

.twoColHybLtHdr #sidebar1 ul {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 4px;
}
.locations {
	background-image: url(images/locations.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #2785B0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.twoColHybLtHdr #sidebar1 td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}
.twoColHybLtHdr #sidebar1 img {
	text-align:center;
	padding-left:5px;
}
.twoColHybLtHdr #mainContent td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
/*------------------------------------------------------------------------------------- */
fieldset {
	background-color: #FDFDFD;
	border: 1px solid #F3F3F3;
}
legend{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
/* Miscellaneous classes for reuse */
.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: 0px;
}
.rollover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #DFF7FF;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/rollover.gif);
	background-repeat: repeat-x;
}
.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;
}

.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	font-weight: normal;
	color: #000000;
	/*	background-color: #FDFDFD; */
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.twoColHybLtHdr #mainContent input, select {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #D4D4D4;
	font-size: 12px;
}
.twoColHybLtHdr #mainContent textarea {
	height: 90px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #E1E1E1;
	font-size: 12px;
	width: 200px;
	padding: 2px;
}
.buttons{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/buttons2.gif);
	background-repeat: repeat-x;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8F5EF;
	background-color: #F9FEFF;
}
.bordered {
	background-color: #FFFFFF;
	padding-bottom: 5px;
	background-image: url(images/borderbg.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F9F9F9;
}
.bordered2 {
	background-color: #FFFFFF;
	padding-bottom: 5px;
	background-image: url(images/borderbg.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F9F9F9;
}
select {
	margin-bottom: 2px;
}
.searchbox {
	background-color: #0091D4;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(images/budgetbg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
}
.light2 {
	/*	background-color: #FCFCFC;
	border: 1px solid #CC9966;*/
	background-image: url(images/vehiclessilver.gif);
	background-repeat: no-repeat;
	padding: 3px;
}
.dark {
	background-color: #F7F7F7;
	font-size:11px;
}
.light {
	background-color: #FBFBFB;
	font-size:11px;
}
.sidebox {
	background-color: #FBFBFB;
	font-size:11px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #949494;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.twoColHybLtHdr #mainContent li {
	font-size: 12px;
	list-style-type: none;
}
.thumbs {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.actions {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FBFBFB;
	border: 1px solid #F7F7F7;
	font-size: 12px;
	margin-bottom: 2px;
	padding: 2px;
}
.searchinput {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F4F8FF;
	padding: 3px;
	border: 1px solid #B9DCFF;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.twoColHybLtHdr #sidebar1 h2 {
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #EAFEFF;
	padding: 0px;
	font-weight: bold;
	margin: 2px;
}
.twoColHybLtHdr #mainContent li {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333333;
	font-weight: normal;
	padding: 0px;
	text-align: left;
	line-height: 120%;
	list-style-type: none;
}
.rightbottomborder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E2E2;
}
.submit {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B0B0B0;
	background-image: url(images/submit.gif);
	background-repeat: repeat-x;
	border: 2px groove #D6D6D6;
	font-weight: bold;
}

.twoColHybLtHdr #mainContent ul {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 4px;
}
