/* -----------------------------------------
the css
------------------------------------------ */
body {
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: white;
	font-size:11px;
	font-size: small;
	}
* 	html body { 
	font-size: x-small; /* para IE5/WIN */
	f\ont-size: small; /*for other IE versions*/
}
body,td,th {
	font-family: "Lucida Grande", Verdana, sans-serif;
	color: #666;
}

div.wraper {
	width: 920px;
	display: block;
	margin-left: auto;
	margin-right: auto; 
	padding-left: 30px;
	padding-right: 30px;
}
div.wraper_footer { 
	width: 920px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	padding-left: 30px;
	padding-right: 30px;
}

/*****************************************************/
/* TIPOGRAFIA                               		 */
/***************************************************/

/* H1, H2, H3
----------------------------------------------- */

h1 { 
	font-weight: normal;
	font-size: 195%;
	line-height: 130%;
	margin-top: 0px;
	color: #292d34;
}

#main h1 {
	color: #FFF;
	margin: 0;
	margin-bottom: 10px;
}
#footer h1 { 
	margin-bottom: 10px;
	margin-top: 0px;
	color: #575757;
	font-size: 160%;
}
h2 { 
	font-weight: normal;
	font-size: 150%;
	line-height: 130%;
	margin-top: 0px;
	color: #292d34;
	margin-bottom: 10px;
}
h3 { 
	font-weight: normal;
	font-size: 120%;
	margin-top: 0px;
	color: #738900;
	margin-bottom: 10px;
}

/* P, SPAN
----------------------------------------------- */
#main p, #main li {
	line-height: 160%;
	margin: 0;
	color: #FFF;
	text-align: justify;
}
.columna_index_blog p { 
	font-size: 125%;
	line-height: 160%;
}
#blog_calendar p { 
	margin: 0;
	color: #5b5950;
	line-height: 100%;
}
#blog_calendar p#mes { 
	font-size: 80%;
	margin-bottom: -1px;
		font-weight: bold;
}
#blog_calendar p#dia { 
	font-size: 120%;
	font-weight: bold;
}
small {
	font-size: 75%;
	font-style:italic;
	color:#CCCCCC;
}

/*****************************************************/
/* LINKS                               		 */
/***************************************************/

/* Links de colores para cada pagina
---------------------------------------*/
a { 
	color: #42719d;
	text-decoration: none;
}
a:hover { 
	color: #42719d;
}
ul a:hover { 
	text-decoration: underline;
}
#contenido p a, div.post p a { 
	border-bottom: 1px dotted #42719d;
}
#contenido p a:hover, div.post p a:hover { 
	border-bottom: 1px solid #42719d;
}

/*****************************************************/
/* LAYOUT    	                            		 */
/***************************************************/
/* Cabecera
----------------------------------------------- */
#cabecera { 
	width: 670px;
	height: 157px;
	float: left;
	padding-right: 35px;
}
#cabecera ul { 
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
#cabecera ul li { 
	float: left;
}
#cabecera ul li a { 
	padding: 7px 9px 7px 10px;
	display: block;
	text-decoration: none;
	color: #666;
	border-right: 1px solid #fff;
}

body#hello li#menu_menu_hello a,
body#services li#menu_menu_home a, 
body#portfolio li#menu_menu_about a, 
body#about li#menu_menu_portfolio a, 
body#contact li#menu_menu_about a
{ 
	cursor: default;
}
body#hello li#menu_hello a, li#menu_hello a:hover, li#menu_intranet a:hover{ 
	background: #101010 url(../images/back_main_index.jpg);
	border-right: 1px solid #101010;
	border-bottom: 1px solid #101010;
	color: #fff;
}
body#home li#menu_home a, li#menu_home a:hover { 
	background: #101010 url(../images/back_main_index.jpg);
	border-right: 1px solid #101010;
	border-bottom: 1px solid #101010;
	color: #ffffff;
}
body#services li#menu_services a, li#menu_services a:hover { 
	background: #056e8b url(../images/back_main_services.jpg);
	border-right: 1px solid #056e8b;
	border-bottom: 1px solid #056e8b;
	color: #ffffff;
}
body#portfolio li#menu_portfolio a, li#menu_portfolio a:hover { 
	background: #5f8a05 url(../images/back_main_portfolio.jpg);
	border-right: 1px solid #5f8a05;
	border-bottom: 1px solid #5f8a05;
	color: #ffffff;
}
body#about li#menu_about a, li#menu_about a:hover { 
	background: #8a1704 url(../images/back_main_about.jpg);
	border-right: 1px solid #8a1704;
	border-bottom: 1px solid #8a1704;
	color: #ffffff;
}
body#contact li#menu_contact a, li#menu_contact a:hover { 
	background: #b96201 url(../images/back_main_contact.jpg);
	border-right: 1px solid #b96201;
	border-bottom: 1px solid #b96201;
	color: #ffffff;
}
#cabecera h1 { 
	clear: both;
	margin: 0;
	margin-top: 92px;
}
#logo { 
	float: left;
}

/* Main
----------------------------------------------- */

#main { 
	clear: both;
	background: #fff url(../images/back_main_index.jpg) repeat-x bottom;
	height: 218px;
	margin-bottom: 60px;
	padding-top: 30px;
}
#featured { 
	float:left;
	width: 284px;
}
#featured_text { 
	float:left;
	width: 324px;
	background: url(../images/back_featured_dotted.gif) no-repeat right 10px;
	padding-right: 30px;
	margin-top: 60px;
	color: white;
}
#featured_text ul { 
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	margin-top: 10px;
}
#featured_text ul li { 
	float: left;
	margin-right: 30px;
}
#fresh { 
	float:left;
	width: 250px;
	padding-left: 30px;
	margin-top: 60px;
}
#fresh ul { 
	margin: 0;
	padding: 0px;
	list-style: none;
}
#fresh ul li a { 
	background: url(../images/bullet_main_still_fresh.gif) no-repeat 0px 50%;
	padding-left: 20px;
	color: #fff;
}

/* Main inner pages
----------------------------------------------- */

body#agency #main { 
	clear: both;
	background: #fff url(../images/back_main_agency.jpg) repeat-x bottom;
	height: 218px;
	margin-bottom: 60px;
	padding-top: 30px;
}
body#services #main { 
	clear: both;
	background: #fff url(../images/back_main_services.jpg) repeat-x bottom;
	height: 218px;
	margin-bottom: 60px;
	padding-top: 30px;
}

body#portfolio #main { 
	clear: both;
	background: #fff url(../images/back_main_portfolio.jpg) repeat-x bottom;
	height: 218px;
	margin-bottom: 0px;
	padding-top: 30px;
}
body#about #main { 
	clear: both;
	background: #fff url(../images/back_main_about.jpg) repeat-x bottom;
	height: 218px;
	margin-bottom: 60px;
	padding-top: 30px;
}
body#contact #main { 
	clear: both;
	background: #fff url(../images/back_main_contact.jpg) repeat-x bottom;
	height: 218px;
	margin-bottom: 60px;
	padding-top: 30px;
}

body#agency #inner_featured_text_1 p, 
body#agency #inner_featured_text_2 p 
{ 
	color: white;
}

#inner_featured_text_1 { 
	float:left;
	width: 400px;
	background: url(../images/back_featured_dotted.gif) no-repeat right 10px;
	padding-right: 30px;
	margin-top: 60px;
}
#inner_featured_text_2 { 
	float:left;
	width: 400px;
	margin-top: 60px;
	margin-left: 30px;
}

/* Contenido
----------------------------------------------- */

#contenido { 
	background:#FFFFFF;
	float: left;
	margin-bottom: 60px;
	line-height: 160%;
}
#blog_calendar { 
	width: 69px;
	height: 60px;
	float: left;
	background: url(../images/back_blog_calendar.jpg) no-repeat;
	padding-top: 17px;
}
#blog_calendar_container { 
	text-align: center;
	width: 47px;
}
.columna_index_blog { 
	width: 280px;
	margin-right: 12px;
	float: left;
}
.columna_index_blog ul { 
	margin: 0;
	padding: 0;
	list-style: none;
}
.columna_index_blog ul li {
	background: url(../images/icon_main_blog_posts.jpg) no-repeat left 50%;
	padding-left: 23px;
	line-height: 200%;
	font-size: medium;
}
#columna_index_1 img, #columna_index_2 img { 
	float: right;
	margin-left: 5px;
}
#columna_index_1 { 
	width: 190px;
	margin-right: 62px;
	float: left;
}
#columna_index_2 { 
	width: 190px;
	float: left;
}
/* Footer
----------------------------------------------- */

#footer { 
	clear: both;
	height: 130px;
	background: #cdcacb url(../images/back_footer.jpg) repeat-x top;
	padding-top: 55px;
	line-height: 140%;
}

body#reel #footer { 
	background: #151515 url(../images/back_footer_reel.jpg) repeat-x top;
}

#footer ul { 
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer li { 
	float: left;
}
#our_offices { 
	background: url(../images/back_footer_dotted.gif) no-repeat 0px 10px;
	padding-left: 82px;
	float: left;
	width: 304px;
}

#our_offices li.abq { 
	width: 90px;
	margin-right: 25px;
}
#our_offices li.asu { 
	width: 150px;
}

body#reel #our_offices { 
	background: url(../images/back_footer_dotted_reel.gif) no-repeat 0px 10px;
	padding-left: 82px;
	float: left;
	width: 304px;
}
#contact_us { 
	float: left;
	width: 452px;
	padding-left: 30px;
}

.box{
	background-color: #eee;
	padding: 10px; 
}

.blank{
	width:350px;
}

.forms{
	width:350px;
}

.form-s{
	display:none;
	width:350px;
}


/* -----------------------------------------
coding for other pages
------------------------------------------ */
#service_text1 { 
	float:left;
	width: 400px;
	padding-right: 20px;
	background: url(../images/back_featured_dotted.gif) no-repeat right 20px;
	margin-top: 40px;
	color: white;
}
#service_text2 { 
	float:left;
	width: 400px;
	padding-right: 20px;
	padding-left:20px;
	margin-top: 40px;
	color: white;
}
.service-sub-a {
	width: 550px;
	margin-right: 12px;
	padding-right:20px;
	margin-bottom:30px;
	float: left;
}
#columna_index_home { 
	width: 610px;
	margin-right: 10px;
	padding-right:20px;
	background: url(../images/back_contenido_blue.gif) repeat-y right center;
	float: left;
}

div.portfolio_wraper { 
	width: 920px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
}
#about .wraper_footer #contenido #columna_index_home p {
	text-align: justify;
}


/*Modify by humayun*/



.body_content{
	width:996px;
	padding-top:23px;
	padding-left:4px;
	margin-left:auto;
	margin-right:auto;
	float:left;
}
.body_content_mid{
	width:915px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	float:left;	
}

.body_content_mid_top_bar{
	width:960px;
	padding-left:40px;
	
	float:left;
}
.worktitle_bg{
	width:167px;
	height:26px;
	background-image:url(../images/worktitle_bar_bg.gif);
	float:left;
}


.title_text{
	text-align:center;
	color:#fefefe;
	text-transform:capitalize;
	padding-top:5px;
}
.title_text a{
	text-decoration:none;
	color:#ffffff;
}

.website{
	width:151px;
	height:26px;
	background-image:url(../images/website_bar_bg.gif);
	float:left;
	}
	
.branding{
	width:156px;
	height:26px;
	background-image:url(../images/branding_bar_bg.gif);
	float:left;
	}
.print_work{
	width:151px;
	height:26px;
	background-image:url(../images/printwork_bar_bg.gif);
	float:left;
}
.blank_bar{
	width:750px;
	height:26px;
	background-color:#4a6d05;
	float:left;
}
.image_box_content{
	width:958px;
	padding-left:40px;
	padding-top:19px;
	float:left;
	clear:both;
}
.fleft{
	float:left;
}
.image_left_box{
	float:left;
	margin-right:10px;
}
.image_right_box{
	float:left;
}
.img_right_box_bot{
margin-top:10px;
}
.secondpart_imageset{
	clear:both;
	width:651px;
}
.image_box_set{
	width:217px;
	height:206px;
	background-image:url(../images/image_box_bg.gif);
	float:left;
}
.img_box_internal_content{
	height:200px;	
}
.img_bx_content{
	margin:10px;
}


.margin_for_right{
	margin-right:10px;
}
.image_box_set_right{
	float:left;
	padding-left:4px;
	width:254px;
}
.border_left{
	width:1px;
	height:195px;
	background-image:url(../images/overview_left_border.gif);
	float:left;
}

.over_view_content{
	padding-left:10px;
	width:207px;
	text-align:justify;
	float:left;
}

.over_view_text{
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000000;
}
.brief_box{
	padding-left:36px;
	clear:both;
	width:915px;
}
.brief_box_body{
	background-color:#689806;
}
.brief_box_body_content{
	padding:6px;
	padding-left:8px;
}
.brief_heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ffffff;
}
.brief_desc{
	color:#ffffff;
	padding-top:6px;
}
.portfolio_descr{
	font-size:12px;
	line-height:20px;
}
.dashed_border{
	width:900px;
	height:1px;
	margin-top:18px;
}
.over_view_text_desc{
	float:left;
}
.over_view_text_desc_left{
	padding-top:6px;
	padding-right:5px;
	float:left;
}
.over_view_text_desc_right{
	color:#6d6d6d;
	float:left;
}
.visit_bttn{
	border:0px;
	background-color:#42719D;
	color:#ffffff;
	padding:2px;
	font-weight:bold;
	cursor:pointer;
}