/*######################
 RESETTING
 #######################*/

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

body, html {
	height: 100%;
	text-align: center;
}

body
{
	background-color: #CDCDCD;
	
	font-family: Arial;	
	font-size: 1.0em;
}

a {
  color: #FFFFFF;
}

h1 {
  padding: 4px 0 12px 0;
}


/*######################
 GENERAL
 #######################*/

div.clear {
  clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

/*######################
 MAIN CENTERED CONTAINER
 #######################*/

div#wraper {
  width: 988px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
  display: table; /*** For non-IE browsers ***/
  height: 100%;
}

div.shadow {
	position: relative;
	float: left;
	width: 4px;
  display: table; /*** For non-IE browsers ***/
  height: 100%;
}

div.shadow.left {
	background: url(../images/shadow_left.png) repeat-y;
}

div.shadow.right {
  background: url(../images/shadow_right.png) repeat-y;
}

div#content_container {
  position: relative;
	float: left;
  display: table; /*** For non-IE browsers ***/
	width: 978px;
  height: 100%;  
  background-color: #FFFFFF;
	//height: auto; /*** For IE7  ***/
  //min-height: 100%; /*** For IE7  ***/
}

/*######################
 HEADER
 #######################*/

div#header {
  float: left;
  width: 958px;
  margin: 0 10px 0 10px;
  height: 159px;
  background: #D21920 url(../images/cock.gif) 0 0 no-repeat;
}

div#header div#telephone {
	float: right;
	color: #C8C8C8;
  margin: 15px 10px 0 0;
  font-weight: bold;
}

div#header div#strapline {
  float: right;
	clear: right;
	color: #C8C8C8;
  margin: 70px 10px 0 0;
  font-weight: bold;
	font-size: 1.3em;
}

/*######################
 MENU
 #######################*/

div#menu {
	float: left;
  width: 958px;
  margin: 1px 10px 0 10px;
}

div#menu, div#menu .sb-inner { background:#D21920 url(../images/rounded_box_grad_top.png) repeat-x; }

div#menu ul {
	list-style: none;
}

div#menu ul li {
	float: left;
	 position: relative;
}

div#menu ul.top_menu li a
{
  display: block;
  line-height: 22px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px 20px 8px 20px;
  font-weight: bold;
}

div#menu li a:hover, div.menu li.selected a
{
  background-color: #D21920;
}

div#menu ul.sub_menu {
  position: absolute;
  top: 40px;
  background-color: #D21920;
}

div#menu ul.sub_menu li {
  float: left;
  clear: both;
  width: 180px;
}

/*######################
 PAGE CONTENT
 #######################*/

div#page_content {
	float: left;
	clear: both;
	width: 938px;
  margin: 10px 10px 0 10px;
	padding: 10px;
	background-color: #F1F1F1;
}

/*######################
 FOOTER
 #######################*/

div#footer {
	float: left;
	clear: both;
	width: 978px;
	margin-top: 10px;
	background-color: #D21920;
}

div#footer a
{
  color: #FFFFFF;
}


div#footer img.shadow {
  width: 978px;;
  top: 0px;
  left: 0px;
  height: 12px;
}

div#footer h2 {
	display: block;
	font-size: 2.5em;
	color:  #D21920;
	clear: both;
	padding: 10px 0 0 20px;
	height: 40px;
}

div#footer div.footer_content {
	float: left;
	padding: 10px;
	width: 928px
}

div#footer ul {
  list-style: none;
  float: left;
  margin: 15px 40px 0 15px;
}

div#footer ul li.top {
	color: #D21920;
  font-weight: bold;
  font-size: 0.9em;
}

div#footer ul li a {
  text-decoration: none;
  font-size: 0.8em;
}

div#footer ul li a:hover {
  text-decoration: underline;
}

div#footer div.copyright {
  float: left;
  margin-top: 40px;
  font-size: 0.8em;
}
div#footer div.copyright a {
  color:#000000;
}

div#footer a.footer_logo {
  float: right;
  width: 67px;
  height: 60px;
  margin-top: 20px;
  background: url(../images/logo_search_you_footer.png) 0 0 no-repeat;  
}

div#footer a.footer_logo:hover {
  background-position: 0 -60px ;
}

/*######################
 CONTACT FORM
 #######################*/

div#contact_form {
  float: right;
	clear: both;
	margin-top: 20px;
}

div#contact_form ul {
	list-style: none;
	padding: 0 3px 0 3px;
}

div#contact_form ul li.title {
	background: #d21920 url(../images/shine_small.png) 0 1px repeat-x;
	height: 25px;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 10px;
}

div#contact_form ul li {
	padding: 5px 0 5px 10px;
}

div#contact_form ul li.label {
	padding: 5px 0 0 10px;
	font-size: 0.75em;
	font-weight: bold;
	color: #d21920;
}
div.submit {
	width: 76px;
	height: 29px;
	background-color: #d21920;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 0 0 20px;
	cursor: pointer;
}


