@import url('fonts?Gotham-Medium');
*{ margin: 0; outline: 0 none; padding: 0; }

body{
    background: #545E68 url(../img/bg.jpg) 0 0 repeat-x;
    font-family: arial;
    font-size: 12px;
    line-height: 16px;
    color: #727c85;
}

h2{
    font-family: 'Gotham Medium', arial;
    font-size: 20px;
    padding: 0 0 12px 0;
    line-height: 22px;
    font-weight: normal;
    text-transform: uppercase;
    color: #535e68;
}
h3{
    font-family: arial;
    font-size: 18px;
    padding: 0 0 5px 0;
    line-height: 20px;
    font-weight: normal;
    text-transform: uppercase;
    color: #535e68;
}
h4{
    font-family: arial;
    font-size: 16px;
    padding: 0 0 5px 0;
    line-height: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #535e68;
}
h5{ font-family: arial; font-size: 14px; padding: 0 0 5px 0; font-weight: normal; text-transform: uppercase; color: #535e68; }
h6{ font-family: arial; font-size: 12px; padding: 0 0 0 0; font-weight: bold; text-transform: uppercase; color: #535e68; }

/*this to be used on middle headlines if text*/
h2.special{ font-size: 26px; padding: 33px 0 0 0; line-height: 32px; font-weight: normal; text-transform: uppercase; color: #798189; }

a{ color: #1595ca; text-decoration: none; }
a:hover{ color: #535e68; text-decoration: none; }

a.reverse{ color: #3A444D; text-decoration: none; }
a.reverse:hover{ color: #1595ca; text-decoration: none; }

ul,ol{ margin: 0 0 10px 18px; }
p{ padding: 0 0 10px 0; }
td{ vertical-align: top; }

hr{ width: 100%; border: 0; border-top: 1px solid #d0d2d4; padding: 0; margin: 10px 0; clear: both; }

input, textarea{
    padding: 3px;
    border: 1px solid #a8acad;
    background: #fff url(../img/bg_input.jpg) 0 0 repeat-x;
    color: #9fa4a9;
    font-family: arial;
}

#container{
    background: #fff url(../img/bg_container.jpg) 0 0 repeat-x;
    width: 980px;
    margin: 0 auto;
    padding: 16px 0 0 0;
}

/****HEADER****/
#header{ height: 120px; position: relative; }
#header h1#logo{
    background: url(../img/logo.jpg) 0 0 no-repeat;
    display: block;
    width: 346px;
    height: 106px;
    position: absolute;
    top: 0;
    left: 0;
}
#header h1#logo a{
    display: block;
    width: 100%;
    height: 100%;
}
#header h1#logo a span{ display: none; }

#header #global{
    width: 500px;
    padding-right: 15px;
    float: right;
}
#header #global a{ color: #535d67; text-transform: uppercase; }
#header #global a:hover{ text-decoration: underline; }
#header #global a img{ border: 0; margin-bottom: -3px; }

#header #global form{
    display: block;
    float: right;
    width: 240px;
    height: 25px;
}
#header #global .input_search{
    background: url(../img/bg_search_input.jpg) 0 0 no-repeat;
    width: 183px;
    height: 25px;
    padding: 0 3px 0 3px;
    border: 0;
    color: #535d67;
    font-size: 11px;
    display: block;
    float: left;
}
#header #global .btn_go{
    background: url(../img/btn_go.jpg) 0 0 no-repeat;
    width: 47px;
    height: 25px;
    border: 0;
    cursor: pointer;
    display: block;
    float: right;
}

#header #global .global-nav{
    font-size: 10px;
    text-transform: uppercase;
    float: right;
    margin-right: 10px;
    padding: 4px 0 0 0;
}

#header ul#topNav{
    height: 25px;
    padding-right: 13px;
    margin-top: 30px;
    float: right;
    list-style-type: none;
    border-bottom: 1px solid #ccced0;
}
#header ul#topNav li{ float: left; padding: 0 20px 0 0; }
#header ul#topNav li a{
    display: block;
    padding: 5px 0 4px 0;
    border-bottom: 1px solid transparent;
    font-size: 13px;
    color: #3d4953;
    text-transform: uppercase;
    font-family: 'arial';
    font-weight: bold;
    letter-spacing: .025em;

}
#header ul#topNav li a:hover{ color: #008fd5; }
#header ul#topNav li.active a{
    color: #008fd5;
    border-bottom: 1px solid #008fd5;
}

/*******BODY*******/

#content{ position: relative; }

/*******HOMEPAGE******/
#hero{
    position: relative;
    border-bottom: 1px solid #d0d2d4;
    margin-bottom: 5px;
}

#homeSlide{ }
#homeSlide ul, #homeSlide li{
    margin:0;
    padding:0;
    list-style:none;
}
#homeSlide li{
    width:980px;
    height:400px;
    overflow:hidden;
}
#homeSlide li a img{ border: 0; }
#hero #prevBtn, #hero #nextBtn{
    display:block;
    width: 17px;
    height: 42px;
    position:absolute;
    left: -17px;
    top: 130px;
}
#hero #nextBtn{ left: 980px; }
#hero #prevBtn a, #hero #nextBtn a{
    display:block;
    width:17px;
    height:42px;
    background:url(../img/arrow_left.png) no-repeat right 0;
    text-indent: -9000px;
}
#hero #prevBtn a span, #hero #nextBtn a span{ display: none; }
#hero #nextBtn a{ background:url(../img/arrow_right.png) no-repeat 0 0; }

#hero #prevBtn a:hover{ background-position: left 0; }
#hero #nextBtn a:hover{ background-position: right 0; }

#middle{
    height: 132px;
    padding: 0 25px 0 25px;
    background: #3a444d;
    position: relative;
    color: #9fa8b0;
    line-height: 1.5em;
}

#middle .home_mid_title{
    display: block;
    width: 476px;
    height: 132px;
    float: left;
}
#middle .home_mid_title span{ display: none; }

#middle .icon_container{
    width: 454px;
    height: 132px;
    float: right;
}
#middle .icon_container a span{ display: none; }
#middle .icon_container a{
    display: block;
    width: 94px;
    height: 132px;
    float: left;
    outline: none;
}
#middle .icon_container a.consult{ background: url(../img/icon_bulb.jpg) 0 0 no-repeat; }
#middle .icon_container a.design{ background: url(../img/icon_tv.jpg) 0 0 no-repeat; }
#middle .icon_container a.build{ background: url(../img/icon_wrench.jpg) 0 0 no-repeat; }
#middle .icon_container a.launch{ background: url(../img/icon_rocket.jpg) 0 0 no-repeat; }
#middle .icon_container a.grow{ background: url(../img/icon_leaf.jpg) 0 0 no-repeat; width: 77px; }

#middle .icon_container a.consult:hover, #middle .icon_container a.consult.active,
#middle .icon_container a.design:hover, #middle .icon_container a.design.active,
#middle .icon_container a.build:hover, #middle .icon_container a.build.active,
#middle .icon_container a.launch:hover, #middle .icon_container a.launch.active,
#middle .icon_container a.grow:hover, #middle .icon_container a.grow.active{ background-position: right top; }

#middle .middle_open{
    height: 237px;
    width: 930px;
    padding: 20px 25px 0 25px;
    background: #3a444d;
    position: absolute;
    top: 132px;
    left: 0;
}
#middle .middle_open h2,
#middle .middle_open h3,
#middle .middle_open h4,
#middle .middle_open h5,
#middle .middle_open h6{ color: #fedc18; }

#middle .middle_open ol, #middle .middle_open ul{ margin: 5px 0 5px 18px; }
#middle .middle_open ol li, #middle .middle_open ul li{ padding: 5px 0; }

#middle .middle_open #box{
    display: block;
    width: 182px;
    height: 147px;
    float: right;
	overflow: hidden;
    padding: 19px;
    margin: 15px 0 0 50px;
    background: url(../img/bg_side_gray.jpg) 0 0 no-repeat;
}

.home_content{
    padding: 35px 0 35px 0;
    border-top: 1px solid #d0d2d4;
    color: #3a444d;
}
.home_content.lower_top{
    margin: 4px 0 0 0;
    height: 182px;
}

.home_content .home_title_left{
    width: 217px;
    float: left;
    padding: 30px 43px 0 0;
    text-align: right;
}
.home_content .home_title_left h3{
    border-bottom: 1px solid #d0d2d4;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;

	font-family: 'Gotham Medium', arial, sans-serif;
	letter-spacing: -1px;
}
.home_content .content_right{
    width: 720px;
    float: right;

}
.home_content .content_right .column{
    width: 222px;
    padding: 0 18px 0 0;
    float: left;
}
.home_column_title{
    border-bottom: 1px solid #d0d2d4;
    margin: 0 0 16px 0;
    padding: 0 0 9px 0;

	font: normal 11px 'Gotham Medium', arial, sans-serif;
}
.home_column_title a{ color: #535E68; }
.home_column_title span.icon{
    display: block;
    position: relative;
    float: right;
    width: 35px;
    height: 20px;
    /*border: 1px solid #0f0;*/
}
.home_column_title .title_icon{
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 20px;
}
.home_column_title .title_icon span{
    width: 35px;
    height: 20px;
    overflow: hidden;
    display: block;
}
.home_column_title .title_icon img{ border: 0; }

.home_content .content_right ul.home_items{
    margin: 0;
    list-style-type: none;
}
.home_content .content_right ul.home_items li{ padding: 0 0 20px 0; }
.home_content .content_right ul.home_items.list li{ clear: both; padding: 0 0 27px 0; }

.home_content .content_right ul.home_items .date{
    display: block;
    float: left;
    padding: 0 10px 27px 0;
    width: 30px;

	font-family: 'Gotham Medium', arial, sans-serif;
    font-size: 20px;
    color: #aeb1b4;
    text-transform: uppercase;
    text-align: center;
}
.home_content .content_right ul.home_items .date .month{
    font-size: 12px;
    display: block;
}


/*****************
    INTERIOR
*******************/
#main_headline{
    height: 132px;
    padding: 3px 0 3px 0;
    color: #9fa8b0;
    line-height: 1.5em;
    border-top: 1px solid #d0d2d4;
    border-bottom: 1px solid #d0d2d4;
}
#main_headline .inner{
    background: #3a444d;
    height: 100%;
    padding: 0 25px;
    position: relative;
    z-index: 10;
}
#main_headline .inner h2{ display: block; height: 54px; padding: 32px 0; margin: 0; }
#main_headline .inner h2 span{ display: none; }

#main_headline .inner .headline_button{
    position: absolute;
    bottom: 33px;
    right: 35px;
    border: 0;
    outline: none;
}
#main_headline .inner .headline_button2{
    position: absolute;
    bottom: 35px;
    right: 162px;
    border: 0;
    outline: none;
}
#main_headline .inner .headline_button img,
#main_headline .inner .headline_button2 img{
    border: 0;
    outline: none;
}

#main_headline .main_headline_open,
#main_headline .main_headline_open2{
    position: absolute;
    top: 132px;
    left: 0;
    height: 775px;
    padding-bottom: 3px;
    border-bottom: 1px solid #d0d2d4;
    width: 980px;
    font-size: 13px;
    color: #9fa8b0;
    overflow: hidden;
    z-index: 50;
}
#main_headline .main_headline_open2{ height: 660px; }
#main_headline .main_headline_open a:hover{ color: #fff; }

#main_headline .main_headline_open .col{
    width: 213px;
    padding: 0 25px 0 0;
    float: left;
}
#main_headline .main_headline_open .col.last{ padding: 0; }

#main_headline .main_headline_open2 .opener_slider{
    width: 642px;
    margin: 0 auto;
}
#main_headline .main_headline_open2 .opener_slider h5{ color: #fedc18; padding: 0 0 27px 0; }
#main_headline .main_headline_open2 #slider_gallery_container{
    width: 632px;
    height: 630px;
    padding: 0 5px 5px 5px;

    background: #fff url(../img/bg_dark_40.png) 0 0 repeat-x;
    position: relative;
}

.main_headline_open2 #slider_gallery_container ul, #slider_gallery_container li{
    margin:0;
    padding:0;
    list-style:none;
}
.main_headline_open2 #slider_gallery_container li{
    width:632px;
    height:630px;
    overflow:hidden;
}
.main_headline_open2 #slider_gallery_container li img{
	height: 585px;
	width: 632px;
}
#main_headline .main_headline_open2 #prevBtn, #main_headline .main_headline_open2 #nextBtn{
	display:block;
	width: 17px;
	height: 42px;
	position:absolute;
	left:-17px;
	top:317px;
        text-indent: -9000px;
}
#main_headline .main_headline_open2 #nextBtn{
	left: 642px;
}
#main_headline .main_headline_open2 #prevBtn a, #main_headline .main_headline_open2 #nextBtn a{
	display:block;
	width:17px;
        height:42px;
        background:url(../img/arrow_left.png) no-repeat right 0;
}
#main_headline .main_headline_open2 #prevBtn a span, #main_headline .main_headline_open2 #nextBtn a span{ display: none; }
#main_headline .main_headline_open2 #nextBtn a{
	background:url(../img/arrow_right.png) no-repeat left 0;
}
#main_headline .main_headline_open2 #prevBtn a:hover{ background-position: left 0; }
#main_headline .main_headline_open2 #nextBtn a:hover{ background-position: right 0;}
/*****************************
GALLERY TEMPLATE - full width
*******************************/
#gallery_content{ padding: 20px 0 0 20px; }

#gallery_content .gallery{
    width: 300px;
    padding: 0 20px 40px 0;
    float: left;
    position: relative;
}

a.gallery_item{
    display: block;
    width: 292px;
    height: 163px;
    padding: 8px 0 0 8px;
    background: url(../img/bg_gallery_sprite.jpg) 0 0 no-repeat;
    outline: none;
}
a.gallery_item:hover{
    background-position: bottom left;
}

a.gallery_item img{ border: 0; }

#gallery_content .gallery img.mobile{
    position: absolute;
    bottom: 44px;
    right: 30px;
}

/** note: gallery title and subtitle are styled in general since it is used elsewhere on the site **/

/***************************
General Content w/ sidenav - case study & list
***************************/
#general_container{
	overflow: hidden;
	position: relative;

	background: #fff url(../img/bg_left_col.gif) 0 0 repeat-y;
}
#general_container input, #general_container textarea{ color: #727c85; }
#general_container.bordered{ border-top: 1px solid #d0d2d4; }

/* LEFT */
#general_container .left{
    width: 215px;
    float: left;
    padding: 33px 0 0 45px;
}
/*
#general_container .left h3.side_title{
    border-bottom: 1px solid #d0d2d4;
    padding: 0 45px 9px 0;

	font-family: 'Gotham Medium', arial, sans-serif;
    text-align: right;
}
*/
#general_container .left ul#sideNav{
	list-style-type: none;
	margin: 0 0 45px 0;
	padding: 0;
}
#general_container .left ul#sideNav li{
	/*border-bottom: 1px solid #d0d2d4;*/

	font: normal 18px/20px 'Gotham Medium', arial, sans-serif;
    color: #535e68;
	text-align: right;
    text-transform: uppercase;
}
#general_container .left ul#sideNav li a{
	display: block;
	padding: 0 45px 9px 0;

	color: #535e68
}
/*
#general_container .left ul#sideNav li{
    text-align: right;
    border-bottom: 1px solid #d0d2d4;
}
#general_container .left ul#sideNav li a{
    display: block;
    padding: 6px 45px 6px 0;
    color: #3a444d;
}
#general_container .left ul#sideNav li a:hover{ color: #23a3d9; text-decoration: none; }
#general_container .left ul#sideNav li.active a{
    background: url(../img/bg_sidenav_active.jpg) 0 0 repeat-y;
    color: #23a3d9;
    border-bottom: 0;
}

/* 2nd level */
#general_container .left ul#sideNav ul{
    list-style-type: none;
    margin: 0;
	padding: 0;
}
#general_container .left ul#sideNav li ul li{
	border-top: 1px solid #d0d2d4;

	font: 12px/16px arial;
	text-transform: none;
}
#general_container .left ul#sideNav li ul li a{
    display: block;
    padding: 6px 45px 6px 0;
    color: #3a444d;
}
#general_container .left ul#sideNav li ul li a:hover{ color: #23a3d9; text-decoration: none; }
#general_container .left ul#sideNav li ul li.active a{
	border: 0 none;

	background: url(../img/bg_sidenav_active.jpg) 0 0 repeat-y;
	color: #23a3d9;
}

/* 3rd level */
#general_container .left ul#sideNav li ul li ul li{
	border: 0 none;

	font: 12px/16px arial;
	text-transform: none;
}
#general_container .left ul#sideNav li ul li.active ul li>a{
	color: #3a444d;
}
#general_container .left ul#sideNav li ul li.active ul li.active>a{
	text-decoration: underline;
}
#general_container .left ul#sideNav li ul li.active ul li>a:hover{ color: #23a3d9; text-decoration: none; }

/*
#general_container .left ul#sideNav li ul li{ border: 0; }
#general_container .left ul#sideNav li ul li a{
    padding: 0 45px 6px 0;
    background: url(../img/bg_sidenav_active.jpg) 0 0 repeat-y;
}

#general_container .left ul#sideNav li ul li a.active{ color: #3a444d; text-decoration: underline; }
*/

/** MAIN CONTENT AREA **/
#general_container .main{
    width: 418px;
    border-right: 1px solid #d0d2d4;
    float: left;
    padding: 30px 20px 25px 20px;
}

#general_container .main #interior_hero{
    width: 378px;
    height: 427px;
    padding: 9px 8px 7px 8px;
    background: url(../img/bg_interiorSlide.jpg) 0 0 no-repeat;
    position: relative;
    margin: 0 auto 40px auto;
}
#general_container .main #interiorSlide{ }
#general_container .main #interiorSlide ul, #interiorSlide li{
    margin:0;
    padding:0;
    list-style:none;
}
#general_container .main #interiorSlide li{
    width:378px;
    height:427px;
    overflow:hidden;
}
#general_container .main #prevBtn, #general_container .main #nextBtn{
	display:block;
	width: 19px;
	height: 41px;
	position:absolute;
	left:-19px;
	top:164px;
}
#general_container .main #nextBtn{
	left: 393px;
}
#general_container .main #prevBtn a, #general_container .main #nextBtn a{
	display:block;
	width:19px;
	height:41px;
	background:url(../img/arrow_left_interior.png) no-repeat 0 0;
        text-indent: -9000px;
}
#general_container .main #prevBtn a span, #general_container .main #nextBtn a span{ display: none; }
#general_container .main #nextBtn a{
	background:url(../img/arrow_right_interior.png) no-repeat 0 0;
}

#general_container .main_full{
    width: 659px;
    float: right;
    padding: 33px 30px 30px 30px;
}

#general_container .main_full .list {
	border-spacing: 0;
}
#general_container .main_full .list td{
    padding: 20px 0;
    border-top: 1px solid #d0d2d4;
}
#general_container .main_full .list td img{
	border: 1px solid #d7d9d8;
	margin: 1px 25px 0 9px;
	padding: 7px;

	background-color: #fff;

	box-shadow: 0 0 7px rgba(0, 0, 0, .1) inset, 0 0 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, .1) inset, 0 0 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .1) inset, 0 0 1px rgba(0, 0, 0, .1);
}
#general_container .main_full .list td h5{
	padding: 0;

	font-size: 13px;
}

#general_container .main_full .list_item{
    padding: 20px 0;
    border-top: 1px solid #d0d2d4;
}
#general_container .main_full .list_item .list_img{
    width: 119px;
    height: 119px;
    padding: 8px 25px 0 9px;
    float: left;
    background: url(../img/bg_list_img.jpg) 0 0 no-repeat;
}
#general_container .main_full .list_item .list_img img{ border: 0; }
#general_container .main_full .list_item .list_content{
    width: 506px;
    float: right;
}

#grayForm {
	padding: 0 10px 10px 10px;

	background-color: #f0f0f1;
}
#grayForm h4 {
	margin: 0 -10px;
	padding: 0;
}

/**** RIGHT CONTENT AREA ***/
#general_container .right{
	border-left: 1px solid #d0d2d4;
    float: right;
	margin-left: -1px;
    padding: 30px 19px 25px 19px;
    width: 223px;
}

#general_container .right h3.side_headline{
    margin: 40px 0 20px 0;
    padding: 8px 5px;
    border-top: 1px solid #d0d2d4;
    border-bottom: 1px solid #d0d2d4;
}
#general_container .right h5 {
	padding: 0;

	font-size: 13px;
	font-weight: bold;
}
#general_container .right h5.gallery_title {
	padding: 8px 0 0 0;
}
#general_container .right .feature{
    padding: 0 0 20px 0;
}

/**************************
    PROCESS/BLADES TEMPLATE
**************************/
#process_content{  padding: 20px; }
#process_content #main_content_box{
    border: 1px solid #d0d2d4;
    width: 936px;
    height: 508px;
    padding: 3px 3px 3px 0;
    overflow: hidden;
}

#process_content #main_content_box #first{
    width: 709px;
}
#process_content #main_content_box .content{
    width: 53px;
    height: 508px;
    padding: 0 0 0 3px;
    float: left;
    overflow: hidden;
    position: relative;
}
#process_content #main_content_box .title{
    position: relative;
    width: 9px;
    height: 446px;
    padding: 60px 21px 0 21px;
    float: left;
    border: 1px solid #d0d2d4;

    font-family: 'gotham', 'arial';
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word;
    cursor: pointer;
    font-weight: bold;
    background: #f0f0f1;
    color: #3a444d;
}

#process_content #main_content_box .title div.icon{
    position: absolute;
    top: 10px;
    left: 5px;
    width: 42px;
    height: 43px;
}

#process_content #main_content_box .title.bulb div.icon{ background: url(../img/icon_bulb.png) left top no-repeat; }
#process_content #main_content_box .title.tv div.icon{ background: url(../img/icon_tv.png) left top no-repeat; }
#process_content #main_content_box .title.wrench div.icon{ background: url(../img/icon_wrench.png) left top no-repeat; }
#process_content #main_content_box .title.rocket div.icon{ background: url(../img/icon_rocket.png) left top no-repeat; }
#process_content #main_content_box .title.leaf div.icon{ background: url(../img/icon_leaf.png) left top no-repeat; }

#process_content #main_content_box .title.bulb.active div.icon{ background-position: right top; }
#process_content #main_content_box .title.tv.active div.icon{ background-position: right top; }
#process_content #main_content_box .title.wrench.active div.icon{ background-position: right top; }
#process_content #main_content_box .title.rocket.active div.icon{ background-position: right top; }
#process_content #main_content_box .title.leaf.active div.icon{ background-position: right top; }

#process_content #main_content_box .box_text{
    position: absolute;
    top: 0;
    left: 56px;
    width: 610px;
    padding: 34px 23px;
    overflow: hidden;
}
#process_content #main_content_box .box_text .feature_text{ padding: 0 12px; }
#process_content #main_content_box .box_text .feature_left,
#process_content #main_content_box .box_text .feature_right{
    float: left;
    width: 300px;
    padding: 10px 0 0 0;
}
#process_content #main_content_box .box_text .feature_right{ float: right; }


.newsletters td {border-bottom: 1px solid #ddd;}
.newsletters .year{ padding: 10px 0 0 0; }
.newsletters .year h3{ margin: 0; padding: 0; }
.newsletters .issues{ vertical-align: bottom !important; color: #bbc; }
.newsletters .month{ padding: 10px 20px 10px 0; }
.newsletters .issue{ padding: 10px 20px 10px 0; }
.newsletters .titles{ padding: 10px 0; }


/******FOOTER****/
#footer{
	padding: 40px 0 0 0;
	height: 219px;
	border-top: 1px solid #b0b4b8;
	background: #3a444d;
	color: #c4c9cd;
}
#footer a:hover{ color: #fff; }

#footer h3.footer_title{ padding: 0; margin: 0 0 15px 0; }
#footer h3.footer_title span{ display: none; }
#footer h3.footer_title.about{
	width: 205px;
	height: 27px;
	background: url(../img/title_who_we_are.jpg) 0 0 no-repeat;
}
#footer h3.footer_title.newsletter{
	width: 198;
	height: 27px;
	background: url(../img/title_join_newsletter.jpg) 0 0 no-repeat;
}
#footer h3.footer_title.contact{
	width: 169px;
	height: 27px;
	background: url(../img/title_get_in_touch.jpg) 0 0 no-repeat;
}

#footer .col_left{
	width: 448px;
	padding: 0 0 0 18px;
	float: left;
}
#footer .footer_icons{ padding: 10px 0 0 0; }

#footer .footer_icons ul.social_list{ list-style-type: none; margin: 0; }
#footer .footer_icons ul.social_list li{
	float: left;
	padding: 0 3px 0 0;
}
#footer .footer_icons ul.social_list li a.social_icon{
	width: 32px;
	height: 34px;
	cursor: pointer;
	display: block;
}
#footer .footer_icons ul.social_list li a img{ border: 0; }
#footer .footer_icons ul.social_list li span{
	width: 32px;
	height: 34px;
	display: block;
	overflow: hidden;
        background: #3a444d;
}

#footer .col_center{
	width: 224px;
	padding: 0 0 0 25px;
	float: left;
}
#footer input{ width: 216px; margin: 0 0 10px 0; }
#footer input.btn_signup{
	width: 116px;
	height: 32px;
	padding: 0;
	border: 0;
	background: url(../img/btn_signup.jpg) 0 0 no-repeat;
	cursor: pointer;
}

#footer .col_right{
	width: 222px;
	padding: 0 18px 0 25px;
	float: left;
}
#footer .col_right table td{ padding: 0 15px 15px 0; }

/***** GENERAL STYLES ******/
.cleaner{ clear: both; }

.no_border{ border: 0 none !important; }
.no_margin{ margin: 0 !important; }
.no_show{ display: none; }

img.framed {
	border: 1px solid #d7d9d8;
	padding: 7px;

	background-color: #fff;

	box-shadow: 0 0 7px rgba(0, 0, 0, .1) inset, 0 0 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, .1) inset, 0 0 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .1) inset, 0 0 1px rgba(0, 0, 0, .1);
}

.buttons {
	border: 0 none;
	display: inline-block;
	padding: 7px 15px 5px 15px;

	background: #717a81 url(../img/bg_buttons.png) 0 0 repeat-x;
	color: #fff !important;
	cursor: pointer;
	font: bold 13px arial, sans-serif;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .35);
	text-transform: uppercase;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	box-shadow: 0 1px 1px rgba(0, 0, 0, .7), 0 1px 1px rgba(255, 255, 255, .75) inset;
}

.gallery_title{
    padding: 15px 0 1px 0;

    color: #535e68;
    font: normal 14px arial, sans-serif;
    text-transform: uppercase;
}
p.subtitle{
    padding: 0; margin: 0;
    color: #b3b6b9;
}

a.gallery_item_small{
    display: block;
    width: 214px;
    height: 119px;
    padding: 8px 0 0 8px;
    background: url(../img/bg_gallery_small.jpg) bottom left no-repeat;
}
a.gallery_item_small:hover{ background-position: top left; }
a.gallery_item_small img{ border: 0; }

.align_center { text-align: center; }

.float_right { float: right; }
.float_left { float: left; }

img.framed.float_right { margin: 0 0 20px 20px; }

div.messages {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	margin: 0 0 20px 0;
	padding: 10px 10px 0 10px;

	background: #eee;
	font-size: 12px;
	line-height: 1.5em;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07) inset;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07) inset;
}
div.messages p {}
div.messages b { text-shadow: 0 1px 0 rgba(255, 255, 255, .65); }
div.messages.error { border-color: rgba(204, 128, 128, 0.32) rgba(204, 128, 128, 0.24) rgba(204, 128, 128, 0.16); background: #fcc; }
div.messages.success { border-color: rgba(128, 204, 128, 0.32) rgba(128, 204, 128, 0.24) rgba(128, 204, 128, 0.16); background: #cfc; }
div.messages.warning { border-color: rgba(204, 204, 128, 0.32) rgba(204, 204, 128, 0.24) rgba(204, 204, 128, 0.16); background: #ffc; }

div.messages.error b { color: #a00; }
div.messages.success b { color: #080; }
div.messages.warning b { color: #880; }
