@charset "UTF-8";
/* CSS Document */

body  {
	font: 12px/16px Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #333;
	background-repeat: repeat;
	background-position: 0px 0px;
	background-image: url(../images/body_bg_tile.jpg);
}

body, p, ol, ul, td {
	font-family: Arial, helvetica, sans-serif;
	font-size:   12px;
	line-height: 16px;
}

img {
	border:0;
}

a {
	color:#047DA1;
	font-size:   12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color:#000;
	cursor: pointer;
	text-decoration: underline;
}

a:visited { 
	color: #047DA1; 
	text-decoration: none;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* ----------- TYPOGRAPHY -------- */



h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:   20px;
	line-height: 28px;
	border-bottom: 1px dotted #000;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:   16px;
	line-height: 26px;
	border-bottom: 1px dotted #000;
	margin: 0px 10px 10px 0px;
	padding: 10px 0px 5px 0px;
	color: #666;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:   20px;
	line-height: 26px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	color: #00C0FE;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:   14px;
	line-height: 18px;
	margin: 5px 0px 0px 0px;
	padding: 0px 3px 5px 0px;
	color: #333;
}

h5 a {
	font-size:   14px;
	line-height: 18px;
	border-bottom: 1px dotted #000;
	padding: 0px 3px 3px 0px;
	color: #333;
	text-decoration:none;
}

h5 a:hover{
	border-bottom: 1px dotted #047DA1 ;
	color: #047DA1;
	text-decoration:none;
}

.dark_blue {
color: #047DA1;
}

.blue {
color: #00C0FE;
}

.orange {
color: #FF960D;
}

.grey {
color: #333;
}

.project_title_link a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:   16px;
	line-height: 26px;
	margin: 10px 10px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #333;
	display: block;
}

.project_title_link a:hover {
	color: #000;
}


.intro {
	font-size:   14px;
	line-height: 19px;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}



/* ----------- LAYOUT TEMPLATE -------- */

#outside_graphic {
	border:medium none;
	height:184px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	background-color: #333;
	background-image: url(../images/outside_bg_repeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#wrapper {
	position:relative;
	margin: 0px auto;
	padding: 0px;
	width: 992px;
	text-align: left;
}

#header {
	position:relative;
	width: 990px;
	height: 160px;
	margin: 0 auto;
	padding: 0 0px 0 0;
	background-image: url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	text-align: left;
}

#header_navigation {
	float: left;
	width: 430px;
	height: 32px;
	margin: 37px 0px 0px 127px;
	padding: 0px;
	display: inline;
	overflow: hidden;
	
}

#header_identity {
	float: left;
	width: 326px;
	height: 117px;
	margin: 43px 0px 0px 24px;
	padding: 0px;
	display: inline;
	overflow: hidden;
	
}

#header_tagline {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 37px 96px 0px 0px;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #000;	
	height: 40px;
	width: 350px;
	display: inline;
	overflow: hidden;
	position: relative;
	z-index: 100;
}



#slider {
	position:relative;
	width: 992px;
	min-height: 348px;
	height: auto !important;
	height: 348px;
	background-image: url(../images/slider_panel_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


#main_content {
	position:relative;
	width: 970px;
	min-height: 380px;
	height: auto !important;
	height: 380px;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
}


/* ------------- FOOTER -------------- */

#footer_fullwidth {
	position: relative;
	clear:both;
	color:#333;
	height: auto !important;
	min-height: 140px;
	border-top: 4px solid #000;
	padding:0px;
	width:100%;
	background-color:#E6DED2;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#footer #footer_wrapper {
	left:50%;
	margin-left:-480px;
	padding:0;
	position:relative;
	width:960px;
}

#footer {
	width: 950px;
	min-height: 90px;
	height: auto !important;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	color: black;
}

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}



#footer_sitemap {
border-right:2px solid #000;
float:left;
height:auto !important;
margin:5px 0 10px;
min-height:200px;
padding:0px 10px 10px 0px;
text-align:left;
width:100px;
display: inline;
overflow: hidden;
}

#footer_flickr {
border-right:2px solid #000;
float:left;
height:auto !important;
margin:5px 0 10px;
min-height:200px;
padding:0px 10px 10px 10px;
text-align:left;
width:250px;
display: inline;
overflow: hidden;
}

#footer_hello {
float:left;
height:auto !important;
margin:5px 0 10px;
min-height:200px;
padding:0px 0px 10px 10px;
text-align:left;
width:410px;
display: inline;
overflow: hidden;
}

#footer_contact {
float:right;
height:auto !important;
margin:0 0 10px;
min-height:200px;
padding:27px 10px 10px 10px;
text-align:left;
width:210px;
display: inline;
overflow: hidden;
}

#footer_id {
float:right;
height:auto !important;
margin:0 5px 10px 0;
min-height:200px;
padding:0px;
text-align:left;
width:105px;
display: inline;
overflow: hidden;
}


.page_up_butt a { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #FFF;
	height:34px;
	line-height:34px;
	padding: 0px 0px 0px 10px;
	float: left;
	text-align:left;
	text-decoration:none;
	width:91px;
	border: none;
	cursor: pointer;
	margin: 0px 0px 0px 0px;
	display: inline;
	overflow:hidden;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/pageup_butt.png);
	background-repeat: no-repeat;
	background-position:right 0px; 
	}
	
.page_up_butt a:hover {
	background-position:100% -35px; 
	color: #FFF;
	}
	
.footer_sitemap_butt a { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #FFF;
	height:33px;
	line-height:30px;
	padding: 0px 0px 0px 10px;
	float: left;
	text-align:left;
	text-decoration:none;
	width:93px;
	border: none;
	cursor: pointer;
	margin: 5px 0px 0px 0px;
	display: inline;
	overflow:hidden;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/sitemap_butts.png);
	background-repeat: no-repeat;
	background-position:right -66px; 
	}
	
.footer_sitemap_butt a:hover {
	background-position:100% -33px; 
	color: #FFF;
	}
	
.footer_sitemap_butt a:active {
	background-position:100% 0px; 
	color: #FFF;
	}
	
#footer_sitemap ul {
	list-style: none;

}

#footer_sitemap ul li {
	list-style: none;
	font-size:   11px;
	line-height: 14px;
	text-transform: uppercase;
	color: #333;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 3px 0px;

	font-weight: normal;
	border-bottom: 1px dotted #333;
}

#footer_sitemap ul li a {
	list-style: none;
	color: #333;
	text-decoration: none;
	display: block;
}

#footer_sitemap ul li a:hover {
	list-style: none;
	color: #047DA1;
}






/* ----------- NAVIGATION -------- */



#top_nav {
	float:left;
	line-height:1;
	list-style:none;
	margin:0px;
	padding:0px;
	width:430px;
	}
	
#top_nav ul {
	list-style:none;
	
	}
	
#top_nav li {
	list-style:none;
	float:left;
	
	}
	
#top_nav li a {
	float:left;
	margin:0px;
	padding:0px;
	width: auto;
	height: 32px;
	border: 0px;
	background-image: url(../images/nav_bg_off.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
	}
	
#top_nav li a:hover {
		background-image: url(../images/nav_bg_hov2.jpg);
}

#top_nav li a.select {
		background-image: url(../images/nav_bg_sel.jpg);
}

#top_nav li a.home {
		background-image: url(../images/nav_home2_off.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#top_nav li a.home:hover {
		background-image: url(../images/nav_home2_hov.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#top_nav li a.home_selected {
		background-image: url(../images/nav_home2_sel.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#top_nav li a.contact {
		background-image: url(../images/nav_cont2_off.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#top_nav li a.contact:hover {
		background-image: url(../images/nav_cont2_hov.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#top_nav li a.contact_selected {
		background-image: url(../images/nav_cont2_sel.png);
	background-repeat: no-repeat;
	background-position: right top;
}

	



/* ----------- SLIDER -------- */


.panel_col_left {
	float: left;
	width: 584px;
	height: 345px;
	padding: 0px;
	margin: 0px 0px 0px 14px;
	display: inline;
	overflow: hidden;

}

.panel_col_right {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	width: 310px;
	height: 250px;
	padding: 0px 20px 0px 0px;
	margin: 50px 0px 0px 0px;
}

.panel_col_right_web {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	width: 310px;
	height: 285px;
	padding: 0px 20px 0px 0px;
	margin: 15px 0px 0px 0px;
}

.panel_link_button {
	float: right;
	width: 310px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
}

.more_info a { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #333;
	height:35px;
	line-height:32px;
	padding: 0px 20px 0px 20px;
	float: left;
	text-align:center;
	text-decoration:none;
	width:246px;
	border: none;
	cursor: pointer;
	margin: 0px 0px 0px 14px;
	display: inline;
	overflow:hidden;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/info_buttons.gif);
	background-repeat: no-repeat;
	background-position:right 0px; 
}
	
.more_info a:hover {
	background-position:100% -36px; 
	color: #333;
}

.more_info a:active {
	background-position:100% -72px; 
	color: #333;
}
	



/* ----------- HOME SUB BOXES -------- */


.sub_box_container {
	float: left;
	width: 300px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 20px 0px;
	display: inline;
	overflow: hidden;
}

.sub_box_top, .sub_box_top_orng, .sub_box_top_grey {
	float: left;
	width: 260px;
	min-height: 39px;
	height: auto !important;
	height: 39px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 40px;
	display: inline;
	overflow: hidden;
	background-image: url(../images/content_box_top_blue.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 24px;
	font-weight:bold;
	color: #333;
}

.sub_box_bottom, .sub_box_bottom_orng, .sub_box_bottom_grey {
	float: left;
	width: 300px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	display: inline;
	overflow: hidden;
	background-color: #00C0FE;
	background-image: url(../images/content_box_bot_blue.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.sub_box_top_orng {
	background-image: url(../images/content_box_top_orng.gif);
}

.sub_box_bottom_orng {
	background-color: #FF960D;
	background-image: url(../images/content_box_bot_orng.jpg);
}

.sub_box_top_grey {
	background-image: url(../images/content_box_top_grey.gif);
}

.sub_box_bottom_grey {
	background-color: #999;
	background-image: url(../images/content_box_bot_grey.jpg);
}

#tick_web {
float: left;
width: 360px;
min-height: 400px;
height: auto !important;
height: 400px;
}


#tick ul, #tick_web ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	list-style: none;
}

#tick ol, #tick_web ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 10px 0px 10px;}

#tick li, #tick_web li {
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 7px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 18px;
	font-weight:bold;
	color: #FFF;
	border-bottom: 1px dotted #DDD;
	background:url(../images/tick_bullet.png) left top no-repeat;
	
}

#tick li.noline, #tick_web li.noline {
	border-bottom: none;
}

#contact_textbox {
	float: left;
	margin: 0px 10px 0px 10px;
	width: 270px;
	color: #DDD;
	font-weight: normal;
	font-size:   12px;
	line-height: 18px;
	min-height: 70px;
	height: auto !important;
	height: 70px;
}

#project_textbox {
	float: left;
	margin: 5px 10px 0px 15px;
	width: 270px;
	color: #DDD;
	font-weight: normal;
	font-size:   12px;
	line-height: 18px;
	min-height: 70px;
	height: auto !important;
	height: 70px;
	text-align: center;
	display: inline;
	overflow: hidden;
}


/* ----------- ABOUT PAGE -------- */

#about_header {
	position:relative;
	width: 990px;
	min-height: 377px;
	height: auto !important;
	height: 126px;
	background-image: url(../images/about_panel.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#about_intro {
	float: right;
	margin: 15px 40px 0px 0px;
	padding: 0px;
	height: 350px;
	width: 370px;
	display: inline;
	overflow: hidden;
}

#design_process {
	float: left;
	width: 873px;
	min-height: 166px;
	height: auto !important;
	height: 204px;
	margin: 0px 20px 0px 0px;
	padding: 38px 0px 0px 70px;
	display: inline;
	overflow: hidden;
	background-image: url(../images/design_process.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* tooltip styling. by default the element to be styled is .tooltip  */


.tooltip {
	display:none;
	background:transparent url(../images/tooltip/as_arrow_big.png);
	font-size:12px;
	height:131px;
	width:218px;
	padding:25px;
	color:#333;	
}

.webdetails_box_container {
	float: left;
	width: 620px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 20px 0px;
	display: inline;
	overflow: hidden;
}

.print_box_container {
	float: right;
	width: 300px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	display: inline;
	overflow: hidden;
}

.webdetails_box_top {
	float: left;
	width: 580px;
	min-height: 39px;
	height: auto !important;
	height: 39px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 40px;
	display: inline;
	overflow: hidden;
	background-image: url(../images/content_box_top_blue_lrg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #333;
}

#rails_box a, #ee_box a, #wordpress_box a {
	float: right;
	height: 73px;
	width: 150px;
	margin: 5px 10px;
	padding: 7px 10px 10px 80px;
	display: inline;
	overflow: hidden;
	background-image: url(../images/rails_panels.jpg);
zzz	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
}

#ee_box a {
	background-image: url(../images/expressionengine_panels.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 73px;
	width: 140px;
	margin: 5px 10px;
	padding: 7px 10px 10px 90px;
}

#wordpress_box a {
	background-image: url(../images/wordpress_panels.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.webdetails_box_bottom {
	float: left;
	width: 620px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	display: inline;
	overflow: hidden;
	background-color: #00C0FE;
	background-image: url(../images/content_box_bot_blue_lrg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#rails_box a, #ee_box a, #wordpress_box a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:   12px;
	line-height: 16px;
	text-decoration: none;
}

a .large_title {
	color: #000;
	font-weight: normal;
	font-size:   16px;
	line-height: 22px;
	text-decoration: none;
}

#web_textbox {
	float: left;
	margin: 10px 10px 10px 20px;
	width: 300px;
	color: #333;
	font-weight: bold;
	font-size:   16px;
	line-height: 22px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	}

#web_textbox2 {
	float: left;
	margin: 10px 10px 10px 20px;
	width: 230px;
	color: #FFF;
	font-weight: bold;
	font-size:   16px;
	line-height: 22px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

.moreinfo_button a, .moreinfo_button2 a { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #333;
	height:35px;
	line-height:33px;
	padding: 0px 20px 3px 10px;
	float: right;
	text-align:center;
	text-decoration:none;
	width:160px;
	border: none;
	cursor: pointer;
	margin: 30px 20px 0px 0px;
	display: inline;
	overflow:hidden;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/web_visit_butt.png);
	background-repeat: no-repeat;
	background-position:right 0px; 
}
	
.moreinfo_button a:hover, .moreinfo_button2 a:hover {
	background-position:100% -38px; 
	color: #000;
}

.moreinfo_button a:active, .moreinfo_button2 a:active {
	background-position:100% -76px; 
	color: #000;
}
	
.moreinfo_button2 a {
	margin: 5px 20px 0px 0px;
}

/* ----------- FLASH PAGE -------- */

#flash_header {
	position:relative;
	width: 942px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background-image: url(../images/flash_panel.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#FFFFFF;
	margin: 0px auto;
}


/* ----------- SITEMAP PAGE -------- */


#sitemap_header {
	position:relative;
	width: 942px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background-image: url(../images/sitemap_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#FFFFFF;
	margin: 0px auto;
}

.sitemap_info {
	float: right;
	margin: 50px 40px 0px 0px;
	padding: 0px;
	min-height: 150px;
	height: auto !important;
	height: 100px;
	width: 290px;
	display: inline;
	overflow: hidden;
}

.sitemap_info2 {
	float: left;
	margin: 0px 40px 0px 70px;
	padding: 0px;
	min-height: 320px;
	height: auto !important;
	height: 320px;
	width: 840px;
	display: inline;
	overflow: hidden;
}

.sitemap_info ul, .sitemap_info2 ul {
 list-style: none;

}


.sitemap_info li, .sitemap_info2 li {
float: left;
margin: 5px 10px 5px 0px;
border-bottom: 1px dotted #DDD;
padding: 0px 10px 3px 20px;
 width: 230px;
 background:url(../images/blue_bullet.png) left top no-repeat;
}

.sitemap_info2 li {
 width: 230px;

}

.sitemap_info li a, .sitemap_info2 li a {

}

.sitemap_info li a:hover, .sitemap_info2 li a:hover {

}


.sitemap_info li a:visited, .sitemap_info2 li a:visited {

}





/* ----------- CONTACT PAGE -------- */

#contact_header {
	position:relative;
	width: 942px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background-image: url(../images/contact_panel_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#FFFFFF;
	margin: 0px auto;
}

#contact_header_bott {
	float: left;
	width: 990px;
	min-height: 29px;
	height: auto !important;
	height: 29px;
	background-image: url(../images/contact_panel_bott.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 40px;
}

#contact_info {
	float: left;
	margin: 180px 40px 0px 40px;
	padding: 0px;
	min-height: 320px;
	height: auto !important;
	height: 320px;
	width: 400px;
	display: inline;
	overflow: hidden;
}

#contact_intro {
	float: right;
	margin: 45px 40px 0px 0px;
	padding: 0px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	width: 370px;
	display: inline;
	overflow: hidden;
}


#contact_phone, #contact_email, #contact_address {
	float: left;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 10px 45px;
	line-height: 41px;
	height: 31px;
	width: 350px;
	background: #FFF url(../images/contact_phone.jpg) no-repeat left center;
	display: inline;
	overflow: hidden;
	border-bottom: 1px dotted #DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size:   16px;
}

#contact_email a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:   16px;
}

#contact_email {
	background: #FFF url(../images/contact_email.jpg) no-repeat left center;
}

#contact_address {
	background: #FFF url(../images/contact_home.jpg) no-repeat left center;
}


#contact_phone2, #contact_email2 {
	float: left;
	margin: 5px 10px 10px 10px;
	padding: 0px 0px 10px 45px;
	line-height: 41px;
	height: 33px;
	width: 230px;
	background: url(../images/phone_bg.png) no-repeat;
	background-position:0px 0px;
	display: inline;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size:   16px;
}

#contact_email2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:   16px;
}

#contact_email2 {
	background: url(../images/email_bg.png) no-repeat;
	background-position:0px 0px;
}


/* ----------- PORTFOLIO INDEX  -------- */


#portfolio_header {
	position:relative;
	width: 990px;
	min-height: 126px;
	height: auto !important;
	height: 126px;
	background-image: url(../images/portfolio_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#portfolio_intro {
	float: right;
	margin: 34px 30px 0px 0px;
	padding: 0px;
	height: 42px;
	width: 470px;
	display: inline;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size:   13px;
	line-height: 18px;
}

#portfolio_filter {
	float: right;
	margin: 11px 30px 0px 0px;
	padding: 0px;
	height: 45px;
	width: 470px;
	display: inline;
	overflow: hidden;
	clear: both;
}


/* ----------- PORTFOLIO PREVIEW BOXES -------- */


.boxgrid{ 
	width: 282px; 
	height: 182px; 
	float:left; 
	background:#161613; 
	border: solid 1px #DDD; 
	overflow: hidden; 
	position: relative; 
}

.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.boxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}
				
.boxcaption { 
	float: left; 
	position: absolute; 
	height: 100px; 
	width: 100%; 
	background-image: url(../images/transparent_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.captionfull .boxcaption {
 	top: 260px;
 	left: 0px;
}

.caption .boxcaption {
 	top: 155px;
 	left: 0px;
}

.preview_info{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:   11px;
	line-height: 24px;
	color: #ccc;
}

.blue_color{
	color: #00C0FE;
}


/* ----------- PORTFOLIO PAGE  -------- */

#portfolio_nav {
	float: right;
	margin: 6px 30px 0px 0px;
	padding: 0px;
	height: 45px;
	width: 470px;
	display: inline;
	overflow: hidden;
}

#portfolio_left_col {
	float: left;
	width: 310px;
	height: auto !important;
	min-height: 300px;
	height: 300px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	display: inline;
	overflow: hidden;
}

#portfolio_right_col {
	float: right;
	width: 596px;
	height: auto !important;
	min-height: 627px;
	height: 627px;
	margin: 0px 20px 0px 0px;
	display: inline;
	overflow: hidden;
	background-image: url(../images/portfolio_img_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px 10px 10px 14px;
}

#my-folio-of-works {
	float: right;
	width: 600px;
	height: auto !important;
	min-height: 650px;
	height: 650px;

}

#tick2 ul {
	margin: 0px 0px 0px 25px;
	padding: 0px 10px 0px 10px;
	list-style-type: disc;	
	list-style: url(../images/tick_bullet.png) outside;
}

#tick2 ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 10px 0px 10px;}

#tick2 li {
	padding: 5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 20px;
	font-weight:bold;
	color: #333;
}


.visit_site a { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #333;
	height:38px;
	line-height:35px;
	padding: 0px 20px 0px 20px;
	float: left;
	text-align:center;
	text-decoration:none;
	width:150px;
	border: none;
	cursor: pointer;
	margin: 20px 0px 0px 0px;
	display: inline;
	overflow:hidden;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/web_visit_butt.png);
	background-repeat: no-repeat;
	background-position:right 0px; 
}
	
.visit_site a:hover {
	background-position:100% -38px; 
	color: #000;
}

.visit_site a:active {
	background-position:100% -76px; 
	color: #000;
}	
	
.next_project a { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #333;
	height:31px;
	line-height:29px;
	padding: 0px 20px 0px 20px;
	float: right;
	text-align:left;
	text-decoration:none;
	width:117px;
	border: none;
	cursor: pointer;
	margin: 0px 10px 0px 0px;
	display: inline;
	overflow:hidden;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/nxt_project.png);
	background-repeat: no-repeat;
	background-position:right 0px; 
}
	
.next_project a:hover {
	background-position:100% -31px; 
	color: #000;
}

.next_project a:active {
	background-position:100% -62px; 
	color: #000;
}
	

.prev_project a { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #333;
	height:31px;
	line-height:29px;
	padding: 0px 20px 0px 30px;
	float: left;
	text-align:left;
	text-decoration:none;
	width:107px;
	border: none;
	cursor: pointer;
	margin: 0px 10px 0px 0px;
	display: inline;
	overflow:hidden;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/prev_project.png);
	background-repeat: no-repeat;
	background-position:right 0px; 
}
	
.prev_project a:hover {
	background-position:100% -31px; 
	color: #000;
}

.prev_project a:active {
	background-position:100% -62px; 
	color: #000;
}


/* ----------- FLICKR BADGE  -------- */


#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, sans-serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:left !important; float: left;}
.flickr_badge_image img {border: 1px solid #DDDDDD !important; margin: 5px 5px 0px 0px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, sans-serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3399FF;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, sans-serif !important; color:#666666 !important;}



/* ----------- Share Icons  -------- */


#share_icons {
	float: left;
	width: 300px;
	height: 30px;
	margin: 30px 0px 0px 0px;
}

