@import url("reset.css");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800);
.clear {
	clear: both;
}
body {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #000;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	font-family: 'Open Sans', sans-serif;
}
#wrapper {
	clear: both;
	width: 940px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#container {
	float: left;
	height: auto;
	width: 940px;
	background-attachment: scroll;
	background-image: url(../images/bg-left.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#left {
	background-color: #7b6e5d;
	float: left;
	height: auto;
	width: 225px;
}
#right {
	float: right;
	height: auto;
	width: 700px;
}
#slider {
	float: left;
	height: 226px;
	width: 684px;
	background-color: #FFF;
	padding: 8px;
}
#content-top {
	background-color: #FFF;
	padding: 8px;
	float: left;
	height: 60px;
	width: 684px;
	position: relative;
}
.crane-inspection {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 800;
	color: #bdc62b;
	text-transform: uppercase;
	letter-spacing: -3px;
}
.address {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #bdc62b;
}
#email {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #000;
	width: 206px;
	position: absolute;
	top: 8px;
	right: 10px;
}
.email {
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
#email a:link, #email a:active, #email a:visited {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
#email a:hover {
	color: #bdc62b;
}
#offer {
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	color: #FFF;
	background-color: #bdc62b;
	text-align: center;
	float: left;
	height: auto;
	width: 700px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#offer a:link, #offer a:active, #offer a:visited {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #FFF;
	text-decoration: underline;
}
#offer a:hover {
	text-decoration: none;
}
#content {
	background-color: #FFF;
	padding: 25px;
	float: left;
	height: auto;
	width: 650px;
	margin-top: 10px;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	color: #7b6e5d;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 16px;
	font-weight: 400;
	color: #7b6e5d;
}




#content a:link, #content a:active, #content a:visited {
	font-size: 13px;
	color: #green;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#logo {
	float: left;
	height: 165px;
	width: 225px;
}
#logo-cei {
	float: left;
	height: 90px;
	width: 225px;
	margin-top: 25px;
}
.arrowlistmenu{
width: 225px; /*width of menu*/
}
.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #FFFFFF; /*custom bullet list image*/
	display: block;
	padding-left: 25px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: 400;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bda789;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
}

.arrowlistmenu ul li a:visited{
color: #ffffff;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #bda789;
}
#footer {
	font-size: 13px;
	color: #000;
	text-align: center;
	float: left;
	height: auto;
	width: 940px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.rounded-corners-form {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #FFCC00;
	padding:10px;
	margin:10px 0 10px 0;
}