@CHARSET "UTF-8";

/* CSS Reset */
* {
  margin: 0;
  padding: 0;
}

body {
	background: url(/images/background.gif) top left repeat-x;
	font-family: georgia;
	font-size: 13px;
	color: #696969;
	line-height: 20px;
}

ul, ol, dl {
  margin-left: 25px;
}

p {
  margin: 10px 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Main */
#main {
  background: transparent url(/images/header-background-5.jpg) top left no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -500px;
  height: 1000px;
  width: 1000px;
}

body.random-2 #main {
  background-image: url(/images/header-background-6.jpg);
}

body.random-3 #main {
  background-image: url(/images/header-background-7.jpg);
}

body.random-4 #main {
  background-image: url(/images/header-background-8.jpg);
}

/* Header */
#header {
  width: 441px;
  margin-left: 63px;
  margin-top: 150px;
}

#header h1 a {
  background: transparent url(/images/logo.png) top left no-repeat;
  display: block;
  height: 102px;
  overflow: hidden;
  text-indent: -5000px;
  width: 441px;
}

/* Site */
#site {
  background: transparent url(/images/site-background.png) top left no-repeat;
  float: left;
  height: 596px;
  margin: -6px 0 0 59px;
  width: 450px;
}

/* Menu */
#menu {
  background: transparent url(/images/menu.png) top left no-repeat;
  height: 56px;
  margin: 25px auto 0;
  text-align: center;
  width: 390px;
  overflow: hidden;
}

#menu ul {
  height: 56px;
  list-style: none;
  margin-left: 0;
}

#menu ul li {
  display: inline;
}

#menu ul li a {
	font-weight: normal;
	font-size: 17px;
	line-height: 56px;
	padding-bottom: 10px;
	margin-right: 8px;
	letter-spacing: -1px;
}

#menu ul li a:hover, #menu ul li a.hover {
  border-bottom: 5px solid #FFF;
  text-decoration: none;
}

#menu ul li.red a {
  color: #900;
}

#menu ul li.red a:hover, #menu ul li.red a.hover  {
  border-bottom-color: #900;
}

#menu ul li.blue a {
  color: #36C;
}

#menu ul li.blue a:hover, #menu ul li.blue a.hover {
  border-bottom-color: #36C;
}

#menu ul li.green a {
  color: #063;
}

#menu ul li.green a:hover, #menu ul li.green a.hover {
  border-bottom-color: #063;
}

#menu ul li.brown a {
  color: #663;
  margin-right: 0;
}

#menu ul li.brown a:hover, #menu ul li.brown a.hover {
  border-bottom-color: #663;
}

/* Submenu */
#menu ul div {
  background: transparent url(/images/submenu1.png) top left repeat-x;
  position: absolute;
  margin: -4px 0 0 2px;
  text-align: left;
  width: 384px;
}

#menu ul li.red div {
  border-bottom: 2px solid #900;
}

#menu ul li.blue div {
  background-image: url(/images/submenu2.png);
  border-bottom: 2px solid #36C;
}

#menu ul li.green div {
  background-image: url(/images/submenu3.png);
  border-bottom: 2px solid #063;
}

#menu ul li.brown div {
  background-image: url(/images/submenu4.png);
  border-bottom: 2px solid #663;
}

#menu ul ul {
  margin: 25px 0;
  height: auto;
}

#menu ul ul li {
  display: block;
  margin-left: 35px;
}

#menu ul ul li a {
  color: #FFF !important;
  font-size: 12px;
  font-weight: normal;
  line-height: 25px;
  padding-bottom: 0;
  margin: 0 !important;
  letter-spacing: 0;
}

#menu ul ul li a:hover {
  border-bottom: 0;
}

/* Posts */
#first-post {
  width: 345px;
  margin: 25px auto 0;
}

#first-post .image {
  text-align: center;
  margin-bottom: 25px;
}

#first-post .category, #second-post .category {
  margin-bottom: 5px;
}

#first-post .category a, #second-post .category a {
  color: #707171;
}

#first-post .title, #second-post .title {
  margin-bottom: 5px;
}

#first-post .title a, #second-post .title a {
  color: #930;
  font-size: 21px;
}

#first-post .description a, #second-post .description a {
  color: #696969;
  text-decoration: none;
}

#second-post {
  width: 345px;
  margin: 30px auto 0;
  border-top: 1px solid #CCC;
  padding-top: 30px;
}

#second-post .image {
  float: left;
  margin-right: 30px;
}

#second-post .category {
  line-height: 10px;
}

#second-post .title a {
  font-size: 16px;
}

/* Random message */
#random-message {
  margin: 31px 0 0 -5px;
  float: left;
  width: 360px;
  height: 300px;
}

#random-message .random-message {
  background: transparent url(/images/random-message.png) top left repeat;
  font-size: 17px;
  padding: 30px;
}

#random-message .random-message .message {
  color: #FFF;
}

#random-message .random-message .author {
  margin-top: 20px;
  color: #FC3;
}


/* News */
#news {
  float: left;
  width: 450px;
  height: 175px;
  margin-top: -12px;
  padding-left: 25px;
}

#news .title {
  color: #FFF;
  font-weight: bold;
}

#news .category {
  margin-top: 30px;
  color: #36C;
}

#news .subtitle {
  margin-bottom: 5px;
  color: #C00;
  font-size: 16px;
}

#news .description a {
  color: #C60;
}

/* Bottom menu */
#bottom-menu {
  float: left;
  margin: 25px 0 0 25px;
  width: 450px;
}

#bottom-menu ul {
  float: left;
  list-style: none;
  margin-left: 0;
  height: 109px;
}

#bottom-menu ul.row-0 {
  width: 150px;
}

#bottom-menu ul.row-0 li {
  border-bottom: 1px dotted #DAE2E4;
}

#bottom-menu ul.row-0 li.more, #bottom-menu ul.row-0 li.title {
  border-bottom: 0;
}

#bottom-menu ul.row-0 li.more a {
  color: #CC6600;
}

#bottom-menu ul.row-1 {
  border-left: 1px solid #dae2e4;
  border-right: 1px solid #dae2e4;
  margin: 0 10px;
  padding: 0 10px;
}

#bottom-menu ul.row-2 {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #dae2e4;
}

#bottom-menu .title {
  margin-bottom: 10px;
}

#bottom-menu .title a {
  font-size: 16px;
}

#bottom-menu .orange .title a {
  color: #C60;
}

#bottom-menu .red .title a {
  color: #C00;
}

#bottom-menu .green .title a {
  color: #063;
}

#bottom-menu a {
  color: #597780;
  font-size: 12px;
}

/* Address */
#address {
  clear: both;
  margin-left: 100px;
  position: relative;
  top: -20px;
}

#address div {
  float: left;
  width: 150px;
}

#address .title {
  color: #369;
  margin: 0px;
  font-size: 13px;
}

#address .phone {
  color: #699;
  margin-top: 0;
  font-weight: bold;
  font-size: 15px;
}

#address address {
  font-style: normal;
  float: left;
}

#address address p {
  margin: 0;
}

