* {
margin: 0px;
padding: 0px;
}

/* ============ Content ============
====================================*/

body {
font-family: arial, helvetica, sans-serif;
background: #4e5051 url(images/bg.png) repeat-x;
}

#content {
width: 927px;
background: #fff;
margin: 0 auto;
margin-top: 20px;
}


/* ============ Header ==============
====================================*/

#header {
background: url(images/header.jpg) no-repeat;
height: 189px;
position: relative
}

.form {
width: 290px;
height: 109px;
background: url(images/login_bg.png) no-repeat;
float: right;
position: absolute;
top: 55px;
left: 630px;
}

.form label {
font-weight: bold;
font-size: 16px;
color: #747579;
margin: 0px 0px 0px 30px;
}

.form input {
margin: 10px 0px 0px 0px;
}

.form input.submit {
background: url(images/submit_button.png) no-repeat;
color: #424346;
font-size: 15px;
font-weight: bold;
letter-spacing: -1px;
width: 78px;
border: none;
margin: 10px 0px 0px 110px;
height: 25px;
padding: 1px 0px 0px 0px;
cursor: pointer;
}

.phone {
width: 255px;
text-align: center;
margin: 0px 0px 0px 369px;
line-height: 20px;
padding: 65px 0px 0px 0px;
}

h1.callus {
font-weight: bold;
font-size: 40px;
color: #d72027;
}

h2.phonenumber {
color: #000;
font-weight: bold;
font-size: 40px;
}

h3.numbername {
font-weight: bold;
font-size: 28px;
}

/* ============ Left ==============
====================================*/

#left_side {
width: 670px;
float: left;
}

ul.menu {
background: url(images/menu_bg.png) repeat-x;
height: 26px;
}

ul.menu li {
float: left;
color: #fff;
list-style: none;
font-size: 15px;

}

ul.menu li:hover { 
background: url(images/menu_bg_hover.png) repeat-x;
}

ul.menu li a {
text-decoration: none;
font-size: 16px;
line-height: 26px;
color: #fff;
padding: 3px 9px 3px 10px;
background: url(images/white_line.png) top right no-repeat;
letter-spacing: 0px;
}

.main_text {
margin: 10px 0px 0px 0px;
}

.main_text img {
float: left;
padding: 0px 7px 0px 6px;
}

.welcome {
float: right;
width: 367px;
padding: 0px 6px 0px 0px;
}

.welcome h3 {
font-size: 22px;
color: #524a4a;
}

.welcome p {
font-size: 16px;
line-height: 20px;
}

.article {
padding: 0px 0px 0px 6px;
margin: 5px 0px 0px 0px;
}

.article h1 {
font-size: 36px;
font-weight: bold;
}

.article p {
font-size: 16px;
line-height: 20px;
padding: 4px 10px 0px 0px;
}

/* ============ Right ==============
====================================*/

#right_side {
float: right;
width: 256px;
border-left: 1px solid #5e6060;
}

.gallery img {
padding: 0px 0px 0px 0px;
margin: 0px;
}

.news h1 {
background: url(images/news_bg.png) repeat-x;
height: 26px;
font-size: 19px;
color: #fff;
text-align: center;
line-height: 25px;
font-weight: bold;
}

.news ul.news_list {
height: 300px;
overflow: auto;
padding: 0px 2px 0px 2px;
}

ul.news_list li {
list-style: none;
border-bottom: 1px solid #000;
padding: 4px 0px 4px 0px;
}

ul.news_list li h5 {
font-size: 13px;
font-weight: bold;
}

ul.news_list li h4 {
font-size: 13px;
font-weight: bold;
color: #e12126;
}

ul.news_list li p {
font-size: 13px;
font-weight: normal;
}

/* ============ Footer ==============
====================================*/

#footer {
width: 927px;
margin: auto;
background: transparent url(images/footer.png) no-repeat;
height: 55px;
padding-bottom: 20px;
text-align: center;
}

#footer ul { 
line-height: 23px;
padding: 2px 0px 0px 0px;
}

#footer ul li {
display: inline;
color: #fff;

}

#footer ul li a {
color: #fff;
text-decoration: none;
font-size: 13px;
padding: 0px 4px 0px 4px;
font-weight: bold;
}

#footer p {
color: #fff;
text-decoration: none;
font-size: 12px;
padding: 4px;
line-height: 5px;
font-weight: bold;
}

#footer p a {
color: #ff0000;
text-decoration: none;
font-size: 13px;
}

/* ============ Other ==============
====================================*/

.clear {
clear: both;
}
