
@import 'reset.css';

@font-face {
    font-family: 'didot';
	src: url('../fonts/didotltstd-roman.svg#didot') format('svg'), 
     url('../fonts/didotltstd-roman.eot?#iefix') format('embedded-opentype'),
     url('../fonts/didotltstd-roman.woff') format('woff'),
     url('../fonts/didotltstd-roman.ttf') format('truetype');
}



body,html {
	padding: 0px;
	margin: 0px auto;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 20px;		
	background-color: #000;	
	background-position: top center;
	background-repeat: no-repeat;	
	width: 100%;
	min-height: 100%;
	color: #fff;
	text-shadow: 0px 0px 4px #000000;
}

ul { list-style:disc; margin-left:15px; margin-top:10px; margin-bottom:20px;}
ul li { margin:5px 0; line-height:20px;}




/* JAVASCRIPT FALLBACK */

#notification {
	float: left;
	left: 0px;
	top: 0px;
	height: 35px;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 20;
	background-color: #fff1ba;
	font-size: 12px;
	color: #000;	
	font-weight: bold;
	line-height: 35px;
	z-index: 1002;
}



/* WARNING FOR IE7 OR LOWER */

#ie_warning{
	display: none;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	vertical-align: middle;
	text-align: center;
	margin: 0px auto;
	color: #333;
	font-size: 13px;
	position: absolute;
	z-index: 1002;
	background-color: #fff;
	padding-top: 350px;
}

#ie_warning a{
	color: blue;
}



/* LOADING LAYER */

#black_layer{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1001;	
}

#hp_preloader{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1000;
}





/* LENS FLARE */

#lens_flare{
	width: 100%;
	height: 100%;
	position: absolute;	
	top: 0px;
	left: 0px;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}

#lens_flare-left{
	width: 658px;
	height: 716px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	background-color: transparent;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}

#lens_flare-right{
	width: 879px;
	height: 619px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 3;
	background-color: transparent;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}




/* PARTICLES */

#particles{
	width: 980px;
	margin: 0px auto;
	height: 100%;
	position: relative;
	z-index: 2;
	text-align: center;	
	margin-top: 30px;	
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}




/* HOMEPAGE SLIDER */


#hp_slider{
	width: 100%;
	min-height: 100%;
	position: absolute;	
	top: 0px;
	left: 0px;
	z-index: 1;	
	overflow: hidden;
	background-color: transparent;
	background-position: top center;
	background-repeat: no-repeat;	
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}

#hp_slider .hp_slider-img{
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 100%;
	height: 100%;	
	top: 0px;
	left: 0px;
	position: absolute;
}


.autoresize{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}



/* BACKGROUND SLIDER */


#bg_slider{
	width: 100%;
	min-height: 100%;
	position: absolute;	
	top: 0px;
	left: 0px;
	z-index: 1;	
	background-color: transparent;		
	background-position: top center;
	background-repeat: no-repeat;	
}

#bg_slider .bg_slider-img{
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 100%;
	height: 100%;	
	top: 0px;
	left: 0px;
	position: absolute;
}




/* PAGE HOLDERS */ 

#wrapper{
	width: 100%;
}

#top_panel_holder{
	width: 100%;
	height: 256px;
	background-image: url('../images/top_panel_bg.png');
	background-position: top center;
	background-repeat: repeat-x;
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;	
}

#top_panel{
	width: 980px;
	height: 256px;
	background-image: url('../images/top_panel.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	position: relative;
	top: 0px;
	z-index: 11;
	text-align: center;
	margin: 0px auto;
}

#logo{
	width: 174px;
	height: 180px;
	position: absolute;
	margin: 0px auto;
	top: 25px;		
	left: 50%;	
	margin-left: -87px;
	text-align: center;
}




/* BASIC STYLINGS */


.colorizer, thead{
	color: #ebc992;
}

.vspace{
	clear: left;
	width: 100%;
	height: 40px;
}

.hidden{
	display: none;
}

a{
	color: #fff;
	text-decoration: none;
}
a:hover, .menu .current{
	color: #fff;
}


h1 {	
    font-size: 16px;	
	text-align: left;	
	font-weight: normal;	
	color: #b5b5b5;
	margin-bottom: 30px;	
}


h2 {	
	font-size: 15px;	
	text-align: left;	
	font-weight: normal;	
	color: #b5b5b5;
}

h3 {	
	font-weight: normal;	
	font-size: 16px;	
	text-align: left;	
	line-height:21px;
	margin-top:20px;
}

h4 {	
	font-weight: normal;	
	font-size: 13px;	
	text-align: left;
	color: #b5b5b5;
}

h5 {	
	font-weight: normal;	
	font-size: 12px;	
	text-align: left;
	color: #b5b5b5;
}

h6 {
	font-size: 11px;	
	text-align: left;
	color: #b5b5b5;
}


.justify{
	text-align: justify;
}

#hidden{
	display: none;
}

.image{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
	background-color: #000;
	padding: 1px;
	border: 2px solid #333;
}

.video{
	float: left;
	background-color: #000;
	padding: 1px;
	border: 2px solid #333;
	z-index: 11;
	position: relative;
}


blockquote{	
	width: 90%;		
	float: left;		
	padding: 0px;
	margin: 0px;
	padding: 0px;
	padding-left: 40px;	
	margin-left: 10px;	
	margin-right: 10px;	
	font-size: 14px;	
	background-image: url('../images/quote.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;		
}

#page-content blockquote p{	
	margin: 0px;
	margin-bottom: 15px;
}

blockquote.align_right, blockquote.align_left{
	width: 190px;
}

#page-content .alignright, .align_right {
	float: right;
}

#page-content .alignleft, .align_left {
	float: left;
}

.dropcap {
	font-size: 38px;
	font-weight:  bold;
	float: left;
	margin-top: 10px;
	margin-right: 6px;
}

code {
	line-height: 20px;
	width: 570px;
	border: 1px solid #ccc;	
	float: left;
	background-image: url('../images/code_bg.gif');
	padding-left: 10px;
	padding-right: 10px;		
	margin-bottom: 30px;	
	margin-top: 15px;
}

pre {
	line-height: 20px;
	width: 606px;
	border: 1px solid #ccc;	
	float: left;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-right: 40px;
	margin-top: 20px;

}





/* TABLE */

table {		
	clear: left;	
	width: 100%;	
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

table th {
	height: 32px;
	vertical-align: middle;	
	text-align: center;	
}

table tr {		
	padding-left: 10px;
	padding-right: 10px;
}

table tr:nth-child(even){
	background-color: #171717;
}

table tbody {
	border-top: 1px solid #333;
}

table tr:hover {
	background-color: #222;
}

table td {	
	height: 30px;
	vertical-align: middle;
	text-align: center;
	
}




/* CONTENT PANEL */

#content_panel{
	width: 100%;
	min-height: 180px;
	background-image: url('../images/content_panel-bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;		
	background-color: #000;
	position: absolute;
	top: 600px;
	z-index: 13;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

#content{
	width: 980px;
	margin: 0px auto;
	text-align: left;
}



/* PAGE PANEL */

#page{
	width: 1200px;
	margin: 0px auto;	
	position: relative;
	z-index: 10;	
	top: 445px;
}

#page-top{
	width: 1200px;
	height: 99px;
	background-image: url('../images/page-top.png');
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	clear: left;
	position: relative;
	z-index: 10;	
}


#page-middle{
	width: 1200px;
	background-image: url('../images/page-bg.png');
	background-repeat: repeat-y;
	background-position: top center;
	float: left;
	clear: left;
	position: relative;
	z-index: 10;	
}

#page-content{
	width: 900px;	
	background-image: url('../images/page-middle.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px auto;
	position: relative;	
	text-align: left;
}


#page-bottom{
	width: 1200px;
	height: 92px;
	background-image: url('../images/page-bottom.png');
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	clear: left;
	position: relative;
	z-index: 10;
}

#left{
	float: left;
	width: 563px;		
	min-height: 700px;
}



#sidebar{
	float: left;
	width: 257px;
	min-height: 700px;
	margin-left: 40px;
	padding-left: 40px;
	background-image: url('../images/sidebar_separator.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.clear{
	clear: both;
}



/* FOOTER */

#footer{
	clear: left;
	float: left;
	background-image: url('../images/page_separator.png');
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 40px;
	padding-top: 40px;
	width: 100%;
	min-height: 200px;	
}

.footer_column{
	float: left;
	width: 195px;
	margin-right: 40px;
}



/* POPULAR POSTS*/

.rp_posts, .rp_posts li{
	clear: left;
	float: left;
	width: 100%;
}

.rp_posts li{
	margin-bottom: 20px;
}


.rp_posts img{
	background-color: #000;
	padding: 2px;
	border: 1px solid #5f5f5f;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
}

.rp_posts img:hover{
	background-color: #5f5f5f;
}

.rp_posts p{
	float: left;
	width: 125px;	
	margin-top: -4px;
}

.rp_posts p span{
	color: #999;
}





/* BLOG - SMALL THUMBS */

#blog-small, #blog-small li{
	float: left;
	clear: left;
	width: 562px;
}

#blog-small .blog_image{
	float: left;
	width: 184px;
	height: 121px;
	margin-right: 40px;
}

#blog-small .blog_image img{
	position: relative;
	float: left;
	z-index: 10;
	margin-top: 2px;
	margin-left: 1px;
	width: 182px;
	height: 118px;
}

#blog-small .blog_image span{
	display: block;
	position: absolute;
	z-index: 11;
	
	width: 184px;
	height: 121px;
	background-image: url('../images/blog-small-thumb.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#blog-small .blog_image span:hover{
	background-image: url('../images/blog-small-thumb-hover.png');
}

#blog-small .text{
	width: 338px;
	float: left;
}

#blog-small .text h2 a{
	color: #ebc992;
	width: 100%;	
}

#blog-small .text h2 a:hover{
	color: #fff;
}

#blog-small .text .info{
	color: #999;
	font-size: 11px;	
	margin-bottom: 20px;
}

#blog-small .text p{
	float: left;
	width: auto;
}

.post_separator,.separator{
	width: 100%;
	height: 80px;
	clear: left;
	float: left;
	background-image: url('../images/post_separator.png');
	background-repeat: no-repeat;
	background-position: top center;
}

.page_separator{
	width: 100%;
	height: 80px;
	clear: left;
	float: left;
	background-image: url('../images/page_separator.png');
	background-repeat: no-repeat;
	background-position: top center;
}




/* BLOG - LARGE THUMBS */


#blog-large, #blog-large li{
	float: left;
	clear: left;
	width: 562px;
}

#blog-large .blog_image{
	float: left;
	width: 562px;
	height: 172px;
	margin-right: 40px;
	margin-bottom: 20px;
}

#blog-large .blog_image img{
	position: relative;
	float: left;
	z-index: 10;		
	width: 560px;
	height: 170px;
	margin: 1px;
}

#blog-large .blog_image span{
	display: block;
	position: absolute;
	z-index: 11;	
	width: 562px;
	height: 172px;
	background-image: url('../images/blog-large-thumb.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#blog-large .blog_image span:hover{
	background-image: url('../images/blog-large-thumb-hover.png');
}

#blog-large .text{
	width: 344px;
	float: right;
	margin-left: 20px;
}

#blog-large .text h2 {
	margin-bottom: 20px;
}	
	
#blog-large .text h2 a{
	color: #ebc992;
	width: 100%;		
}

#blog-large .text h2 a:hover{
	color: #fff;
}

#blog-large .info{
	color: #999;
	font-size: 11px;		
	width: 176px;
	min-height: 137px;
	float: left;
	padding-right: 21px;
	text-align: right;
	background-image: url('../images/blog-large-sep.png');
	background-repeat: no-repeat;
	background-position: top right;
}

#blog-large .info p{
	clear: right;
}


#blog-large .info .day{
	font-size: 26px;
	float: right;	
	color: #dcdcdc;	
	margin-right: 5px;
	clear: none;
	margin-bottom: 10px;
}

#blog-large .info .month_year{
	float: right;
	line-height: 12px;
	font-size: 10px;
	color: #dcdcdc;	
	clear: none;
	margin-top: -2px;
}

#blog-large .text p{
	float: left;
	width: auto;
}




/* COMMENTS */

.avatar{
	float: left;
	background-image: url('../images/avatar.jpg');
	background-repeat: no-repeat;
	border: 1px solid #999;
	width: 60px;
	height: 60px;
	margin-right: 20px;
}

#comments{
	width: 562px;
}

#comments, #comments li{	
	clear: left;			
}


#comments li ul li{
	margin-bottom: 0px;
	margin-left: 40px;	
	width: 522px;
}

#comments .info{
	color: #999;
	float: left;	
}

#comments li span{
	color: #ebc992;
}

#comments li .comment{
	float: left;	
	width: 100%;
	width: 472px;
	margin-bottom: 20px;	
}

#comments li ul li .comment{
	width: 432px;	
	margin-bottom: 20px;	
}


/* COMMENTS REPLY */

#comment_reply{
	width: 100%;
	clear: left;
	float: left;
}

#comment_reply li {
	float: left;
	clear: left;
	margin-bottom: 15px;
}

#comment_reply .i-text{
	width: 260px;
	height: 27px;
	line-height: 27px;
	border: 0px;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	background-image: url('../images/text-input-bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	background-color: transparent;
	color: #999999;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	margin-right: 10px;
}

#comment_reply .i-textarea{
	float: left;
	height: 90px;
	width: 560px;
	background-image: url('../images/textarea-input-bg.png');
	background-repeat: no-repeat;
	background-position: top center;	
	background-color: #262626;
	border: 0px;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
	color: #dcdcdc;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
}

#comment_reply .i-send{	
	border: 0px;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
	background-image: url('../images/button-gradient.png');
	background-repeat: repeat-x;
	background-position: top center;	
	background-color: transparent;
	width: 100px;
	height: 29px;	
	float: left;
	cursor: pointer;
	color: #dcdcdc;
	font-size: 10px;
}





/* PORTFOLIO - FULL WIDTH */

.pf_categories{
	float: left;
	margin-bottom: 40px;
}

.pf_categories li{
	display: inline;
	margin-right: 10px;
	color: #999;
}

.pf_categories li a{
	color: #999;
}

.pf_categories  .active, .pf_categories a:hover{
	color: #fff;
}

.portfolio{
	float: left;
	clear: left;
	width: 940px;		
}

.portfolio li{
	float: left;	
	width: 195px;
	margin-right: 40px;
	margin-bottom: 40px;
}


.portfolio .thumb{
	float: left;
	width: 195px;
	height: 121px;
	margin-bottom: 20px;
}


.portfolio .thumb img{
	position: relative;
	float: left;
	z-index: 10;
	margin-top: 1px;
	margin-left: 1px;
	width: 193px;
	height: 119px;
}

.portfolio  .thumb span{
	display: block;
	position: absolute;
	z-index: 11;	
	width: 195px;
	height: 121px;
	background-image: url('../images/portfolio-thumb.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.portfolio .thumb span:hover{
	background-image: url('../images/portfolio-thumb-hover.png');
}



/* PORTFOLIO - WITH SIDEBAR */

.pf_categories-sb{
	float: left;
	margin-bottom: 40px;
}

.pf_categories-sb li{
	display: inline;
	margin-right: 10px;
	color: #999;
}

.pf_categories-sb li a{
	color: #999;
}

.pf_categories-sb  .active, .pf_categories-sb a:hover{
	color: #fff;
}

.portfolio-sb{
	float: left;
	clear: left;
	width: 603px;		
}

.portfolio-sb li{
	float: left;	
	width: 161px;
	margin-right: 40px;
	margin-bottom: 40px;
}

.portfolio-sb .thumb{
	float: left;
	width: 161px;
	height: 121px;
	margin-bottom: 20px;
}


.portfolio-sb .thumb img{
	position: relative;
	float: left;
	z-index: 10;
	margin-top: 2px;
	margin-left: 1px;
	width: 159px;
	height: 118px;
}

.portfolio-sb  .thumb span{
	display: block;
	position: absolute;
	z-index: 11;	
	width: 161px;
	height: 121px;
	background-image: url('../images/portfolio-sb-thumb.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.portfolio-sb .thumb span:hover{
	background-image: url('../images/portfolio-sb-thumb-hover.png');
}



/* GALLERY */

.gallery{
	float: left;
	clear: left;
	width: 940px;		
	min-height: 450px;
}

.gallery li{
	float: left;	
	width: 195px;
	margin-right: 40px;
	margin-bottom: 40px;
}

.gallery  img{
	position: relative;
	float: left;
	z-index: 10;
	margin-top: 1px;
	margin-left: 1px;
	width: 193px;
	height: 119px;
}

.gallery  span{
	display: block;
	position: absolute;
	z-index: 11;	
	width: 195px;
	height: 121px;
	background-image: url('../images/portfolio-thumb.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.gallery  span:hover{
	background-image: url('../images/portfolio-thumb-hover.png');
}





/* COLUMNS */


#page-content #left .col-one_half{
	float: left;
	width: 261px;
	margin-right: 40px;	
}

#page-content #left .col-one_half_last{
	float: left;
	width: 261px;
	margin-right: 0px;	
}

#page-content .col-one_half{
	float: left;
	width: 430px;
	margin-right: 40px;	
}

#page-content .col-one_half_last{
	float: left;
	width: 430px;
	margin-right: 0px;	
}

#content .col-one_half{
	float: left;
	width: 450px;
	margin-right: 40px;	
}

#content .col-one_half_last{
	float: left;
	width: 450px;
	margin-right: 0px;	
}





#page-content #left .col-one_third{
	float: left;
	width: 160px;
	margin-right: 40px;	
}

#page-content #left .col-one_third_last{
	float: left;
	width: 160px;
	margin-right: 0px;	
}

#page-content .col-one_third{
	float: left;
	width: 273px;
	margin-right: 40px;	
}

#page-content .col-one_third_last{
	float: left;
	width: 273px;
	margin-right: 0px;	
}

#content .col-one_third{
	float: left;
	width: 300px;
	margin-right: 40px;	
}

#content .col-one_third_last{
	float: left;
	width: 300px;
	margin-right: 0px;	
}



.last, #left .last{
	margin-right: 0px;
}






/* BUTTONS */

.button{
	margin-right: 10px;
	margin-top: 10px;
	width: 110px;
	height: 30px;
	line-height: 30px;
	background-color: #0f0f0f;
	background-image: url('../images/button-gradient.png');
	background-repeat: no-repeat;
	background-position: top center;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	border-radius: 3px; /* CSS3 */		
	text-align: center;
	position: relative;
	border-left: 1px solid #2f2f2f;  
	border-right: 1px solid #2f2f2f;  
	border-bottom: 1px solid #2f2f2f;
}

.button:hover { 
	background-color: #c39040;
	background-image: url('../images/button-hover-gradient.png');	
}
 
 
.button a{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	color: #dcdcdc;
	font-size: 11px;
}

.button a:hover,.button:hover{
	color: #000;
}

.button.large{
	font-size: 15px;
	padding: 10px;	
}

.button.normal{
	padding: 6px;
}

.button.small{
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}



/* LIST WITH ARROWS */

.list{
	margin-bottom: 40px;
	margin-top: -6px;
	float: left;
	clear: left;	
	width: 100%;
}

.list li{
	width: 100%;	
	float: left;
	clear: left;	
	background-image: url('../images/list_bg.png');
	background-repeat: no-repeat;
	background-position: 0px 14px;
	line-height: 32px;
	padding-left: 16px;
}

.list li a{
	display: block;
}




/* LISTS */


.list1 {
	float: left;
	margin-right: 40px;	
	
}
.list1 li {
	background-image: url('../images/list1-bullet.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;		
	margin: 0px;
	line-height: 30px;
}
.list2 {
	float: left;
	margin-right: 40px;
}
.list2 li {
	background-image: url('../images/list2-bullet.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin: 0px;
	line-height: 30px;
}
.list3 {
	float: left;
	margin-right: 40px;
}
.list3 li {
	background-image: url('../images/list3-bullet.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 10px;
	margin: 0px;
	line-height: 30px;
	padding-right: 10px;
}
.list4 {
	float: left;
	margin-right: 40px;
}
.list4 li {
	background-image: url('../images/list-bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 20px;
	margin: 0px;
}

#page-content .list_num{
	float: left;	
	clear: left;
	list-style-type: none;
	width: 620px;
	margin-bottom: 40px;
}
#page-content .list_num li{
	width: 160px;
	float: left;
	clear: none;
	margin-right: 40px;
	text-align: justify;
}
#page-content .list_num .last{
	margin-right: 0px;
}
#page-content .list_num li span{
	float: left;
	width: 34px;
	height: 34px;
	background-image: url('../images/list_num_bg.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	line-height: 34px;
	font-size: 20px;
	color: #000;
	margin-right: 5px;
}





/* SEARCH */

.search{
	float: left;
	clear: left;	
	margin-bottom: 40px;
}

.search .input-text{
	width: 200px;
	height: 27px;
	line-height: 27px;
	border: 0px;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	background-image: url('../images/text-input-bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	background-color: transparent;
	color: #999999;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	margin-right: 4px;
}

.search .input-button{
	float: left;
	width: 36px;
	height: 29px;
	background-color: transparent;
	border: 0px;
}



/* TWITTER */

#twitter {
	float: left;
	clear: left;
}

#twitter  li {
	background-image: url('../images/tweet.png');
	background-repeat: no-repeat;	
	background-position: 0px 4px;
	padding-left: 30px;
	padding-bottom: 15px;
	float: left;
	clear: left;
	line-height: 20px;
}

#twitter .twitter_time {
	color: #999;
	font-size: 11px;
	font-style: italic;
}

#twitter  li a {
	font-weight: bold;	
}
#twitter  .twitter_time {
	font-weight: normal;
}



/* CONTACT FORM */

#contact_form ul{
	width: 100%;
	float: left;
}

#contact_form li{
	float: left;
	clear: left;
	margin-bottom: 10px;
	width: 100%;
}



#contact_form .input-text{
	width: 96px;
	height: 22px;
	line-height: 22px;
	border: 0px;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	background-image: url('../images/text-input2-bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	background-color: transparent;
	color: #999999;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	color: #dcdcdc;
}

#contact_form .input-text2{
	width: 40px;
	height: 22px;
	line-height: 22px;
	border: 0px;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	background-image: url('../images/text-input2-bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	background-color: transparent;
	color: #999999;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #dcdcdc;
}

#contact_form textarea{
	width: 195px;
	height: 69px;
	float: left;
	background-image: url('../images/textarea-input-bg.png');
	background-repeat: no-repeat;
	background-position: top center;	
	background-color: #262626;
	border: 0px;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
	color: #dcdcdc;
	font-family: arial;
	font-size: 11px;
	line-height: 18px;
}

#contact_form #captcha{
	float: left;
	margin-left: 6px;	
	border: 1px solid #454545;

}

#contact_form .input-button{
	background-image: url('../images/contact_form-button.png');
	background-repeat: repeat-x;
	background-position: top center;	
	background-color: transparent;
	width: 51px;
	height: 28px;
	line-height: 20px;
	float: left;
	border: 0px;
	cursor: pointer;
	color: #dcdcdc;
	font-size: 10px;
}



/* SOCIAL ICONS */

#footer .social_icons{
	float: left;
	clear: left;
	width: 100%;
}

#footer .social_icons li{
	float: left;	
	margin-right: 10px;
	width: auto;
	display: inline;
}




/* IMAGE PRELOADER */

.preloader {  
	background: url('../images/preloader.gif') center center no-repeat #000;  
	display: inline-block;  	
}  



/* TABS */

#tabs { float: left; clear: left; width: 98%; }
.ui-tabs { position: relative; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {  margin: 0; width: 100%; float: left; border-top: 1px solid #333; border-bottom: 1px solid #333; margin-bottom: 15px; }
.widget-area .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; margin: 0px; border-bottom: 0 !important; padding: 0; white-space: nowrap; width: 33%; text-align: center; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; margin: 0px; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { padding-left: 10px; padding-right: 10px; line-height: 35px; text-decoration: none; font-size: 11px;  text-align: center; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin: 0px; padding: 0px; border-top: 3px solid #666; }
.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; line-height: 30px; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0px; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.ui-tabs .ui-widget-content { float: left; }




/* TOGGLES */

.toggle{
	float: left;
	clear: left;
	margin-bottom: 15px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image: url('../images/icon-plus.png');
	background-position: 0px 3px;
	
}

.toggle_box {
	background-color:#222;
	border: 1px solid #333;
	/* Rounder Corner */
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	overflow: hidden;
	width: 295px;
	clear: both;
	margin-bottom:10px;
}

.toggle_box .block {
	padding: 15px;
}

	
	

/* CAROUSEL (HORIZONTAL) */

#carousel { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel .viewport { float: left; width: 430px; height: 130px; overflow: hidden; position: relative; }
#carousel .buttons { background:url("../images/carousel-buttons.png") no-repeat scroll 0 0 transparent; display: block; margin: 50px 10px 0 0; background-position: 0 -38px; text-indent: -999em; float: left; width: 39px; height: 37px; overflow: hidden; position: relative; }
#carousel .buttons:hover { background-image:url("../images/carousel-buttons-hover.png"); }
#carousel .next { background-position: 0 0; margin: 50px 0 0 10px; }
#carousel .disable { /*visibility: hidden;*/ }
#carousel .overview { list-style: none; position: absolute; width: 240px; left: 0 top: 0; }
#carousel .overview li{ float: left; margin: 0 30px 0 0; padding: 1px; height: 119px; width: 193px;}
#carousel .overview li img{ float: left; margin-right: 15px; width: 193px; height: 119px; 	background-color: #000; padding: 1px; border: 2px solid #333; }




/* CONTACT FORM - ON PAGE */

#page_contact_form .i-text{
	width: 260px;
	height: 27px;
	line-height: 27px;
	border: 0px;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	background-image: url('../images/text-input-bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	background-color: transparent;
	color: #999999;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}

#page_contact_form .i-textarea{
	float: left;
	height: 150px;
	width: 560px;
	background-image: url('../images/textarea-input-bg.png');
	background-repeat: no-repeat;
	background-position: top center;	
	background-color: #262626;
	border: 0px;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
	color: #dcdcdc;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
}

#page_contact_form .i-text2{
	width: 50px;
	height: 27px;
	line-height: 27px;
	border: 0px;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	background-image: url('../images/text-input-bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	background-color: transparent;
	color: #999999;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.page_contact_form  li{
	float: left;
	clear: left;
	width: 562px;
	margin-bottom: 20px;
}



#page_contact_form #captcha{
	height: 25px;
	border: 1px solid #454545;
	margin-left: 10px;	
	float: left;
}

#page_contact_form .send_button{
	border: 0px;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
	background-image: url('../images/button-gradient.png');
	background-repeat: repeat-x;
	background-position: top center;	
	background-color: transparent;
	width: 100px;
	height: 29px;	
	float: left;
	cursor: pointer;
	color: #dcdcdc;
	font-size: 10px;
}

/*****************************/
/*********JOSE STYLES*********/
/*****************************/

/*CONTENT*/
.content-wrapper { width:848px; margin:0 auto; left:0; right:0; position:absolute; z-index:50; top:-30px; background-repeat:no-repeat;}

.home .content-wrapper { background-image:url(../images/home-text.png);  background-position:12px bottom; padding-bottom:269px;}
.whom .content-wrapper { background-image:url(../images/whom-text.png);  background-position:12px bottom; padding-bottom:245px;}
.philosophy .content-wrapper { background-image:url(../images/philosophy-text.png);  background-position:-83px bottom; padding-bottom:226px;}
.approach .content-wrapper { background-image:url(../images/approach-text.png);  background-position:10px bottom; padding-bottom:209px;}
.diamonds .content-wrapper { background-image:url(../images/diamonds-text.png);  background-position:5px bottom; padding-bottom:179px;}
.jewellery .content-wrapper { background-image:url(../images/jewellery-text.png);  background-position:-38px bottom; padding-bottom:116px;}
.prices .content-wrapper { background-image:url(../images/prices-text.png);  background-position:-32px bottom; padding-bottom:90px;}

.contact .content-wrapper { padding-bottom:180px;}


.left-col { width:145px; float:left;}
.content { float:left; margin-left:20px; margin-right:0; padding-top:79px;}

/*.text { background-color:rgba(0,0,0,0.2); padding:31px; width:600px; line-height:26px;}*/
.text {  padding:31px; width:293px; line-height:24px; text-align:justify; }
.diamonds .text { width:651px; padding-right:0;}


.text h1 { font-size:27px; font-family:'Didot', Georgia, "Times New Roman", Times, serif; -webkit-text-stroke-width: 0.6px; color:#FFF; text-transform:uppercase;  }
		
.text .title { margin-bottom:20px;}
.text p { margin-bottom:10px; }

/* MENU */
ul.menu { background-color:rgba(69, 97, 48, 0.5); width:106px; padding:101px 19px 2px;  margin-bottom:43px; margin-top:0; list-style:none;  }
ul.menu li { margin:10px 0; line-height:23px;}
ul.menu li a{ color:#FFF; text-transform:uppercase; font-family:'Didot', Georgia, "Times New Roman", Times, serif; text-shadow:none;  -webkit-text-stroke-width: 0.6px; font-size:14px;
-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease; }
ul.menu li a:hover{ color:#fff; text-shadow: 0px 0px 2px #f5f5f5;
         }
		
.logo { margin-left:15px;}
.bottom { margin-top:94px; position:absolute;}

.footer-container { position:fixed; bottom:23px; z-index:400; width:100%;}
.csb-footer { width:848px; margin:0 auto; text-shadow:none; font-size:10px;}
.prices .csb-footer, .diamonds .csb-footer { text-align:right;}

/*.prices .csb-footer, .jewellery .csb-footer { position:absolute; bottom:-35px;}*/

.facebook { text-align:right; float:right;}
.twitter { text-align:right; float:right; margin-right:10px;}

.quote { font-family:Georgia, "Times New Roman", Times, serif; font-size:15px; font-style:italic;}

#text-container { min-height:311px;}
#colour, #clarity, #cut { display:none;}


ul.submenu { list-style:none;  margin-left:0; overflow:hidden; margin-bottom:0; margin-top:0; }
ul.submenu li { float:left; margin-right:20px; }
ul.submenu li a { font-size:18px;  color:#CCC;}
ul.submenu li a.selected { font-weight:bold; color:#FFF}


.clear { clear:both;}

.contact .text { width:500px;}
.csb-col1 { float:left; margin-right:50px;}
.csb-col2 { float:left; width:137px;}

label {display: block;}
.input-box { padding:0 10px ; border:none; background:#000; background:rgba(0,0,0,0.5); width:272px; color:#a4a1a1; height:33px; font-family: Helvetica, Arial, sans-serif; font-size:12px; -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease; margin-bottom:20px; }
.input-box:hover {-webkit-box-shadow:  0 0 2px 1px rgba(255, 255, 255, 0.7)); box-shadow:  0 0 2px 1px rgba(255, 255, 255, 0.7);}
.input-box:focus { background:rgba(0,0,0,1); color:#dcdcdc; -webkit-box-shadow:  0 0 2px 1px rgba(255, 255, 255, 0.7)); box-shadow:  0 0 2px 1px rgba(255, 255, 255, 0.7);}
.txt-box { padding:10px; height:50px; margin-bottom:30px;}

.send-btn { width:auto; padding:0 15px; background:rgba(0,0,0,1);}

