/* 
	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 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-color: #B80000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
.twoColHybLtHdr #header {
	padding: 0px;
}
.twoColHybLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 11em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.twoColHybLtHdr #container {
	width: 890px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 182px; /* top and bottom padding create visual space within this div  */
	background-color: #F8F8F8;
	padding: 0px;
}
.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 {
	color: #000000;
	text-decoration: none;
}
.twoColHybLtHdr #header a:hover,a:visited {
	color: #CB0C11;
}

.twoColHybLtHdr #header img {
	margin-bottom: 1px;
	padding-bottom: 1px;
}
.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;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: normal;
	vertical-align: top;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.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: #C80F1D;
	font-weight: normal;
}
.twoColHybLtHdr #mainContent a:hover,a:visited {
	text-decoration:underline;
	color: #FF3C3C;
}
.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: 0px;
	color: #333333;
	margin-bottom: 2px;
	padding: 0px;
	font-weight: bold;
}
.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: #C80F1D;
	font-weight: normal;
}
.twoColHybLtHdr #sidebar1 a:hover,a:visited {
	text-decoration:underline;
	color: #FF3C3C;
}

.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;
}
.twoColHybLtHdr #footer a {
	color: #C80F1D;
	font-weight: normal;
}
.twoColHybLtHdr #footer a:hover,a:visited {
	text-decoration:underline;
	color: #FF3C3C;
}

.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: #666666;
	font-weight: normal;
	padding: 0px;
	text-align: left;
	list-style-image: url(themes/default/images/list.gif);
	line-height: 120%;
}
.twoColHybLtHdr #sidebar1 ul {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-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;
}


.buttons {
	margin-bottom: 5px;
	margin-top: 5px;
}
/* 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: 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;
}

.price {
	font-family: "Times New Roman", Times, 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: Arial, Helvetica, sans-serif;
	border: 1px solid #E1E1E1;
	height: 22px;
	font-size: 12px;
}
.twoColHybLtHdr #mainContent textarea {
	height: 90px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #E1E1E1;
	font-size: 12px;
	width: 200px;
}
.twoColHybLtHdr #mainContent #button,button,submit,Submit,#Submit,#submit {
	height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 2px groove #E1E1E1;
	font-size: 15px;
	color: #333333;
	background-color: #F9F9F9;
}

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;
}
.searchbox {
	background-color: #F8F8F8;
	border: 1px solid #EBEBEB;
	padding: 1px;
	margin-bottom: 2px;
}
.light2 {
	background-color: #FCFCFC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F3F3F3;
	border-bottom-color: #F3F3F3;
}
.dark {
	background-color: #F2FDFF;
	font-size:11px;
}
.light {
	background-color: #F9FEFF;
	font-size:11px;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #DDDDDD;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.nav {
	background-image: url(images/navtop.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.buttons{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
.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;
}