/*-----------Logo and Nav Bar-----------*/
.navbgd {
	background-color:#0c0c0c;
}
.navbar {
	padding-top:35px;
	height:100px;
	background-image:url(../images/rgb/bgd3.png);
	background-repeat:repeat;
}
.logo {
	background-image:url(../images/logo.png);
	padding-top:0px;
	padding-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:-27px;
	background-repeat:no-repeat;
	width:120px;
	height:120px;
}
.nav {
	padding-top:0px;
}
.mininav {
	padding-top:16px;
	padding-bottom:10px;
	text-align:left;
	padding-right:20px;
	font-size:13px;
	font-family: 'PT Sans', sans-serif;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
	color:#ffffff;
}
.mininav a {
	font-size:13px;
	font-family: 'PT Sans', sans-serif;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
	color:#ffffff;
	padding: 5px;
	text-decoration:none;
}
.mininav a:link {
	color:white;
}
.bar {
	background-repeat:repeat-x;
	height:45px;
	background-image:url(../images/rgb/bgd4.png);
	background-repeat:repeat;
}
/*-----------Type Settings-----------*/ 
body {
	border:0;
	margin:0;
	padding:0;
}
/*-----------Headers-----------*/
h1, h2, h3, h4, h5, h6 {
	margin:0;
	font-weight:normal;
}
h1 {
	font-size:38px;
	font-family: 'PT Sans', sans-serif;	
	color:#ffffff;
	padding:0 0 10px 0;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
h1 a{
	color:#ffffff;
}
h1 a:hover{
	color:#999999;
	text-decoration:none;
}
h2  {
	font-size:30px;
	font-family: 'PT Sans', sans-serif;	
	color:#ffffff;
	padding:0 0 10px 0;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
h2 a{
	color:#ffffff;
}
h2 a:hover{
	color:#999999;
	text-decoration:none;
}
h3 {
	font-size:22px;
	font-family: 'PT Sans', sans-serif;	
	color:#ffffff;
	padding:0 0 10px 0;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
h3 a{
	color:#ffffff;
}
h3 a:hover{
	color:#999999;
	text-decoration:none;
}
h4 {
	font-size:18px;
	font-family: 'PT Sans', sans-serif;	
	color:#ffffff;
	line-height:22px;
	padding:0 0 5px 0;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
h4 a{
	color:#fffffff;
}
h4 a:hover{
	color:#999999;
	text-decoration:none;
}
h5 {
	font-size:14px;
	font-family: 'PT Sans', sans-serif;
	color:#ffffff;
	padding:0 0 5px 0;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
h5 a{
	color:#ffffff;
}
h5 a:hover{
	color:#999999;
	text-decoration:none;
}
h6 {
	font-size:14px;
	font-family: 'PT Sans', sans-serif;
	font-style:italic;
	color:#ffffff;
	padding:0 0 5px 0;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
h6 a{
	color:#666666;
}
h6 a:hover{
	color:#ffffff;
	text-decoration:none;
}
h6 span{
	margin-left:20px;
}
h6 img{
	margin-right:8px;
}
/*-----------Type Settings for Certain Sections-----------*/
p, .button {
	font-family: 'PT Sans', sans-serif;
	font-size:13px;
	line-height:20px;
	margin:0;
	padding:0 0 10px 0;
	color:#999999;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
p span {
	color:#ffffff;
}
p a:hover {
	color:#ffffff;
}
p a {
	text-decoration:none;
}
.footer ul, footer ol, .sidebar ul, sidebar ol, #tabs ul, ol{
	font-family: 'PT Sans', sans-serif;
	font-size:13px;
	line-height:20px;
	margin:0;
	padding:0 0 1.25em 0;
	color:#555555;
}
/*-----------General Text Link Colors-----------*/
.footer a {
	color:#cccccc;
}
/*-----------Copyright Styling and Crumb Navigation-----------*/
.bottombar {
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
	background-repeat:no-repeat;
	background-position:center;
	height:50px;
	background-color:#080808;
}
.copyright {
	display:inline;
	float: left;
	font-family: 'PT Sans', sans-serif;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
	font-size:13px;
	line-height:15px;
	margin:0 0 0 0;
	padding:15px 0 0 0;
	color:#888888;
}
.crumb_navigation ul{
	float: right;
	margin:0 0 0 0;
	padding:10px 0 0 0;
}
.crumb_navigation ul li{
	display:inline; 
	margin-left:10px;
}
.crumb_navigation ul a{
	color:#ffffff;
	font-family: 'PT Sans', sans-serif;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
	font-size:13px;
	line-height:0px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	padding: 5px;
	text-decoration:none;	
}
/*-----------Misc Settings-----------*/
.greenbox{
	background-image:url(../images/basic_icons/tick_48.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	height:70px;
	background-color:#7ed168;
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
	-webkit-box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
	-moz-box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);					
}
.greenbox h2{
	font-size:30px;
	font-family: 'PT Sans', sans-serif;	
	color:#124e0d;
	padding:0 0 10px 0;
	text-shadow:0 0 0 transparent,#ffffff 0px 1px 0px;
	margin-left:100px;
	margin-top:17px;
}
.redbox{
	background-image:url(../images/basic_icons/stop_48.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	height:70px;
	background-color:#d2504b;
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;	
	box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
	-webkit-box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
	-moz-box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);		
}
.redbox h2{
	font-size:30px;
	font-family: 'PT Sans', sans-serif;	
	color:#111111;
	padding:0 0 10px 0;
	text-shadow:0 0 0 transparent,#cccccc 0px 1px 0px;
	margin-left:100px;
	margin-top:17px;	
}
.bluebox{
	background-image:url(../images/basic_icons/shield_48.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	height:70px;
	background-color:#769ab6;
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
	-webkit-box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
	-moz-box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);				
}
.bluebox h2{
	font-size:30px;
	font-family: 'PT Sans', sans-serif;	
	color:#0b325b;
	padding:0 0 10px 0;
	text-shadow:0 0 0 transparent,#ffffff 0px 1px 0px;
	margin-left:100px;
	margin-top:17px;
}
.yellowbox{
	background-image:url(../images/basic_icons/warning_48.png);
	background-repeat:no-repeat;
	background-position:20px 50%;
	height:70px;
	background-color:#f4e884;
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
	-webkit-box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
	-moz-box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);			
}
.yellowbox h2{
	font-size:30px;
	font-family: 'PT Sans', sans-serif;	
	color:#846e32;
	padding:0 0 10px 0;
	text-shadow:0 0 0 transparent,#ffffff 0px 1px 0px;
	margin-left:100px;
	margin-top:17px;
}
.social {
	margin-right:5px;
margin-top: 13px;
}	
.image-desc p, .image-desc ul, .image-desc ol, .backgroundgradient p {
	color:#999999;
}
.backgroundgradient {
	background-color:#000000;
	background:url(../images/background1.jpg);
	background-position:top center;
	background-repeat: repeat-x;
	padding-top:40px;
	padding-bottom:40px;
	margin-top:0px;
}
.backgroundgradient2 {
	background-image:url(../images/background2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:40px;
	background-color:#000000;
}
.backgroundgradient3 {
	background-image:url(../images/background3.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:40px;
	padding-bottom:40px;
	background-color:#000000;
}
.backgroundgradient4 {
	background-image:url(../images/background4.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:0px;
	padding-bottom:0px;
	background-color:#000000;
}
ul.thumbs img, ul.thumbs img a, ul.thumbs img a:visited, ul.thumbs img a:active {
	border:#ffffff 3px solid;
}
.frame {
	border: solid 0px #111111;
	box-shadow: 0px 0px 0px #000000;	
	-moz-box-shadow: 0px 0px 0px #000000;
	-webkit-box-shadow: 0px 0px 0px #000000;	
	margin-bottom:15px;
}
.framesm {
	border: solid 0px #111111;
	box-shadow: 0px 0px 0px #000000;	
	-moz-box-shadow: 0px 0px 0px #000000;
	-webkit-box-shadow: 0px 0px 0px #000000;
	margin-bottom:0px;
}
.pagecontents {
	margin-top:40px;
	margin-bottom:40px;
}
.thumbslider {
	margin-top:-50px;
	margin-left:-25px;
}
.quotes {
	margin-right:10px;
	padding-bottom:10px;
}
.shadowheader{
	height: 400px;
	width:645px; 
	margin-bottom:0px; 
	background-image:url(../images/shadow_header.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	position: relative;
}
.shadowheader_onama{
	height: 258px;
	width:645px; 
	margin-bottom:0px; 
	background-image:url(../images/shadow_header.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	position: relative;
}
.shadowheader_materijali{
	height: 258px;
	width:645px; 
	margin-bottom:0px; 
	background-image:url(../images/shadow_header.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	position: relative;
}
.shadowblog{
	height: 268px;
	width:620px; 
	margin-bottom:10px; 
	background-image:url(../images/shadow_blog.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	position: relative;
}
.shadowdetails{
	height: 368px;
	width:670px; 
	margin-bottom:10px; 
	background-image:url(../images/shadow_header.png);
	background-repeat:no-repeat;
	background-position: bottom center;
}
.shadowdetailssm{
	height: 216px;
	width:420px; 
	margin-bottom:10px;
	margin-left:20px; 
	background-image:url(../images/shadow_410.png);
	background-repeat:no-repeat;
	background-position: bottom center;
}
.shadowblogvideo{
	height: 359px;
	width:620px; 
	margin-bottom:10px; 
	background-image:url(../images/shadow_blog.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	position: relative;
}
.shadow400x290{
	height: 325px;
	width:420px; 
	margin-bottom:0px; 
	background-image:url(../images/shadow_400.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	position: relative;
}
.shadow510x290{
	height:305px;
	width:510px; 
	margin-bottom:0px; 
	background-image:url(../images/shadow_400.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	position: relative;
}
.shadowtestimonials{
	height: 221px;
	width:460px; 
	margin-bottom:0px; 
	background-image:url(../images/shadow_400.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	position: relative;
}
.shadowsmallvideo{
	height: 213px;
	width:230px; 
	margin-bottom:0px; 
	background-image:url(../images/shadow_200.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	position: relative;
}
.logo_list{
	padding-top:25px;
	padding-bottom:25px;
	margin-left:auto;
	margin-right:auto;
}
.logo_list img{
	margin-right:40px;
}
.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}
#maincontent {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 50;
	width: 100%;
}
.bgdcolor {
	background-color:#ffffff;
}
#top-link{
	height:49px;
	width:49px;
	display:none; 
	position:fixed; 
	right:5px; 
	bottom:5px;
	background-position:center;
	background-repeat:none;		
}
.tip {
	font-family: 'PT Sans', sans-serif;
	font-size:13px;
    display:none; /*--Hides by default--*/
    padding:4px 8px 4px 8px;
    position:absolute;
	z-index:1000;
	-webkit-border-radius:2px 2px 2px 2px;
	-moz-border-radius:2px 2px 2px 2px;
	border-radius:2px 2px 2px 2px;	
}
.socialbar {
	margin-right:0px;
	border-bottom:#444444 solid 0px;
	padding-top:0px;
	padding-bottom:12px;
	padding-right:0px;
 display: inline-block;
 margin-right: 30px;
}
.socialbar img{
	margin-left:10px;
}
.lang {
    display: inline-block;
}
.alignleft {
	float:left;
	margin-right:15px;
	padding-bottom:10px;
}
.alignright {
float: right;
padding-left: 15px;
padding-bottom: 10px;
box-sizing: border-box;
text-align: right;
}
.alignright_top {
	float:right;
	margin-left:15px;
	margin-top:-15px;
	padding-bottom:0px;
}
.alignleftnopad {
	float:left;
	margin-left:0px;
}
.alignrightnopad {
	float:right;
	margin-right:0px;
}
.aligncenter {
	text-align:center;
}
.homevideo{
	margin-top:0px;
	width:920px;
	border: solid 10px #ffffff; 
	box-shadow: 1px 1px 3px #000000;	
	-moz-box-shadow: 1px 1px 3px #000000;
	-webkit-box-shadow: 1px 1px 3px #000000;	
	background-color:#000000;
}
.video{
	border: solid 10px #ffffff;
	box-shadow: 1px 1px 3px #000000;	
	-moz-box-shadow: 1px 1px 3px #000000;
	-webkit-box-shadow: 1px 1px 3px #000000;	
	background-color:#000000;
}
.slideshow{
	text-align:left;
	padding-top:0px;
	padding-bottom:0px;
	font-family: 'Yanone Kaffeesatz', sans-serif;	
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
.contentaligncenter {
	padding-top:30px;
	margin-bottom:30px;
	margin-left:0px;
	margin-right:20px;
}
.blockquote {
	font-size:16px;
	font-family: 'Times New Roman', arial, sans-serif;
	font-style: italic;
	color:#999999;	
	text-align:left;
	line-height: 20px;
	border-top:#222222 solid 0px;
	border-bottom:#222222 solid 0px;
	border-left:#666666 solid 3px;
	margin-bottom:8px;
	margin-right:10px;
	padding:10px;
}
.blockquote span {
	font-size:16px;
	font-family: 'Times New Roman', arial, sans-serif;
	color:#666666;	
	text-align:left;
}
#testimonials {
	height:100%;
	list-style-type: none;
	padding:20px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	border: solid 10px #333333; 
	background-color:#444444;
	box-shadow: 1px 1px 1px #000000;	
	-moz-box-shadow: 1px 1px 1px #000000;
	-webkit-box-shadow: 1px 1px 1px #000000;	
}
#testimonialsimageonly {
	height:184px;
	list-style-type: none;
	padding:0px;
	margin:0px;
	text-align:center;
	border: solid 10px #ffffff; 
	background-color:#444444;
	box-shadow: 1px 1px 3px #000000;	
	-moz-box-shadow: 1px 1px 3px #000000;
	-webkit-box-shadow: 1px 1px 3px #000000;	
}
#testimonials .slide {
	font-size:20px;
	font-family: 'Times New Roman', arial, sans-serif;
	color:#bfbfbf;
	font-style:italic;
	position: relative;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
	line-height:26px;
}
#testimonials .slide span {
	font-size:14px;
	font-family: 'Times New Roman', arial, sans-serif;
	color:#888888;
	font-style:italic;
	position: relative;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
	margin-left:20px;
	line-height:36px;
}
#testimonials .slide span a{
	color:#888888;
}
#testimonials .slide span a:hover{
	color:#ffffff;
}
#testimonials .slide img{
	margin-bottom:10px;
}
.quote {
	height:100%;
	list-style-type: none;
	padding:20px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	border: solid 10px #333333; 
	background-color:#444444;
	box-shadow: 1px 1px 1px #000000;	
	-moz-box-shadow: 1px 1px 1px #000000;
	-webkit-box-shadow: 1px 1px 1px #000000;	
}
.quote .static {
	font-size:20px;
	font-style:normal;
	font-family: 'Times New Roman', arial, sans-serif;
	color:#bfbfbf;
	position: relative;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
	line-height:26px;
}
.quote .static span {
	font-size:14px;
	font-family: 'Times New Roman', arial, sans-serif;
	color:#888888;
	font-style:italic;
	position: relative;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
	margin-left:20px;
	line-height:36px;
}
.quote .static span a{
	color:#888888;
}
.quote .static span a:hover{
	color:#ffffff;
}
.aligncenterbigtext h6 {
	text-shadow:0 0 0 transparent, 2px 2px 2px #000000;
}
img.alignleft {
	background:#f3f3f3;
	padding:4px;
	border:1px solid #cccccc;	
	box-shadow: 0px 2px 2px #e3e3e3;	
	-moz-box-shadow: 0px 2px 2px #e3e3e3;
	-webkit-box-shadow: 0px 2px 2px #e3e3e3;	
}
img.alignright {
	background:#f3f3f3;
	padding:4px;
	border:1px solid #cccccc;
	box-shadow: 0px 2px 2px #e3e3e3;	
	-moz-box-shadow: 0px 2px 2px #e3e3e3;
	-webkit-box-shadow: 0px 2px 2px #e3e3e3;
}
.hover {
	background:url(../images/enlarge.png) 50% 50% no-repeat;
}
.divider {
	margin-top:40px;
	margin-bottom:40px;
	margin-left:0px;
	margin-right:0px;
	background-image:url(../images/divider.png);
	background-repeat:repeat-x;
	background-position:top;
	height:2px;
	width:100%;
}
.dividerblog {
	margin-top:10px;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
	background-image:url(../images/divider.png);
	background-repeat:repeat-x;
	background-position:top;
	height:2px;
	width:100%;
}
.dividernospacing {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-image:url(../images/divider.png);
	background-repeat:repeat-x;
	background-position:top;
	height:2px;
	width:100%;
}
.divider.slim {
	margin:0 0 20px 0;
}
.divider span {
	background:url(../images/textured-light-bg.html) repeat;
	padding:0 20px;
}
.divider.contact {
	height: 22px;
}
.dividerband {
	margin:0px 0 0px 0;
	text-align:center;
	background:url(../images/divpixel.html) repeat-x center;
	height: 2px;
}
.divider h5 {
	padding-top:10px;
}
.relative {
	position:relative;	
}
.imageinset {
	margin-right:10px;
	margin-bottom:-18px;
}
/*-----------Details-----------*/
.details h5 {
	color:#888888;
}
.details h5 a:hover {
	color:#ffffff;
}
/*-----------Recent Work-----------*/
.latest {
	margin:0px 0 0 0;
	overflow:hidden;
	padding-bottom:20px;
}
.latest img, #tabs .panel img {
	border: solid 10px #ffffff;
	box-shadow: 1px 1px 3px #000000;	
	-moz-box-shadow: 1px 1px 3px #000000;
	-webkit-box-shadow: 1px 1px 3px #000000;	
}
/*-----------Button Styles-----------*/
.button {
	display: inline-block;
	text-decoration: none;
	font-weight: normal;
	line-height: 1;
	position: relative;
	cursor: pointer;
	font-style:normal;
	letter-spacing:normal;
	margin-top: 5px;
}
.button:hover, .button:active, .button.current {
	color:#ffffff;
	background-color: #555555;
	text-shadow:0 0 0 transparent, 0 1px 0px #000000;
}
.small.button {
	font-size: 13px;
	font-family: 'PT Sans', sans-serif;
	padding:5px 10px 5px 10px;		
}
.small.button_onama {
	font-size: 13px;
	font-family: 'PT Sans', sans-serif;
	padding:5px 10px 5px 10px;
	margin-top:-7px;
}
.medium.button {
	font-size: 16px;
	font-family: 'PT Sans', sans-serif;	
	padding:12px 18px 12px 18px;	
}
.large.button {
	font-size: 20px;
	font-family: 'PT Sans', sans-serif;	
	padding:16px 28px 16px 28px;
}
.super.button {
	font-size: 22px;
	font-family: 'PT Sans', sans-serif;	
	padding:19px 32px 19px 32px;
}
.normal.button{
	color: #999999;
	border: 0px #222222 solid;
	background-color:#222222;
	text-shadow:0 0 0 transparent, 0 1px 0px #000000;
	box-shadow: 0px 1px 3px #000000;	
	-moz-box-shadow: 0px 1px 3px #000000;
	-webkit-box-shadow: 0px 1px 3px #000000;	
	background-position:center;
	background-repeat:repeat-x;	
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;		
}
.normal.button:hover {
	color: #ffffff;
	background-color:#444444;
}
.highlight.button{
	box-shadow: 0px 1px 3px #000000;	
	-moz-box-shadow: 0px 1px 3px #000000;
	-webkit-box-shadow: 0px 1px 3px #000000;	
	-webkit-border-radius: 40px 40px 40px 40px;
    -moz-border-radius: 40px 40px 40px 40px;
    border-radius: 40px 40px 40px 40px;		
}
.tag.button{
	font-size: 12px;
	font-family: 'PT Sans', sans-serif;
	padding:5px 10px 5px 10px;
	color: #777777;
	background-color:#111111;
	border: 1px #222222 solid;
	text-shadow:0 0 0 transparent, 0 1px 0px #000000;	
	box-shadow: 0px 1px 0px #000000;	
	-moz-box-shadow: 0px 1px 0px #000000;
	-webkit-box-shadow: 0px 1px 0px #000000;	
}
.tag.button:hover {
	color: #cccccc;
	background-color:#333333;
	border: 1px #444444 solid;
	text-shadow:0 0 0 transparent, 0 1px 0px #000000;
	box-shadow: 0px 1px 0px #000000;	
	-moz-box-shadow: 0px 1px 0px #000000;
	-webkit-box-shadow: 0px 1px 0px #000000;	
}
/*-----------Sidebar Styling-----------*/
.sidebarright{
	padding:10px 20px 0px 20px;
	margin:0px;
	margin-bottom:40px;
	background-color:#101010;
	box-shadow: 1px 1px 3px #000000;	
	-moz-box-shadow: 1px 1px 3px #000000;
	-webkit-box-shadow: 1px 1px 3px #000000;	
	text-align: left;
}
.sidebarleft{
	padding:10px 15px 0px 15px;
	margin-right:70px;
	margin-bottom:40px;
	background-color:#101010;
	box-shadow: 1px 1px 3px #000000;	
	-moz-box-shadow: 1px 1px 3px #000000;
	-webkit-box-shadow: 1px 1px 3px #000000;	
}
.sidebarright .divider {
	margin:10px 0 20px 0;
}
.sidebarleft .divider {
	margin:10px 0 20px 0;
}
.sidebarright ul, .sidebarleft ul {
	list-style: inside;
	list-style-image:url(../images/listicon.png);
	padding:0px 10px 0px 0px;
	width:100%;
}
.sidebarright .widget ul li, .sidebarleft .widget ul li {
	padding:6px 6px 6px 6px;
	background-image:url(../images/divider.png);
	background-repeat:repeat-x;
	background-position:top;
	width:90%;
}
.sidebarright .widget ul li:first-child, .sidebarleft .widget ul li:first-child{
	background-image:none;
}
.sidebarright ul li a, .sidebarleft ul li a {
	color:#999999;
	font-family: 'PT Sans', sans-serif;
	font-size:13px;
	padding-left:0px;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
	text-decoration:none;
}
.sidebarright ul li:hover, .sidebarright ul li a:hover, .sidebarright ul li:active,
.sidebarleft ul li:hover, .sidebarleft ul li a:hover, .sidebarleft ul li:active {
	color:#ffffff;
}
.sidebarright .widget, .sidebarleft .widget {
	margin-bottom:20px;
}
.sidebarright .widget .imageroll, .sidebarleft .widget .imageroll {
	display: inline;
	float: left;
	margin-left:6px;
	margin-right:6px;
	margin-bottom:12px;
}
/*-----------Footer List Styling-----------*/
.footerlist .divider {
	margin:10px 0 20px 0;
}
.footerlist ul {
	list-style: inside;
	list-style-image:url(../images/listicon.png);
	width:90%;
}
.footerlist ul li {
	padding:6px 6px 6px 0px;
	border-top:#666666 solid 1px;
}
.footerlist ul li a {
	color:#999999;
	text-decoration:none;	
}
.footerlist ul li:hover, .footerlist ul li a:hover, .footerlist ul li:active, .footerlist ul li:focus {
	color:#ffffff;
	text-decoration: none;
}
.footerlist .widget {
	margin-bottom:20px;
}
.footerlist .widget .imageroll {
	display: inline;
	float: left;
	margin-left:6px;
	margin-right:6px;
	margin-bottom:12px;
}
/*-----------Twitter-----------*/
#twitter_div, #testimonials_div, #contact_div {
	padding:0px;
	margin-bottom:-15px;
}
ul#twitter_update_list {
	padding-left:0px;
}
ul#twitter_update_list li {
	margin-bottom:10px;
	margin-left:0px;		
	list-style: none;
	border-top:#666666 solid 0px;
	font-size:13px;
	font-family: 'PT Sans', sans-serif;
	color:#777777;
	padding:0px;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
ul#twitter_update_list li a{
	text-decoration:none;
}
ul#twitter_update_list li a:hover {
	color:#ffffff;
}
/*-----------Search Field------------*/
fieldset.search {
	border: none;
	width: 220px;
	margin-top:6px;
	margin-bottom:0px;
	margin-left: 0px;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	height: 26px;
	padding: 0px 5px 0;
	margin-right: -26px;
	padding-left: 5px;
	margin-top: 0px;
	width:192px;
	color:#555555;
	background-color:#191919;
}
.search input.box:focus {
	outline: none;
	color:#cccccc;
}
.search button.btn {
	width: 26px;
	height: 26px;
	cursor: pointer;
	text-indent: -9999px;
	background:url(../images/search.png) no-repeat center;
}
/*-----------Search Box Typography-----------*/
.search input.box {
	font-size:13px;
	font-family: 'PT Sans', sans-serif;
	text-shadow:0 0 0 transparent,#000000 0px 0px 0px;
}
/*-----------Featured Tabs Styling-----------*/
#tabs {
	margin-bottom:40px;
	margin-top:30px;
}
.ui-tabs {
	position: relative;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 1px;
	right: 0px;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	background: none;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
.ui-tabs-vertical .ui-tabs-nav li {
	clear: left;
	width: 100%;
	background:none;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:1px solid #f1f1f1;
	box-shadow: 1px 1px 2px #cccccc;	
	-moz-box-shadow: 1px 1px 2px #cccccc;
	-webkit-box-shadow: 1px 1px 2px #cccccc;	
}
.ui-tabs-vertical .ui-tabs-nav li a {
	display:block;
	padding:15px;
	cursor:pointer;
}
.ui-tabs-vertical .ui-tabs-nav li a img {
	float:left;
	background:none;
	padding:0;
	border:none;
}
.ui-tabs-vertical .ui-tabs-nav li a span {
	margin-left:70px;
	display:block;
}
.ui-tabs-vertical .ui-tabs-nav li a strong {
	padding:10px 0;
	page-break-after:always;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected {
	padding: 0;
	background:#f6f6f6 url(../images/gradient_news.html) repeat-x;
	border:1px solid #ffffff;
	box-shadow: 1px 1px 4px #cccccc;	
	-moz-box-shadow: 1px 1px 4px #cccccc;
	-webkit-box-shadow: 1px 1px 4px #cccccc;	
}
.ui-tabs-vertical .ui-tabs-panel {
	padding: 0;
}
/*-----------Callout Section Styling-----------*/
.callouttext, .callouttext a {
	padding:0 0 10px 0;
	font-size:45px;
	font-family: 'PT Sans', sans-serif;	
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
.calloutcontainer {
	margin-left:auto;
  	margin-right:auto;
	padding-top:25px;
	padding-bottom:30px;
	height:95px;
	border-top:20px solid #080808;
	border-bottom:20px solid #080808;
	background-image:url(../images/rgb/bgd5.png);
	background-repeat:repeat;
}
.calloutbutton {
	padding-top:18px;
	padding-right:20px;
	padding-left:20px;
}
.smallbar {
	background-image:url(../images/smallbar.jpg);
	background-repeat:repeat-x;
	height:17px;
}
/*-----------Portfolio Styling-----------*/
.portfolio-content {
	margin-top:0;
}
.portnav{
	height:24px;
	width:230px;
	padding-top:3px;
	background-image:url(../images/rgb/bgd3.png);
	background-repeat:repeat;
}
/*-----------Portfolio Buttons-----------*/
.filter li a {
	text-decoration:none;
	margin-bottom:0px;
	font-size: 13px;
	font-family: 'PT Sans', sans-serif;
	color: #777777;
	text-shadow:0 0 0 transparent, 0 1px 0px #000000;
	height:30px;
	line-height:24px;
}
ul.filter {
	float:left;
	margin-left:0px;
	margin-top:0px;
}
.filter li {
	list-style:none;
	margin-right:0px;
}
.filter li.selected-0 a, .filter li.selected-1 a, 
.filter li.selected-2 a, .filter li.selected-3 a, 
.filter li.selected-4 a, .filter li.selected-5 a,
.filter li.selected-6 a, .filter li.selected-7 a,
.filter li.selected-8 a, .filter li.selected-9 a,
.filter li a:hover {
	text-decoration:none;
	color: #ffffff;
	height:30px;
	text-shadow:0 0 0 transparent, 0px 1px 0px #000000;	
}
/*-----------Portfolio Grid-----------*/
.image-grid:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.image-grid li img, .image-grid li strong {
	display: block;
}
.image-grid li strong {
	color: #ffffff;
}
/*-----------8 Columns-----------*/
.image-grid.eightcol li {
	width:110px;
	height:110px;
	padding-right:0px;
	margin-right:3px;
	margin-bottom:8px;
}
/*-----------4 Columns-----------*/
.image-grid li {
	width:205px;
	height:355px;
	margin-right:31px;
	margin-bottom:0px;
	padding-right:0px;
	padding-left:5px;
	float: left;
	overflow: hidden;
}
/*-----------3 Columns-----------*/
.image-grid.threecol li {
	width:280px;
	height:500px;
	padding:15px;
	margin-right:0px;
	margin-left:20px;
	margin-bottom:20px;	
	background-color:#111111;
}
/*-----------2 Columns-----------*/
.image-grid.twocol li {
	width:690px;
	height:355px;
	padding:15px;
	margin-right:0px;
	margin-left:20px;
	margin-bottom:20px;
	background-color:#111111;
}
.link{
	margin-top:-65px;
	margin-right:-15px;
	background-image:url(../images/link.html);
	background-repeat:no-repeat;
	width:79px;
	height:79px;
}
.image-grid.threecol li h4{
	color:#ffffff;
	font-size:22px;
	font-family: 'PT Sans', sans-serif;	
}
.portshadow300{
	height: 258px;
	width:290px; 
	margin-bottom:0px; 
	background-image:url(../images/shadow_300.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	overflow: hidden; 
	position: relative;	
	float:left;
}
.image-grid.twocol li h4{
	color:#ffffff;
	font-size:22px;
	font-family: 'PT Sans', sans-serif;	
}
.portshadow400{
	height: 550px;
	width:464px; 
	margin-bottom:0px; 
	background-image:url(../images/shadow_400.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	overflow: hidden; 
	position: relative;	
	float:left;
}
.image-grid {
	margin-top:0px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	width:960;
}
ul#list {
	list-style-type:none;
}
ul#list h2, ul#list h3, ul#list h4, ul#list h5 {
	margin-top:10px;
}
/*-----------Pagination-----------*/
#pagination {
	margin-top:30px;
	margin-bottom:20px;
	margin-left:-40px;
	height:20px;
}
#pagination li {
	border:0;
	margin:0;
	padding:0;
	list-style:none;
	margin-right:3px;
	font-size:13px;
	font-family: 'PT Sans', sans-serif;	
}
/*----off state------*/
#pagination .previous-off, #pagination .next-off {
	border:0;
	display:block;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:14px;
	padding-left:14px;
	margin-right:4px;
	color: #555555;
	background-image:url(../images/rgb/bgd3.png);
	background-repeat:repeat;	
}
/*----on state------*/
#pagination .active {
	display:block;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:14px;
	padding-left:14px;
	margin-right:4px;	
	color: #cccccc;
	text-shadow:0 0 0 transparent, 0 1px 0px #000000;
	background-image:url(../images/rgb/bgd9.png);
	background-repeat:repeat;		
}
/*----normal state------*/
#pagination a:link, #pagination a:visited {
	display:block;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:14px;
	padding-left:14px;
	margin-right:4px;	
	color: #999999;
	background-image:url(../images/rgb/bgd3.png);
	background-repeat:repeat;
}
/*----over state------*/
#pagination a:hover {
	color: #cccccc;
	text-shadow:0 0 0 transparent, 0 1px 0px #000000;
	background-image:url(../images/rgb/bgd9.png);
	background-repeat:repeat;	
}
#pagination a {
	text-decoration:none;	
}
/*-----------Details-----------*/
.projectdetails {
	margin:0px;
	padding-top:20px;
	padding-bottom:50px;
	box-shadow: 1px 1px 3px #000000;	
	-moz-box-shadow: 1px 1px 3px #000000;
	-webkit-box-shadow: 1px 1px 3px #000000;	
	background-color:#101010;
}
.slider{
	height:325px;
	background-color:#101010;	
}
.projectdetails h2 {
	font-size:40px;
	font-family: 'PT Sans', sans-serif;	
	color:#ffffff;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
	margin-bottom:5px;
	margin-left:20px;
	padding:0px;
}
.projectdetails h3{
	margin-left:20px;
	font-size:30px;
	font-family: 'PT Sans', sans-serif;	
	color:#333333;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
.projectdetails h4 {
	font-size:22px;
	font-family: 'PT Sans', sans-serif;	
	color:#ffffff;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
.projectdetails h5 {
	margin-left:20px;
	font-size:13px;
	color:#888888;
	line-height:26px;
}
.projectdetails h5 a:hover {
	color:#ffffff;
}
.projectdetails h5 a {
	text-decoration:none;
}
.projectdetails h5 img{
	margin-right:5px;
	margin-top:2px;
	margin-bottom:-4px;
}
.projectdetails .featuredimage {
	margin-bottom:5px;
}
.projectdetails p a{
	text-decoration:none;
}
.projectdetails p {
	margin-top:10px;
}
/*-----------Details Small-----------*/
.projectdetailssm {
	margin:0px;
	padding-top:20px;
	padding-bottom:20px;
	box-shadow: 1px 1px 3px #000000;	
	-moz-box-shadow: 1px 1px 3px #000000;
	-webkit-box-shadow: 1px 1px 3px #000000;	
	background-color:#101010;
}
.projectdetailssm h2 {
	font-size:30px;
	font-family: 'PT Sans', sans-serif;	
	color:#ffffff;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
	margin-bottom:5px;
	margin-left:20px;
	padding:0px;
}
.projectdetailssm h3{
	margin-left:20px;
	font-size:24px;
	font-family: 'PT Sans', sans-serif;	
	color:#333333;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
.projectdetailssm h4 {
	font-size:22px;
	font-family: 'PT Sans', sans-serif;	
	color:#ffffff;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
.projectdetailssm h5 {
	margin-left:0px;
	font-size:13px;
	color:#888888;
	line-height:26px;
}
.projectdetailssm h5 a:hover {
	color:#ffffff;
}
.projectdetailssm h5 a {
	text-decoration:none;
}
.projectdetailssm h5 img{
	margin-right:5px;
	margin-top:2px;
	margin-bottom:-4px;
}
.projectdetailssm .featuredimage {
	margin-bottom:5px;
}
.projectdetailssm p a{
	text-decoration:none;
}
.projectdetailssm p {
	margin-top:10px;
}
/*-----------Blog Section-----------*/
.blogpost {
	margin-bottom:10px;
	padding:20px;
	box-shadow: 1px 1px 3px #000000;	
	-moz-box-shadow: 1px 1px 3px #000000;
	-webkit-box-shadow: 1px 1px 3px #000000;	
	background-color:#101010;
}
.blogpost.single {
	background:none;
	margin-bottom:10px;
	padding-bottom:10px;
}
.divider.comments {
	margin-bottom:0px;
}
.icons{
	margin-bottom:0px;
	margin-right:0px;
	padding:15px;
	background-image:url(../images/rgb/bgd6.png);
	background-repeat:repeat;
	-webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
	width:145px;
	text-align:center;
}
.blogpost h2 {
	font-size:40px;
	font-family: 'PT Sans', sans-serif;	
	color:#ffffff;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
	margin-bottom:5px;
	margin-right:0px;
	padding:0px;
}
.blogpost h3{
	font-size:30px;
	font-family: 'PT Sans', sans-serif;	
	color:#333333;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
.blogpost h4 {
	font-size:22px;
	font-family: 'PT Sans', sans-serif;	
	color:#ffffff;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
.blogpost h5 {
	font-size:13px;
	color:#888888;
	line-height:26px;
}
.blogpost h5 a:hover {
	color:#ffffff;
}
.blogpost h5 a {
	text-decoration:none;
}
.blogpost h5 img{
	margin-right:5px;
	margin-top:2px;
	margin-bottom:-4px;
}
.blogpost .featuredimage {
	margin-bottom:5px;
}
.blogpost p a{
	text-decoration:none;
}
.blogpost p {
	margin-top:10px;
}
.imgspace{
	margin-right:5px;
}
/*-----------Blog Comments-----------*/
.comment {
	margin: 0px;
	padding: 30px;
	background-image:url(../images/divider.png);
	background-repeat:repeat-x;
	background-position:top;
}
.commentformbox {
	width:360px;
	padding: 10px;
	margin-top:20px;
	border:#555555 solid 1px;
}
.commentformbox p {
	color:#777777;
}
.listcomments, .listcomments ul{
	margin: 0;
	padding: 0 0 0px 0;
	list-style: none;
}
.datestamp {
	font-size:14px;
	font-family: 'PT Sans', sans-serif;
	font-style:oblique;
	color:#cccccc;
	margin: 0 0 0px;
}
.username {
	font-size:16px;
	font-family: 'PT Sans', sans-serif;
	color:#ffffff;
	margin: 0 0 5px;
}
.name a {
	font-weight:normal;
	color:#999999;
}
.name a:hover {
	text-decoration:none;
}
.name strong {
	font-weight:normal;
}
.message {
	padding: 0px 10px 0px 0px;
	color:#999999;
}
.listcomments .response {
	list-style:none;
}
.listcomments .response .comment {
	margin: 0px 0px 0px 60px;
}
#commentsubmit label {
	margin:0 0 4px;
	display:block;
	font-size:13px;
	font-family: 'PT Sans', sans-serif;
	color:#999999;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
#commentsubmit input[type=text], #commentsubmit textarea {
	padding: 10px;
	margin: 0 10px 20px 0;
	font-family: 'PT Sans', sans-serif;
	color: #cccccc;
	font-size: 13px;
	background:#333333;
	border-bottom:1px #444444 Solid;
	border-right:1px #444444 Solid;
	border-top:1px #000000 Solid;
	border-left:1px #000000 Solid;
	background-color:#333333;
	overflow:hidden;	
}
#commentsubmit input[type=text] {
	width:360px;
}
#commentsubmit input[type=submit] {
	margin-bottom:40px;
}
#commentsubmit textarea {
	width:360px;
}
#commentsubmit input:focus, #commentsubmit textarea:focus {
	outline: none;
	color:#cccccc;
	background-color:#222222;
}
.gallery-title {
	font-size:1.08em;
	text-transform:uppercase;
}
#respond {
	margin:80px 0 0;
}
.reply a {
	font-size:14px;
	float: right;
	color:#cccccc;
}
.reply a:hover{
	color:#ffffff;
	text-decoration:none;
}
.contactsubmit label {
	margin:0 0 6px;
	display:block;
	font-size:13px;
	font-family: 'PT Sans', sans-serif;
	color:#999999;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
.contactsubmit input[type=text], .contactsubmit textarea, .contactsubmit select {
	padding: 10px;
	margin: 0 0 20px 0;
	font-family: 'PT Sans', sans-serif;
	color: #cccccc;
	font-size: 13px;
	border:0px;
	border-bottom:1px #333333 Solid;
	border-right:1px #333333 Solid;
	border-top:1px #000000 Solid;
	border-left:1px #000000 Solid;
	background-color:#333333;
	overflow:hidden;
}
.contactsubmit input[type=text] {
	width:360px;
}
.contactsubmit textarea {
	width:360px;
}
.contactsubmit input[type=submit] {
	margin-bottom:40px;
}
.contactsubmit input:focus, .contactsubmit textarea:focus {
	outline: none;
	color:#cccccc;
	background-color:#222222;
}
.contactsubmit label.error {
	font-size:13px;
	color:#c85849;
	text-transform:none;
}
/*-----------Page Headers-----------*/
.pagetitle {
	font-size:50px;
	font-family: 'PT Sans', sans-serif;	
	color:#ffffff;
}
.pagebgd {
	height:100px;
	background-color:#101010;
	padding-top:50px;	
}
.subpagetext ul{
	float: left;
	margin:0 0 0 0;
	padding:34px 0px 10px 16px;
}
.subpagetext ul li{
	display:inline;
}
.subpagetext ul li a{
	font-family: 'PT Sans', sans-serif;
	font-size:13px;
	line-height:0px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#777777;
	padding: 5px;
	background-image:url(../images/rgb/bgd3.png);
	background-repeat:repeat;	
	-webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;	
}
.subpagetext ul li a:hover{
	color:#ffffff;	
	padding: 5px;
	-webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
	background-image:url(../images/rgb/bgd3.png);
	background-repeat:repeat;	
}
.subpagetext ul li:last-child {
	font-family: 'PT Sans', sans-serif;
	font-size:13px;
	line-height:0px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	padding: 5px;	
	-webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
	background-image:url(../images/rgb/bgd3.png);
	background-repeat:repeat;	
}
.subpagetitle h2{
	color:#555555;
	font-size:20px;
	padding-top:35px;
}
.subpagebackground {
	height:80px;
}
.subpagetitle {
	height:100px;
	padding-top:0px;
	background-image:url(../images/rgb/bgd9.png);
	background-repeat:repeat;	
}
.subpagetext ul li:last-child {
	color:#ffffff;
}
/*-----------Common Settings-----------*/
ul, ol {
	padding:0 0 1.25em 2.5em;
}
#tabs ul, #tabs ol {
	padding:0;	
}
ul {
	list-style-type: square;
}
ol {
	list-style-type:decimal;	
}
small {
	font-size:0.85em;
}
img {
	border:0;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
/*-----------Global Settings-----------*/ 
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffffff;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
/*-----------Latest Section-----------*/
.latest h4, .latest h4 a, #tabs h4, #tabs h4 a {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	font-size:14px;
}
.latest h5, .latest h5 a {
	color:#666666;
}
.latest h3, .callout h3 {
	font-weight:bold;
}
/*-----------Footer Section-----------*/
.footer h1 {
	margin:0 0 10px 0;
	padding:0px;
	line-height:34px;
	font-weight:normal;
	font-size:28px;
	color:#ffffff;
	font-family: 'PT Sans', sans-serif;	
	text-shadow:0 0 0 transparent,#333333 0px 1px 0px;
}
.footer h1.footertitle a:hover {
	color:#ffffff;
}
.footer h2 {
	margin:0 0 10px 0;
	padding:0px;
	line-height:34px;
	font-weight:normal;
	font-size:28px;
	color:#ffffff;
	font-family: 'PT Sans', sans-serif;	
	text-shadow:0 0 0 transparent,#333333 0px 1px 0px;
}
.footer h2 a:hover {
	color:#ffffff;
}
.footer h3{
	margin-bottom:10px;
	padding:0px;
	line-height:24px;
	font-weight:normal;
	font-size:22px;
	font-family: 'PT Sans', sans-serif;	
	color:#ffffff;
	padding:0 0 10px 0;
	text-shadow:0 0 0 transparent,#333333 0px 1px 0px;
}
.footer h3 a:hover {
	color:#ffffff;
}
.footer h4{
	margin:0 0 10px 0;
	padding:0px;
	line-height:18px;
	font-weight:normal;
	color:#ffffff;
	font-family: 'PT Sans', sans-serif;
	text-shadow:0 0 0 transparent,#333333 0px 1px 0px;
}
.footer h4 a:hover{
	color:#ffffff;
}
.footer p, .footer ul, .footer ol, .footer.button, .credits ul, .credits ol, .credits.button, .footer textarea, .footer input {
	color:#888888;
	font-family: 'PT Sans', sans-serif;
}
.footer p a {
	text-decoration:none;	
}
.footer p a:hover {
	color:#ffffff;
}
.footer {
	padding:0px 0px 0px 0px;
	margin:0;
	position:relative;
	background-image:url(../images/rgb/bgd4.png);
	background-repeat:repeat;
}
.footer .socialbar {
	float:none;
	text-align:center;
	margin-top:0px;
}
.footer .footerlogo {
	text-align:center;
	margin-bottom:40px;
}
.topbutton {
	float:right;
	font-size:13px;
	font-family: 'PT Sans', sans-serif;
	padding: 5px;
	-webkit-border-radius:6px 6px 0px 0px;
	-moz-border-radius:6px 6px 0px 0px;
	border-radius:6px 6px 0px 0px;
	margin-top:25px;
	margin-right:30px;
	color:#ffffff;
	text-shadow:#000000 0px 0px 0px;
	background-color:#ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#111111'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#111111)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #222222,  #111111); /* for firefox 3.6+ */
}
/*-----------Comments Section-----------*/
.authorname, .authorname a  {
	padding:0 0 20px 0;
	letter-spacing:-1px;
	font-size:28px;
	font-family: 'PT Sans', sans-serif;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
	color:#999999;
}
/*-----------Tabs Typography-----------*/
.ui-tabs-vertical .ui-tabs-nav li a span {
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
	color:#999999;
	font-weight:normal;
	text-decoration:none;
	font-family: 'PT Sans', sans-serif;
}
.ui-tabs-vertical .ui-tabs-nav li a strong {
	font-size:14px;
	font-weight:bold;
	font-size:14px;
	color:#999999;
	font-family: 'PT Sans', sans-serif;
}
/*-----------Checklists-----------*/
.list1 {
	font-size:13px;
	font-family: 'PT Sans', sans-serif;
	color:#999999;
	line-height:18px;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
.list1 ul li {
	list-style: decimal;
}
.list2 {
	font-size:13px;
	font-family: 'PT Sans', sans-serif;
	color:#999999;
	line-height:18px;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
.list2 ul li {
	list-style: lower-latin;
}
.list3 {
	font-size:13px;
	font-family: 'PT Sans', sans-serif;
	color:#999999;
	line-height:18px;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;	
}
.list3 ul li {
	list-style: lower-roman;
}
.list4 {
	font-size:13px;
	font-family: 'PT Sans', sans-serif;
	color:#999999;
	line-height:18px;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;	
}
.list4 ul li {
	list-style: disc;
}
.list5 {
	font-size:13px;
	font-family: 'PT Sans', sans-serif;
	color:#999999;
	line-height:18px;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;	
}
.list5 ul li {
	list-style: url(../images/checklists/green_check.png);
}
.list6 {
	font-size:13px;
	font-family: 'PT Sans', sans-serif;
	color:#999999;
	line-height:18px;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
.list6 ul li {
	list-style: url(../images/checklists/plus.png);
}
.list7 {
	font-size:13px;
	font-family: 'PT Sans', sans-serif;
	color:#999999;
	line-height:18px;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
.list7 ul li {
	list-style: url(../images/checklists/magnify.html);
}
.list8 {
	font-size:13px;
	font-family: 'PT Sans', sans-serif;
	color:#999999;
	line-height:18px;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;	
}
.list8 ul li {
	list-style: url(../images/checklists/black_check.png);
}
.list9 {
	font-size:13px;
	font-family: 'PT Sans', sans-serif;
	color:#999999;
	line-height:18px;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
.list9 ul li {
	list-style: url(../images/checklists/red_check.png);
}
.list10 {
	font-size:13px;
	font-family: 'PT Sans', sans-serif;
	color:#999999;
	line-height:18px;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
.list10 ul li {
	list-style: url(../images/checklists/attention.png);
}
.list11 {
	font-size:13px;
	font-family: 'PT Sans', sans-serif;
	color:#999999;
	line-height:18px;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
.list11 ul li {
	list-style: url(../images/checklists/cube.png);
}
.list12 {
	font-size:13px;
	font-family: 'PT Sans', sans-serif;
	color:#999999;
	line-height:18px;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
.list12 ul li {
	list-style: url(../images/checklists/cog.png);
}
/*-----------Slide Out-----------*/
.slide-out-div {
	padding: 10px 10px 10px 15px;
	width: 90px;
	height: 260px;
	background-color:#f1f1f1;	
}
.slide-out-div p{
	font-size:13px;
	font-family: 'PT Sans', sans-serif;
	color:#666666;
	line-height:18px;
	text-shadow:0 0 0 transparent,#ffffff 0px 1px 0px;
}
/*-----------Flickr-----------*/
.thumbs { 
	margin: 0px; 
	padding: 0px; 
	overflow: hidden; 
}
.thumbs li { 
	list-style: none; 
	float: left;
}
.thumbs li a { }
.thumbs li img { 
	display: block; 
}
.thumbs li a img { 
	border: none;
	width:40px;
	height:40px;
	margin-bottom: 10px; 
	margin-right: 10px;	
}
/*-----------Pricing Table-----------*/
#ver-zebra th{
	font-family: 'PT Sans', sans-serif;	
	font-size: 20px;
	font-weight: normal;
	padding: 12px 15px;
	color: #ffffff;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;	
}
#ver-zebra td{ 
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	line-height: 25px;
	width: 645px;
	text-align: center;
	color: #cccccc;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;	
}
#ver-zebra td{
	padding: 8px 15px 8px 15px;
}
#ver-zebra td img{
	margin-top:15px;
	margin-bottom:15px;
}
.vzebra-odd{
	background-color:#333333;
}
.vzebra-enhance{
	background-color:#222222;
}
.vzebra-even{
	background-color:#444444;
}
.tone1{
	background-color:#101010;
}
.tone2{
	background-color:#222222;
}
.tone3{
	background-color:#333333;
}