body {
	margin : 0;
	padding : 0;
	color : #acaca4;
	line-height : 1.4em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 73%;
        background : #181713;
}


		/*HEADER */
#header {
	height : 150px;
	margin-bottom : 2em;
	background-color: #0f2029;
	background-image: url(images/header.gif);
	background-repeat: repeat-x;
}


#phone {
float : left;
margin:-110px 0 0 29%;
padding : 0.9em 0 0 0;
font-size : 120%;

color : #000;

}
		/*TOP MENU */
#menu {
height : 88px;
margin : 0;
padding : 0;
list-style-type : none;
list-style-image : none;

}
#menu li {
float : right;
width : 9em;
border-right : 1px solid #b8b4ab;
}
#menu a {
display : block;
height : 89px;
width : 9em;
padding : 50px 0 0;
text-decoration : none;
font-weight : bold;
line-height : 55px;
text-align : center;
color : #fff;
background : #878274;
}
#menu a:hover {
text-decoration : none;
color : #000;
background : #97948b;
}
		/*3 COLUMN LAYOUT */


#col1 {
	float : left;
	margin-bottom : 1em;
      font-size: 120%;
      margin-left : 25px;
}
#colbg {
border-right : 1px solid #3a362d;
	
padding-right : 1%;
	float : left;
	width : 46%;
     
	background:url(images/New_black.gif) no-repeat bottom left;

}
#col2 {
float : left;
width : 19%;
margin-left : 3%;
margin-bottom : 1em;
border-right : 0 solid #999;
padding-right : 3%;
}

#col3 {
float : left;
width : 19%;
padding-left : 3%;
margin-bottom : 1em;
}
		/*FOOTER */
#footer {
clear : both;

border-top : 1px solid #3a362d;
padding : 25px;
text-align : left;

}
.logo {
width:202px;
height:73px;
margin:-50px 0 0 25px;

text-align:center;
font-size:13px;
font-weight:bold;
color:#159dcc;
line-height:30px;
}

		/*TYPOGRAPHY */
h2 {
margin-top : 0;
font-size : 22px;
font-weight: normal;
border-bottom : 1px solid #3a362d;
color : #c46620;
background : inherit;
Tahoma, Geneva, sans-serif
}
h1 {
margin-top : 0;
font-size : 20px;
font-weight: normal;
border-bottom : 1px solid #3a362d;
color : #c46620;
background : inherit;
Tahoma, Geneva, sans-serif;
}
h3 {
margin-top : 0;
font-size : 175%;
text-transform : uppercase;
letter-spacing : 3px;
color : #acaca4;
background : inherit;
}

		/*LINKS */
a:link, a:visited {
color : #acaca4;
background : inherit;
text-decoration : underline;
}
a:hover {
color : #777750;
background : inherit;
text-decoration : none;
}
a:active {
color : #666;
background : inherit;
text-decoration : none;
}
a img {
border : 0;
}
