

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;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  


footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; margin: 0 0 1.5em; border-left:10px solid #DE5328;padding:0 0 0 15px;letter-spacing: 0.1px;text-shadow: 1px 1px #FFFFFF;font: 13px/19px Trebuchet MS,Arial,Helvetica,sans-serif; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }




body, select, input, textarea { 
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
  color: #444; 
  /* set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */   
}

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
h1,h2,h3,h4,h5,h6 { font-weight: normal; }

/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }

 
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a:focus { 
    outline: none; 
}
:focus {outline:none;}
::-moz-focus-inner { border: 0; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal;}
ol li{margin-bottom:2px;}
/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 

small { font-size: 85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
 
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */


/* 
 * Non-semantic helper classes 
 */
.alignright{
float:right;
margin-left:13px;
}
.alignleft{
float:left;
margin-right:13px;
}

 

 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	top:0px;
	background: rgba(0, 0, 0, 0.85);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8000000, endColorstr=#D8000000) !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8000000, endColorstr=#D8000000)" !important;
	width:31%;
	height:100%;
	z-index:89;
}
.ie7 .nivo-caption{
background:#000 !important;
}
.nivo-caption p {
	padding:10px 10px;
	margin:0;
	color:#ffffff;
	text-shadow:none;
}
.nivo-caption h1,.nivo-caption h2,.nivo-caption h3,.nivo-caption h4,.nivo-caption h5,.nivo-caption h6{
	color:#ffffff;
	text-shadow:none;
	padding:35px 10px 0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-caption a:hover{
	color:#ffffff;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav{
bottom: -25px;
left:50%;
position: absolute;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	text-indent:-9999px;
	cursor:pointer;
	float: left;
    height: 19px;
    margin-right: 1px;
    text-indent: -9999px;
    width: 21px;
	background:url(../images/slider_dots.png) no-repeat 0px -125px transparent;
}
.nivo-controlNav a.active,.nivo-controlNav a:hover {
	background:url(../images/slider_dots.png) no-repeat 0px 0px transparent;
}
.slider_cover_tl{
width:100%;
height:4px;
display:block;
position:absolute;
top:0px;
left:0px;
z-index:501;
background:url(../images/slider_topleft.png) no-repeat top left transparent;
}
.slider_cover_tr{
width:4px;
height:100%;
display:block;
position:absolute;
top:0px;
right:0px;
z-index:502;
background:url(../images/slider_topright.png) no-repeat top right transparent;
}
.slider_cover_br{
width:100%;
height:4px;
display:block;
position:absolute;
bottom:0px;
right:0px;
z-index:500;
background:url(../images/slider_bottomright.png) no-repeat bottom right transparent;
}
.slider_cover_bl{
width:4px;
height:100%;
display:block;
position:absolute;
bottom:0px;
left:0px;
z-index:500;
background:url(../images/slider_bottomleft.png) no-repeat bottom left transparent;
}
#slider{
position:relative;
display:none;
}
.nivo-box{
position:absolute;
}
/* End of Nivo slider CSS */





 /* Primary Styles
    Author: Daniel Łęczycki  www.designsentry.com
 */

/*******************************************************************************************************************************************************************
************************************************************************** USER MODULAR STYLES *********************************************************************
*******************************************************************************************************************************************************************/

/* FONTFACE */
@font-face {
	font-family: 'customFont';
	src: url('TitilliumText22L004-webfont.eot');
	src: local('☺'), url('TitilliumText22L004-webfont.woff') format('woff'), url('TitilliumText22L004-webfont.ttf') format('truetype'), url('TitilliumText22L004-webfont.svg#webfontYPX3ZfOn') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'customFontBold';
	src: url('TitilliumText22L005-webfont.eot');
	src: local('☺'), url('TitilliumText22L005-webfont.woff') format('woff'), url('TitilliumText22L005-webfont.ttf') format('truetype'), url('TitilliumText22L005-webfont.svg#webfontnwsSEnKj') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* LOGO POSITION */
#logo{
bottom:0px;
left:4px;
}


/*******************************************************************************************************************************************************************
************************************************************************** USER MODULAR COLORS STYLES **************************************************************
*******************************************************************************************************************************************************************/

/* LINKS COLOR */
a, a:active, a:visited ,#main_link_color,#personal_data p span,#personal_data p span a{ color:#DE5328; }

/* LINKS ONHOVER COLOR */
a:hover { color: #1e1e1e; }

/* FOOTER LINKS ONHOVER COLOR */
#footer a:hover{ color:#ffffff; }

/* HEADINGS STRONG COLOR & HEADING FONTS*/
h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong,.dropcapcolor,.inner_main .widget ul.testimonials li p span,.post_header a:hover,.sub-heading p span,h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,.hotstuff ul li a,#ds_relatedpost .ds_related a:hover,.inner_main ul li.popular-posts ul li a:hover{
color:#DE5328;
}
blockquote, q {border-color:#DE5328;}
.post_header a{
text-decoration:none;
color:#1e1e1e;
}

/* BACKGROUND */
body{
background:url(../images/background.png) repeat-x scroll 0 0 #e8e9eb;
}
.dropcapspot{
background-color:#DE5328;
}

/* DEFAULT BUTTON - to change the color of default button, copy the styles for one of available colors from line 1478 in this style.css */
a.superbutton,.inner_main input.superbutton,button.superbutton,.inner_main input.wpcf7-submit,#comments input#submit,.pagination .current{
color:#ffffff;
background:url(../images/superbutton.png) repeat-x center -1px transparent;
border:1px solid #d65f34;
box-shadow:inset 0px 1px #faaa82;
text-shadow:1px 1px #c8542d;
}
a.superbutton:hover,.inner_main input.superbutton:hover,a.superbutton.selected,button.superbutton:hover,.inner_main input.wpcf7-submit:hover,#comments input#submit:hover{
background:url(../images/superbutton.png) repeat-x center -31px transparent;
}

/* SELECTION COLOR */
::-moz-selection{ background: #DE5328; color:#fff; text-shadow: none; }
::selection { background:#DE5328; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #DE5328; }

/*******************************************************************************************************************************************************************
************************************************************************** USER MODULAR STYLES *********************************************************************
*******************************************************************************************************************************************************************/

p{
font:13px/19px Trebuchet MS,Arial,Helvetica, sans-serif;
letter-spacing:0.1px;
margin:0 0 1.5em;
color:#666666;
text-shadow:1px 1px #ffffff;
overflow:visible;
}
p strong{
color:#1e1e1e;
}
#footer p strong{
color:#C6C6C6;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong,.inner_main .widget ul.testimonials li p{
font-family:'customFontBold', Arial, sans-serif;
font-weight:normal;
}
h1,h2,h3,h4,h5,h6,.hotstuff ul li a,.inner_main .widget ul.testimonials li p span{
font-family:'customFont', Arial, sans-serif;
}
h1{
font-size:28px;
line-height:30px;
text-shadow:1px 1px #ffffff;
color:#444444;
margin:22px 0 10px;
}
h1 strong{
line-height:32px;
}
.slogan h1,.slogan h2,.slogan h3,.slogan h4,.slogan h5,.slogan h6{
margin:0;
color:#444444;
}
.slogan h1,.slogan h1 strong{
font-size:26px;
}
h2{
font-size:25px;
line-height:30px;
margin:18px 0 10px;
text-shadow:1px 1px #ffffff;
color:#444444;
}
h3{
font-size:21px;
line-height:26px;
margin:15px 0 9px;
text-shadow:1px 1px #ffffff;
color:#444444;
}
h4{
font-size:19px;
line-height:24px;
margin:12px 0 7px;
text-shadow:1px 1px #ffffff;
color:#444444;
}
h5{
font-size:17px;
line-height:22px;
margin:12px 0 6px;
text-shadow:1px 1px #ffffff;
color:#444444;
}
h6{
font-size:13px;
line-height:18px;
margin:10px 0 6px;
text-shadow:1px 1px #ffffff;
color:#444444;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
display:block;
font-size:0.62em;
margin-bottom:-0.43em;
line-height:1.1em;
text-shadow:1px 1px #ffffff;
}
h3 span{
font-size:15px;
}
#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6{
color:#dadada;
text-shadow:1px 1px #000000;
}
#footer p{
color:#c6c6c6;
text-shadow:1px 1px #000000;
margin:0 0 12px;
}
img.icon{
margin-top:4px;
}
ul{
list-style:none;
margin:0 0 1.5em;
}

#container{
width:980px;
margin:0 auto;
overflow:hidden;
display:block;
position:relative;
}
#header{
width:960px;
height:108px;
margin:0 10px;
position:relative;
}
#logo{
position:absolute;
}

#menu{
width:980px;
height:39px;
padding:10px 0 0;
margin:12px auto 0;
display:block;
position:relative;
background:url(../images/menu_background.png) no-repeat scroll 0 0 transparent;
z-index:996;
zoom:1;
}
#menu ul{
height:28px;
margin:1px 0 0 17px;
position:relative;
float:left;
text-shadow:1px 1px #ffffff;
z-index:997;
zoom:1;
}
.ie6 #menu ul{
margin-left:11px;
}
#menu ul li{
height:15px;
padding:0px 8px 14px 5px;
margin:0;
background:url(../images/menu_separator.png) repeat-y top right transparent;
font:15px/15px Arial, sans-serif;
display:inline;
float:left;
position:relative;
z-index:998;
zoom:1;
}
.ie6 #menu ul li{
padding-bottom:0px;
}
#menu ul li a{
text-decoration:none;
color:#777777;
font:15px/15px Arial, sans-serif;
letter-spacing:0.3px;
display:block;
float:left;
padding:8px 6px 11px;
zoom:1;
}

#menu ul li:hover ul li a,#menu ul li ul li:hover ul li a{
color:#777777;
}
#menu ul li.current-menu-item a,#menu ul li.current-menu-ancestor a,#menu ul li:hover a,#menu ul li ul li ul li:hover a{
color:#1e1e1e;
}
#menu ul li.current-menu-item ul li a,#menu ul li.current-menu-ancestor ul li a{
color:#777777;
}
#menu ul li ul{
position: absolute;
width: 200px;
height:auto;
left: -9999px;
background:transparent;
padding-top:14px;
z-index:999;
zoom:1;
}
#menu ul li ul{
display:none;
left:-15px;
top:29px;
}
#menu ul li ul li ul{
display:none;
left:188px;
top:-15px;
}



.main{
width:956px;
padding:0 12px;
background:url(../images/main_background.png) repeat-y scroll 0 0 transparent;
z-index:987;
zoom:1;
}
.inner_main{
min-height:50px;
overflow:visible;
background:url(../images/fake_foot.png) no-repeat center bottom transparent;
z-index:988;
zoom:1;
}
.inner_main.second_block{
padding-top:14px;
}
.container_one{
width:892px;
padding:15px 32px 18px;
overflow:hidden;
background:url(../images/container_one.png) repeat-x center bottom transparent;
z-index:988;
zoom:1;
}
.container_one_nogradients{
width:892px;
padding:15px 32px 15px;
overflow:hidden;
background:none;
z-index:988;
zoom:1;
}
.container_three{
width:892px;
padding:15px 32px 17px;
overflow:hidden;
background:url(../images/container_three.png) repeat-x center bottom transparent;
z-index:988;
zoom:1;
}
.container_two{
width:892px;
padding:15px 32px 15px;
overflow:hidden;
background:url(../images/container_two.png) repeat-x center top transparent;
z-index:988;
zoom:1;
}

.container_one.slider{
width:918px;
padding:16px 19px 33px;
}
.container_one.slider p{
margin:0;
}
.second_block .container_one,.second_block .container_one_nogradients{
padding-top:0px;
}
.loader{
width:918px;
height:12px;
padding-top:19px;
background:url(../images/loading.gif) no-repeat 50% 14px;
}
.t_widget h1,.t_widget h2,.t_widget h3,.t_widget h4,.t_widget h5,.t_widget h6{
margin-top:13px;
}
#footer .widget h1,#footer .widget h2,#footer .widget h3,#footer .widget h4,#footer .widget h5,#footer .widget h6{
margin-top:0;
}
.sub-heading{
width:922px;
padding:5px 17px 9px;
}
.sub-heading p{
margin:0;
color:#777777;
font-size:11px;
padding:0;
text-decoration:none;
}
.sub-heading p span{
font-weight:bold;
font-size:14px;
padding:0 3px 0;
}
.sub-heading p a{
color:#777777;
font-size:11px;
padding:0;
text-decoration:none;
}
.sub-heading p a:hover{
color:#1e1e1e;
text-decoration:underline;
}

/* ---------------------------------------------------------------Grids--------------------------------------------------------------- */

.grid{
width:276px;
display:inline;
float:left;
}

#footer .gs_11,#footer .gs_10,#footer .gs_9,#footer .gs_8,#footer .gs_7,#footer .gs_6,#footer .gs_5,#footer .grid,#footer .gs_3,#footer .gs_2,#footer .gs_1{
background:url(../images/footer_sep.png) repeat-y top right transparent;
}
.grid{
margin:0 15px 0 0;
padding:0 17px 0 0;
}
#footer .two,.two{
margin:0;
padding:0;
background:none;
}




/* ---------------------------------------------------------------Footer classes--------------------------------------------------------------- */

.startmain{
margin:6px 0 0;
width:980px;
height:22px;
overflow:hidden;
background:url(../images/true_top.png) no-repeat scroll 0 0 transparent;
}
.endmain{
width:980px;
height:7px;
overflow:hidden;
background:url(../images/true_foot.png) no-repeat scroll 0 0 transparent;
}
.stripe{
width:956px;
height:1px;
margin:6px 12px 4px;
overflow:hidden;
background-color:#ffffff;
border-top:1px solid #d9d9d9;
}
#footer_top{
width:980px;
height:19px;
overflow:hidden;
background:url(../images/submenu.png) no-repeat 0px -365px transparent;
}
#footer{
width: 894px;
padding: 16px 43px 15px;
min-height:30px;
overflow:hidden;
background:url(../images/footer_mid.png) repeat-y top transparent;
}
#footer .border_magic{
background:#242424;
border:1px solid #343434;
padding:4px;
vertical-align:bottom;
}
#footer .add_border{
border:1px solid #000000;
margin-bottom:8px;
}
#footer .widget h2.widgettitle{
font-size: 19px;
line-height: 24px;
}
#footer .widget ul{
margin:0;
background:url(../images/footer_list.png) repeat-x left bottom transparent;
padding:0 0 3px 0;
}
#footer .widget ul li{
list-style:none;
background:url(../images/footer_list.png) repeat-x left top transparent;
padding:6px 0 4px 0;
}
#footer .widget ul li a{
text-decoration:none;
display:block;
}
#footer_bottom{
width:980px;
height:20px;
padding:26px 0 20px;
overflow:hidden;
background:url(../images/submenu.png) no-repeat 0 -384px transparent;
text-align:center;
color:#848484;
}
#footer_bottom p{
font:11px/11px Arial, sans-serif;
text-shadow:1px 1px #ffffff;
}
#footer_bottom a{
color:#1e1e1e;
text-decoration:none;
}
#footer .widget .icons{
background:none;
clear:both;
padding-top:10px;
}
#footer .widget .icons li{
border:none;
background:none;
display:inline;
float:left;
padding:4px 2px 0;
}
/* ---------------------------------------------------------------/Footer classes--------------------------------------------------------------- */

/* ---------------------------------------------------------------Superbuttons--------------------------------------------------------------- */
a.superbutton,.inner_main input.superbutton,button.superbutton,.inner_main input.wpcf7-submit{
height:28px;
font:13px/28px Trebuchet MS,Arial,Helvetica,sans-serif;
letter-spacing:0.1px;
width:auto;
padding:0px 13px;
margin:0 6px 6px 0;
display:inline;
float:left;
font-size:13px;
text-decoration:none;
border-radius:4px;
}
.toggler a.superbutton{
margin:10px 0 0 -1px;
}
.inner_main input.superbutton,button.superbutton{
margin:0 6px 22px 0;
}
.inner_main input.wpcf7-submit{
margin:0 6px 8px 0;
}
.ie9 a.superbutton,.ie9 .inner_main input.superbutton,button.superbutton,.inner_main input.wpcf7-submit{
line-height:29px;
}
#footer a.superbutton{
background:url(../images/superbuttonblack.png) repeat-x center top transparent;
text-shadow:1px 1px #000000;
}
a.superbuttonh,#footer a.superbuttonh,#footer input.superbuttonh:hover,#footer input.superformh,.inner_main input.superbuttonh{
background-position: center -30px;
}
/* ---------------------------------------------------------------Superbuttons -colors--------------------------------------------------------------- */
a.superbutton.orange{
color:#ffffff !important;
background:url(../images/superbutton.png) repeat-x center -1px transparent;
border:1px solid #d65f34;
box-shadow:inset 0px 1px #faaa82;
text-shadow:1px 1px #c8542d;
}
a.superbutton.orange:hover,a.superbutton.orange.selected{
background:url(../images/superbutton.png) repeat-x center -31px transparent;
}
a.superbutton.black{
color:#dfdfdf !important;
background:url(../images/superbutton.png) repeat-x center -61px transparent;
border:1px solid #000000;
box-shadow:inset 0px 1px 1px #474747;
text-shadow:1px 1px #000000;
}
a.superbutton.black:hover,a.superbutton.black.selected{
background:url(../images/superbutton.png) repeat-x center -91px transparent;
}
a.superbutton.white{
color:#7a7a7a !important;
background:url(../images/superbutton.png) repeat-x center -181px transparent;
border:1px solid #cecece;
box-shadow:inset 0px 1px 2px #ffffff;
text-shadow:1px 1px #ffffff;
}
a.superbutton.white:hover,a.superbutton.white.selected{
background:url(../images/superbutton.png) repeat-x center -211px transparent;
}
a.superbutton.bronze{
color:#ffffff !important;
background:url(../images/superbutton.png) repeat-x center -301px transparent;
border:1px solid #43363b;
box-shadow:inset 0px 1px 1px #8c8085;
text-shadow:1px 1px #3d3638;
}
a.superbutton.bronze:hover,a.superbutton.bronze.selected{
background:url(../images/superbutton.png) repeat-x center -330px transparent;
}
a.superbutton.brown{
color:#ffffff !important;
background:url(../images/superbutton.png) repeat-x center -361px transparent;
border:1px solid #4a413e;
box-shadow:inset 0px 1px 1px #8c8085;
text-shadow:1px 1px #3d3638;
}
a.superbutton.brown:hover,a.superbutton.brown.selected{
background:url(../images/superbutton.png) repeat-x center -390px transparent;
}
a.superbutton.green{
color:#ffffff !important;
background:url(../images/superbutton.png) repeat-x center -421px transparent;
border:1px solid #40533f;
box-shadow:inset 0px 1px 1px #7c907c;
text-shadow:1px 1px #374936;
}
a.superbutton.green:hover,a.superbutton.green.selected{
background:url(../images/superbutton.png) repeat-x center -450px transparent;
}
a.superbutton.purple{
color:#ffffff !important;
background:url(../images/superbutton.png) repeat-x center -481px transparent;
border:1px solid #352d42;
box-shadow:inset 0px 1px 1px #776890;
text-shadow:1px 1px #352d42;
}
a.superbutton.purple:hover,a.superbutton.purple.selected{
background:url(../images/superbutton.png) repeat-x center -510px transparent;
}
a.superbutton.teal{
color:#ffffff !important;
background:url(../images/superbutton.png) repeat-x center -541px transparent;
border:1px solid #40665e;
box-shadow:inset 0px 1px 1px #9ccbc1;
text-shadow:1px 1px #40665e;
}
a.superbutton.teal:hover,a.superbutton.teal.selected{
background:url(../images/superbutton.png) repeat-x center -570px transparent;
}
a.superbutton.coral{
color:#ffffff !important;
background:url(../images/superbutton.png) repeat-x center -601px transparent;
border:1px solid #44a6ac;
box-shadow:inset 0px 1px 1px #91e4e6;
text-shadow:1px 1px #44a6ac;
}
a.superbutton.coral:hover,a.superbutton.coral.selected{
background:url(../images/superbutton.png) repeat-x center -630px transparent;
}
a.superbutton.dentist{
color:#ffffff !important;
background:url(../images/superbutton.png) repeat-x center -660px transparent;
border:1px solid #8ca48b;
box-shadow:inset 0px 1px 1px #dee6de;
text-shadow:1px 1px #8ca48b;
}
a.superbutton.dentist:hover,a.superbutton.dentist.selected{
background:url(../images/superbutton.png) repeat-x center -690px transparent;
}
a.superbutton.friendly_grey{
color:#ffffff !important;
background:url(../images/superbutton.png) repeat-x center -721px transparent;
border:1px solid #819792;
box-shadow:inset 0px 1px 1px #d6dedc;
text-shadow:1px 1px #819792;
}
a.superbutton.friendly_grey:hover,a.superbutton.friendly_grey.selected{
background:url(../images/superbutton.png) repeat-x center -750px transparent;
}
a.superbutton.hospital_green{
color:#ffffff !important;
background:url(../images/superbutton.png) repeat-x center -781px transparent;
border:1px solid #649873;
box-shadow:inset 0px 1px 1px #acd2bb;
text-shadow:1px 1px #649873;
}
a.superbutton.hospital_green:hover,a.superbutton.hospital_green.selected{
background:url(../images/superbutton.png) repeat-x center -810px transparent;
}
a.superbutton.navy{
color:#ffffff !important;
background:url(../images/superbutton.png) repeat-x center -841px transparent;
border:1px solid #36434a;
box-shadow:inset 0px 1px 1px #7d96a4;
text-shadow:1px 1px #36434a;
}
a.superbutton.navy:hover,a.superbutton.navy.selected{
background:url(../images/superbutton.png) repeat-x center -870px transparent;
}
a.superbutton.neon{
color:#ffffff !important;
background:url(../images/superbutton.png) repeat-x center -901px transparent;
border:1px solid #128ece;
box-shadow:inset 0px 1px 1px #38d4f6;
text-shadow:1px 1px #128ece;
}
a.superbutton.neon:hover,a.superbutton.neon.selected{
background:url(../images/superbutton.png) repeat-x center -930px transparent;
}
a.superbutton.ocean{
color:#ffffff !important;
background:url(../images/superbutton.png) repeat-x center -961px transparent;
border:1px solid #284250;
box-shadow:inset 0px 1px 1px #598196;
text-shadow:1px 1px #284250;
}
a.superbutton.ocean:hover,a.superbutton.ocean.selected{
background:url(../images/superbutton.png) repeat-x center -990px transparent;
}
a.superbutton.olive{
color:#ffffff !important;
background:url(../images/superbutton.png) repeat-x center -1021px transparent;
border:1px solid #6c6e4b;
box-shadow:inset 0px 1px 1px #babc8e;
text-shadow:1px 1px #6c6e4b;
}
a.superbutton.olive:hover,a.superbutton.olive.selected{
background:url(../images/superbutton.png) repeat-x center -1050px transparent;
}
a.superbutton.pink{
color:#ffffff !important;
background:url(../images/superbutton.png) repeat-x center -1081px transparent;
border:1px solid #a35eaf;
box-shadow:inset 0px 1px 1px #e8acee;
text-shadow:1px 1px #a35eaf;
}
a.superbutton.pink:hover,a.superbutton.pink.selected{
background:url(../images/superbutton.png) repeat-x center -1110px transparent;
}
a.superbutton.red{
color:#ffffff !important;
background:url(../images/superbutton.png) repeat-x center -1141px transparent;
border:1px solid #9e2b2b;
box-shadow:inset 0px 1px 1px #ec6161;
text-shadow:1px 1px #9e2b2b;
}
a.superbutton.red:hover,a.superbutton.red.selected{
background:url(../images/superbutton.png) repeat-x center -1170px transparent;
}
a.superbutton.selen{
color:#ffffff !important;
background:url(../images/superbutton.png) repeat-x center -1201px transparent;
border:1px solid #bfc517;
box-shadow:inset 0px 1px 1px #fdff6a;
text-shadow:1px 1px #a8aa21;
}
a.superbutton.selen:hover,a.superbutton.selen.selected{
background:url(../images/superbutton.png) repeat-x center -1230px transparent;
}
a.superbutton.soft_green{
color:#ffffff !important;
background:url(../images/superbutton.png) repeat-x center -1261px transparent;
border:1px solid #90a850;
box-shadow:inset 0px 1px 1px #e4edad;
text-shadow:1px 1px #90a850;
}
a.superbutton.soft_green:hover,a.superbutton.soft_green.selected{
background:url(../images/superbutton.png) repeat-x center -1290px transparent;
}
a.superbutton.soft_teal{
color:#ffffff !important;
background:url(../images/superbutton.png) repeat-x center -1321px transparent;
border:1px solid #92c9bd;
box-shadow:inset 0px 1px 1px #e2f6f1;
text-shadow:1px 1px #6b9f93;
}
a.superbutton.soft_teal:hover,a.superbutton.soft_teal.selected{
background:url(../images/superbutton.png) repeat-x center -1350px transparent;
}
a.superbutton.yellow{
color:#ffffff !important;
background:url(../images/superbutton.png) repeat-x center -1381px transparent;
border:1px solid #edc72e;
box-shadow:inset 0px 1px 1px #fff49c;
text-shadow:1px 1px #d4ae00;
}
a.superbutton.yellow:hover,a.superbutton.yellow.selected{
background:url(../images/superbutton.png) repeat-x center -1410px transparent;
}

/* ---------------------------------------------------------------/Superbuttons--------------------------------------------------------------- */




#box_wrap { width: 960px; margin-left: -33px; }
.box { float: left; margin: 0px 10px 10px 10px; float: left; padding: 0; width: 300px; border-bottom: 1px solid #eaeaea; }
.box .boxgrid { width: 300px; height: 200px; background: #cdd0d7; overflow: hidden; position: relative; }
.box .boxgrid img { position: absolute; top: 0; left: 0; border: 0; }
.box .boxgrid img:active { opacity: 0.90; filter:alpha(opacity=90); } 
.box a.view { background: #f26200 url('img/box_view.png') no-repeat 0 0; display: block; width: 270px; padding-left: 30px; font-weight: bold; text-transform: uppercase; color: #FFF; line-height: 40px; height: 40px; display: block;  border: 0; }
.box a.view:hover { background: #F93 url('img/box_view.png') no-repeat 0 0; text-shadow: 1px 1px 0 #131a1c; }
.box .pad { padding: 20px 0; }
.box p.name { font-weight: bold; font-size: 12px; color: #242f33; text-transform: uppercase; }
.box p.date {  }
.box p a { color: #1e5772; }


/* Portfolio Filter Stylesheet */



ul#filter { float: left; font-size: 16px; list-style: none; margin-left: 0; width: 100%; }
ul#filter li { 
	border-right: 1px solid #dedede;
	float: left;
	line-height: 16px;
	margin-left:30px;
	margin-right: 30px;
	padding-right: 30px;
}
ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#filter a { color: #666; text-decoration: none; }
ul#filter li.current a, ul#filter a:hover { text-decoration: underline; }
ul#filter li.current a { color: #F60;  }

