* {
margin: 0;
	padding: 0;
}

body { 
    font: 11px Helvetica, Arial, sans-serif;
	background:url(../images/background2.gif) repeat-x;
}

#bottom {
background-color:#FFFFFF;
padding:10px;
width: 800px;
margin: 0% auto;
background-image:url(../images/headers/drop_shadow.gif);
background-repeat:repeat-x;
}

#postit {
margin-top:30px;
}

#footer {
height: 20px;
border-top: solid 1px white;
width:800px;
padding-top: 7px;
padding-left: 20px;
color:#FFFFFF;
margin: 0% auto;
background-color:#a71700;
}

#wrapper {
    width: 800px;
    margin: 10px auto;
}

#intro {
    padding-bottom: 10px;
}

#glass {
float:left;
height:40px;
padding-top:5px;
width: 600px;
}

#left_content {
float:left;
width:700px;
margin: 0 auto;
padding-left: 100px;
padding-right:100px;
padding-top:10px;
color:#000000;
font-size:14px;

}

#right_content {
float:right;
width:800px;
padding-right:60px;
}

#slider {
    width: 800px;
    margin: 0 auto;
    position: relative;
	background-color:#FFFFFF;
	border: 10px solid #ccc;
}

.scroll {
	overflow: hidden;
	width: 800px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
	background-color:#FFFFFF;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 318px;
	background-color:#FFFFFF;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}

.inside {
	padding: 10px;
	border: 1px solid #999;
}

.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 250px;
}

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #6c6c6c;
}

a {
	color: #a71700;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}

#phone {
padding-top:50px;
font-size:17px;
width:200px;
float:right;
margin:0;
height:50px;
color:#999999;
font-weight:bold;

}

#slogan {
padding-right:40px;
}

#phone_icon {
height:30px;
padding-top:30px;
width:50px;
float:left;
}