@charset "utf-8";

/* Red #ED1A2E */
/* Darker Grey #939598 */
/* Background Grey #E5E5E5 */
/* Light Grey background home page #EFECEA */
/* V.Light Grey #F7F7F7 */
/* blue link #48A4FF */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #333;
	background-image: url('../images/backdrops/backdrop9.jpg');
	background-position:top;
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6, p
{
	padding-right: 0px;
	padding-left: 0px; 
}

a img
{
	border: none;
}


/* ~~ This fixed width container surrounds all other divs ~~ */
.container
{
	width:100%;
	max-width: 960px;
	/*width: 960px;*/
	/*padding:0 3px;*/
	padding:0;
	margin: 0 auto;
}

/* ~~ The header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo. ~~ */
header
{
	height:160px;
	margin:auto;
	margin-bottom:8px;
	padding: 0 12px;
	max-width:960px;
}

.header_home
{
	height:160px;
	margin-bottom:0px;
}

/* ~~ These are the columns for the layout. ~~ */

.sidebar1
{
	float: left;
	width: 185px;	/* total=215px with padding */
	background-color: #FFF;
	padding: 0 20px 10px 0px;
}

.content
{
	float: left;
	padding: 0;
	max-width: 440px;
}

.content4
{
	float: left;
	padding: 0;
}

.sidebar2
{
	float: left;
	margin-left:20px;
	width: 175px;	/* total=185px with padding */
	background: #FFF;
	padding: 0 0px 10px 0;
}

.main_box
{
	background-color:#1E1E1E;
	margin:14px 0;
	padding:10px 12px;
	border-radius:10px;
	-moz-box-shadow: 0 0 5px 3px #666;	/* horiz offset, vert offset, blur, spread */
	-webkit-box-shadow: 0 0 5px 3px #666;
	box-shadow: 0 0 5px 3px #666;
}

.side_box
{
	background-color:#EEE;
	margin:12px 0;
	padding:10px 12px;
	border-radius:6px;
	-moz-box-shadow: 0 0 4px 2px #666;	/* horiz offset, vert offset, blur, spread */
	-webkit-box-shadow: 0 0 4px 2px #666;
	box-shadow: 0 0 4px 2px #666;
}


/* ~~ Why Noly ~~ */
.why_noly
{
	/*margin-left:206px;*/
	width:100%;
	max-width:960px;
	background-color:#000;
	padding: 8px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

.why_search
{
    display: block;
    float: right;
	margin: -12px 4px 0 16px;
}

/* ~~ The footer styles ~~ */
footer
{
	padding: 10px 3px;
	background-image:url(../images/backdrops/footer1.jpg);
	background-repeat:repeat;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/* ~~ Miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.clearfloat
{ /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.filter_section
{
	margin-top:6px;
	border-top:1px solid #FF0000;	/* was yellow FFF200 */
	padding-top:2px;
}