@font-face {
 font-family: 'PFBeauSansProThin';
 src: url('pfbeausanspro-thin-webfont.eot');
 src: local('?'), url('pfbeausanspro-thin-webfont.woff') format('woff'), url('pfbeausanspro-thin-webfont.ttf') format('truetype'), url('pfbeausanspro-thin-webfont.svg#webfontBFQaYmad') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'PFBeauSansProLight';
 src: url('pfbeausanspro-light-webfont.eot');
 src: local('?'), url('pfbeausanspro-light-webfont.woff') format('woff'), url('pfbeausanspro-light-webfont.ttf') format('truetype'), url('pfbeausanspro-light-webfont.svg#webfontrR2yiVmg') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'PFBeauSansProBold';
 src: url('pfbeausanspro-bold-webfont.eot');
 src: local('?'), url('pfbeausanspro-bold-webfont.woff') format('woff'), url('pfbeausanspro-bold-webfont.ttf') format('truetype'), url('pfbeausanspro-bold-webfont.svg#webfontQzIt3xHF') format('svg');
 font-weight: normal;
 font-style: normal;
}
/* -----------------------------------------------*/
/* ------------------>>> BODY <<<-----------------*/
/* -----------------------------------------------*/
body {
	background:url(../images/body_bg.gif) repeat;
	color:#535252;
	font:12px/20px Verdana, Geneva, sans-serif;
}
/* ------------------------------------------------*/
/* ---------------->>> HEADER <<<------------------*/
/* ------------------------------------------------*/
#logo {
	text-indent:-999999px;
	padding:20px 20px 4px 20px;
	float:left;
}
#logo a {
	background:url(../images/logo.png) no-repeat;
	display:block;
	width:225px;
	height:64px;
}
#menu {
	float:left;
	width:400px;
	height:64px;
	background-color:#E5E5E5;
	padding:20px 20px 4px 20px;
}
/* ------------------------------------------------*/
/* -------------->>> MAIN MENU BG <<<--------------*/
/* ------------------------------------------------*/
#main-menu {
	background:url(../images/mainmenu_bg.gif) no-repeat bottom;
	float:left;
	width:100%;
	margin-bottom:1px;
}
/* ------------------------------------------------*/
/* -------------->>> STRUCTURE <<<-----------------*/
/* ------------------------------------------------*/
#outer-page #page {
	background:url(../images/page_bg.gif) repeat-x;
}
#inner-page #page {
	background:url(../images/innerpage_page_bg.gif) repeat-x;
}
#wrap {
	width:960px;
	margin:0 auto;
}
#wrap #container {
	width:986px;
	float:left;
}
/*search-form*/
.search {
	position:absolute;
	z-index:9999;
	right:4em;
}
#search-form {
	float:right;
	margin:14px 5px 0 0;
}
#search-form div {
	background:url(../images/magnify.gif) no-repeat 4% 60%;
}
#search-form input {
	padding:6px 7px 6px 30px;
	width:220px;
	color:#535252;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	background:url(../images/input-bg.png) no-repeat scroll 0 0;
	border:1px solid #BBBBBB;
	display:block;
	font:12px/18px 'PFBeauSansProLight', Arial, Helvetica, sans-serif;
	margin:0 0 10px;
	text-shadow:0 0 1px #FFFFFF;
}
#search-form input:focus {
	border:1px solid #a1a1a1;
	background:none;
}
/*outer-page*/
#outer-page #container .top-bg {
	background:url(../images/c_topbg.png) no-repeat;
	float:left;
	height:520px;
}
/*inner-page*/
#inner-page #container .top-bg {
	background:url(../images/innerpage_c_topbg.png) no-repeat;
	float:left;
	height:275px;
}
#header {
	width:886px;
	padding:1px 50px 0px 50px;
	margin:0;
	position:relative;
	margin-top:40px;
}
/*main-content*/
#main-content, #footer {
	clear:both;
	margin:0 auto;
	width:964px;
}
#main-content .maincontent-bg {
	width:864px;
	padding:10px 50px 0px 50px;
	margin:0;
	float:left;
	background:url(../images/maincontent_bg.png) repeat-y;
}
* html #main-content .maincontent-bg {
	z-index:1;
}
#wide-page {
	width:100%;
}
/*content*/
#content {
	float:left;
	width:570px;
	margin-top:20px;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color:#000;
}
#content h1 {
	font-size:30px;
	line-height:30px;
}
#content h2 {
	font-size:22px;
	line-height:26px;
}
#content h3 {
	font-size:18px;
	line-height:20px;
}
/*sidebar*/
#sidebar {
	margin-top:20px;
	width:260px;
	float:right;
}
#sidebar h2 {
	font-size:14px;
	color:#000;
	text-transform:uppercase;
}
.with-text-line-below {
	margin-bottom:0;
	padding-bottom:0;
}
.text-line {
	font-style:italic;
	color:#9e9e9e;
	display:block;
	border-bottom:1px solid #d9d9d9;
	margin-bottom:20px;
}
/*sidebox*/
.sidebox {
	padding:0 0 40px 0;
	float:left;
	width:260px;
}
/*side-nav*/
.side-nav {
	margin:0;
	padding:0;
	border-top:1px solid #d9d9d9;
}
.side-nav li {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	height:100%;
}
.side-nav li a {
	text-transform:uppercase;
	padding:10px 0 10px 12px;
	display:block;
	border-bottom:1px solid #d9d9d9;
	font-size:12px;
	cursor:pointer;
	font-family:'PFBeauSansProLight', Arial, Helvetica, sans-serif;
}
.side-nav li.current {
	color:#fff;/*background:url(../images/side_nav_bg.gif) no-repeat left 25%;*/
}
.side-nav li.current a {
	color:#fff;
	font-weight:bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	background-color:#a7dcd8;
}
/*news*/
#news {
	padding:0;
	margin:0;
}
#news li {
	list-style:none;
	margin:0;
	padding:0 0 20px 0;
}
#news li a {
	font-weight:bold;
	padding:0;
	margin:0;
}
#news li .news-meta {
	display:block;
	font-style:italic;
	color:#9e9e9e;
}
#news li .news-meta a {
	color:#878787;
	border-bottom:dotted 1px #878787;
	font-weight:normal;
	font-size:11px;
}
/*big-list*/
.big-list {
	padding:0;
	margin:0;
	float:left;
	width:100%;
}
.big-list li {
	list-style:none;
	padding:0;
	margin:0 0 20px 0;
	float:left;
	width:100%;
}
#services li div {
	float:right;
	width:480px;
}
/* loopslider detail page */
#main-content #loopedSlider2, #main-content #loopedSlider3 {
	position:relative;
}
#main-content #loopedSlider2 .container {
	width:574px;
	height:345px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}
#main-content #loopedSlider3 .container {
	width:868px;
	height:420px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}
#main-content #loopedSlider2 .slides, #main-content #loopedSlider3 .slides {
	position:absolute;
	top:0;
	left:0;
	list-style:none;
	padding:0;
	margin:0;
}
#main-content #loopedSlider2 .slides li {
	position:absolute;
	top:0;
	width:600px;
	display:none;
	padding:0;
	margin:0;
}
#main-content #loopedSlider3 .slides li {
	position:absolute;
	top:0;
	width:868px;
	display:none;
	padding:0;
	margin:0;
}
#main-content #main-content #loopedSlider2 .pagination, #main-content #main-content #loopedSlider3 .pagination, .gallery {
	margin:0;
	padding:0;
}
.gallery {
	float:left;
	width:100%;
	margin-bottom:20px;
}
#main-content #loopedSlider2 .pagination li, #main-content #loopedSlider3 .pagination li, .gallery li {
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
}
.gallery li a {
	margin:0 10px 10px 0;
}
#main-content #loopedSlider2 .pagination li.active a img, #main-content #loopedSlider3 .pagination li.active a img, .gallery li.active {
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background:#fff;
}
.gallery {
	margin-bottom:40px;
}
/*social*/
ul#social li {
	float:left;
	height:25px;
	width:25px;
	list-style:none;
	margin:0 0 10px 0;
	padding:0 0 0 13px;
}
ul#social li a {
	outline: 0;
}
ul#social li a img {
	position:relative;
}
ul#social li:first-child {
	padding-left:0;
}
/*slideshowHolder_outer*/
#slideshowHolder_outer {
	clear:both;
	margin:0px 0 0 4px;
	background:url(../images/slideshow_bg.png) no-repeat;
	width:880px;
	height:389px;
}
* html #slideshowHolder_outer {
	margin:0px 0 0 0px;
}
/*title_bar*/
.title_bar {
	background:url(../images/header_bar.png) no-repeat;
	width:971px;
	height:105px;
	padding-bottom:0px;
	margin:126px 0 0 -43px;
}
* html .title_bar {
	margin:-2px 0 0 -43px;
}
*:first-child+html .title_bar {
	margin:0 0 0 -43px;
}
.title_bar h2 {
	font-size:28px;
	color:#fff;
	padding:37px 0 0 50px;
	margin:0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	font-family:'PFBeauSansProLight', Arial, Helvetica, sans-serif;
}
/*nivoSlider*/
.nivoSlider {
	position:relative;
	min-height:364px;
	background:#202834 url(../images/loading.gif) no-repeat 50% 50%;
}
.text-button {
	margin-bottom:20px;
}
.text-button a {
	background:url(../images/big_arrow.png) no-repeat right .2em;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	padding-right:30px;
}
.text-button-arrow-reverse a {
	background:url(../images/big_arrow_reverse.png) no-repeat left .2em;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	padding-left:30px;
}
* html .text-button a {
	background:url(../images/big_arrow.png) no-repeat right 5em;
}
/*recent-post*/
.recent-post, .recent-comments {
	margin-bottom:10px;
	font-size:13px;
	font-weight:bold;
}
.recent-post li.first {
	padding:0 0 20px 0;
}
.recent-post li, .recent-comments li {
	list-style:none;
	padding:20px 0 20px 0;
	margin:0 0 0 0;
	border-bottom:1px solid #e8e8e8;
}
.recent-post li img {
	margin-top:-5px;
}
.recent-comments li img {
	margin-top:0px;
}
.recent-post li .meta, .recent-comments li .comment {
	display:block;
	font-size:12px;
	font-weight:normal;
	color:#9e9e9e;
}
.recent-comments li .comment {
	float:right;
	width:340px;
	color:#535252;
}
*:first-child+html .recent-comments li .comment {
	float:none;
}
.recent-comments li .comment .date-comment, .recent-post li .meta {
	display:block;
	color:#9e9e9e;
	font-style:italic;
}
/*tabs*/
ul.tabs {
	margin: -4px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
}
body ul.tabs li a {
	text-decoration: none;
	color: #535252;
	display: block;
	font-size: 18px;
	padding: 0 20px;
	outline: none;
}
ul.tabs li.active { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #f3f3f3;
	border: 1px solid #e9e9e9;
	border-bottom: 1px solid #f3f3f3; /*--Makes the active tab look like it's connected with its content--*/
	color:#efefef;
}
/*tab container*/
.tab_container {
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	background: #f3f3f3;
}
.tab_content {
	border-top: 1px solid #e9e9e9;
	padding-top:25px;
}
.tab_content_last {
	border-top: 1px solid #e9e9e9;
	padding-top:0px;
}
/*intro-message*/
.intro-message {
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	padding:2px 0;
	float:left;
}
.intro-message h2 {
	padding:20px;
	font-weight:normal;
	font-size:24px;
	line-height:29px;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	margin-bottom:0px;
	/*background:#f1f1f1;*/
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	font-family:'PFBeauSansProLight', Arial, Helvetica, sans-serif;
	text-align:center;
}
/*breadcrumbs*/
#breadcrumbs {
	margin:10px 0 0 10px;
	padding-bottom:20px;
}
#breadcrumbs li {
	padding:0;
	margin:0;
}
#breadcrumbs li {
	display:inline;
}
#breadcrumbs li.label {
	font-style:italic;
}
#breadcrumbs li a {
	background:url(../images/breadcrumbs_arrow.gif) no-repeat right .5em;
	padding-right:10px;
	margin-right:5px;
}
#breadcrumbs li.last {
	font-weight:bold;
	font-style:italic;
}
/*email-subscription*/
#email-subscription div {
	background:#e5e5e5;
	padding:5px;
}
#email-subscription div #e {
	padding:4px;
	border:1px solid #cdcdcd;
	width:200px;
	color:#535252;
}
#email-subscription div #go {
	background:#655d86;
	color:#fff;
	border:none;
	padding:4px;
	margin-left:-2px;
	border:1px solid #585078;
}
/*testimonial*/
.client {
	margin-right:10px;
}
.client_position {
	display:block;
}
/*blockquote*/
blockquote {
	background:url(../images/quote.png) no-repeat left .5em;
	padding-left:80px;
}
blockquote p {
	color:#939393;
	font-size:16px;
	line-height:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
blockquote p cite {
	color:#333;
}
#main-content .testimonial blockquote, #main-content #sidebar .sidebox blockquote {
	background:none;
	padding-left:0px;
}
#main-content .testimonial blockquote p, #main-content #sidebar .sidebox blockquote p {
	font-size:15px;
	line-height:21px;
}
#main-content .testimonial blockquote .author, #main-content #sidebar .sidebox blockquote .author {
	border-top:1px solid #e3e3e3;
	padding-top:10px;
	font-size:14px;
}
#main-content .testimonial blockquote .author .arrow_up, #main-content #sidebar blockquote .author .arrow_up {
	background:url(../images/arrow_up.gif) no-repeat;
	display:block;
	position:absolute;
	width:13px;
	height:8px;
	margin:-18px 0 0 21px;
}
/*price*/
.price {
	font-size:11px;
	color:#999;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	position:relative;
}
.price .number {
	color:green;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}
.price .info {
	position:absolute;
	right:0;
}
/*hr = horizontal line*/
hr {
	background:url(../images/hr.gif) no-repeat;
	width:860px;
	height:16px;
	border:none;
	margin:0 0 40px 0;
}
/*portfolio - primary view option*/
#portfolio {
	margin:-15px 0 0 0;
}
#portfolio2 {
	margin:0 0 0 0;
}
#portfolio ul.display, #portfolio2 ul.display {
	width: 860px;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	position:relative;
	clear:both;
}
#portfolio ul.display li {
	width: 860px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	list-style:none;
	float:left;
}
#portfolio ul.display li a, #portfolio2 ul.display li a {
	text-decoration: none;
}
#portfolio ul.display li .content_block, #portfolio2 ul.display li .content_block {
	padding:0;
}
#portfolio ul.display li .content_block h3 {
	margin:0px 0 0 0;
	padding:0 5px;
	font-weight: bold;
	font-size:12px;
	float:none;
}
#portfolio ul.thumb_view li .content_block h3 {
	margin:20px 0 0 0;
	padding:0 5px;
	font-weight: bold;
	font-size:12px;
	float:left;
}
#portfolio ul.display li .content_block p, #portfolio2 ul.display li .content_block p {
	margin: 0;
	padding: 5px 10px 5px 250px;
}
#portfolio ul.display li .content_block a img, #portfolio2 ul.display li .content_block a img {
	margin: 0 40px 20px 0;
	float: left;
}
#portfolio ul.thumb_view li {
	width: 260px;
	padding:0 40px 0 0;
	height:230px;
}
* html #portfolio ul.thumb_view li, * html #portfolio2 ul.thumb_view li {
	padding:0 22px 0 0;
}
#portfolio ul.thumb_view li.third, #portfolio2 ul.thumb_view li.third {
	padding:0 0 0 0;
}
#portfolio ul.thumb_view li h2, #portfolio2 ul.thumb_view li h2 {
	display: inline;
}
#portfolio ul.thumb_view li p, #portfolio2 ul.thumb_view li p {
	display: none;
}
#portfolio ul.thumb_view li .content_block a img, #portfolio2 ul.thumb_view li .content_block a img, .thumb img, .thumb_small img {
	margin:0;
	filter:alpha(opacity=100);
	opacity:100;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#portfolio a.switch_thumb {
	width: 130px;
	height: 18px;
	line-height: 21px;
	padding: 0;
	margin: 10px 0 20px 0;
	display: block;
	background: url(../images/switch.gif) no-repeat;
	float:right;
	outline: none;
	text-indent: -9999px;
	position:relative;
}
#portfolio a.switch_thumb:hover {
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
#portfolio a.swap {
	background-position: left bottom;
}
#portfolio .display a.overlay_image, #portfolio .display a.overlay_image:hover, #portfolio2 .display a.overlay_image, #portfolio2 .display a.overlay_image:hover {
	position:absolute;
	margin:67px 0 0 74px;
	z-index:10;
	display:none;
	color:#000;
	text-indent:-99999px;
	width:133px;
	height:37px;
}
.display .magnify {
	background:url(../images/view_project.png) no-repeat;
}
.display .video {
	background:url(../images/view_project.png) no-repeat;
}
.thumb {
	background:url(../images/thumb_bg.png) no-repeat 50% 50%;
	float:left;
}
.thumb_small {
	background:url(../images/thumb_small_bg.png) no-repeat 50% 50%;
	float:left;
}
/*filter*/
#portfolio2 .filter-menu-container {
	float:left;
	margin-bottom:20px;
}
#portfolio2 ul.filter-menu {
	margin-bottom: 1em;
}
#portfolio2 ul.filter-menu li {
	display: inline;
	font-weight: bold;
	text-shadow: 1px 1px 0px #f3f5da;
	padding:6px 15px;
	margin:0
}
#portfolio2 ul.filter-menu .selected, .navigation li a, .button .submit_button {
	background-position:0 0;
	padding:6px 17px 8px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius: 15px;
	background-image:url(../images/36px-blended.png);
	border-color:rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35);
	border-style:solid;
	border-width:1px;
	padding:4px 14px 6px;
	background-color:#585078;
	color:#fff;
}
.navigation li a:hover, .button .submit_button:hover {
	background-color:#736b98;
}
.button .submit_button {
	cursor:pointer;
}
#portfolio2 ul.filter-menu .selected a, #portfolio ul.filter-menu .selected a:visited {
	text-shadow: 1px 1px 0px #c6c6c6;
	text-shadow:none!important;
	color: #fff;
}
#portfolio2 ul.item {
	width:960px;
	margin:0 0 0 -26px;
	float:left;
}
* html #portfolio2 ul.item {
	width:930px;
	margin:0 0 0 -15px;
}
#portfolio2 ul.item li {
	list-style-type: none;
	width: 270px;
	height:240px;
	margin:0 1.5em;
	float:left;
}
#portfolio2 ul.item li a.img {
	float:left;
}
#portfolio2 ul.item li h3 {
	float:left;
	margin:0 0 0 0;
	padding:0 5px;
	font-size:12px;
	font-weight:bold;
}
* html #portfolio2 ul.item li {
	margin:0 .5em;
}
#portfolio2 ul.item li img, #portfolio ul.item li img {
	border: 5px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #ac987e;
	-moz-box-shadow: 0px 0px 5px #ac987e;
	box-shadow: 0px 0px 5px #ac987e;
	float:left;
}
/*blog-post*/
.blog-post h2 {
	margin-bottom:10px;
	padding-bottom:0px;
}
.blog-post .meta {
	display:block;
	margin-bottom:20px;
	color:#9e9e9e;
}
.blog-post .post {
	margin-bottom:40px;
	float:left;
}
.blog-post .prev {
	float:left;
}
.blog-post .next {
	float:right;
}
/*blog comment post*/
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
	color: #000;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
	list-style:none;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul, #comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active, .comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
	color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
	list-style:none;
	margin:0;
}
.nopassword, .nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}
/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:97%;
}
#respond textarea {
	width:97%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
/*number navigation*/
.navigation {
	float:left;
	width:100%;
}
.navigation li {
	display:inline;
	margin:0;
	padding:0;
}
/*contact-form*/
#contact-form {
	padding:0;
	margin:0;
}
#contact-form label {
	float:left;
	width:80px;
	font-weight:bold;
}
#name, #email, #message, #comment, #url, #author {
	padding:6px 7px 6px 7px;
	width:220px;
	color:#535252;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	background:#fff url(../images/input-bg.png) no-repeat scroll 0 0;
	border:1px solid #BBBBBB;
	display:block;
	font:12px/18px Verdana, Geneva, sans-serif;
	margin:0 0 10px;
	text-shadow:0 0 1px #FFFFFF;
}
#name:focus, #email:focus, #message:focus, #comment:focus, #url:focus, #author:focus {
	border:1px solid #a1a1a1;
	background:#fff;
}
#name, #email {
	width:280px;
}
#message {
	width:400px;
	height:200px;
}
#main-content #content .errorMsg h3 {
	color:red;
}
#main-content #content .infoMsg h3 {
	color:green;
}
/*piecemaker*/
#piecemaker {
	margin:-57px 0 0 -87px;
	width:1060px;
	height:498px;
	position:relative;
	background:url(../images/piecemaker_bg.png) no-repeat bottom center;
}
/*slideimage*/
#slideimage {
	list-style:none;
	width:880px;
	height:363px;
	display:block;
	overflow:hidden;
}
#slideimage li {
	float:left;
	display:inline;
	overflow:hidden;
	margin:0;
	padding:0;
}
#slideimage li .slide {
	position:relative;
	overflow:hidden;
}
#slideimage li .slide .shadow {
	position:absolute;
	z-index:100;
	width:50px;
	height:363px;
	background:url(../images/slide_shadow.png) no-repeat;
	right:0;
}
*:first-child+html #slideimage li .slide .shadow {
	right:0px;
}
#slideimage li .slide .small-caption {
	background:#000;
	opacity:50%;
	position:absolute;
	z-index:200;
	right:0;
	padding:20px;
	display:none;
}
#slideimage li .slide .small-caption h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:20px;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:0px;
}
#slideimage li .slide .big-caption {
	display:none;
	background:#000;
	opacity:80%;
	position:absolute;
	z-index:200;
	left:0;
	bottom:0;
	padding:20px;
	width:762px;
}
* html #slideimage li .slide .big-caption {
	margin-right:20px;
}
#slideimage li .slide .big-caption h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:24px;
	color:#fff;
}
#slideimage li .slide .big-caption p {
	margin-bottom:0px;
	color:#fff;
}
/*footer*/
#footer {
	color:#848484;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}
#footer .footer-bg {
	width:864px;
	padding:40px 61px 40px 61px;
	float:left;
	background:url(../images/footer_bg.png) no-repeat top;
	text-align:center;
}
#footer span {
	display:block;
}
#footer a {
	color:#454545;
}
#footer a:hover {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* ------------------------------------------------*/
/* --------------->>> COLUMNS <<<------------------*/
/* ------------------------------------------------*/
.one-half h2, .one-third h2, .one-fourth h2, .three-fourth h2, .two-third h2 {
	font-size:15px;
	font-weight:bold;
}
.one-half h3, .one-third h3, .one-fourth h3, .three-fourth h3, .two-third h3 {
	font-size:12px;
	font-weight:bold;
}
.one-whole {
	width:870px;
	float:left;
	margin-bottom:40px;
}
.one-half {
	width:410px;
	float:left;
}
.one-third, .one-half {
	padding-right:40px;
	margin-bottom:40px;
}
.one-third {
	width:260px;
	float:left;
}
.one-third div {
	float:right;
	width:190px;
}
.one-fourth {
	width:200px;
	float:left;
	padding-right:21px;
	margin-bottom:40px;
}
.three-fourth {
	width:640px;
	float:left;
	padding-right:20px;
	margin-bottom:40px;
}
.two-third {
	width:560px;
	float:left;
	padding-right:40px;
	margin-bottom:40px;
}
.last {
	padding-right:0px;
	padding-left:0px;
}
#content .one-half {
	float:left;
	width:260px;
	margin-bottom:20px;
}
#content .one-half p {
	clear:both;
}
#content .one-half h3 {
	font-size:12px;
	font-weight:bold;
}
/* -----------------------------------------------*/
/* ----------------->>> GLOBAL <<<----------------*/
/* -----------------------------------------------*/
a, a:link {
	color: #655d87;
	text-decoration:none;
}
a:visited {
	color: #655d87;
}
a:hover {
	color: #655d87;
	text-decoration:underline;
}
a:active {
	color: #000;
	outline:0 none;
	position:relative;
	top:1px;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom:20px;
	font-weight:normal;
}
h2 {
	font-size:18px;
	line-height:24px;
}
h3 {
	font-size:15px;
	line-height:22px;
}
p, pre, ol, ul, dl {
	margin-bottom:20px;
}
ul li ul {
	padding:5px 0;
}
ul li {
	list-style:outside;
	margin-left:20px;
}
ul.styledlist {
	padding:0;
	margin-bottom:24px;
}
ul.styledlist li {
	background:url(../images/arrow.gif) no-repeat left 0.5em;
	padding-left:16px;
	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);
	border:1px solid #cacaca;
}
th {
	font-weight:bold;
	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 {
	border-top:1px solid #fff;
	border-right:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	border-left:1px solid #fefefe;
}
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;
	font-size:11px;
	padding-left:10px;
	border-left:3px solid #e0e0e0;
	background:#eee url(../images/line.gif) repeat;
}
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
	margin:0px 0 0px 15px;
	float:right;
}
img.alignleft {
	display: inline;
	margin:0px 15px 0px 0px;
	float:left;
}
img.border {
	padding:2px;
	border-right:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	background:#fff;
}
.border-bottom {
	border-bottom:1px solid #ccc;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.center {
	text-align:center;
}
.nopadding {
	padding:0;
}
.nomargin {
	margin:0;
}
.underlined-top {
	border-top:1px solid #e9e9e9;
	padding-top:40px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/******************************************************/


.first_page {
	width:870px;
	height:150px;
	float:left;
}
.pdf_1 a {
	float:left;
	height:150px;
	width:217px;
	background-image:url(../images/banner_1.jpg);
	background-repeat:no-repeat;
}
.pdf_2 a {
	float:left;
	height:150px;
	width:217px;
	background-image:url(../images/banner_2.jpg);
	background-repeat:no-repeat;
}
.pdf_3 a {
	float:left;
	height:150px;
	width:217px;
	background-image:url(../images/banner_3.jpg);
	background-repeat:no-repeat;
}
.pdf_4 {
	float:left;
	height:150px;
	width:217px;
	background-image:url(../images/banner_4.jpg);
	background-repeat:no-repeat;
}
/***************************************************/


#main_box {
	position: relative;
	width: 600px;
	background-image:url(../images/produs.gif);
	background-position:left;
	background-repeat:repeat-y;
	overflow: auto;
	margin-bottom:4px;
	text-align: left;
	padding-top:25px;
}
#nume_produs {
	width:370px;
	float:left;
	padding-left:0px;
	font-size:16px;
	letter-spacing:-1px;
	font-weight:bold;
	font-family:'PFBeauSansProLight', Arial, Helvetica, sans-serif;
}
#poza_produs {
	float: left;
	padding: 0px 10px 0px 10px;
	width: 150px;
}
#poza_produs img {
	border:1px solid #ECECEC;
}
#descriere_produs {
	font-size:12px;
	font-weight:normal;
	padding:2px;
	margin-bottom:3px;
	margin-top:3px;
	letter-spacing:normal;
}
/*************************/
