html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    background: #ebebeb;
	line-height: 1;
	font-family: Verdana;
    font-size: 14px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* custom CSS */

#wrapper {
  margin: 0 auto;
  width: 960px;
  background: #ebebeb;
}

#header {
  margin: 40px 0 0 0;
}

#header .logo {
  margin: 0px 0px 20px 20px;
  width: 335px;
  height: 75px;
  float: left; 
  clear: both;
}

img.logo {
  width: 335px;
  height: 75px;
}

#header .content {
  margin: 12px 10px 0 0;
  font-size: 14px;
  color: #878787;
  letter-spacing: 1px;
  line-height: 2;
  text-align: right;
  float: right;
}

#header img.phone_icon {
  position: relative;
  top: 2px;
  margin: 0 3px 0 0;
  width: 14px;
  height: 14px;
}

#header a {
  text-decoration: none;
  color: #878787;
}

#header .content a {
  border-bottom: 2px solid #ebebeb;
  transition: border-color .5s;
}

#header .content a:hover {
  border-color: #878787;
  transition: border-color .5s;
}

#navigation {
  clear: both;
  height: 53px;
  border: 1px solid #494949;
  background-image: url('../media/images/navigation_bg.png');
  background-repeat: repeat-x;
}

#navigation ul li {
  float: left;
  height: 53px;
  border-right: 1px solid #494949;
  border-left: 1px solid #878787;
}

#navigation ul li#first {
  border-left: none;
}

#navigation #last {
  height: 53px;
  float: left;
  border-left: 1px solid #878787;
}

#navigation ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #1f1f1f;
  
  text-align: center;
  line-height: 53px;
  
  text-shadow: 1px 1px #878787;
  
  display: block;
  height: 53px;
  padding: 0 20px;
  text-decoration: none;
  transition: background .5s;
}

#navigation ul li a:hover, #navigation ul li a.current_page {
  background: #878787;
  transition: background .5s;
}

#footer {
  margin: 30px 0 0 0;
}

#footer .separator {
  height: 38px;
  border: 1px solid #c0c0c0;
  background: #e6e6e6;
  background-image: url('../media/images/separator_bg.png');
}

#footer .info {
  margin: 30px 0 0 0;
  padding: 20px 20px 37px 20px;
  background: #aac7ff;
  text-align: center;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  -khtml-border-radius: 2px 2px 0 0;
  color: #fff;
  letter-spacing: 1px;
  overflow: hidden;
}

#footer .info .logo_container, #footer .info .contact {
  float: left;
}

#footer .info .logo_container {
  padding: 10px 30px 16px 0;
  text-align: right;
  width: 429px;
  border-right: 1px solid #fff;
}

#footer .info .contact {
  padding: 24px 0 0 30px;
  width: 429px;
  text-align: left;
}

#footer nav {
  margin: 0 0 25px 0;
}

#footer ul {
  overflow: hidden;
}

#footer ul li {
  float: left;
}

#footer .contact a {
  font-size: 14px;
  color: #fff;
  border-bottom: 2px solid #aac7ff;
      
  display: inline-block;
  margin: 0 20px 0 0;
  text-decoration: none;
  transition: border-color .5s;
}

#footer .contact a:hover {
  border-color: #fff;
  transition: border-color .5s;
}



#footer #copyright {
  margin: 30px 0 0 0;
  font-size: 12px;
}

.rounded_corners {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -khtml-border-radius: 2px;
}