/*-----------------------------------------------------------------------------------*/
/*	0.	RESET
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
/* GENERAL SETTING */
body {
	background-color: #f0f0f0;
	color: #565656;
	font-size: 13px;
	overflow-y: scroll;
	overflow-x: hidden;
}

html, body {
	height: 100%;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}

#footer-wrapper, .push {
	height: 40px; /* .push must be the same height as .footer */
}

p {
	line-height: 20px;
	margin-bottom: 20px;
}

a {
	text-decoration: none;
	color: #5d8ba6;
}

a:hover {
	text-decoration: none;
	color: #5d8ba6;
}

a.more {
	display: inline-block;
	color: #5d8ba6;
}

a.more:hover {
	text-decoration: underline;
}

pre {
	margin-bottom: 20px;
	font-size: 11px;
	background-color: #e8e8e8;
	padding: 0 10px;
}
blockquote {
	margin-left: 40px;
	margin-bottom: 30px;
	border-left: 3px solid #ccc;
	padding-left: 10px;
	font-style: italic;
}

.highlight {
	color: #5d8ba6;
	border-bottom: 1px dotted #5d8ba6;
}

.highlight2 {
	background-color: #e1e1e1;
	padding: 0px 5px;
	color: #222222;
}

.highlight3 {
	color: #5d8ba6;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #1f1f1f;
	margin-bottom: 10px;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 22px;
	line-height: 26px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 14px;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}

/* TOP */

#header-wrapper {
	min-width: 960px;
	height: 88px;
	background: transparent url(../img/adco/concrete_seamless.png) repeat center bottom;
}
#header {
	width: 960px;
	height: 94px;
	margin: 0 auto;
	position: relative;
}
#logo {
	float: left;
	position: absolute;
	bottom: 16px;
	left: 0;
}
#logo img {
	width: 200px;
}
#topInfo
{
	float: right;
	margin-top: 7px;

}
#topInfo img{
	height: 60px;
}

/* MENU */

#menu-wrapper {
	width: 100%;
	bottom: 23px;
	right: 0;
	float: left;
	text-transform: uppercase;
	padding: 20px;
	background: rgb(51, 111, 171);
}
.ddsmoothmenu {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	position: relative;

}

.ddsmoothmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
	clear: none;
	margin-left: 20px;
	padding-left: 50px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block; /*background of menu items (default state)*/
	text-decoration: none;
	position: relative;
}

* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li a, .ddsmoothmenu ul li a:visited {
	color: #e2e3e4;
}

.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #e2e3e4;
}

.ddsmoothmenu ul li a:hover {
	color: #fff;

}

/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	background: none;
	position: absolute;
	padding: 22px 0 0 0;
	left: 0;
	display: block; /*collapse all sub menus to begin with*/
	visibility: hidden;
	border-bottom: 1px solid #cdcdcd;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	margin-left:0;
	padding-left: 0;
	display: list-item;
	float: none;
	background-color: #336FAB;
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
	padding-top: 0;
	border-bottom: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	font-size: 13px;
	width: 140px; /*width of sub menus*/
	padding: 7px 12px;
	margin: 0;
	line-height: 1;
}

/* SLIDESHOW */
#slideshow {
	width: 100%;
	height: 400px;
	border: 1px solid #d3d4d5;
	overflow: hidden;
	background: transparent url(../img/adco/small_steps.png) repeat top center;
}
#slideContainer {
	width: 1000px;
	height: 398px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid transparent;

}
#slideshow img {
	width: 450px; 
	float: left;
	margin-right: 60px;
	margin-top: 50px;
}
#slideText {
	width: 390px;
	height: auto;
	overflow: hidden;
	padding-bottom:20px;
	margin-top: 80px;

}#slideText ul {
	margin-left: 2px;
}

#slideText li {

	list-style: disc outside none;
display: list-item;
margin-left: 1em;
line-height: 18px;
}
#slideshow h2 {
	text-transform: uppercase;
	background-color: #dfe0e1;
	padding: 10px;
	color: #403f3f;
	font-weight: bolder;
}

/* COLUMNS */

#wrapper ul {
	padding: 0 0 20px 0;
	display: block;
	overflow: hidden;
}

#wrapper ul li {
	line-height: 20px;
	list-style: none;
	display: block;
	background: transparent url(../img/adco/bullet.jpg) no-repeat left 8px;
	padding-left: 20px;
}

#wrapper ul.check-list {
	padding: 0 0 20px 0;
	display: block;
	overflow: hidden;
}

#wrapper ul.check-list li {
	line-height: 20px;
	list-style: none;
	display: block;
	background: transparent url(../img/adco/check.png) no-repeat left 0px;
	padding-left: 30px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding-top: 0;
	line-height: 20px;
}

.one-third {
	width:30.66%;
	position:relative;
	margin-right:4%;
	float:left;
	margin-top: 20px;

}
img.bullet {
	width: 40px;
	float:left; 
	margin-right: 10px; 
}
.last {
	margin-right:0 !important;
	clear:right;
}

/*FOOTER */
#footer-wrapper, .push {
	height: 40px; /* .push must be the same height as .footer */
}
#footer-wrapper {
	height: 45px;
	padding-top:20px;
}

#footer {
	min-width: 960px;
	height: 45px;
	background: transparent url(../img/adco/concrete_seamless.png) repeat top center;
}

#footer-content {
	width: 960px;
	height: 35px;
	margin: 0 auto;
	position: relative;
	padding-top: 10px;
}

#copyright {
	text-align: center;
}

/* SERVICES */
.content {
	background-color: #FFF;
	-moz-box-shadow: 0px 1px 2px #9f9f9f;
	-webkit-box-shadow: 0px 1px 2px #9f9f9f;
	box-shadow: 0px 1px 2px #9f9f9f;
	padding: 20px 20px 0 20px;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
.content img {
	margin: 10px;
}
/* CONTACT */
#map {
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
	overflow: hidden;
}
.one-half {
	width:48%;
	position:relative;
	margin-right:4%;
	float:left;
}
#contact-form {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 70px;
}
#contact-form input {
	display: block;
	width: 400px;
	height: 25px;
	text-align: left;
	border: 0;
	padding: 5px 10px;
	margin-bottom: 10px;
	background-color: #e8e8e8;
	color: #565656;
	font-size: 14px;
}

#contact-form textarea {
	display: block;
	border: none;
	width: 400px;
	height: 123px;
	clear: both;
	border: 0;
	padding: 10px;
	margin: 0;
	background-color: #e8e8e8;
	color: #565656;
	font-size: 14px;
}

#contact-form textarea:hover {
	border:none;
}
.comments {
	margin-bottom: 10px;
}
select {
   padding: 5px;
   height: 35px;
   margin-left: 10px;
   background-color: #e8e8e8;
   border: 0;
   color: #565656;
	font-size: 14px;
 
}

#contact-form input#submit-button {
	clear:both;
	margin:0px;
	text-align: center;
	margin: 0px 5px 0 0;
	width: auto;
	background: transparent url(../img/adco/submit.png) no-repeat;
	color: #FFF;
	position: relative;
	z-index: 9999;
	padding: 0;
	height: 32px;
	padding-bottom: 2px;
	width: 120px;
	font-size: 14px;
	cursor: pointer;
}

#contact-form p { 
	position: relative; 
	margin: 0; 
	padding: 0; 
}

#contact-form p br {
	display: none;
}

.contact-left {
	width: 510px;
	float: left;
	margin-top: -13px;
}

.contact-right {
	width: 390px;
	float: right;
	margin-top: 30px;
}
.map {
	border: 6px solid #fff;
	-webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.49);
	-moz-box-shadow:    0px 0px 2px rgba(50, 50, 50, 0.49);
	box-shadow:         0px 0px 2px rgba(50, 50, 50, 0.49);

}

/* GALLERY */
#galStyle {
	width: 1200px; height: auto; overflow: hidden; margin-top: 70px; margin-left: auto; margin-right: auto; 
}

#galStyle img {
	width: 300px;
	height: 210px;
	-webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.49);
	-moz-box-shadow:    0px 0px 2px rgba(50, 50, 50, 0.49);
	box-shadow:         0px 0px 2px rgba(50, 50, 50, 0.49);

}
#imageHolder {
	position: relative; width: 300px; height: 210px;
	-webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
       -o-transition: all .5s ease;
      -ms-transition: all .5s ease;
          transition: all .5s ease;
}
#imageHolder:hover {
	margin-top: -10px;
}
.caption
{
	position: absolute; bottom: 0; left: 0; 
	width: 290px;
	height: 20px;
	overflow: hidden;
	background-color: #2c3e50;
	-webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.49);
	-moz-box-shadow:    0px 0px 2px rgba(50, 50, 50, 0.49);
	box-shadow:         0px 0px 2px rgba(50, 50, 50, 0.49);
	padding: 5px;
	font-size: 13px;
}
#og-grid a {
	color:  #fff;
}