/* @override 
	http://www1.kellmunoz.com/style.css
	http://www.kellmunoz.com/style.css
*/

body {
	margin: 0;
	padding: 0;
	background: #000 repeat-x center top;
	color: #e6e6e6;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
	color: white;
	text-decoration: none;
}
#nextBtn a {
	color: gray;
	text-decoration: none;
}

#prevBtn a {
	color: gray;
	text-decoration: none;
}

#header {
	width: 950px;
	height: 70px;
	margin: 20px auto 0;
	color: gray;
}
#header a {
	width: 950px;
	height: 70px;
	margin: 0px auto 0;
	color: gray;
}

#about_drop li a {
	padding-right: 5px;
	padding-left: 5px;
}

#header h1 {
	width: 500px;
	color: gray !important;
}



#new_logo {
	float: left;
	font-size: 40px;
	text-transform: uppercase;
}

#new_logo a {
	color: white;
	font-size: 40px;
	text-transform: uppercase;
	text-decoration: none;
}

#new_logo a:hover {
	color: #d2d2d2;
	font-size: 40px;
	text-transform: uppercase;
	text-decoration: none;
}


#sub_links a {
	color: white;
	text-decoration: none;
}

.imgteaser_big {
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.imgteaser_big a {
	text-decoration: none;
	float: left;
}

.imgteaser_big a:hover {
	cursor: pointer;
}

.imgteaser_big a img {
	float: left;
	margin: 10px;
	border: none;
	padding: 0px;
	background: ;
	border: 3px solid #ddd !important;
}

.imgteaser_big a:hover img {
	float: left;
	margin: 10px;
	border: none;
	padding: 0px;
	background: ;
	border: 3px solid #00B0D8 !important;
}

.imgteaser_big a .more {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 1.2em;
	color: #fff;
	background: #000;
	padding: 5px 10px;
	filter: alpha(opacity=65);
	opacity: .65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
/*--IE 8 Transpare

ncy--*/
}

.imgteaser_big a .desc {
	display: none;
}

.imgteaser_big a:hover .more {
	visibility: hidden;
}

.imgteaser_big a:hover .desc {
	display: block;
	font-size: 10px;
	background: #111;
	white-space: normal;
	filter: alpha(opacity=75);
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	/*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 11px;
	left: 11px;
	margin: 0;
	width: 404px;
	height: 284px;
	padding: 10px;
}

.imgteaser_big a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
}

/* big image hover end*/

#search_pane {
	height: 500px;
	overflow: auto;
}

#div1.search_drop_txt {
	font-size: 12px;
}

#search_pane table tbody tr td a p {
	text-align: justify;
	color: white;
}

.imgteaser {
	margin: 0;
	margin-top: -8px;
	overflow: hidden;
	float: left;
	position: relative;
}

.imgteaser a {
	text-decoration: none;
	float: left;
}

.imgteaser a:hover {
	cursor: pointer;
}

.imgteaser a img {
	padding: 0px !important;
}

.imgteaser a:hover img {
	padding: 0px !important;
}

#img_wrap {
	border: 3px solid white !important;
	float: left;
	border: none;
	height: 147px;
	width: 200px;
	margin: 8px;
}

.imgteaser a .more {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 1.2em;
	color: #fff;
	background: #000;
	padding: 5px 10px;
	filter: alpha(opacity=65);
	opacity: .65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
/*--IE 8 Transpare

ncy--*/
}

.imgteaser a .desc {
	display: none;
}

.imgteaser a:hover .more {
	visibility: hidden;
}

.imgteaser a:hover .desc {
	display: inline-block;
	font-size: 10px;
	padding: 10px;
	background: #111;
	white-space: normal;
	filter: alpha(opacity=75);
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	/*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 8px;
	left: 8px;
	padding: 10px;
	margin: 0px;
	width: 180px;
	height: 127px;
	margin-bottom: 0px;
	border: 3px solid #00B0D8;
}

.imgteaser a:hover .desc strong {
	display: block;
	text-align: left;
	margin-bottom: 5px;
	font-size: 15px;
}

/* publications start */

.imgteaser_pub {
	margin: 0;
	margin-top: -8px;
	overflow: hidden;
	float: left;
	position: relative;
}

.imgteaser_pub a {
	text-decoration: none;
	float: left;
}

.imgteaser_pub a:hover {
	cursor: pointer;
}

.imgteaser_pub a img {
	padding: 10px !important;
}

.imgteaser_pub a:hover img {
	padding: 10px !important;
}

#img_wrap_pub {
	border: 3px solid white !important;
	float: left;
	border: none;
	height: 147px;
	width: 200px;
	margin: 8px;
}

.imgteaser_pub a .more {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 1.2em;
	color: #fff;
	background: #000;
	padding: 5px 10px;
	filter: alpha(opacity=65);
	opacity: .65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
/*--IE 8 Transpare

ncy--*/
}

.imgteaser_pub a .desc_pub {
	display: none;
}

.imgteaser_pub a:hover .more {
	visibility: hidden;
}

.imgteaser_pub a:hover .desc_pub {
	display: inline-block;
	font-size: 10px;
	padding: 10px;
	background: #00B0D8;
	white-space: normal;
	text-align: left;
	filter: alpha(opacity=85);
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	/*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 12px;
	left: 10px;
	padding: 10px;
	margin: 0px;
	width: 101px;
	height: 125px;
	margin-bottom: 0px;
	border: 3px solid #00B0D8;
}

.imgteaser_pub a:hover .desc_pub strong {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
}
/* MENU COLORS */








p.top {
	height: 15px;
	margin: 0px !important;
	padding: 0px !important;
}

h1.title {
	padding: 0px;
	margin: ;
	font-weight: normal;
	border-bottom: 1px solid;
	border-color: #ff0081;
}

h1.title_blue {
	padding: 0px;
	margin: ;
	font-weight: normal;
	border-bottom: 1px solid;
	border-color: #00B0D8;
}

h1.title_purple {
	padding: 0px;
	margin: ;
	font-weight: normal;
	border-bottom: 1px solid;
	border-color: #D700B2;
}

h1.title_green {
	padding: 0px;
	margin: ;
	font-weight: normal;
	border-bottom: 1px solid;
	border-color: #5ADB3C;
}

h1.title_orange {
	padding: 0px;
	margin: ;
	font-weight: normal;
	border-bottom: 1px solid;
	border-color: #ff8700;
}

p.bot {
	height: 15px;
	margin: 0px !important;
	padding: 0px !important;
}



#footer a {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
	color: #ff006c;
}
#nextBtn a {
	color: gray;
	text-decoration: none;
}

#prevBtn a {
	color: gray;
	text-decoration: none;
}

#n_tilde {
	color: #00B0D8;
	font-size: 40px;
	text-transform: uppercase;
}

#new_logo {
	float: left;
	font-size: 40px;
	text-transform: uppercase;
}

#new_logo a {
	font-size: 40px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
}

#new_logo a:hover {
	font-size: 40px;
	text-transform: uppercase;
	color: #d2d2d2;
	text-decoration: none;
}

#menu {
	padding-top: 15px;
	float: right;
	text-align: right;
	padding-left: 50px;
	padding-bottom: 1px;
	margin-right: auto;
	margin-left: 2px;
	height: 15px;
}

input.search_text {
	background-color: #00B0D8;
	color: white;
	border: 0px;
	clear: both;
	position: relative;
	bottom: 2px;
	overflow: hidden;
	text-align: right;
}

#search_div {
	width: 200px;
	float: right;
	text-align: right;
	padding-right: 7px;
}

#title_text {
	width: 700px;
	float: left;
	color: #00B0D8;
	text-transform: lowercase;
	font-size: 25px;
}

#menu a {
	margin-right: 3px;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	font: normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 1px;
}

#sub_links {
	text-align: right;
	width: 950px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 30px;
	text-transform: lowercase;
}

#pane1.scroll-pane {
	height: 500px;
	text-align: justify;
	width: 900px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	padding-top: 10px;
}

#pane1.blg_scroll-pane {
	height: auto;
	width: 900px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	padding-top: 10px;
}

#sub_links a {
	color: white;
	text-decoration: none;
}

/* MENU COLORS */

.pink:hover {
	color: #ff0081 !important;
}

.blue:hover {
	color: #00B0D8 !important;
}

.purple:hover {
	color: #D700B2 !important;
}

.green:hover {
	color: #5ADB3C !important;
}

.yellow:hover {
	color: #f9ff00 !important;
}

.light_blue:hover {
	color: #ff8700 !important;
}

.pink.current_main {
	color: #ff0081;
}

.blue a.current {
	color: #00B0D8;
}

.purple a.current_main {
	color: #D700B2;
}

.green a.current_main {
	color: #5ADB3C;
}

.light_blue a.current_main {
	color: #ff8700;
}

.entry {
	width: 950px;
	padding: 0px;
	margin: 0 auto;
	margin-top: 0px;
}

.post {
	background-color: transparent;
}

#content {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}

#page {
	background-color: rgba(178,178,178,0);
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#arch_bg_hold {
	height: 525px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	clear: both;
	background: black url(images/pattern1.png) repeat-y center top;
}

#blog_bg_hold {
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	clear: both;
	background-color: #1e1e1e;
}

#corp_bg_hold {
	height: 525px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	clear: both;
	background: black url(images/pattern2.png) repeat-y center top;
}

#inter_bg_hold {
	height: 525px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	clear: both;
	background: black url(images/pattern3.png) repeat-y center top;
}

#stu_bg_hold {
	height: 525px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	clear: both;
	background: black url(images/pattern4.png) repeat-y center top;
}

p.top {
	height: 15px;
	margin: 0px !important;
	padding: 0px !important;
}

h1.title {
	padding: 0px;
	margin: ;
	font-weight: normal;
	border-bottom: 1px solid;
	border-color: #ff0081;
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 20px;
}

h1.title_blue {
	padding: 0px;
	margin: ;
	height: 20px;
	font-weight: normal;
	border-bottom: 1px solid;
	border-color: #00B0D8;
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 20px;
}



#hmmm {
	background-color: transparent;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#footer_center {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

h1.title_purple {
	padding: 0px;
	margin: ;
	font-weight: normal;
	border-bottom: 1px solid;
	border-color: #D700B2;
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 20px;
}

h1.title_green {
	padding: 0px;
	margin: ;
	font-weight: normal;
	border-bottom: 1px solid;
	border-color: #5ADB3C;
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 20px;
}

h1.title_orange {
	padding: 0px;
	margin: ;
	font-weight: normal;
	border-bottom: 1px solid;
	border-color: #ff8700;
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 20px;
}

p.bot {
	height: 15px;
	margin: 0px !important;
	padding: 0px !important;
}

#footer {
	min-height: 52px;
	background-position: left bottom;
	background-repeat: repeat-x;
	font: 11px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	border-top: 0px solid #191919;
	margin: auto 0;
	letter-spacing: 1px;
	padding: 0px 0 0;
	height: 20px;
	text-shadow: #000 1px 1px 1px;
}

#footer {
	min-height: 52px;
	background-position: left bottom;
	background-repeat: repeat-x;
	font: 11px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	border-top: 1px solid #191919;
	margin: 5px auto 0;
	letter-spacing: 1px;
	padding: 5px 0 0;
	height: 20px;
	text-shadow: #000 1px 1px 1px;
}

#footer a {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: none;
	color: #ff006c;
}

/*TAB STYLE*/

#tablist {
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: bold 12px Verdana;
}

#tablist li {
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border-bottom: none;
	background-color: transparent;
}

#tablist li a:link, #tablist li a:visited {
	color: white;
}

#tablist li a.current {
	background: transparent;
}

#tabcontentcontainer {
	width: auto;
	background-color: transparent !important;
	/* 

Insert Optional Height definition here to give all the content a unified height */
			padding: 5px;
}

.tabcontent {
	display: none;
	background-color: transparent;
}

/*END TAB STYLE*/

#nav li.dir a {
	color: white;
}

#nav li.dir a:hover {
	color: #00B0D8;
}

a:hover #img_wrap {
	border: none;
}

/*PUT IN IE!!!!!*/

#project_container {
	height: 525px;
}

#project_txt_hold {
	width: 500px;
	float: right;
}

#ptext_pane {
	height: 525px;
	overflow: auto;
	width: 500px;
	margin: 0px;
	background: url(images/overlay.png) repeat;
}

#project_img_holder {
	width: 450px;
	float: left;
	text-align: center;
}

#project_img_holder div.imgteaser_big a img {
	height: 300px;
	width: 420px;
}

#pro_bg_hold {
	height: 525px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	clear: both;
	background: black url(images/pattern1.png) repeat-y center top;
}

#aboutpro_hold {
	text-align: justify !important;
	height: auto;
	width: 420px;
	padding: 5px 10px;
	vertical-align: top;
}

#ptext_pane p {
	padding: 10px;
	text-align: justify;
}

#img_num {
	float: right;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#aboutpro_hold span {
	font-size: 8px;
	color: #a2a2a2;
	line-height: 8px !important;
}

#pdf_or_not {
	font-size: 10px;
	color: #a2a2a2;
	text-align: left;
	padding: 5px 10px;
	height: auto;
	width: 200px;
	float: left;
}

#links_ha {
	font-size: 10px;
	color: #a2a2a2;
	text-align: left;
	padding: 5px 10px;
	height: auto;
	width: 200px;
}

#pdf_or_not a img {
	padding-right: 10px;
}

#pdf_or_not a {
	color: #00B0D8;
}

#pdf_or_not a:hover {
	color: white;
}

#pdf_sty {
	padding-right: 5px;
	padding-left: 5px;
}

#design_award_hold {
	font-size: 10px;
	color: #00B0D8;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	height: auto;
}

#upercase {
	color: #bcbcbc !important;
	text-transform: uppercase;
	font-weight: bold;
}

#desc_hold {
	padding-top: 120px;
	font-size: 20px;
}

#bg_wrap {
	width: 950px;
	padding: 0px;
	height: auto;
	margin: 0 auto;
	margin-top: -20px !important;
	background: url(images/overlay.png) repeat;
}

#blg_bg_wrap {
	width: 950px;
	padding: 0px;
	height: auto;
	margin: 0 auto;
	margin-top: -20px !important;
	background: ;
}

#sub_nav a span b {
	color: white !important;
}

#blg_holder {
	padding-top: 15px;
	padding-bottom: 15px;
}

#pane1 table tbody tr td {
	padding: 10px;
	margin: 0px;
	color: white;
	border: none;
}

#left_col {
	background-color: #a5a5a5;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

#right_col {
	background-color: #c0c0c0;
	font-size: 11px;
}

#services {
	width: 286px;
	padding: 5px !important;
	vertical-align: top;
	font-size: 11px;
}

#markets {
	width: 286px;
	padding: 5px !important;
	vertical-align: top;
	font-size: 11px;
	color: white;
}

#clients {
	width: 286px;
	padding: 5px !important;
	vertical-align: top;
	font-size: 11px;
}

#sub_nav a img.arrow_small {
	height: 15px;
	width: 10px;
}

#expert_tit {
	width: 286px;
	padding: 0px !important;
	border-bottom: 1px solid white;
	color: #00B0D8 !important;
}

#pane1 table tbody tr td span b {
	color: #505050;
}

#pdf_links_cont {
	height: auto;
	width: auto;
}

#blog_title {
	font-size: 20px;
	font-weight: bold;
	color: #00B0D8;
	padding-right: 15px;
	padding-left: 15px;
}

hr {
	margin: 0px;
}

#blog_content {
	padding: 15px;
}

#header_cont {
	padding-right: 15px;
	padding-left: 15px;
}

#header_hold12 {
	background-color: #636363;
	padding: 0px !important;
	height: auto;
}

#blg_head_auth {
	border-bottom: 1px solid white;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}

#blg_head_title {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	color: #00B0D8;
	caption-side: asd;
}

#blg_head_entry {
	font-size: 12px;
	color: gray;
	text-align: justify;
}

#header_hold12 img {
	margin: 0px;
}

