@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: url(images/tablecloth.jpg) repeat;
	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;
}
.thrColFixHdr #container { 
	width: 800px;  /* 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 */
	margin-top: 5px;
	margin-bottom:5px;
	border: 3px dashed #003399;
	padding:10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

a:visited { 
color: #003399;
text-decoration: none;
} 

a { 
color: #003399;
text-decoration: none;
} 

a:hover { 
color: #003399;
text-decoration: underline;
} 

.thrColFixHdr #header { 
	background: #003399;
	color: #f8f8f8;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-weight: bold;
} 

.thrColFixHdr #header a { 
	background: #003399;
	color: #f8f8f8;
	font-size: 36px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-weight: bold;
	text-decoration: none;
} 

.thrColFixHdr #header a:hover { 
	background: #003399; 
	color: #f8f8f8;
	font-size: 36px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-weight: bold;
	text-decoration: underline;
} 

.thrColFixHdr #header a:visited { 
	background: #003399; 
	color: #f8f8f8;
	font-size: 36px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-weight: bold;
	text-decoration: none;
} 

.thrColFixHdr #topNav { 
	background: #003399;
    height: 25px;
	font-size: 20px;
	font-weigh: bold;
	color: white;
	padding-top: 1px;
	padding-bottom: 1px;
}

.thrColFixHdr #buynow { 
font-size: 30px;
font-weight: bold;
width: 150px;
height: 50px;
color: white;
border: 3px dashed darkgreen;
padding: 3px;
background:green;
border-radius:3px;
-moz-border-radius:3px; 	
-webkit-border-radius:3px;

}

.thrColFixHdr #buyarea {

background: #ECF5DE;
width: 400px;
margin-left: auto;
margin-right: auto;
border-radius:3px;
-moz-border-radius:3px; 	
-webkit-border-radius:3px;
border-radius:3px;
-moz-border-radius:3px; 	
-webkit-border-radius:3px;
border: 3px dashed darkgreen;
}

.thrColFixHdr #toplink {

font-size:16px;color: #003399;width:790px; margin:auto;text-align: left;background: #ECF5DE;padding:5px;font-weight:bold;

}

.thrColFixHdr #toplink a {

font-size:16px;color: #003399;

}

.thrColFixHdr #toplink a:hover {

font-size:16px;color: #003399;
}

.thrColFixHdr #toplink a:visited {

font-size:16px;color: #003399;
}

h1 {font-size:16px;color:#FFCC00; text-transform:uppercase;font-weight:bold;
}
h2 {font-size:16px;color:#666666;border-bottom:1px dotted #ccc;}
h3 {font-size:14px;}
h4 {font-size:12px;}
h5 {font-size:12px;color:#003399;border-bottom:1px dotted #ccc;}

.thrColFixHdr #header h1 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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 */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
		margin: 1px;

}
.thrColFixHdr #sidebar2 {
	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 */
	  /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
	margin: 1px;

}

.thrColFixHdr #testimonial {

text-align: left;
color:#993300;
background: #FFCCCC;
font-size: 12px;
width: 195px;
margin-bottom: 10px;
padding-left: 5px;

}
.thrColFixHdr #mainContent { 
	margin: 0 10px;
	padding: 0 5px; 
	width:550px;
	
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #f8f8f8; 
	margin-bottom: 5px;
	font-size:12px;
} 
.thrColFixHdr #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 */
}
.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;
}
.thrColFixHdr #post {
	margin-top:20px;
	font-size:14px;
}
.thrColFixHdr #post li {
	list-style-type: square;
	font-size:14px;
}
.thrColFixHdr #post a{
font-size:14px;
}
.thrColFixHdr #post a:hover{
font-size:14px;
}
.thrColFixHdr #post p{
font-size:14px;
}
.thrColFixHdr #btn {
background:#FFCC00;color:white;font-weight:bold;
border-radius:3px;
-moz-border-radius:3px; 	
-webkit-border-radius:3px;
border:1px solid #FF9900;
}
