html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { color: #767662; font-weight: 400; font-family: ff-din-web,sans-serif; }

a, a:active, a:visited { color: #767662; }
a:hover { color: #036; }



/***********************************************************************/
/************************** HEADER *************************************/
#logo, .nav {display: inline;margin: 0;margin: 0;}
#container {margin-left: auto;margin-right: auto;width: 100%;}
#header {margin: 0 auto;width: 902px;height: 112px;}

h1 {
	font-size: 30px;
	margin-bottom: 15px;}

h1 a {
	color: #767662;
	text-decoration: none;}

h1 a:hover {
	color: #20b3d2;}

h3 {
	font-size: 14px;
	margin-bottom: 20px;}

h4 { font-size: 13px; letter-spacing: 1px; }

p {
	color: #767662;
	font-size: 13px;
  margin: 0 0 15px;
}

.current {
	color: red;}

#logo a {
	float: left;
	height: 31px;
	width: 197px;
	margin-top: 40px;
	background: url(../img/logo.png) no-repeat;}

#contact_bold {

	font-size: 12px;
	font-weight: bold;}
	
#contact_address {

	font-size: 12px;
	font-weight: normal;}

.nav{
	color: #757561;
	font-weight: 600; font-family: "ff-din-web",sans-serif;
	font-size: 13px;
	overflow: hidden;
	float: right;
	margin: 0 -15px 0 0;
	margin-top: 52px;}

.nav ul{
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;}

.nav li{
	color: #757561;
	display: inline;
	padding: 0;
	text-transform: uppercase;}

.nav a{
	display: inline-block;
	color: white;
	text-decoration: none;}

.nav a:link, .nav a:visited, .nav a:current, .nav a:active {
color: #20b3d2;}

.nav a span{
	font-size: 11px;
	height:10px;
	margin: 0 15px;
	cursor: pointer;
	color: #757561;}

.nav a span{
	float: none;}

.nav a:hover, a.current, a.current span {
	color: #20b3d2 !important;}

.nav a:hover span{
	color: #20b3d2;}

/* Sub level menus*/
.nav ul li ul{
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	color: #000;
	visibility: hidden;}

.nav ul li ul li a{
	text-align: center;
	height:10px;
	margin: 10px 15px 0 15px;
	color: #757561;
	font-size: 11px;}

.nav ul li ul li a span{
	color: #000;}

.nav ul li ul li a:hover,
.nav ul li ul li a:active {
	color: #20b3d2;}


/************************** CONTENT ************************************/
#main {
	width: 902px;
	margin: 20px auto;
	height: 100px; /*100%*/}

/************************** SLIDER *************************************/

#ebb_carousel {
	height: 450px;
	width: 900px;
	margin: 0 auto 60px auto;}
	
#ebb_carousel_inner {
	position: absolute;
	float:left;
	width:900px;
	overflow: hidden;}

#ebb_carousel_ul {
	position:relative;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width:9999px;
	padding-bottom:10px;}

#ebb_carousel_ul li{
	float: left;           
	width:900px;
	padding:0px;
	height:448px;}

#ebb_carousel_ul li img {
	cursor:pointer;
	cursor: hand; 
	border:0px;}
	
#prev_btn a{
	position: relative;
	top:46%;
	float: left;
	background:transparent url(http://ebbflow.303-green-dev.com/img/slider_btn_left.png) no-repeat 0 -32px;
	z-index: 1;
	width: 33px;
	height:32px;}

#next_btn a{
	position: relative;
	top:46%;
	float: right;
	background:transparent url(http://ebbflow.303-green-dev.com/img/slider_btn_right.png) no-repeat 0 -32px;
	z-index: 1;
	width: 33px;
	height:32px;}
	
#next_btn a:hover,
#prev_btn a:hover {
	background-position: 0 0;}
	
#prev_btn img, #next_scroll img{
	cursor: pointer;
	cursor: hand;}
	
.paging {
	cursor: pointer;
	position: relative;
	top: 48%;
	float: right;
	height: 32px;
	width: 33px;}

#image2 a {
  margin: 0 1px 0 0;
  padding: 0;
  border: 0 none;
  float: left;
  display: inline;
}

#image2 a img {
  width: 224px;
  height: 224px; 
}

/************************** FOOTER ************************************/
#footer p,
#footer h3 {
	color: #fff;}
	
#footer_wrapper {
	margin: 0 auto;
	width: 1000px;
}

#footer {
	margin: 0 auto;
	font-size: 12px;
	color: #fff;
	height: 330px;
	width: 100%;
	background: url(../img/eandf_web_footer_bg.jpg) center no-repeat;}

#footer a {color: #fff; text-decoration: none;}
#footer a:hover {text-decoration: underline;}
#footer p { font-size: 11px; margin-bottom: 4px;}

#footer_col_left {float: left;width: 450px; height: 200px; padding: 50px 0 0 50px;}
#footer_col_right {float: left;width: 500px;padding: 50px 0 0 0;}

#footer_col_signup {float: left;width: 500px;padding: 30px 0 0 0;}
#footer_col_signup input {
	color: #fff;
	background: #c0af2b;
	border: none;
	height: 20px;
	margin-top: -2px;
	padding: 0 0 0 6px;
	font-size: 12px;
	width: 220px;}

#footer_col_signup button {
	border: none;
	text-indent: -9999px;
	height: 20px;
	width: 20px;
	margin-left: 1px;
	background: url(../img/btn_email.jpg) no-repeat;}

#footer_contact {font-size: 11px;float: left;padding: 30px 0 0 50px;}

#footer_col_social {margin: 30px 50px 0 0;float: right;}
#footer_col_social img {margin-left: 10px;}


/************************** BLOG SUB NAV *******************************/
#blog_sub_nav {
	margin: 0 auto 30px;
	height: 30px;
	width: 902px;
	background: #cbcbc4 url(../img/blog_sub_nav.png) 0 0 repeat-x;}

#date,
#subpage_sub_nav {
	color: #767662;
	font-size: 11px;
	font-family: "ff-din-web",sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	top: 8px;
	position: relative;
	float: right;}
	
#date {right: 15px;}
#subpage_sub_nav {right: -15px;}

#subpage_sub_nav a { margin: 0 15px;}

#date a,
#subpage_sub_nav a {color: #767662; text-decoration: none;}

#date a:hover,
#subpage_sub_nav a:hover {color: #00a8cb; text-decoration: none;}

a.column_left_link {font-weight: 600;}

/************************** HOME_project_matrix ************************/

#home_project_matrix {
	overflow: hidden;
	height: 100%;
	width: 904px;
	margin: 0 auto;
	margin-bottom: 60px;}

#home_project_matrix li {
	list-style: none;
	border: 1px solid #fff;
	float:left;
	height:224px;
	width:224px;
	position: relative;}

#project_title {

	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	height: 24px;
	width: 214px;
	background: #7e7e6c 0 0 no-repeat;
	padding: 6px 0 0 10px;}
	
#project_title:hover {background-color: #00a8cb;}

#home_project_matrix_slider  {
	overflow: hidden;
	height: 100%;
	width: 900px;
	margin: 0 auto;
	margin-bottom: 60px;}

#home_project_matrix_slider li {
	list-style: none;
	float:left;
	height:224px;
	width:224px;
	position: relative;}

/************************** BLOG_template & SUBPAGE_template ***********/
#blog_template, #company_template {
	font-size: 0.8em;
	overflow: hidden;
	height: 100%;
	width: 902px;
	margin: 60px auto 30px;
	padding: 0;}
	
#project_view_template {
  font-size: 0.8em;
  overflow: hidden;
  height: 100%;
  width: 902px;
  margin: 60px auto 0;
  padding: 0;}

.column_left {float: left;width: 224px;}
.column_right {float: right;width: 678px;}
#project_view_template .column_left {float: left; width: 174px; padding-right: 25px;}
#company_template .column_left {float: left; width: 174px; padding-right: 25px;}
#project_view_template .column_right {  width: 677px; padding-left: 25px; border-left: 1px solid #CBCBC4; padding-bottom: 30px; }
#company_template .column_right {  width: 678px; padding-left: 25px; padding-bottom: 30px; }

.column_left a {color: #767662; text-decoration: none;}
.column_left a:hover,
.column_left a:active {color: #00a8cb; text-decoration: none;}

.column_left h1 a {
	font-size: 11px;}

.column_left h1 {
	margin-bottom: 5px;}

.column_left ul li,
.column_left ul {

	list-style:none;
	margin:0 0 10px 0;
	padding:0;
	font-size:11px;}

#blog_date {text-transform: uppercase; color:#767662 ;}
#blog_image {margin: 30px 0;}
#gray_line {
	width: 678px;
	height: 1px;
	margin: 30px 0;
	background: #cbcbc4 repeat-x;}
	
/************************** PORTFOLIO_projectpage_template *************/
#client_list.column_left ul li,
#client_list.column_left ul {

	list-style:none;
	margin:0 0 20px 0;
	padding:0;
	font-size:11px;}
	
#client_list.column_left {float: left;width: 194px;}
#projects.column_right {
	float: right;
	width: 678px;
	padding-left: 29px;
	border-left: 1px solid #cbcbc4;}

/************************** CONTACT ************************************/
#cont_left {
	width: 600px;}
	
#cont_left label {
	font-size: 12px;
	color: #767662;
	width: 140px;
	float: left;}
	
#cont_left input,
#cont_left textarea {
	font-size: 12px;
	margin: 0 0 10px 40px;
	padding: 5px 5px;
	color: #767662;
	background: #e4e4e0;
	border: none;
	float: left;
	width: 317px;}

#cont_left textarea {
	margin-bottom: 0;}

input#submit-button {
	background: url(../img/send_button.png) 0 -20px no-repeat;
	text-indent: -9999px;
	height: 20px;
	width: 327px;
	border: none;
	margin-left: 180px;
	float: left;}

input#submit-button:hover {
	background-position: 0 0px; }

/***********************************************************************/
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}



