/* ------------------------------------------------*/
/* ---------- body <<<--------------------*/
/* ------------------------------------------------*/
body{
	background:#fff /* url(../images/linenHD.png) top repeat */;
	font-family:Arial, Helvetica, sans-serif;
}
/* ------------------------------------------------*/
/* ---------- page_wrap <<<---------------*/
/* ------------------------------------------------*/
#page_wrap{
	width:920px;
	margin:0 auto;
}
#page,#footer,#copy-right{
	background:#ffffff;
	width:900px;
	margin-top:10px;
	padding:10px 40px 40px 40px;
	border:0px solid #595959;
	border-bottom:0;
	float:left;
}
#header{
	margin-bottom:0px;
	width:100%;
	float:left;
	
}
#header #logo{
	width:171px;
	height:118px;
	text-indent:-999999px;
	margin-left:auto; margin-right:auto;
	margin-bottom:0;
}
#header #logo a{
	display:block;
	background:url(../images/logo.jpg) no-repeat bottom;
	width:171px;
	height:118px;
	text-indent:-999999px;
	float:left;
}
#header #logo a:hover{
	background-position:top;
}
#header #soc_clie{
	float:right;
	width:200px;
}
#header ul.social_med{
	float:left;
	padding:0;
	margin:0;
	margin-top:5px;
}
#header ul.social_med li{
	list-style:none;
	padding:0;
	margin:0 0 0 5px;
	float:left;
}
#header ul.social_med li a:hover{
	opacity:.8;
}
#header #soc_clie #demo-header{
    width: 104px;
	height:27px;
	background:url(../images/login-button.png) no-repeat right top;
	float:right;
    position: relative;
	z-index:99999;
}
#header #soc_clie #demo-header:hover{
	background-position:bottom;
}
#header #soc_clie #login-link{
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    padding: 7px 30px 5px 10px;
    color: #e4e4e4;
	font-size:11px;
	text-decoration:none;
}
#header #soc_clie #login-panel{
    position: absolute;
    top: 30px;
    right: 0px;
    width: 190px;
    padding: 20px 15px 5px 15px;
	background:url(../images/login-bg.png) no-repeat top;
    font-size: 8pt;
    font-weight: bold;
    color: #FFF;
    display: none;
	z-index:9999;
	float:left;
	
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	
	-moz-box-shadow: 0px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 3px rgba(0,0,0,0.1);
}
#header #soc_clie label{
    line-height: 2.8;
	color:#FFFFFF;
	float:left;
	margin-bottom:15px;
}
#header #soc_clie input{
	background:url(../images/signin-button.png) no-repeat;
	width:58px;
	height:24px;
	border:0;
	color:#a1a5c3;
	font-size:11px;
}
#header #soc_clie label input{
	float:left;
	padding:3px 7px;
	width:175px;
	color:#65686f;
	border:0;
	background:#fff;
}
#header #soc_clie small{
	color:#fff;
	padding-left:10px;
}

.usa-rule {
	width:100%; height:1px;
	background:#999;
	margin:0 auto 30px auto;
	}

/*============================*/
/*= piecemaker Slider Styles =*/
/*============================*/
#piecemaker{
	width:100%;
	height:400px;
	margin-bottom:50px;
}
/*============================*/
/*=== Nivo Slider Styles ===*/
/*============================*/
#slider-wrapper {
    background: url(../images/featured-shadow.png) no-repeat bottom;
	width:900px;
	height:362px;
	clear:both;
	z-index:0;
	float:left;
	margin:10px 0 25px 0;
}
#slider {
	float:left;
	height:330px;
	position:relative;
    width:900px;
	background: url(../images/lightbox-ico-loading.gif) no-repeat 50% 50%;
}
#slider li img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider li{
	list-style:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right:10px;
	bottom:15px;
	top:340px;
	left:418px;
}
.nivo-controlNav a {
	display:block;
	width:15px;
	height:14px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-999999px;
	border:0;
	margin-right:2px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -14px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 0;
	font-size:17px;
}
.nivo-caption a {
    color:#fff;
    text-decoration:underline;
}
/* ------------------------------------------------*/
/* ---------- colorpicker <<<--------------------*/
/* ------------------------------------------------*/
/* Color picker - This is just to display the color picker on the left side of the page. You can remove this one anytime*/
.color_picker{	position:fixed;	left:0;	top:300px; background:#000; float:left; margin-left:-3px; padding:7px; z-index:9999999; -webkit-border-radius:4px; -moz-border-radius:4px; -o-border-radius:4px; border-radius:4px;  -moz-box-shadow: 0px 0px 5px #000; -webkit-box-shadow: 0px 0px 5px #000; box-shadow: 0px 0px 5px #000;}
.color_picker div{ -webkit-border-radius:4px; -moz-border-radius:4px; -o-border-radius:4px; border-radius:4px; }
.color_picker h2{ font-size:11px; font-family:Georgia, "Times New Roman", Times, serif; letter-spacing:4px; text-transform:uppercase; margin-bottom:0px; }
.colorSelector, .colorSelector2 { position: relative; width: 36px; height: 36px;	background: url(../images/select.png); }
.colorSelector div, .colorSelector2 div { position: absolute; top: 3px; left: 3px; width: 30px; height: 30px; background: url(../images/select.png) center; }
/* > Search Form <<<-----*/
.searchForm{
	float:left;
	margin:0 0 0 40px;
	width:215px;
	clear:both;
}
.searchfield{
	background:#fff;
	width:200px;
	float:right;
	margin-top:7px;
}
.searchForm .searchinput{
	border:0;
	width:155px;
	padding:4px 5px;
	height:17px;
	color:#6a6a6a;
}
.searchForm .searchbottom{
	position:relative;
	padding:2px 0;
	border:0;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	background:url(../images/go-button.png) no-repeat center;
	text-indent:-9999999px;
	margin-left:2px;
	width:25px;
	border:0;
}
/* ------------------------------------------------*/
/* ---------- menu <<<--------------------*/
/* ------------------------------------------------*/
#menu{
	height:39px;
	background:url(../images/menu-bg-2XXX.png) repeat-x top;
	width:308px;
	clear:both;
	margin:0 auto;
	text-align:center;
}
.ddsmoothmenu {
	float:left;
	width:100%;
}
.ddsmoothmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index:100;
}
.ddsmoothmenu ul li {
	font-family:'LeagueGothicRegular', Arial, sans-serif;
	text-transform:uppercase;
	font-size:22px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.ddsmoothmenu ul li a {
	color: #444;
	display: block;
	padding:10px 13px 12px 13px;
	text-decoration: none;
	margin-top:3px;
	background:url(../images/menu-li-border.png) repeat-y right;
}
.ddsmoothmenu ul li a:hover{
	background:url(../images/menu-hover.png) repeat-x;
	color:#999;
} 
.ddsmoothmenu ul li a.current {
	background:url(../images/menu-hover.png) repeat-x;
}
* html .ddsmoothmenu ul li a {
	display: inline-block;
}
.ddsmoothmenu ul li ul {
	margin-top:1px;
	display: none;
	float:left;
	left: 0;
	position: absolute;
	visibility: hidden;
	padding:10px 0;
	background:#090b12;
	opacity:.9;
	z-index:500;
	
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	
	-moz-box-shadow: 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 3px 3px rgba(0,0,0,0.1);
	box-shadow: 3px 3px rgba(0,0,0,0.1);
	
}
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
	border-bottom:1px solid #131521;
}
.ddsmoothmenu ul li ul li ul {
	top: 0;
	padding:10px 0;
	background:#090b12;
	margin:-10px 0 0 0;
	border-left:1px solid #131521;
}
.ddsmoothmenu ul li ul li a {
	border-top-width: 0;
	color:#fff;
	font-size:12px;
	margin: 0;
	padding:9px 15px;
	width: 180px;
	background:0;
}
.ddsmoothmenu ul li ul li a:hover {
	padding: 5px;
	padding:9px 15px;
	width: 180px; 
	z-index:99;
	background:#131521;
}
* html .ddsmoothmenu {
	height: 1%;
}

.downarrowclass {
	display:none;
	position: absolute;
	right: 7px;
	top: 27px;
}
.rightarrowclass {
	position: absolute;
	right: 5px;
	top: 13px;
	display:none;
}

.ddshadow {
	height: 0;
	margin-top: 100px;
	position: absolute;
	top: 0;
	width: 0;
}
.toplevelshadow {
	opacity: 0.8;
}
/* ------------------------------------------------*/
/* ---------- container <<<---------------*/
/* ------------------------------------------------*/
#container{
	float:left;
	width:100%;
}
#container p{
	font-size:12px;
	line-height:20px;
}
#breadcrumbs{
	width:100%;
	float:left;
	padding:20px 0 24px 0;
	margin-bottom:45px;
	border-top:1px solid #dddddf;
	background:url(../images/breadcrumbs-bg.gif) repeat-x bottom;
}
#breadcrumbs ul{
	width:45%;
	float:left;
	padding:0;
	margin:0;
}
#breadcrumbs ul li{
	font-size:12px;
	color:#45464a;
	font-weight:bold;
	float:left;
	margin:0;
	padding-right:5px;
	list-style:none;
}
#breadcrumbs ul li a strong{
	font-style:normal;
	font-style:italic;
}
#breadcrumbs ul li a:hover strong{
	cursor:default;
	color:#232529;
}
#breadcrumbs ul li a{
	font-weight:normal;
	color:#898a8e;
	text-decoration:none;
	font-size:12px;
	font-style:italic;
	padding:0;
	margin:0;
}
#breadcrumbs ul#account_info{
	width:42%;
	float:right;
	padding:0;
	margin:0;
}
#breadcrumbs ul#account_info li{
	padding:0;
	float:left;
}
#breadcrumbs ul#account_info li a{
	font-style:normal;
	font-size:11px;
	text-transform:uppercase;
	margin:0;
	display:block;
	padding:3px 24px 2px 20px;
}
#breadcrumbs ul#account_info li a:hover{
	color:#232529;
}
#breadcrumbs ul#account_info li a.myaccount{
	background:url(../images/my_account.gif) no-repeat left;
}
#breadcrumbs ul#account_info li a.wishlist{
	background:url(../images/wishlist.gif) no-repeat left;
}
#breadcrumbs ul#account_info li a.cart{
	background:url(../images/cart.gif) no-repeat left;
}
#breadcrumbs ul#account_info li a.checkout{
	background: url(../images/check_out.gif) no-repeat left;
	padding-right:0;
}
/* ---------------------------------------*/
/* -> Portfolio <<<-----------------*/
/* ---------------------------------------*/
ul.display {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.display li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
ul.display li a {
	color: #000;
	text-decoration: none;
}
ul.display li .content_block {
	padding-bottom:50px;
	float:left;
}
ul.display li .content_block ul{
	margin-bottom:0px;
	padding-bottom:0px;
	float:left;
}
ul.display li .content_block div a{
	width:195px;
	height:129px;
	float:left;
}
ul.display li .content_block div img{
	margin:0 20px 12px 0;
	position:relative;
	overflow:hidden;
	background:#111 url(../img/progress.gif) no-repeat center center;
	width:195px;
	height:130px;
}
ul.display li .content_block h3 {
	margin: 0;
	padding: 5px;
	font-weight: normal;
	font-size:18px;
}
ul.display li .content_block h3 a{
	color:#444444;	
}
ul.display li .content_block p {
	margin: 0;
	padding: 5px 5px 5px 210px;
}
ul.display li .content_block p a{
	color:#2ca9e4;
	font-weight:bold;
}
ul.thumb_view li{
	float:left;
	margin:0 40px 0 0;
	width: 195px;
}
ul.thumb_view li.fourth{
	float:right;
	margin:0;
	padding:0;
}
ul.thumb_view li h3 {
	display: inline;
	padding-top:20px;
}
ul.thumb_view li p{
	display: none;
}

a.switch_thumb {
	width: 130px;
	height: 17px;
	line-height: 26px;
	padding: 0;
	margin: 35px 0 40px 0;
	display: block;
	background: url(../images/switch.gif) no-repeat;
	outline: none;
	text-indent: -9999px;
}
a:hover.switch_thumb {
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
a.swap { background-position: left bottom; }
/*---portfolio-one<--------*/
#portfolio-one{
	padding:0;
	width:100%;
	float:left;
}
#portfolio-one li{
	list-style:none;
	margin:0 0 45px 0;
	width:100%;
	float:left;
}
#portfolio-one li div{
	width:57%;
	float:right;
}
#portfolio-one li img{
	float:left;
	padding-right:20px;
	background:url(../images/lightbox-ico-loading.gif) no-repeat 50% 50%;
}
#portfolio-one li h3,
#portfolio-two li h3,
#portfolio-three li h3,
#products li h3{
	padding:0 0 15px 0;
	font-weight:bold;
	color:#444444;
	font-size:14px;
}
#portfolio-one li h3 a,
#portfolio-two li h3 a,
#portfolio-three li h3 a,
#products li h3 a{
	color:#444444;
	text-decoration:none;
}
#portfolio-one li h3{
	font-weight:normal;
	font-size:25px;
}
/* GLOBAL ORANGE BUTTON *****************************/
a.GlobalOrangeButton span 			{background: transparent url(../images/button_left_orange.png) no-repeat 0 0; display: block; 
									line-height: 22px; padding: 6px 0 5px 18px; color: #9696a8; text-shadow:1px 1px 1px #fff;} 								
a.GlobalOrangeButton 				{background: transparent url(../images/button_right_orange.png) no-repeat top right; 
									display: block;	float: left; height: 34px; margin-right: 6px; 
									padding-right: 19px; text-decoration: none; font-family: Arial, Helvetica, sans-serif; 
									font-size:12px; font-weight:bold;}
a.GlobalOrangeButton:hover span		{background-position: 0 -34px; color: #8b8b9e;}
a.GlobalOrangeButton:hover			{background-position: right -34px;}

/*---portfolio-two<--------*/
#portfolio-two{
	width:100%;
	float:left;
}
#portfolio-two li{
	margin:0;
	list-style:none;
	width:47%;
	float:left;
	margin-bottom:50px;
	padding:0;
}
#portfolio-two li.last,
#portfolio-three li.last,
#products li.last{
	float:right;
}
#portfolio-two .detail{
	padding:20px;
	font-size:14px;
}
#portfolio-two li a{
	text-decoration:none;
}
#portfolio-two li p{
	font-style:italic;
	font-size:14px;
}
#portfolio-two li h3{
	font-size:22px;
	color:#ffffff;
	font-weight:normal;
}

/*---portfolio-three<--------*/
#portfolio-three{
	width:100%;
	float:left;
}
#portfolio-three li{
	width:30.2%;
	float:left;
	list-style:none;
	margin:0 42px 50px 0;
}
#portfolio-three li div{
	margin-bottom:15px;
}
#portfolio-three li div h3{
	font-size:18px;
	font-weight:normal;
}
#portfolio-three li.last{
	padding:0;
	margin:0;
	margin:0 0 45px 0;
}
/*---Products<--------*/
#products{
	width:100%;
	float:left;
}
#products li{
	text-align:center;
	list-style:none;
	width:21.7%;
	float:left;
	padding-bottom:15px;
	margin:0 39px 45px 0;
	background:#272727;
	
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
}
#products li div{
	margin-bottom:15px;
}
#products li h3{
	padding:0 0 15px 0;
	color:#edeef0;
	font-size:20px;
}
#products li h3 a{
	color:#edeef0;
	text-decoration:none;
	font-weight:normal;
}
#products li.last{
	margin:0;
}
#products li div small{
	float:left;
	width:100%;
	font-size:11px;
	color:#868686;
	margin-bottom:0px;
}
#products li div span a{
	font-size:14px;
	font-weight:normal;
	padding-top:10px;
}
#products li div p a{
	width:40.2%;
	display:block;
	float:left;
	text-align:center;
	margin-left:12px;
	margin-top:10px;
	text-decoration:none;
	background:#3a3c45;
	font-weight:normal;
	color:#9498a6;
	border:1px solid #4c4e5a;
	
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-topleft: 2px;
	
}
#products li div p a:hover{ 
	background:#454852;
	text-decoration:none;
	border:1px solid #565a67;
}
#products li div strong{
	color:#868686;
}
/*---Products Catalog<--------*/
#product_catalog{
	width:100%;
	float:left;
}
#product_catalog li{
	list-style:none;
	float:left;
	width:100%;
	border-bottom:1px solid #e8e8e8;
	padding-bottom:20px;
	margin:0 0 20px 0;
}
#product_catalog li img{
	float:left;
}
#product_catalog li div{
	width:75%;
	float:right;
}
#product_catalog li div.fulldetail{
	width:100%;
	float:left;
}
#product_catalog li div span	{
	color:#9696a8;
}
#product_catalog li h4{
	font-size:18px;
}
#product_catalog li h4 a{
	text-decoration:none;
	color:#2ca9e4;
}
/*---pagination<--------*/
.pagination{
	padding-top:20px;
	clear:both;
}
.pagination li{
	display:block;
	float:left;
	margin:0;
	padding-right:5px;
}
.pagination li a{
	font-size:12px;
	background:#f5f5ec;
	border:1px solid #d0d0d0;
	color:#bababa;
	display:block;
	margin:0;
	padding:5px 10px;
	text-decoration:none;
	text-shadow:1px 1px 1px #ffffff;
	
}
.pagination li a:hover{
	box-shadow: 0 0 5px rgba(200, 200, 200, 1); 
	-webkit-box-shadow: 0 0 5px rgba(200, 200, 200, 1); 
	-moz-box-shadow: 0 0 5px rgba(200, 200, 200, 1); 
	
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;
}
.pagination li.active{
	font-weight:bold;
	margin-right:5px;
	padding:0;
	text-shadow:1px 1px 1px #ffffff;
}
/* ---------------------------------------*/
/* -> Portfolio2 <<<-----------------*/
/* ---------------------------------------*/
/*splitter*/
.splitter {  margin: 0px 0 10px 7px; float:right; }
.splitter li { display:inline; }
.splitter .selected-0 a, .splitter .selected-1 a, .splitter .selected-2 a, .splitter .selected-3 a, .splitter .selected-4 a { color: #3C3C3D; border-color: #aaa; text-decoration: none; text-shadow: 1px 1px 0 #FFFFFF;  background: #f9f9f9;  }
.splitter li ul { float:right; margin-bottom:0; }
.splitter li ul li { margin-right:10px; }
/*image-grid*/
.image-grid { 
	margin: -20px 0 20px -90px; 
	padding-left: 45px; 
}
.image-grid:after { 
	content: ""; 
	display: block; 
	height: 0; 
	overflow: hidden; 
	clear: both; 
}
.image-grid li { 
	width: 207px; 
	height: 134px; 
	margin: 20px 0 30px 47px; 
	float: left; 
	text-align: center; 
	line-height: 17px; 
	color: #686f74; 
	list-style:none; 
	font-style:italic;
}
.image-grid li a.preview { 
	background:#fefefe url(../images/icon_search.png) no-repeat center center; 
	float:left; 
	margin-bottom:10px; 
}
.image-grid li img { 
	width:207px; 
	height:134px; 
}
.image-grid li img, .portfolio img  { }
.fade img, #works_list img{ background:#fefefe; float:left; }
.image-grid li img, .image-grid li h5 { 
	display: block; 
	text-align:left; 
	font-style:normal; 
	font-weight:normal; 
}
/*=============*/
/*= #font-face =*/
/*=============*/
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../fonts/League_Gothic-webfont.eot');
    src: url('../fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/League_Gothic-webfont.woff') format('woff'),
         url('../fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('../fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fontface {font: 60px/68px 'LeagueGothicRegular', Arial, sans-serif;letter-spacing:0;line-height:60px;margin-top:0;padding-top:0;}

.style1 {font: 18px/27px 'LeagueGothicRegular', Arial, sans-serif;line-height:18px;}

.style1-B {
	font: 21px/30px 'LeagueGothicRegular', Arial, sans-serif;
	line-height: 18px;
	margin-top: 10px;
			}

/* ---------------------------------------*/
/* ----- intro <<<---------------*/
/* ---------------------------------------*/

p#copyright {
	margin-top:60px;
	font-size:11px;
	}
#container #intro{
	width:100%;
	margin-bottom:40px;
	float:left;
	border-bottom:1px dashed #e8e8e8;
	padding-bottom:40px;
}
#container #intro h2{
	font-size:18px;
	border-bottom:1px dashed #e8e8e8	;
	padding-bottom:10px;
	margin-bottom:30px;
	width:101.6%;
}
#container #intro .first{
	width:210px;
	float:left;
	padding-left:15px;
}
#container #intro .first img{
	padding:2px;
	margin-bottom:15px;
	float:left;
	border:1px solid #cfcfcf;
}
#container #intro .first h2{
	font-size:26px;
	text-transform:uppercase;
	font-weight:normal;
	text-align:center;
	padding:0;
	padding-bottom:5px;
	border:0;
	margin-bottom:10px;
	width:100%;
}
#container #intro .first h2 small{
	font-size:9px;
	font-weight:normal;
	color:#7e7e7e;
}
#container span{
	font-size:11px;
}
#container span a,#container p a{
	display:block;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#2ca9e4;
}
#container #intro .first span a:hover{
	text-decoration:underline;
}
#container #intro #first{
	padding:0;
}
/*====================*/
/*=== content ========*/
/*====================*/
#content{
	float:left;
	width:550px;
	padding-top:0;
}
#content h3{
	color:#3b3c3f;
	font-size:22px;
	text-transform:uppercase;
}
#content img{
	float:left;
	padding:5px 20px 20px 0;
}
#content ul#second{
}
#content ul#second li{
	font-size:12px;
	padding:7px 0;
	list-style:none;
	margin:0;
	background:url(../images/edit-redo.png) no-repeat left;
	padding-left:25px;
	font-size:12px;
}
#content ul#second li a{
	text-decoration:none;
	color:#6a6a6a;
}
#content ul#second li a:hover{ color:#2ca9e4;}
#content .sec{
	width:47%;
	float:left;
	padding-bottom:15px;
}
#content #sec{
	float:right;
}
#content .one-half{
	width:100%;
	float:left;
	margin-bottom:10px;
}
#content .one-half img{
	float:left;
}
#content .one-half div{
	float:right;
	width:78%;
}
#content .one-half div h4{
	font-weight:bold;
}
/*====================*/
/*====== blog ========*/
/*====================*/
ul#blog{
	width:100%;
	float:left;
}
ul#blog li{
	list-style:none;
	margin:0 0 60px 0;
	float:left;
}
ul#blog li div{
	float:left;
}
ul#blog li ul.post_info{
	float:left;
	width:545px;
	border-top:1px dashed #e3e3e3;
	border-bottom:1px dashed #e3e3e3;
	padding:10px 0 10px 0;
	margin-bottom:10px;
}
ul#blog li ul.post_info li.coment{
	background:url(../images/comment32.png) no-repeat;
}
ul#blog li ul.post_info li.postadmin{
	background: url(../images/wand32.png) no-repeat;
}
ul#blog li ul.post_info li.category{
	background: url(../images/bargraph32.png) no-repeat;
}
ul#blog li ul.post_info li{
	margin-bottom:0;
	margin-right:15px;
	float:left;
	padding:3px 0 3px 20px;
}
ul#blog li ul.post_info li a{
	text-decoration:none;
}
ul#blog li span.date{
	float:left;
	position:relative;
	width:43px;
	height:43px;
	text-align: center;
	background: url(../images/blog-date.png) no-repeat;
	font-weight:bold;
	padding-top:7px;
	left:-46px;
	top:0px;
	margin:0;
	color:#e8e9ed;
}
ul#blog li h3{
	width:100%;
	font-size:30px;
	font-weight:normal;
	display:block;
	padding:6px 0 0 0;
}
ul#blog li h3 a{
	text-decoration:none;
	color:#3b3c3f;
	margin-left:-35px;
	float:left;
}
ul.post_info{
	font-size:11px;
	color:#6a6a6a;
}
ul.post_info li a{
	color:#2ca9e4;
}
ul#blog li h4{
	font-weight:bold;
}
/*=== single-blog ========*/
ul#post_comment{
	width:100%;
	float:left;
}
ul#post_comment li{
	width:100%;
	float:left;
	margin-bottom:10px;
	border-bottom:1px solid #d3d3d3;
}
ul#post_comment li span{
	color:#6a6a6a;
	font-style:italic;
	width:85%;
	padding-bottom:10px;
	float:right;
}
/*=== commenform ========*/
#commentform .input{
	background:#f6f6ea;
	border:1px solid #dbdbdb;
	color:#9a9a9a;
	margin-bottom:10px;
	padding:5px 10px;
	width:240px;
}
#commentform .textarea{
	background:#f6f6ea;
	border:1px solid #dbdbdb;
	color:#9a9a9a;
	height:150px;
	padding:10px;
	width:350px;
}
#commentform label{
	font-size:12px;
	color:#6a6a6a;	
}
#commentform #name:focus, #commentform #email:focus, #commentform #website:focus,#commentform #message:focus {
	border:1px solid #aaaaaa;
}
#commentform .button{
	background:#ffffff;
	border:0;
	color:#fff;
	cursor:pointer;
	padding:5px 10px 5px 10px;
	margin-top:20px;
	background:#1c1c1c;
}
/*====================*/
/*=== Contact ========*/
/*====================*/
#map_canvas{
	border:1px solid #c9c9c9;
	box-shadow: 0 0 5px rgba(210, 210, 210, 1); 
	-webkit-box-shadow: 0 0 5px rgba(210, 210, 210, 1); 
	-moz-box-shadow: 0 0 5px rgba(210, 210, 210, 1); 
	
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;
}
#contact{
	width:100%;
	float:left;
	margin-top:30px;
}
#contact-form {
	padding:0;
	margin:0;
}
#contact-form label {
	float:left;
	width:110px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#contact-form #name,#contact-form #company,#contact-form #email,#contact-form #subject,#contact-form #message {
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #d4d4d4;
	padding:5px;
	color:#5e5e5e;
	background:#ffffff;
	font-size:14px;
	border:1px solid #dbdbdb;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	width:200px;
}
#contact-form p{
	float:left;
	width:100%;
}
#contact-form #name:focus, #contact-form #email:focus,#contact-form #subject:focus,#contact-form #message:focus {
	border:1px solid #ffc600;
	padding:5px;
	
	border:1px solid #b5b5b5;
	box-shadow: 0 0 3px rgba(190, 190, 190, 1); 
	-webkit-box-shadow: 0 0 3px rgba(190, 190, 190, 1); 
	-moz-box-shadow: 0 0 3px rgba(190, 190, 190, 1); 
	
	-webkit-transition: all 0.9s ease; 
	-moz-transition: all 0.9s ease; 
	-o-transition: all 0.9s ease;
}
#contact-form #name, #email, #subject {
	width:200px;
}
#contact #message {
	width:400px;
	height:200px;
}
#contact-form .button {
	border:none;
	padding:8px 10px;
	background:#202020;
	text-transform:uppercase;
	color:#f6fdff;
	font-size:14px;
	font-weight:normal;
	cursor:pointer;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
}
#contact .errorMsg li {
	color:red;
	font-size:13px;
	margin-bottom:8px;
	float:left;
	display:block;
	padding:0;
	margin:0 0 10px 0;
	width:500px;
}
#contact .errorMsg h3 {
	color:red;
}
#Contact .infoMsg h3 {
	color:green;
}

/*====================*/
/*=== sidebar ========*/
/*====================*/
#sidebar{
	float:right;
	width:300px;
}
#sidebar h4{
	font-size:22px;
	text-transform:uppercase;
}
#loopedslider{
	width:100%;
	float:left;
	padding:0 0 30px 0;
}
.one-fourth{
	width:100%;
	float:left;
	padding-bottom:15px;
}
#loopedslider ul.paginationone{
	float:right;
	padding:0;
	z-index:999999;
	margin-top:-10px;
	padding-right:120px;
}
#loopedslider ul.paginationone li  { 
	float:left;  
	background:#d6d6d6; 
	margin:0 0 0 3px; 
	display:block; 
	width:7px; 
	height:7px; 
	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	text-indent:-999999px;
	
	cursor:pointer;
}
#loopedslider ul.paginationone li a { padding:1px 3px; display:block;  }
#loopedslider ul.paginationone li.active a { 
	background:#a9a9a9; 
	color:white; 
	height:5px; 
	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}
#sidebar a{
	color:#2ca9e4;
	text-decoration:none;
}
/*----------categories-----------------*/
#cat{
	width:100%;
	float:left;
	padding-bottom:15px;
}
#cat .cat{
	width:100%;
	float:left;
	border:1px solid #e8e8e8;
	padding-bottom:0;
	margin-bottom:20px;
	background:#f5f5f5;
}
#cat .cat li{
	font-size:12px;
	margin-bottom:10px;
	padding:7px;
	list-style:none;
	margin:0;
	padding:0;
}
#cat .cat li a.non-border{
	border-bottom:0;
}
#cat .cat li a{
	display:block;
	border-bottom:1px solid #e8e8e8;
	border-top:1px solid #ffffff;
	padding:12px 15px;
	color:#8d8d8d;
	text-shadow: 1px 1px 0 #FFFFFF;
}
#cat .cat li a:hover{
	background:#ffffff;
}
/*errorpage*/
.errorpage{margin-bottom:10px;}
.errorpage li{ background:url(../images/cancel.png) no-repeat left center; padding:0 0 0 22px; list-style:none; margin: 0 0 5px 0;}
.errorpage li span{color:#6a6a6a;}

/*----------LOOPSLIDER CSS-----------------*/
.container {
    width:100%;
    overflow:hidden;
    position:relative;
    cursor:pointer;
	float:left;
	padding:0 0 15px 0;
	top:-5px;
  }
.slides {
    position:absolute;
    left:0;
}
.slides > div {
    position:absolute;
    top:0;
    width:300px;
    display:none;
	float:left;
	padding:0;
  }
.slides > div div{
	float:right;
	width:160px;
}
.slides > div img{
	float:left;
	margin:5px 10px 0 0;
	padding:2px;
	border:0px solid #d3d3d3;
}
.slides > div p{padding:0 0 2px 0;}
#sidebar .slides > div p a{
	padding:0 0 7px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal; 
	color:#2ca9e4; 
	text-decoration:none; 
	float:left; 
	font-size:14px;
}
.slides > div span{
	padding-bottom:7px;
	color:#a6a6a6;
	width:100%;
	float:left;
}
p#enlarge {
	font-size:13px;
	line-height:13px;
	font-weight:bold;
	margin-top:2px;
	}
#sidebar .slides > div span a{
	text-decoration:none;
	color:#a6a6a6;
	border:1px solid #d9d9e2;
	width:70px;
	margin-top:7px;
	padding:5px 0 5px 10px;
	background:#f2f2f9;
	font-weight:normal;
	text-shadow:1px 1px 1px #fff;
	
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-topleft: 2px;

}
ul.ads{
	width:100%;
	float:left;
	padding-bottom:15px;
}
ul.ads li{
	list-style:none;
	margin:0;
	float:left;
	margin-bottom:16px;
}
ul.ads li img{
	padding:7px;
	border:1px solid #d3d3d3;
}
ul.ads li.r-ads{
	float:right;
}
.twitter{
	width:100%;
	float:left;
	background:url(../images/twitter-bird-.png) right top no-repeat;
}
ul.tweet{
	width:100%;
	float:left;
	padding-bottom:0;
	background: #f5f5f5;
	border:1px solid #e8e8e8;
	border-bottom:0;
}
ul.tweet li{
	line-height:20px;
	list-style:none;
	margin:0;
	padding:15px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #e8e8e8;
	border-top:1px solid #ffffff;
	padding-bottom:10px;
}
ul.tweet li a{
	color:#2ca9e4;
	text-decoration:none;
}
ul.tweet li a:hover{
	text-decoration:underline;
}
#vertical-ticker{
	height:261px;
	overflow:hidden;
	margin:0; padding:0;
}

#color{
	background:#2ca9e4;
	width:106.8%;
	height:4px;
	float:left;
	margin:0;
	padding:0;
}
/*====================*/
/*=== fullwidth ======*/
/*====================*/
.fullwidth{
	width:100%;
	height:210px;
	float:left;
	clear:both;
	margin-top:25px;
	border-bottom:1px dashed #e8e8e8;
	padding:0 0 0 0;
	margin:0 0 40px 0;
}
.fullwidth li{
	float:left;
}	
.work-desc{
	width:300px;
	float:right;
}
.work-desc h4{
	font-size:22px;
	text-transform:uppercase;
}
/* ------------------------------------------------*/
/* ---------- footer <<<------------------*/
/* ------------------------------------------------*/
#footer{
	padding-top:50px;
}
#footer,#copy-right {
	border:1px solid #000;
	border-bottom:1px solid #2c2c2c;
	float:left;
	margin:0;
	background:#272727;
	padding-bottom:30px;
}
/*-----------tabulation------------*/
#footer .first{
	width:210px;
	float:left;
	margin-top:-10px;
}
.tab-box {
	float:left; 
  width:200px;
  padding-bottom:0;
  margin:0;
}
.tab-box li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}
.tab-box a {
	float:left;
  color:#3b3b3b;
  padding: 9px 20px;
  text-decoration:none;
  background-color: #121212;
}
.tab-box a.activeLink { 
  border-bottom:0;
  border-right:0;
  padding: 9px 20px;
  background:#1c1c1c;
  color:#d5d5d5;
}
.tabcontent {
	float:left;
	width:170px;
	padding: 20px 20px;
	margin:0;
	padding-bottom:25px;
	border-top: 0;
	background:#1c1c1c;
	color:#a2a2a2;
}
.tabcontent ul{
	padding:0 0 0 0;
}
.tabcontent ul li{
	list-style:none;
	margin:0;
	font-size:12px;
	color:#a2a2a2;
	background:url(../images/edit-redo.png) no-repeat left;
	padding-left:25px;
}
.tabcontent ul li a{
	text-decoration:none;
	padding:10px 0;
	color:#a2a2a2;
	display:block;
	background: url(../images/ul-border.jpg) repeat-x bottom;
}
.tabcontent ul li a:hover{
	color:#fff;
}
.hide { display: none;}
#footer .second{
	width:200px;
	float:left;
	padding-left:30px;
}
#footer .second div{
	margin-bottom:15px;
}
#footer .second div p{
	font-size:12px;
	font-style:italic;
	line-height:18px;
	color:#a2a2a2;
}
#footer h3{
	color:#d5d5d5;
	font-size:20px;
	text-transform:uppercase;
}
#footer .second ul{
	font-size:12px;
	float:left;
}
#footer .second ul li{
	float:left;
	width:100%;
	height:60px;
	list-style:none;
	margin:0;
	padding:0;
	line-height:18px;
}
#footer .second ul li a{
	text-decoration:none;
	color:#a2a2a2;
}
#footer .second ul li img{
	margin:2px 10px 20px 0;
	float:left;
	border:4px solid #1c1c1c;
}
#footer .second ul li:hover img{
	border:4px solid #eaeaea;
}
#footer .third{
	width:200px;
	float:left;
	padding-left:30px;
}
#footer .third ul li{
	list-style:none;
	margin:0;
	float:left;
	margin-bottom:10px;
}
#footer .third ul li.last{
	float:right;
}
#footer .third ul li img{
	border:4px solid #1c1c1c;
}
#footer .third ul li img:hover{
	border:4px solid #eaeaea;
}
#copy-right{
	background:#1c1c1c;
	width:900px;
	border:1px solid #000;
	border-top:1px solid #171717;
	margin-bottom:50px;
	text-align:center;
	
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	padding-bottom:40px;
}
#copy-right span{
	font-size:11px;
	width:100%;
	text-align:center;
	padding-bottom:70px;
	color:#545454;
}
#copy-right span a{
	color:#545454;
	text-decoration:none;
	font-weight:bold;
}
#copy-right span a:hover{
	color:#2ca9e4;
}
/*====================*/
/*=== Go To Top ======*/
/*====================*/
#toTop {
	width:52px;
	height:59px;
	background:url(../images/topbutton.png) no-repeat;
    text-align:center;
    position:fixed; /* this is the magic */
    bottom:30px; /* together with this to put the div at the bottom*/
    right:30px;
    cursor:pointer;
    display:none;
	text-indent:-999999px;
}
/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
/* ------------------------------------------------*/
/* ---------- common styles <<<-----------*/
/* ------------------------------------------------*/
.clearfix {
	clear:both;
}
h1, h2, h3, h4, h5, h6, h7, p, pre, ol, ul, dl {
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:10px;
	line-height:20px;
	color:#444444;
}
h4 {
	margin-top:16px;
	}

#usa-topper {
	margin-top:0;
	}
p {
	color:#6a6a6a;
}
li {
	list-style:outside;
	margin-left:20px;
}
ul.styledlist {
	clear:both;
	margin:0;
	padding:0 0 20px 0;
}
ul.styledlist li {
	background:url(../images/arrow.gif) no-repeat left 0.4em;
	padding-left:17px;
	list-style:none;
	margin-left:5px;
	margin-left:5px;
	line-height:22px;
}
ol li {
	list-style:decimal;
	margin-left:20px;
}
dl dt {
	font-weight:bold;
	padding-bottom:10px;
}
dl dd {
	padding-bottom:10px;
	margin-left:0px;
}
strong {
	font-weight:bold;
}
em, code {
	font-style:italic;
}
ul, ul li {
	list-style-type:disc;
}
ol, ol li {
	list-style-type:decimal;
}
table {
	margin-bottom:1.4em;
	width:100%;
	-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, .2);
	lid #cacaca;
}
th {
	font-weight:bold;
	font-size:13px;
	background:#ececec;
	border-bottom:1px solid #e2e2e2;
	border-top:1px solid #fefefe;
	border-left:1px solid #fefefe;
	border-right:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
}
th, td, caption {
	padding:4px 10px 4px 5px;
}
td{
	font-size:12px;
	border-top:1px solid #fff;
	border-right:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	border-left:1px solid #fefefe;
}

th, td, caption {
	padding:4px 10px 4px 5px;
}
tfoot {
	font-style:italic;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom: 1px dotted;
	cursor:help;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	text-decoration: line-through;
}
pre {
	white-space:pre;
}
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.border {
	border:1px solid #c8c9be;
	padding:2px;
}
img.alignright {
	display: inline;
	margin:0 0 10px 12px;
}
img.alignleft {
	display: inline;
	margin:0 12px 10px 0px;
}
.alignright {
	float: right;
	width:auto;
}
.alignleft {
	float: left;
	width:auto;
}
/******************************************/
/*           -anchor-                  */
/******************************************/
/*a:link { color:#444444; }
a:visited { color:#444444; } 
a:hover { color:#7a7a7a; } 
a:active { color:#444444; }*/
.videoleft {
	float: none;
	/* [disabled]clear: left; */
}
