/*
  Created for Rodon Signs Inc.
  v.0.3
  
  Copyright, Rodon Signs Inc.
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}

* br { clear: both; }
.clear { clear: both; }

/* Style the menu items above the header*/
#menu {
 color: #222;
 width: auto;
 float: right;
 padding: 10px;
 height: 10px;
 margin: 10px 10px 0px 0px;
}
#menu ul li {
 display: inline;
 list-style-type: none;
 color: #999;
}
#menu ul li a, #menu ul li a:visited {
 text-decoration: none;
 color: #999;
}
#menu ul li a:hover {
 color: #000;
}

/* Style the contact header */
#contact_header {
 color: #222;
 width: auto;
 float: left;
 padding: 10px;
 height: 10px;
 margin: 10px 10px 0px 0px;
}
#contact_header ul li {
 display: inline;
 list-style-type: none;
 color: #999;
 padding: 10px;
}
#contact_header ul li a, #contact_header ul li a:visited {
 text-decoration: none;
 color: #999;
}
#contact_header ul li a:hover {
 color: #000;
}

/* Style the header*/
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 0px 10px 0px 10px;
 border: 1px solid #ccc;
 height: 100px;
 margin: 5px 0px 0px 0px;
 background: #365FB7; /*#A7A37E;*/
}
/* add company name and logo to the header*/
#co_name h2 {
 height: 100px;
 width: 900px;
 background: url(../images/logo.jpg) no-repeat;
 text-indent: -9000px;
 cursor: pointer;
}
#co_name {
 color: #333;
 width: auto;
 float: left;
 padding: 0px;
 border: 0px; /*1px solid #ccc;*/
 height: auto;
 margin: 0px 5px 0px 5px;
}

/* Syle the left column of the layout*/
#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #F4F0D8;  /*#E6E2AF;*/
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 700px;
 width: 900px;
 float: left;
}
/* Style the contact div */
#contact {
 text-align: center;
 padding: 50px 0px 0px 0px;
}
/* Style the links */
#contact a:link {
	color: #365FB7;
	text-decoration: none; 
}
#contact a:visited {
	color: #365FB7;
	text-decoration: none; 
}
#contact a:hover {
	color: #666666;
}

/* Style the footer of the layout */
#footer { 
 width: 900px;
 clear: both;
 color: #333;
 border: 1px solid #ccc;
 background: #BA9B65;  /*#A7A37E;*/
 margin: 0px 0px 10px 0px;
 padding: 10px;
}