@import 'reset.css';


body,html {
	padding: 0px;
	margin: 0px auto;
	text-align: center;	
	font-size: 12px;
	font-family: 'Open Sans',Arial;
	line-height: 20px;		
	background-color: #000;	
	background-position: top center;
	background-repeat: no-repeat;	
	width: 100%;
	min-height: 100%;
	color: #dcdcdc;
}




/* 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;
}



/* 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;
	z-index: 3;
	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%;
	text-align: center;	
}

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

#top_panel{
	width: 1000px;
	height: 256px;
	background-image: url('../images/ust_logo.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: 274px;
	height: 180px;
	position: absolute;
	margin: 0px auto;
	top: 25px;		
	left: 50%;	
	margin-left: -130px;
	text-align: center;

}


/* KAMPANYA */

#kampanya{
	opacity:0; 
	bottom:-300px;
	width: 570px;
    position: fixed;
    left: 50%;
    margin: 0 0 0 -285px;
}
/* MENU */



#menu_left{
	top:80px;
	width: 280px;
	height: 43px;
	float: left;
	text-align: right;
}


#menu_right{
	top:80px;
	width: 275px;
	height: 43px;	
	float: right;
	text-align: left;
}

#menu_left ul{
	float: right;
}

#menu_right ul{
	float: left;
}

.menu {
	position: relative;		
}

.menu ul li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 43px;	
}

.menu a{
	color: #fff;
	white-space:nowrap;	
}

.menu ul {
	list-style-type: none;	
}

.menu li {
	float: left;
	position: relative;	
	text-align: center;
}

.menu ul.sub-menu {
	display: none;
	position: absolute;
	top: 43px;
	left: 0px;
	z-index: 12;		
	background-image: url('../images/submenu_bg.png');
	background-repeat: no-repeat;
	background-position: bottom left;		
}

.menu ul.sub-menu li {
	text-align: left;
	line-height: 30px;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	background-image: url('../images/submenu_sep.png');
	background-repeat: no-repeat;
	background-position: bottom center;		
	float: none;
}

.menu ul.sub-menu li:last-child{
	background-image: none;
}

.menu ul  .sub-menu li a{
	line-height: 32px;
}

.menu li:hover ul.sub-menu {
	display: block;
	border: 1px solid #373737;	
}



.menu_alt ul.sub-menu_alt {
	display: none;
	position: absolute;
	top: 0px;
	left: 145px;
	z-index: 12;		
	background-image: url('../images/submenu_bg.png');
	background-repeat: no-repeat;
	background-position: bottom left;		
}

.menu_alt ul.sub-menu_alt li {
	text-align: left;
	line-height: 30px;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	background-image: url('../images/submenu_sep.png');
	background-repeat: no-repeat;
	background-position: bottom center;		
	float: none;
}

.menu_alt ul.sub-menu_alt li:last-child{
	background-image: none;
}

.menu_alt ul  .sub-menu_alt li a{
	line-height: 32px;
}

.menu_alt li:hover ul.sub-menu_alt {
	display: block;
	border: 1px solid #373737;	
}

/* BASIC STYLINGS */


.colorizer, thead{
	color: #ebc992;
}

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

.hidden{
	display: none;
}

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


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: 14px;	
	text-align: left;	
	color: #b5b5b5;
}

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.html');
	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: 245px;
}

#page-top{
	width: 1200px;
	height: 99px;
	background-image: url('../images/page-top1.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-bg1.png');
	background-repeat: repeat-y;
	background-position: top center;
	float: left;
	clear: left;
	position: relative;
	z-index: 10;	
}

#page-content{
	width: 900px;	
	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-bottom1.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: 400px;
}



#sidebar{
	float: left;
	width: 257px;
	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: 260px;
	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;
}

#comment_reply li label{
	line-height: 27px;
}




/* 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');
}


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

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

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

.gallery1  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;
}

.gallery1  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.html');
	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 li label{
	float: left;
	margin-left: 10px;
	line-height: 22px;
	width: 70px;
}

#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  li label{
	float: left;
	line-height: 27px;
	margin-left: 10px;
}

#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;
}