* { margin: 0; padding: 0; }

body {
    background: url(gfx/background.jpg) repeat-x left top;
    background-color: #C8C8C8;
	font: 12px Arial, Verdana,  Helvetica, sans-serif;
	color: #3d3d3d;
	margin: 0px;
	text-align: center;
}

img {
	border: 0;	
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
}

a {
	color: #000;
}

a:hover {
    text-decoration: none;
	color: #990000;
}

h1, h2, h3, h4 {
	color: #990000;
}

h1 {
	font-size: 22px;
	padding-bottom: 15px;
}

h2 {
	font-size: 18px;
	padding-top: 16px;
	padding-bottom: 16px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

input,
textarea {
	border: #c4c4c4 solid 1px;	
}

input:focus,
textarea:focus {
   border: #a5a5a5 solid 1px;	
   background: #f6f6f6;
}


/* class ------------------------------------------------------- */

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.color,
.important {
	color: #990000 !important;
}

.bold {
	font-weight: bold;
}

.right {
	float: right;
}

.active {
    text-decoration: underline !important;
}

.bigger {
    font-size: 14px;
}

.no_decoration {
    text-decoration: none;
}


/* --------------------------------------------------------------- */
/* contact form */

#contact_column_left {
    float: left;
    width: 620px;
}

.contact_details {
    padding-bottom: 20px;
}

.google_map {
    float: right;
    width: 300px;
    margin-top: 10px;
    height: 200px;
    margin-right: 0px;
}

#contact_form {
	float: left;
    padding-top: 10px;
	padding-left: 25px;
}

#contact_form table {
	margin-left: 10px;
}

.td_contact_form {
	padding-left: 30px;
}

.input,
.input_long,
.textarea,
.checkbox {
   border: #c4c4c4 solid 1px;	
}

.input:focus,
.input_long:focus,
.textarea:focus,
.checkbox:focus {
   border: #a5a5a5 solid 1px;	
   background: #f6f6f6;
}

.input {
   width: 300px;   	
}

.textarea {
  width: 300px;	
  height: 150px;
}

.input_long {
   width: 400px;   	
}

#form {
    padding-left: 70px;
}


/* menu ------------------------------------------------------- */

#menu {
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 3px;
    height: 30px;
}

#menu li {
    list-style: none;
    float: left;
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
    height: 30px;
    border-right: #fff solid 1px;
}

#menu a {
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
    color: #fff;
    line-height: 14px;
}

#menu a:hover {
   text-decoration: underline;
}

#menu .last {
    border: none !important;
}

.short_link {
    display: block;
    margin-top: 7px !important;
}

/* divs ------------------------------------------------------- */

#container {
    position: absolute;
    background: url(gfx/background_shadow.jpg) repeat-y;
	position: relative;
	width: 991px;
	text-align: left;
	margin: 0px auto;
	background-color: #fff;
}

#container_2 {
    background: url(gfx/background_top.jpg) repeat-x;
    margin-left: 10px;
    margin-right: 10px;
}

#shadow_left {
    background: url(gfx/shadow_left.jpg) no-repeat;
    width: 10px;
    height: 350px;
    float: left;
}

#shadow_right {
    background: url(gfx/shadow_right.jpg) no-repeat;
    width: 10px;
    float: right;
    height: 350px;
}

#top {
    height: 100px;
}

#content {
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 50px;
}

#content ul {
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
}

#content h1 {
    padding-left: 0px;
    margin-left: 0px;
    padding-top: 20px;
}

#footer {
    position: relative;
    width: 990px;
	text-align: left;
	margin: 0px auto;
    height: 60px;
}

#footer_content a {
    text-decoration: none;
}

#footer_content img {
    float: left;
    margin-right: 0px;
    margin-left: 20px;
    vertical-align: middle;
}

#logo_bottom {
    position: absolute;
    top: 10px;
    right: 0px;
}

#phone_container {
    margin-top: 15px;
    float: right;
    width: 260px;
    height: 70px;
    border-left: #990000 solid 1px;
}

#phone_container a {
    text-decoration: none;
}

#phone_container h3 {
    color: #000;
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    padding-left: 40px;
    padding-top: 8px;
    padding-bottom: 5px;
}

#phone_container table {
    width: 200px;
    padding: 0px;
    margin: 0px;
    margin-left: 40px;
}

#logo_top {
    position: absolute;
    top: 40px;
    left: 57px;
    float: left;
    width: 450px;
}

#logo_top img {
    vertical-align: top;
    float: left;
    padding: 0px;
    margin: 0px;
}

#logo_top h2 {
    float: right;
    font-size: 30px;
    padding: 0px;
    margin: 0px;
}

#logo_top h2 a {
    text-decoration: none;
    color: #990000;
}

#logo_top h3 {
    clear: right;
    font-size: 22px;
    text-align: right;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

#logo_top h3 a {
    text-decoration: none;
    color: #767676;
}

#shadow_top {
    background: url('gfx/shadow_top.jpg') no-repeat top left;
    height: 17px;
}

#shadow_bottom {
    background: url('gfx/shadow_bottom.jpg') no-repeat top left;
    background-color: #c8c8c8;
    line-height: 1px;
    height: 11px;
}

#column_right {
    width: 244px;
    float: right;
    border-left: #A44A4A solid 1px;
    padding-left: 16px;
    padding-top: 18px;
    margin-left: 40px;
    margin-bottom: 20px;
}

#column_right img {
    padding-bottom: 18px;
}

/* home page ------------------------------------------------- */

#home_icons {
    width: 450px;
}

#home_icons td {
    padding: 8px 16px 8px 0px;
}

/* about page ------------------------------------------------- */

.about_container {
    float: left;
    width: 650px;
    padding-bottom: 20px;
}

.about_profile {
    float: left;
    width: 47%;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 5px;
    border: #EAD5D5 solid 1px;
}

.about_profile th {
    padding-top: 2px;
}

.about_profile tr {
   vertical-align: top;
}

.about_profile ul {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-right: 5px;
}

.about_profile p {
   text-align: left;
   font-style: italic;
}

.profile_img {
   background: url(gfx/profile.jpg) no-repeat top center;
   width: 100px;
   height: 120px;
   margin-right: 10px;
   margin-left: 5px;
}

