/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }
/* Global properties
---------------------------------------- */
body { 
	background:url(images/footer.gif) 0 0 repeat #4b4744; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#7d7d7d;
	position:relative;
}
html { min-width:960px;}
html, body { height:100%;}

.bg {width:100%; background:url(images/texture.gif) 0 0 repeat #efefef;}

/* Global Structure
---------------------------------------- */
.main {
	margin: 0 auto;
	position: relative;
	width: 960px;
	font-size:0.75em;
	line-height:1.5em;
	}

/*----- txt, links, lines, titles -----*/
a {color:#F3AD2A; outline:none; text-decoration:underline;}
a:hover, a:focus { text-decoration:none;}
a:active, a:visited { }

.clear {clear:both; width:100%; line-height:0; font-size:0;}

.wrapper { 
	width:100%;
	overflow:hidden;
}

p {margin-bottom:18px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}
.padding-left {padding: 5px 0 5px 5px;}
.padding1 {padding: 5px 5px 5px 5px;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.it {font-style:italic;}

.letter {letter-spacing:-1px;}

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {color:#7d7d7d;}
.color-4 {color:#585858;}
/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}

.spacing {margin-right:35px;}
.spacing2 {margin-right:45px;}
.spacing3 {margin-right:60px;}

.spacing4 {margin-right:15px;}

.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 20px;}	

.prev-indent-bot {margin-bottom:10px;}
.prev-indent {float:left; margin:0 15px 0px 0;}	

.border {border:1px solid #d5d5d5; padding:3px; background:#fff;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
behavior: url(/Scripts/PIE.htc);
position:relative;
}

.buttons a:hover {cursor:pointer;}

.menu li a,
.list-1 li a,
.list-2 li a,
.services a, 
.link,
#form-2 a, 
.link-1, 
.menu-bot li a,
.button-top, 
.logo {text-decoration:none;}	


/************sprite************/
ul.gallery {
	width: 950px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;
}
ul.gallery li {
	float: left;
	margin: 0px; padding: 0;
	border:0;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.gallery li a.thumb {
	width: 950px; /*--Width of image--*/
	height: 430px; /*--Height of image--*/
	padding: 0px;
	border-bottom:0;
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 950px;
	height: 430px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #f0f; /*--Hover effect for browser with js turned off--*/
}

/*********faded************/
#faded {position:absolute; bottom:0; left:0; width:960px; height:430px;}
#faded .pagination li a {display:none; text-indent:-200px; }
#faded li img {display:none;}

#faded li div {position:absolute; left:0; top:0; width:370px; height:200px; padding:74px 0 0 10px; font-size:12px; line-height:18px; color:#a6a6a6;}
#faded h3 {font-size:48px; color:#555; margin-bottom:8px;}
#faded h3 strong {color:#2c2c2c;}
#faded p {margin-bottom:22px;}
/********************************** Header *********************************/
header {position:relative; background:url(images/header-top.gif) center 0 no-repeat #fff;}
header .box {height:258px; position:relative;}
header .box1 {height:568px; position:relative;}
header .box2 {height:178px; position:relative;}
header .box3 {height:128px; position:relative;}

/* Logo */
header h1 {position:absolute; top:54px; left:10px;}
.logo {display:block; width:254px; height:49px; text-indent:-5000px; background:url(images/logoBussola2.gif) 0 0 no-repeat;}

.account {position:absolute; right:10px; top:23px;}
.account a {color:#d24907;}

.button-top {display:inline-block; font-size:14px; line-height:18px; padding:7px 17px; color:#fff; border:1px solid #303030; background:url(images/button-top-tail.gif) 0 0 repeat-x #3f3f3f;
border-radius:9px;
-moz-border-radius:9px;
-webkit-border-radius:9px;
behavior: url(/Scripts/PIE.htc);
position:relative;

}
.button-top:hover {background:#000;}

/* Navigation */
header nav {
	position:absolute;
	right:10px;
	top:53px;
	z-index:20;
	}
			
.services {position:absolute; bottom:-116px; left:10px; width:100%; z-index:10;}
.services li {float:left; margin-right:-56px; position:relative;}

.services .item-1 {z-index:5;}
.services .item-2 {z-index:4;}
.services .item-3 {z-index:3;}
.services .item-4 {z-index:2;}
.services .item-5 {z-index:1;}

.services a {display:block; width:232px; height:232px; font-size:28px; line-height:1.2em; color:#fff; text-transform:uppercase; text-align:center; 
border-radius:116px;
-moz-border-radius:116px;
-webkit-border-radius:116px;
behavior: url(/Scripts/PIE.htc);
position:relative;
}

.services a strong {display:block; padding-top:88px; cursor:pointer;}
.services a em {display:block; padding:0; margin-top:-9px; cursor:pointer; color:#fff;}

.services .item-1 a {background:rgba(241, 183, 3, 0.85); z-index:5;
box-shadow:0 0 0px rgba(241, 183, 3, 0.85); 
-moz-box-shadow:0 0 0px rgba(241, 183, 3, 0.85); 
-webkit-box-shadow:0 0 0px rgba(241, 183, 3, 0.85);
}
.services .item-2 a {background:rgba(244, 157, 7, 0.85); z-index:4;
box-shadow:0 0 0px rgba(244, 157, 7, 0.85); 
-moz-box-shadow:0 0 0px rgba(244, 157, 7, 0.85); 
-webkit-box-shadow:0 0 0px rgba(244, 157, 7, 0.85);
}
.services .item-3 a {background:rgba(212, 76, 0, 0.85); z-index:3;
box-shadow:0 0 0px rgba(212, 76, 0, 0.85); 
-moz-box-shadow:0 0 0px rgba(212, 76, 0, 0.85); 
-webkit-box-shadow:0 0 0px rgba(212, 76, 0, 0.85);	
}
.services .item-4 a {background:rgba(193, 15, 15, 0.85); z-index:2;
box-shadow:0 0 0px rgba(193, 15, 15, 0.85); 
-moz-box-shadow:0 0 0px rgba(193, 15, 15, 0.85); 
-webkit-box-shadow:0 0 0px rgba(193, 15, 15, 0.85);
}
.services .item-5 a {background:rgba(151, 6, 36, 0.85); z-index:1;
box-shadow:0 0 0px rgba(151, 6, 36, 0.85); 
-moz-box-shadow:0 0 0px rgba(151, 6, 36, 0.85); 
-webkit-box-shadow:0 0 0px rgba(151, 6, 36, 0.85);
}

.services .item-1 a:hover {color:#000; background:rgba(241, 183, 3, 1); 
box-shadow:0 0 0px rgba(241, 183, 3, 1); 
-moz-box-shadow:0 0 0px rgba(241, 183, 3, 1); 
-webkit-box-shadow:0 0 0px rgba(241, 183, 3, 1);
}

.services .item-2 a:hover {color:#000; background:rgba(244, 157, 7, 1); 
box-shadow:0 0 0px rgba(244, 157, 7, 1); 
-moz-box-shadow:0 0 0px rgba(244, 157, 7, 1); 
-webkit-box-shadow:0 0 0px rgba(244, 157, 7, 1);
}

.services .item-3 a:hover {color:#000; background:rgba(212, 76, 0, 1); 
box-shadow:0 0 0px rgba(212, 76, 0, 1); 
-moz-box-shadow:0 0 0px rgba(212, 76, 0, 1); 
-webkit-box-shadow:0 0 0px rgba(212, 76, 0, 1);
}

.services .item-4 a:hover {color:#000; background:rgba(193, 15, 15, 1); 
box-shadow:0 0 0px rgba(193, 15, 15, 1); 
-moz-box-shadow:0 0 0px rgba(193, 15, 15, 1); 
-webkit-box-shadow:0 0 0px rgba(193, 15, 15, 1);
}

.services .item-5 a:hover {color:#000; background:rgba(151, 6, 36, 1); 
box-shadow:0 0 0px rgba(151, 6, 36, 1); 
-moz-box-shadow:0 0 0px rgba(151, 6, 36, 1); 
-webkit-box-shadow:0 0 0px rgba(151, 6, 36, 1);
}

/********************** Content ************************/
.section-content-services {
	padding:150px 0px 42px 0px; background:url(images/texture.gif) 0 0 repeat #efefef;
	}
	
.section-content {
	padding:20px 0px 42px 0px; background:url(images/texture.gif) 0 0 repeat #efefef;
	}	
	
	
/*  Header styles */
h1, h2, h3, h4, h5 {margin:0 0 0.5em; line-height:1.2em; color:#2c2c2c;}
h1 {font-size:50px; font-weight:200; color:#2c2c2c;}
h2 {font-size:46px; color:#2c2c2c; margin-bottom:23px;}  
h3 {font-size:40px; line-height:1.2em; color:#535353; text-transform:uppercase;} 
h4 {font-size:38px; margin-bottom:.7em; color:#484645;}   
h5 {font-size:33px; line-height:1.2em; margin-bottom:1em; color:#535353; text-transform:uppercase; font-weight:normal;}  
h6 {font-size:28px; color:#949393;}

.title-1 {font-size:40px; line-height:1.2em; color:#535353; text-transform:uppercase;}

.spacer-1 {width:100%; background:url(images/pic-1.gif) 309px 0 repeat-y;}
.spacer-2 {width:100%; background:url(images/pic-1.gif) 460px 0 repeat-y;}

.scroll {overflow:auto; height:180px; position:relative;}
.scroll .padding-right {height:1%; padding-right:50px;}

.border-top {width:100%; padding-top:30px; background:url(images/pics-x.gif) 0 0 repeat-x;}

p strong {color:#585858;}

.col-1, .col-2 {float:left;} 

.box .col-1 {width:277px; margin-right:66px;}
.box .col-2 {width:277px;}

.box2 .col-1 {width:285px; margin-right:50px;}
.box2 .col-2 {width:285px;}

.box-news {overflow:hidden; padding:27px 20px 34px 20px; background:url(images/texture1.gif) 0 0 repeat;}
.box-news h3 {font-size:24px; line-height:1.2em; color:#484645; margin-bottom:5px; text-transform:none;}
.box-news h6 {font-size:12px; color:#f3ad2a; text-transform:uppercase; margin-bottom:6px; font-family:Arial, Helvetica, sans-serif; font-style:normal;}

.box-404 {width:100%; background:url(images/mouse.jpg) 0 0 no-repeat;}
.box-404 .padding {padding:10px 50px 20px 585px;}
.box-404 h3 {font-size:51px; margin-bottom:0px;}
.box-404 h5 {font-size:36px; margin-bottom:0px; text-transform:none; margin-bottom:10px;}

.text-1 {font-size:14px;}
.box-text {float:left; width:30px; font-size:18px; color:#585858;}

.box-1 {border:1px solid #373737; padding:27px 27px 32px 27px; color:#fff; overflow:hidden; background:url(images/box-1-tail.gif) 0 0 repeat-x #414141;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
behavior: url(/Scripts/PIE.htc);
position:relative;
}
.box-1 .button {color:#fff; background:#ec950a;}
.box-1 .button:hover {color:#000; background:#fff;}

.box-2 {border:1px solid #d3d3d3; padding:28px 30px 25px 24px; color:#7d7d7d; overflow:hidden; background:url(images/box-2-tail.gif) 0 0 repeat-x #e9e9e9;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
behavior: url(/Scripts/PIE.htc);
position:relative;
}


.link:hover {text-decoration:underline;} 

.list-1 li {font-size:14px; line-height:30px; padding-left:20px; font-style:italic; background:url(images/marker-1.gif) 0 10px no-repeat; position:relative;}
.list-1 li a {color:#484947;}
.list-1 li a:hover {text-decoration:underline;}

.list-2 li {width:251px; font-size:14px; line-height:45px; font-weight:bold; padding-bottom:4px;}
.list-2 li a {display:block; color:#565755; padding:0 25px; border:1px solid #eaeae9; background:url(images/list2-tail.gif) 0 0 repeat-x #ccc;
border-radius:21px;
-moz-border-radius:21px;
-webkit-border-radius:21px;
behavior: url(/Scripts/PIE.htc);
position:relative;
}
.list-2 li a:hover {color:#fff; border:1px solid #3f3f3f; background:url(images/list2-tail-h.gif) 0 0 repeat-x #3f3f3f;}

.list-3 li {font-size:14px; line-height:18px; margin-bottom:12px; }
.list-3 li a {display:block; color:#484947; padding-left:24px; text-decoration:none; background:url(images/marker-4.gif) 0 0px no-repeat;}
.list-3 li a:hover {text-decoration:underline;}

.list_1 li {
background:url(images/list_1-marker.gif) left 3px no-repeat;
padding:0px 0 4px 22px;
margin-top:4px;
font-size:13px;
line-height:18px;
position:relative;
}
	.list_1 li a {
		color:#767676;
		text-decoration:none;
	}
	.list_1 li a:hover {
		text-decoration:underline;
	}
		.list_1 li ul {
			padding-left:15px;
		}
			.list_1 li ul li {
				background:url(images/list_1-marker1.gif) left 4px no-repeat;
				padding:0 0 0 14px;
				font-size:1em;
				margin:0;
			}

.list_2 li {
	background:url(images/list_1-marker1.gif) left 4px no-repeat;
	padding:0 0 0 14px;
	font-size:1em;
	margin:0;
}

	time {display:block; width:58px; text-align:center; font-size:30px; line-height:1.333em; color:#1b1a1a; font-family:Arial, Helvetica, sans-serif; padding:0 0 5px 0; background:#fff;
		box-shadow:3px 3px 4px #d5dcdf;
		-moz-box-shadow:3px 3px 4px #d5dcdf;
		-webkit-box-shadow:3px 3px 4px #d5dcdf;
		behavior:url(/Scripts/PIE.htc);
		position:relative;	
	}
	time span {display:block; width:100%; font-size:14px; line-height:1.307em; color:#fff; text-transform:uppercase; background:#f3ad2a;}
	
	dl.info {font-size:13px; line-height:24px;}
	dl.info dt {font-weight:normal; color:#7d7d7d;}
	dl.info dd {margin:0; padding:0;}
	dl.info span {float:left; width:62px;}
	
	figure figcaption {
		color:#fff;
		width:235px;
		font-size:18px;
		text-align:center;
		font-style:italic;
		padding:10px 0 12px 0;
		background:url(images/caption.gif) 0 bottom no-repeat #484947;
	}
	
			
/******************** Footer ******************/
footer{width:100%; padding:32px 0 14px 0; color:#929292; background:url(images/footer.gif) 0 0 repeat #4b4744;}
footer .main {font-size:14px;}
footer a {color:#bcbcbc;}
footer a:hover {color:#fff;}
footer span {color:#fff; padding-right:5px;}
footer p {font-size:13px; color:#cfcfcf; margin-bottom:15px;}
footer .list-1 li {font-size:12px; line-height:28px; font-style:normal; padding-left:13px; background:url(images/marker-2.gif) 0 11px no-repeat;} 
footer .list-1 li a {color:#bbb;}
footer .list-1 li a:hover {color:#bbb; text-decoration:underline;}
footer p strong {color:#cfcfcf;}
.call {font-size:21px; line-height:1.2em; color:#d9d8d8;}
.call strong {color:#f3ad2a; font-size:24px;}

.menu-bot {float:right; padding-bottom:10px;}
.menu-bot li {float:left; font-size:14px; line-height:20px; color:#b8b8b8; padding-left:9px;}
.menu-bot li a {color:#b8b8b8; margin-left:9px;}
.menu-bot li a:hover, .menu-bot li .active {color:#fdfdfd; text-decoration:underline;}

footer .list-x {float:right;}
footer .list-x li {float:left; padding-left:4px;}







/* Left & Right alignment */

blockquote {
	display:block;
	margin:0 0px 0px 0px;
	font-size:16px; 
	line-height:23px;
	color:#ec950a; 
	quotes:none;
	padding:10px 20px 26px 50px;  
	background:url(images/quotes.gif) 0 10px no-repeat;
}

.border-left {background:url(images/pics1-y.gif) 0 0 repeat-y;}
blockquote h3 {font-size:26px; line-height:1.2em; color:#272320; text-transform:uppercase; padding-left:10px; letter-spacing:1px; margin-bottom:18px;}
blockquote h6 {font-size:12px; color:#f3ad2a; text-transform:uppercase; margin-bottom:6px; font-family:Arial, Helvetica, sans-serif; font-style:normal;}
blockquote.left {width:36%; float:left; margin-right:20px; font-size:16px; line-height:25px; color:#ec950a; padding:20px 15px 20px 0px; background:url(images/pics-y.gif) right 0 repeat-y}
blockquote.right {width:36%; float:right; margin-left:20px; font-size:16px; line-height:25px; color:#ec950a; padding:20px 0px 20px 15px; background:url(images/pics-y.gif) 0 0 repeat-y;}


ins {
    background-color:#ec950a;
    color:#fff;
	padding:0 5px;
    text-decoration:none;
	}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
	}

del {
    text-decoration: line-through;
	}

abbr[title], dfn[title] {
    border-bottom:1px dotted #ec950a;
    cursor:help;
	}

.elements-list em, dfn  		   {font-style:italic; color:#ec950a;}
dfn 	 		     {color:#f3ad2a; letter-spacing:2px;}
sup, sub {}
.elements-list small {font-size:10px; font-family:Verdana, Geneva, sans-serif; color:#322e30;} 
.elements-list big {font-size:21px; color:#494c53;}
.elements-list q {font-size:15px; color:#f3ad2a; font-family:"Courier New", Courier, monospace;}
.elements-list strong, b {color:#000;}
abbr, acronym  { border-bottom:1px dashed #4995d1; color:#f3ad2a; text-transform:uppercase;}
address 		   { margin:0 0 1.5em;font-style:italic;}
del 			     { color:#666;}
pre, code, tt  { font:1em 'andale mono', 'lucida console', monospace; line-height:1.5; display:block;}
code 			     { background-color:#f6f6f6; display:block; color:#333; padding:3px 2px 3px 5px; line-height:1.67em;  border:1px dotted #333;}
pre 			     { white-space:pre;}
sup {vertical-align:top; font-size:0.71em; color:#696969}
sub {vertical-align:bottom; font-size:0.71em; color:#696969}


/* Custom select color */
::selection {
	background: #bbb;
	color:#fff;					 /* Safari */
	}
::-moz-selection {
	background: #bbb; /* Firefox */
	color:#fff;
	}


/* Unordered list style
---------------------------------------- */

/* List1 */
ul.list1 { padding-bottom:15px;}
	ul.list1 li { 
		background:url(images/marker1.gif) no-repeat 0 2px;
		padding:0 0 9px 24px;
		font-size:14px;
		position:relative;
		zoom:1;
		}
		ul.list1 li a {
			color:#352b2a;
			}
			ul.list1 li ul {
				padding:9px 0 0 0; 
				margin-bottom:-10px;
				}


/* News style*/
.news {
	padding-bottom:18px;
	}
	.news li {
		position:relative;
		padding:0 0 25px 70px;
		color:#000;
		height:1%;
	}
	.news li p.date {
		position:absolute;
		left:0;
		top:3px;
		background:#666;
		width:59px;
		height:69px;
		font-size:25px;
		line-height:64px;
		color:#fff;
		text-align:center;
		font-weight:bold;
		}
	.news li a.title {
		display:block;
		color:#8e8d8b;
		text-transform:uppercase;
		font-size:11px;
		margin-bottom:.5em;
		}
	

/* Layouts navigation */
.layouts-nav {width:100%; overflow:hidden; padding-bottom:30px !important;}
	.layouts-nav li { float:left; margin-right:20px; background:none !important; padding:0 !important;}
		.layouts-nav li a {
			float:left;
			background:#333;
			padding:2px 10px;
			color:#fff;
			text-decoration:none;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			behavior: url(/Scripts/PIE.htc);
			position:relative;
			margin-right:10px;
			cursor:pointer;
			}
		.layouts-nav li a:hover {
			background:#aaa;
			}


/* Ordered list style */
ol {}
	ol li { 
		list-style-position:outside;
		list-style-type:decimal;
		margin-left:30px;
		font-weight:bold;
		font-size:14px;
		line-height:18px;
		padding-bottom:6px;
		color:#ec950a;
		position:relative;
		}
		ol li a {color:#484947; font-weight:normal; text-decoration:none;}
		ol li a:hover {text-decoration:underline;}

/* Definition list style */
dl dt { 
	font-weight:bold;
	font-size:1em;
	color:#585858;
	}
dl dd {
	margin-bottom:1.5em;
	 padding-left:50px;
	}

	dl.def-list { padding-bottom:5px;}
	
	dl.def-list dt {
		font-size:13px;
		color:#585858;
		width:100%;
		overflow:hidden;
		margin-bottom:1em;
		position:relative;
		z-index:0;
		}
		dl.def-list dt span {
			float:left;
			height:31px;
			line-height:31px;
			padding:0 14px;
			background:#19b6c5;
			border-radius:20px;
			-moz-border-radius:20px;
			-webkit-border-radius:20px;
			behavior: url(/Scripts/PIE.htc);
			}
		dl.def-list dd {margin-bottom:2em;}
	
	



/*  Dropcaps style */
.dropcap_1 {
	font-size:39px;
	width:37px;
	line-height:1em;
	color:#000;
	display:block;
	float:left;
	text-align:center;
	font-weight:bold;
}
.dropcap_2 {
	font-size:36px;
	background:url(images/dropcap.gif) no-repeat 50% 0;
	text-align:center;
	width:52px;
	line-height:52px;
	color:#fff;
	display:block;
	float:left;
	margin-right:8px;
	font-weight:bold;
	}
.dropcap_3 {
	font-size:39px;
	width:40px;
	line-height:1em;
	color:#333;
	display:block;
	float:left;
	font-weight:bold;
	text-shadow:2px 2px 1px #ccc;
	}


/*  Horizontal divider */
.hr {
	display:block;
	position:relative;
	padding:55px 0 35px 0;
	border:none;
	background:url(images/hr.gif) 0 50% repeat-x;
	height:1px;
	overflow:hidden;
	font-size:11px;
	margin:0 10px 0 0;
	}
	.hr a {
		position:absolute;
		right:0;
		top:25px;
		text-transform:uppercase;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
		background:url(images/arrow-top.png) no-repeat 0 6px;
		padding-left:13px;
		color:#6b6a6a;
	}
	.hr a:hover { color:#000;}
	

/*  Buttons */
.button {display:inline-block; padding:0 7px; font-size:14px; line-height:35px; color:#fdfdfd; cursor:pointer; text-decoration:none; background:url(images/button-tail.gif) 0 0 repeat-x #484947; 
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	behavior: url(/Scripts/PIE.htc);	
	position:relative;
	}
.button:hover {background:#ec950a;}

.button img { padding-top: 8px; padding-right: 5px;}
.button-1 img { padding-top: 8px; padding-right: 5px;}

.buttons-right-wrapper { height: 35px; padding: 5px 0px 5px 0px; text-align:right; }
.buttons-right-wrapper .button {margin-left: 5px;}

.button-1 {display:inline-block; padding:0 22px; font-size:13px; line-height:40px; color:#000; font-weight:bold; cursor:pointer; text-decoration:none; border:1px solid #eaeae9; background:url(images/button1-tail.gif) 0 0 repeat-x #ccc; 
	border-radius:22px;
	-moz-border-radius:22px;
	-webkit-border-radius:22px;
	behavior: url(/Scripts/PIE.htc);	
	position:relative;
	}
.button-1:hover {background:#ec950a;}

.button-2 {display:inline-block; padding:0 8px; font-size:14px; line-height:29px; color:#fff; cursor:pointer; text-decoration:none; background:#ec950a; 
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	behavior: url(/Scripts/PIE.htc);	
	position:relative;
	}
.button-2:hover {background:#000;}

#content .list-x li {float:left; padding-right:25px;}

	.button.style1 {
		background:url(images/marker4.png) no-repeat 100% 2px #f0f0f0;
		text-decoration:none;
		color:#0c0c0c;
		text-shadow:none;
		border:1px solid #000;
		line-height:26px;
		height:26px;
		}
	.button.style1:hover {
		background:url(images/marker4.png) no-repeat 100% 2px #000;
		color:#fff;
		}
	.button.style2 {
		background:#838383;
		}
	.button.style2:hover {
		background:#333;
		}


.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}

/* Blocks and Boxes style
---------------------------------------- */
.content-box {
	background:#eae9e7;
	border:4px solid #fff;
	padding:25px 0 25px 10px;
	}


/* Block1 */
.block1 {
	border-bottom:1px solid #323031;
	border-top:1px solid #000;
	background:#161415;
	padding:16px 16px 13px 16px;
}
	.block1 h5 {
		font-size:21px;
		line-height:1.2em;
		margin-bottom:.5em;
		text-shadow:1px 1px 0 #000;
		color:#cfcfcf;
		font-weight:normal;
	}


/* Information box */
.info-box {
	padding:20px 30px 20px 110px;
	color:#7d7d7d;
	font-size:11px; line-height:16px;
	margin-bottom:20px;
	background:#f9f9f9;
	border:1px solid #d2d3d2;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	behavior: url(/Scripts/PIE.htc);
	position:relative;
	height:1%;
}
	.info-box p.icon {
		position:absolute;
		left:34px;
		top:16px;
		margin:0;
	}

/* Download box */
.download-box {
	padding:20px 30px 20px 110px;
	color:#7d7d7d;
	font-size:11px; line-height:16px;
	margin-bottom:20px;
	background:#f9f9f9;
	border:1px solid #d2d3d2;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	behavior: url(/Scripts/PIE.htc);
	position:relative;
	height:1%;
}
	.download-box p.icon {
		position:absolute;
		left:34px;
		top:16px;
		margin:0;
	}

/* Notification box */
.notification-box {
	padding:20px 30px 20px 110px;
	color:#7d7d7d;
	font-size:11px; line-height:16px;
	margin-bottom:20px;
	background:#f9f9f9;
	border:1px solid #d2d3d2;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	behavior: url(/Scripts/PIE.htc);
	position:relative;
	height:1%;
	}
	.notification-box p.icon {
		position:absolute;
		left:34px;
		top:16px;
		margin:0;
		}

/* Error message box */
.error-box {
	padding:20px 30px 20px 110px;
	color:#7d7d7d;
	font-size:11px; line-height:16px;
	margin-bottom:20px;
	background:#f9f9f9;
	border:1px solid #d2d3d2;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	behavior: url(/Scripts/PIE.htc);
	position:relative;
	height:1%;
	}
	.error-box p.icon {
		position:absolute;
		left:34px;
		top:16px;
		margin:0;
		}






/* Header
---------------------------------------- */


/* Twitter link */
header .twitter-link {
	position:absolute;
	right:1px;
	top:182px;
	background:#fff;
	font-size:11px;
	height:53px;
	line-height:53px;
	z-index:100;
	}
	header .twitter-link a {
		display:block;
		color:#616161;
		padding:0 71px 0 0;
		text-decoration:none;
		text-transform:uppercase;
		}




/* Main banner
---------------------------------------- */
.main-banner {
	height:372px;
	overflow:hidden;
	margin-bottom:5px;
	background:#666;
	position:relative;
	}




/* Pages
---------------------------------------- */

/* 404 page */
.error_page {
	padding:0 0 85px 0;
	min-height:500px;
	text-align:center;
	}
	.error_page h2 {
		font-size:90px;
		line-height:1.2em;
		font-weight:700;
		margin:-20px 0 0 0;
		letter-spacing:-2px;
		}
	.error_page h3 {
		font-size:40px;
		line-height:1.2em;
		margin:0 0 1em 0;
		color:#fbb91f;
		}

/* Under Construction page =====*/
#constuction-box {
	width:800px;
	height:500px;
	position:relative;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-250px;
	background:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-color:#ccc;
	box-shadow:0 0 10px #d0d4db;
	-moz-box-shadow:0 0 10px #d0d4db;
	-webkit-box-shadow:0 0 10px #d0d4db;
	text-align:center;
	behavior:url(/Scripts/PIE.htc);
	}
	#constuction-box .inside {
		padding:40px 40px 40px 40px;
		}
		#constuction-box .button {
			position:relative;
			}
		#constuction-box h1 {
			font-weight:700;
			text-align:center;
			font-size:4em;
			margin-bottom:.2em;
			line-height:1.2em;
			letter-spacing: 2px;
			border-bottom: 1px solid #ddd;
			padding-bottom:10px;
			}
			#constuction-box h1 span { 
				text-transform:uppercase;
				color:#f3ad2a;
				display:block;
				margin-bottom:-15px;
			}
			
	/* Countdown */
	#countdown_dashboard {
		height: 110px;
		padding:30px 0 40px 0;
		width:650px;
		margin:0 auto;
		position:relative;
		}
	.dash {
		width: 110px;
		height: 114px;
		background: transparent url('../images/dash.png') 0 0 no-repeat;
		float: left;
		margin-left: 20px;
		position: relative;
		}
	
	.dash .digit {
		font-size:75px;
		line-height:85px;
		font-weight: bold;
		float: left;
		width: 55px;
		text-align: center;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #555;
		position: relative;
	}
		.dash .digit .bottom {
			font-size:75px;
			line-height:85px;
		}
	
	.dash_title {
		position: absolute;
		display: block;
		bottom: 0px;
		left:0;
		font-size: 12px;
		color: #555;
		text-transform: uppercase;
		letter-spacing: 2px;
		width:110px;
	}
	
	.dev_comment {
		font-size: 14pt;
		color: #777;
		text-align: center;
		font-style: italic;
		margin: 40px 10px;
	}
	
	#subscribe_form {
		position: relative;
	} 
	
	#email_field {
		font-size: 16pt;
		padding: 6px 10px;
		width: 300px;
	}
	
	#subscribe_button {
		font-size: 14pt;
		color: #333;
		padding: 4px 8px;
	}
	
	.copyright {
		font-size: 9pt;
		color: #333;
		margin: 40px 0px;
	}
	
	.faded {
		color: #999;
	}
	
	.form_message {
		width: 400px;
		padding: 10px;
		margin: 15px auto;
		display: none;
	}
	
	#error_message {
		background-color: #ffe;
		border-left: 5px solid #bb3;
		border-right: 5px solid #bb3;
		color: #770;
	}
	
	#info_message {
		background-color: #f0f9ff;
		border: 1px solid #eef;
	}
	
	#loading {
		text-align: center;
		margin: 10px;
		display: none;
		position: absolute;
		width: 100%;
		top: 60px;
	}

/* Intro page */
#intro-box {
	width:600px;
	height:400px;
	position:relative;
	left:50%;
	top:50%;
	margin-left:-300px;
	margin-top:-200px;
	background:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-color:#ccc;
	box-shadow:0 0 10px #d0d4db;
	-moz-box-shadow:0 0 10px #d0d4db;
	-webkit-box-shadow:0 0 10px #d0d4db;
	text-align:center;
	behavior:url(/Scripts/PIE.htc);
	float:left;
	}
	#intro-box .inside {
		padding:40px 40px 40px 40px;
		}
		#intro-box h1 {
			font-weight:700;
			text-align:center;
			font-size:4em;
			margin-bottom:.2em;
			line-height:1.2em;
			position:absolute;
			left:0;
			top:-90px;
			text-align:center;
			width:600px;
			overflow:hidden;
			height:100px;
			color:#fff;
			}
			#intro-box h1 span { 
				text-transform:uppercase;
				color:#1fb7c4;
				display:block;
				margin-bottom:-15px;
			}
		#intro-box .button {
			position:absolute;
			right:30px;
			bottom:20px;
			float:right;
			white-space:nowrap;
			}
		.intro-buttons {
			width:500px;
			padding:0 50px;
			position:absolute;
			left:0;
			bottom:50px;
			}
		#flash-intro {
			margin-bottom:20px;
			position:absolute;
			left:23px;
			top:20px;
			}
	



		
/* Content
---------------------------------------- */		

/* Lightbox image */
.lightbox-image {
	position:relative;
	overflow:hidden;
	display:inline-block;
	}
	.lightbox-image img {
		position:relative;
		z-index:2;
		}
	.lightbox-image span {
		display:block;
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background:url(images/magnify.png) no-repeat 50% 50%;
		z-index:1;
		}

/* Pagination */
.pagination {
	display:block;
	width:100%;
	overflow:hidden;
	}
	.pagination a {
		float:left;
		font-size:11px;
		color:#000;
		text-decoration:none;
		text-transform:uppercase;
		line-height:31px;
		padding-left:14px;
		}
	.pagination a:hover {
		text-decoration:underline;
		}
		.pagination ul {
			float:left;
			padding:0 3px 0 18px;
			}
			.pagination ul li {
				float:left;
				padding-left:1px;
				margin-right:1px;
				padding:0 0 0 0 !important;
				background:none !important;
				}
			.pagination ul li span {
				width:31px;
				float:left;
				text-align:center;
				color:#000;
				}
				.pagination ul li a {
					font-size:15px;
					color:#000;
					text-decoration:none;
					width:31px;
					line-height:31px;
					height:31px;
					text-align:center;
					background:#e9e9e9;
					padding:0;
					}
				.pagination ul li a:hover {
					background:#19b6c5;
					text-decoration:none;
					color:#fff;
					}


/* Other */

.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
	}
	.img-box img.fleft {
		float:left;
		margin-right:15px;
	}
	

.extra-wrap { 
	overflow:hidden;
	}
	
	
/* Postal address */
.address { 
	float:left;
	margin-right:30px;
	}
.address.last {
	margin-right:0;
	}
	.address dt {
		font-weight:normal;
		color:#6b6a6a;
		}
	.address dd { 
		clear:both;
		margin:0 0 0 0 !important;
		}
		.address dd span { 
			float:left;
			width:90px;
			}
	

/* Forms
---------------------------------------- */

/* Forms default */
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	}
	
#form input[type=text]  {
	padding:11px 15px 10px;
	background:#fff;
	border:1px solid #d5d3d3;
	display:block;
	font-size:12px;
	line-height:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	color:#7d7d7d;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior: url(/Scripts/PIE.htc);
	position:relative;
	}
	
#form input[type=password]  {
	padding:11px 15px 10px;
	background:#fff;
	border:1px solid #d5d3d3;
	display:block;
	font-size:12px;
	line-height:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	color:#7d7d7d;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior: url(/Scripts/PIE.htc);
	position:relative;
	}
	
#form textarea {
	height:197px;
	background:#fff;
	border:1px solid #d5d3d3;
	padding:11px 15px 10px;
	overflow:auto;
	margin:0 0 0px 0px;
	display:block;
	color:#7d7d7d;
	font-size:12px;
	line-height:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior: url(/Scripts/PIE.htc);
	position:relative;
	}


/* Newsletter form */
#newsletter-form fieldset {
	border:none;
	}
	#newsletter-form .field {
		overflow:hidden;
		margin-bottom:8px;
		}
	#newsletter-form input[type=text] {
		width:175px;
		padding:3px 0 3px 5px;
		background:#4d4d4d;
		border:none;
		color:#a7a7a7;
		border-right:1px solid #000;
		border-left:1px solid #000;
		margin-right:3px;
	}
	#newsletter-form input[type=submit] {
		width:30px;
		height:22px;
		background:#fff;
		border:1px solid #000;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		cursor:pointer;
		color:#2f2f2f;
		font-weight:bold;
		text-transform:uppercase;
		text-shadow:0 1px 0 #f1f1f1;
		}


/* Contact form */
#contact-form {
	overflow:hidden;
	position:relative;
	vertical-align:top;
	}
	#contact-form fieldset {
		border:none;
		padding:0;
		}
		#contact-form .field {
			overflow:hidden;
			padding:0 0 7px 0px;
			}
			#contact-form input[type=text] {
				width:339px;
				padding:11px 15px 10px;
				background:#fff;
				border:1px solid #d5d3d3;
				display:block;
				font-size:12px;
				line-height:1.2em;
				font-family:Arial, Helvetica, sans-serif;
				color:#7d7d7d;
				border-radius:6px;
				-moz-border-radius:6px;
				-webkit-border-radius:6px;
				behavior: url(/Scripts/PIE.htc);
				position:relative;
				}
			#contact-form.main-contacts .field input {
				margin-top:0px;
				}
			#contact-form textarea {
				width:588px;
				height:197px;
				background:#fff;
				border:1px solid #d5d3d3;
				padding:11px 15px 10px;
				overflow:auto;
				margin:0 0 0px 0px;
				display:block;
				color:#7d7d7d;
				font-size:12px;
				line-height:1.2em;
				font-family:Arial, Helvetica, sans-serif;
				border-radius:6px;
				-moz-border-radius:6px;
				-webkit-border-radius:6px;
				behavior: url(/Scripts/PIE.htc);
				position:relative;
				}
				#contact-form a {
					cursor:pointer;
					margin-left:20px;
					}
				#contact-form .alignright {
					padding-top:12px;
					}
					#contact-form small {
						color:red;
						font-weight:bold;
						padding:0 0 0 5px;
						}
			#contact-form label {
				padding:0 0 2px 5px;
				display:inline-block;
				}
			#contact-form strong {
				padding:0 0 2px 9px;
				display:inline-block;
				color:#838383;
				}
				#contact-form .error {
					color:red; 
				}
		.buttons-wrapper {
			padding-top:26px;
			text-align:right;
			}
		
		#contact-form.main-contacts .buttons-wrapper {padding-top:19px;}
		#contact-form.main-contacts .buttons-wrapper a {
			float:right !important;
			margin:0 0 0 12px;
			}

.search-box{width:320px; overflow:hidden;}

.form-2 {width:320px; overflow:hidden;}
#form-2 input {float:left; width:224px; height:30px; font-size:1em; line-height:1.2em; color:#000; border:1px solid #d5d5d3; padding:0px 5px; background:#fff;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior: url(/Scripts/PIE.htc);
	position:relative;
}
#form-2 a {float:left; display:inline-block; height:30px; font-size:14px; line-height:30px; color:#fff; padding:0px 9px; margin-left:7px; cursor:pointer; background:#484947;
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	behavior: url(/Scripts/PIE.htc);
	position:relative;
}

#form-2 a:hover {background:#f3ad2a;} 

/* Newsletter-form */
#newsletter-alt-form fieldset {
	border:none;
}
	#newsletter-alt-form input[type=text] {
		width:215px;
		padding:7px 0 7px 10px;
		background:#f9f9f9;
		border:none;
		color:#686666;
		border:1px solid #e2e2e2;
		border-right:1px solid #bababa;
		border-left:1px solid #bababa;
		border-top:1px solid #bababa;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		behavior:url(/Scripts/PIE.htc);
		margin-right:12px;
		font-size:12px;
		position:relative;
		}
	#newsletter-alt-form input[type=submit] {
		width:75px;
		height:32px;
		background:#2e2e2e;
		border:none;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		behavior:url(/Scripts/PIE.htc);
		position:relative;
		cursor:pointer;
		color:#fff;
		font-weight:bold;
		font-size:12px;
		}




/* SlideDown element */
.slideDown {
	padding:0 1px 0 0;
	}
	.slideDown dt {
		background-color:#333132;
		background-image:url(images/arrow1.gif);
		background-repeat:no-repeat;
		background-position:100% 16px;
		box-shadow:1px 1px 1px #d1d1d1;
		-moz-box-shadow:1px 1px 0 #d1d1d1;
		-webkit-box-shadow:1px 1px 0 #d1d1d1;
		color: #fff;	
		padding:9px 0 9px 21px;
		margin-bottom:4px;
		font-weight:bold;
		text-decoration:none;
		display:block;
		font-size:12px;
		cursor:pointer;
		margin-bottom:10px;
	}
	.slideDown dt:hover, .slideDown dt.active {
		background-color:#bbb;
		color:#fff;
		text-shadow:0 0 5px #fff;
	}
	.slideDown dt.active {
		background-image:url(images/arrow2.gif);
	}

	.slideDown dd {
		display:none;
		padding:10px 20px 20px 20px;
	}
	#block dd {display:block;}
	.slideDown.absolute dd {
		position:absolute;
		background:#fff;
	}

/************/
.slideDown.alt {
	padding:0 0px 0 0;
	margin:-5px 0 52px;
	position:relative;
	background:#fff;
	}
	.slideDown.alt dt {
		background:url(images/button-top.gif) right 0 no-repeat;
		box-shadow:0px 0px 0px #d1d1d1;
		-moz-box-shadow:0px 0px 0 #d1d1d1;
		-webkit-box-shadow:0px 0px 0 #d1d1d1;
		color: #fff;	
		padding:0px 0;
		margin-bottom:0px;
		font-weight:normal;
		text-decoration:none;
		display:block;
		font-size:18px;
		cursor:pointer;
		margin-bottom:0px;
		overflow:hidden;
		position:absolute; right:13px; top:-51px;
		z-index:1;
		width:39px; height:41px;
	}
	.slideDown.alt dt:hover, .slideDown.alt dt.active {
		color:#fff;		
		text-shadow:0 0 0px #fff;
	}
	.slideDown.alt dt.active {
		border:0; background:url(images/button-top-h.gif) right 0 no-repeat;
	}

	.slideDown.alt dd {
		display:none;
		padding:0;
		position:relative;
	}
	.slideDown.alt.absolute dd {
		position:absolute;
		background:#fff;
	}



/* Accordion */
dl#accordion {
	list-style-type:none;
	margin: 0;
	padding: 0 2px 0 0;
	height:auto !important;
}
	dl#accordion .indent {
		padding-top:7px !important;
		padding-bottom:5px !important
		}

	dl#accordion a {
		display: block;
		text-decoration: none;	
		}

	dl#accordion dt {
		margin-top:1px;
		}
		dl#accordion dt a {
			background-color:#333132;
			background-image:url(images/arrow1.gif);
			background-repeat:no-repeat;
			background-position:100% 16px;
			box-shadow:1px 1px 1px #d1d1d1;
			-moz-box-shadow:1px 1px 0 #d1d1d1;
			-webkit-box-shadow:1px 1px 0 #d1d1d1;
			color: #7f7f7f;	
			padding:9px 0 9px 21px;
			margin-bottom:4px;
			font-weight:bold;
			text-decoration:none;
			display:block;
			font-size:12px;
			}

		dl#accordion dt a:hover {
			background-color:#8e8d8b;
			color:#fff;
			}

		dl#accordion dt.active a{
			background-color:#ccc;
			background-image:url(images/arrow2.gif);
			color:#333;
			}

	dl#accordion dd {
		display:none;
		margin-bottom:0;
		padding-left:0;
	}
		dl#accordion dd .indent {
			padding:10px 30px 14px 20px !important;
		}
		dl#accordion dd a {
			display:inline;
			background:none;
			padding:0;
			width:auto;
			text-decoration:underline;
		}
		dl#accordion dd a:hover {
			text-decoration:none;
			background:none;
		}
		dl#accordion dd .sub_menu  li {
			list-style:none; 
			line-height:30px!important;
			padding-left:20px;
			background:url(images/marker-1.gif) 0 9px no-repeat;
			
		}
		.sub_menu li a {
			font-size:12px !important;
			line-height:30px!important;
			color:#000;
		}
		


/********dialog********/

.disable_masking
{
	width: 400px;
	z-index: 6001;
	position: absolute;
	display: none;
	background-color: #ffffff;
	padding: 40px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	box-shadow:0 0 10px #000;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	behavior: url(/Scripts/PIE.htc);
	left:50% !important;
	margin-left:-200px !important
}

.closebutton, .myclosebutton
{
	display:block;
	position:absolute;
	right:50px;
	top:50px;
}

.data
{
	 font-size: 12px;
	 text-align: justify;
}
.viewsiurce
{
		background-color: #F0F0F0;
		border: 2px dashed #000;
		padding: 20px;
		color: #006633;
		font-size: 15px;
		font-size: 12px;
}

/*************************/
#login-form fieldset {
	border:none;
}
	#login-form .field {
		overflow:hidden;
		min-height:45px;
		height:auto !important;
		height:45px;
		padding:4px 0 0 4px;
	}
		#login-form input[type=text] {
			width:360px;
			padding:5px 12px 5px 12px;
			background:#f0f0f0;
			border:1px solid #e4e4e4;
			border-radius:14px;
			-moz-border-radius:14px;
			-webkit-border-radius:14px;
		}
		
		#login-form input[type=password] {
			width:360px;
			padding:5px 12px 5px 12px;
			background:#f0f0f0;
			border:1px solid #e4e4e4;
			border-radius:14px;
			-moz-border-radius:14px;
			-webkit-border-radius:14px;
		}
			
			#login-form input[type=text]:focus, #login-form input[type=password]:focus {
				border-color:#ccc;
				box-shadow:0 0 4px #999;
				-moz-box-shadow:0 0 4px #999;
				-webkit-box-shadow:0 0 4px #999;
			}
			
			
		#login-form input[type=submit] {
			float:right;			
			font-size:18px;
			line-height:31px;
			height:31px;
			background:#333;
			padding:0 22px;
			color:#fff;
			text-decoration:none;
			border-radius:20px;
			-moz-border-radius:20px;
			-webkit-border-radius:20px;
			behavior: url(/Scripts/PIE.htc);
			position:relative;
			margin-right:10px;
			border:none;
			cursor:pointer;
			width:80px;
		}
			#login-form input[type=submit]:hover {
				background:#f3ad2a; position:relative;
			}
				
				
				#login-form small {
					color:red;
					font-weight:bold;
					padding:0 0 0 5px;
				}
		
		
		#login-form label[for=remember] {
			font-size:12px;
			color:#333;
			float:left;
			padding:10px 0 0 0;
		}


/* Tooltips */
.aToolTip {
	border:1px solid #000;
	background:#ccc;
	color:#000;
	margin:0;
	padding:2px 8px;
	font-size:11px;
	max-width: 400px;
}
/*
.aToolTip .aToolTipContent {
	position:relative;
	margin:0;
	padding:0;
	}*/

a.aToolTipCloseBtn {
	display:block;
	height:20px;
	width:20px;
	overflow:hidden;
	background:url(images/close.gif) no-repeat;
	text-indent:-9999px;
	outline:none;
	position:absolute;
	top:-15px;
	right:-20px;
	}


/* Coin Slider */
#coind-slider { overflow:hidden;}
.coin-slider { 
	overflow: hidden;
	zoom: 1;
	position: relative;
	padding-bottom:30px;
	}
.coin-slider a { text-decoration: none; outline: none; border: none; }

.cs-buttons { 
	font-size: 0px;
	padding: 10px;
	float: left;
	}
	.cs-buttons a { 
		margin-left: 5px;
		height: 10px;
		width: 10px;
		float: left;
		border: 1px solid #322e30;
		background:#322e30;
		color: #fea900;
		text-indent: -9999em; 
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		behavior: url(/Scripts/PIE.htc);
		position:relative;
	}
	.cs-buttons a:hover,
	.cs-buttons a.cs-active { 
		background-color: #fea900;
		border: 1px solid #fea900;
		color: #fff;
		}

	.cs-title { 
		width:100%; 
		padding: 10px 0; 
		background-color: #000;
		color: #fff;
		text-indent:10px;
		}

	.cs-prev, 
	.cs-next { 
		background-color: #000;
		color: #fff;
		padding: 0px 10px;
	}
	.cs-prev:hover,
	.cs-next:hover { background:#fea900;}


/* Gallery */
#galleryfic_gallery {
	padding-bottom:50px;
	width:100%;
	overflow:hidden;
	}
	div.content {
		/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
		display: none;
		width: 919px; 
		position:relative;
		z-index:10;
		margin-bottom:20px;
	}
		div.content a, div.navigation a {
			text-decoration: none;
			color: #777;
		}
		div.content a:focus, div.content a:hover, div.content a:active {
			text-decoration: underline;
		}
	div.slideshow-container {
		position: relative;
		clear: both;
		height: 473px; /* This should be set to be at least the height of the largest image in the slideshow */
		z-index:10
	}
		.advanced_gallery div.slideshow-container {
			width:60%;
			overflow:hidden;
		}
	div.loader {
		position: absolute;
		top: 0;
		left: 0;
		background-repeat: no-repeat;
		background-position: center;
	}
	div.slideshow {
		height: 473px;
		width:919px;
		overflow:hidden;
	}
	div.slideshow span.image-wrapper {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 473px;
		width:919px;
	}
	div.slideshow a.advance-link {
		display: block;
		width: 466px;
		height: 243px; /* This should be set to be at least the height of the largest image in the slideshow */
		text-align: center;
		overflow:hidden;
	}
	div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
		text-decoration: none;
	}
	div.slideshow img {
		position:absolute;
		left:0;
		top:0;
		padding:4px;
		border:1px solid #aaa;
	}
	div.slideshow.noborder img {
		padding:0;
		border:none;
	}
	div.caption-container {
		position: relative;
		clear: left;
		height:40px;
	}
		.advanced_gallery div.caption-container {
			position:absolute;
			right:0;
			top:0;
			width:40%;
		}
	span.image-caption {
		display: block;
		position: absolute;
		width: 466px;
		top: 0;
		left: 0;
	}
	div.caption {
		padding:10px 70px 0 30px;
		overflow:hidden;
	}
	div.caption h2 {
		background:none;
	}
	div.caption h4 {
		float:left;
		background:#fff;
	}
	div.image-desc {
		font-size:10px;
		text-transform:uppercase;
		float:right;
		padding:8px 0 0 0;
	}
	div.navigation {
		/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	}
	ul.thumbs {
		clear: both;
		margin: 0;
		padding: 0;
	}
	ul.thumbs li {
		float: left;
		padding:1px !important;
		background:none !important;
		list-style: none;
		margin:0 4px 0 0;
		border:1px solid #aaa;
		margin-bottom:4px;
	}
	ul.thumbs li.last {
		padding-right:0;
	}
	a.thumb {
		display: block;
	}
	ul.thumbs li.selected a.thumb {
	}
	a.thumb:focus {
		outline: none;
	}
	ul.thumbs img {
		border: none;
		display: block;
	}


/* Kwicks */
.kwicks-wrapper {
	width:940px;
	overflow:hidden;
}
	.kwicks-box {
		border:1px solid #323232;
		padding:12px;
		}
	
	.kwicks {
		/* recommended styles for kwicks ul container */
		list-style: none;
		position: relative;
		margin: 0;
		padding: 0 !important;
		overflow:hidden;
		height:396px;
		background:#000;
		}
	.kwicks li{
		/* these are required, but the values are up to you (must be pixel) */
		width: 158px;
		height: 396px;
		/*do not change these */
		display: block;
		overflow: hidden;
		padding: 0 !important;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
		cursor:pointer;
		opacity:.5;
		filter: alpha(opacity=50);
		background:none !important;
		}
	.kwicks li.active {
		opacity:1;
		filter: alpha(opacity=100);
		}
	.kwicks.horizontal li {
		/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
		margin-right: 0; /*Set to same as spacing option. */	
		float: left;
		}	
	
	.kwicks_vertical {
		/* recommended styles for kwicks ul container */
		list-style: none;
		position: relative;
		margin: 0;
		padding: 0 !important;
		overflow:hidden;
		width:940px;
		height:396px;
		background:#000;
		}
	.kwicks_vertical li{
		/* these are required, but the values are up to you (must be pixel) */
		height: 196px;
		/*do not change these */
		display: block;
		overflow: hidden;
		padding: 0 !important;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
		cursor:pointer;
		float:none;
		opacity:.5;
		filter: alpha(opacity=50);
		}
	.kwicks_vertical li.active {
		opacity:1;
		filter: alpha(opacity=100);
		}


/* Superfish Dropdown Menu */
.sf-menu {
	margin:0 0 0 20px;
	padding:0 0 0 0px;
	list-style:		none;
	float:	left;
	background:url(images/menu-tail.gif) 0 0 repeat-x;
}
.sf-menu {
	font-size:18px;
	line-height:1.2em;
}
.sf-menu a {
	text-decoration:none;
	color:#000;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0px 0;
	display:block;
	width:126px;
	text-align:center;
	zoom:1;
	text-transform:uppercase;	
}

.sf-menu .first a {background:url(images/menu-first.gif) 0 0 no-repeat;}
.sf-menu .last a {background:url(images/menu-last.gif) right 0 no-repeat;}

.sf-menu a:hover, .sf-menu a.current	  { /* visited pseudo selector so IE6 applies text colour*/
	background:url(images/menu-active.gif) 0 0 repeat-x;
	color:#fdfdfd;
}
.sf-menu .first a:hover, .sf-menu .first a.current {background:url(images/menu-first-active.gif) 0 0 no-repeat;}
.sf-menu .last a:hover, .sf-menu .last a.current {background:url(images/menu-last-active.gif) right 0 no-repeat;}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	position:	relative;
	background:none !important;
	float:left;
	line-height:48px;
	height:48px;
	border-right:1px solid #eaeae9;
}
.sf-menu .last {border:0;}

.sf-menu li li {
	font-size:18px;
	font-weight:normal;
	text-transform:none;
	text-align:left;
	border:none;
	height:39px;
	margin-bottom:1px;
}
.sf-menu li li a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	background:rgba(103,103,103,0.94);
	box-shadow:0 0 0px rgba(103,103,103,0.94);
	-moz-box-shadow:0 0 0px rgba(103,103,103,0.94);
	-webkit-box-shadow:0 0 0px rgba(103,103,103,0.94);
	behavior:url(/Scripts/PIE.htc);
	position:relative;
	color:#fdfdfd;
	padding:0 0 0 40px;
	line-height:39px;
	height:39px;
	width:126px;
	overflow:hidden;
	display:block;
	text-align:left;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EF676767,endColorstr=#EF676767);
}
.sf-menu li li a:hover, .sf-menu li li a.current {
	color:#fff;
	background-image:none;
	background:rgba(43,43,43,0.94);
	box-shadow:0 0 0px rgba(43,43,43,0.94);
	-moz-box-shadow:0 0 0px rgba(43,43,43,0.94);
	-webkit-box-shadow:0 0 0px rgba(43,43,43,0.94);
	behavior:url(/Scripts/PIE.htc);
	position:relative;
}
.sf-menu li li:last-child a {
	border-bottom:none;
}

.sf-menu a {
	display:		block;
	position:		relative;
}

ul.sf-menu li.last li a, ul.sf-menu li.last li a {background-image:none !important; color:#fff; padding:0 20px 0 20px;
	background:rgba(103,103,103,0.94);
	box-shadow:0 0 0px rgba(103,103,103,0.94);
	-moz-box-shadow:0 0 0px rgba(103,103,103,0.94);
	-webkit-box-shadow:0 0 0px rgba(103,103,103,0.94);
	behavior:url(/Scripts/PIE.htc);
	position:relative;
}

ul.sf-menu li.last li a.current, ul.sf-menu li.last li a:hover {background-image:none !important; color:#fff;
	background:rgba(43,43,43,0.94);
	box-shadow:0 0 0px rgba(43,43,43,0.94);
	-moz-box-shadow:0 0 0px rgba(43,43,43,0.94);
	-webkit-box-shadow:0 0 0px rgba(43,43,43,0.94);
	behavior:url(/Scripts/PIE.htc);
	position:relative;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EF2B2B2B,endColorstr=#EF2B2B2B);
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			49px; /* match top ul list item height */
	z-index:		99; 
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em; 
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			166px; /* match ul width */
	top:			0;
	margin-left:1px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0; 
}
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:url(images/drop-down-arrow.gif) no-repeat 0 0;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:50%;
	margin-top:-2px;
}
a:hover .sf-sub-indicator {background:url(images/drop-down-arrow-act.gif) no-repeat 0 2px;}

a.current .sf-sub-indicator {background:url(images/arrow-sub.gif) no-repeat 0 0;}
a.current:hover .sf-sub-indicator {background:url(images/drop-down-arrow-act.gif) no-repeat 0 2px;}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { right:5px !important;}
.sf-menu ul a > .sf-sub-indicator { background:url(images/arrow-sub.gif) no-repeat 0 0;}


/* Elements list */
.elements-list li {
	background:none !important;
	padding:0 0 0px 0 !important;
	position:relative;
	line-height:28px;
	}
	.elements-list li code {
		position:absolute;
		right:0;
		top:-3px;
		padding:2px 3px 1px 3px;
		border:1px dotted #333;
		}


/* Tabs */
.tabs {
	clear: left;
	float: left;
	padding: 15px 0 30px 0;
	}
	.tabs ol {
		list-style-type: decimal;
		margin: 0 0 0 20px;
		}
		.tabs ol li {
			display: list-item;
			float: none;
			padding-bottom:5px !important;
			font-size:12px;
			color:#6b6a6a;
			}
	
	.tabs ul.nav { width:100%;}
		
	.tabs ul {
		float: left;
		list-style: none;
		margin: 0 0 5px 0 !important;
		padding:0 0 0 0 !important;
		}
		.tabs li {
			display: block;
			float: left;
			margin: 0 5px 0 0;
			background:none !important;
			padding:0 0 0 0 !important;
			}
		.tabs .selected {
			margin-bottom: -5px;
			position: relative;
			}
		.tabs .selected a {
			background: #ddd;
			color: #000;
			padding-bottom: 10px;
			}
		.tabs a:hover {
			background: #ddd;
			color: #000;
			}

		.tabs a {
			background:#000;
			color: #fff;
			display: block;
			padding:5px 10px;
			text-decoration: none;
			}

	.tabs .tab-content {
		background: #ddd;
		clear: both;
		width:auto;
		max-width:900px;
		overflow:auto;
		}
		.tabs .tab-content .inner {
			padding:10px;
			}
	
	.tabs p { margin-bottom: 5px; }
	.tabs .tab-content strong { color:#000;}
	
	.tabs pre {
		margin:4px 0;
	}
	.tabs code {
		overflow:auto;
	}
	*+html .tabs code { overflow:visible;}


/* Twitter */
#twitter {
	margin-bottom: 2em;
	}

	#twitter h2 {
		margin: 0 0 5px 0;
		padding:.5em 1em;
		font-size: 1.5em;
		color: #fff;
		background-color: #888;
		letter-spacing:0;
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		}

	#preloader {
		margin: 0;
		padding: 1em 1em 1em 3em;
		text-indent:10px;
		background: transparent url(images/loader.gif) 1em center no-repeat;
		/* generate your own loader gif: http://www.ajaxload.info */
		}

	ul#twitter_update_list {
		margin: 0;
		padding: 0 0 0.5em 0;
		list-style-type: none;
		}
		ul#twitter_update_list li {
			margin: 0;
			padding: 0.8em 0 1em 1em !important;
			background:#ddd;
			margin-bottom:7px;
			}
		ul#twitter_update_list li:hover {
			background-color:#ccc;
			color:#fff;
			}
			ul#twitter_update_list li:hover a {
				color:#000;
				}

			ul#twitter_update_list li a {
				/* timestamp link */
				color: #000;
				}
			
				ul#twitter_update_list li span {
					display: block;
					}
				
				ul#twitter_update_list li span a {
					/* links in tweet */
					color:#f3ad2a;
					}
				
			ul#twitter_update_list li.firstTweet {
				
				}
			ul#twitter_update_list li.lastTweet {
				border-bottom: none;
				}
			
			a#profileLink {
				display: block;
				padding: 0.3em 1em;
				color: #fff;
				background-color: #000;
				}





/*======================================================*/

/* Code grabber */
.code {
	padding:30px 0 10px 0;
}
	.code a.code-icon {
		margin-bottom:10px;
	}
	.code a.code-icon i {
		padding-right:6px;
		font-style:normal;
	}
	.code div.grabber {
		display:none;
	}
	.code code {
		padding:0 10px 0 10px;
		background:#f6f6f6;
		color:#333;
		border:1px solid #dfdfdf;
		white-space:pre;
		overflow:auto;
	}

/* Advanced Menu */
#advanced {
	position:fixed;
	z-index:999;
	right:-172px;
	top:50px;
	background:#181818;
	padding:20px 16px 20px 18px;
	width:135px;
	font-size:11px;
	border-right:3px solid #3a3a3a;
	font-family:Tahoma, Geneva, sans-serif;
	color:#dfdfdf;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
	#advanced span.trigger {
		display:block;
		position:absolute;
		left:-81px;
		top:25px;
		margin-top:-25px;
		width:81px;
		height:50px;
		background:#fff;
		cursor:pointer;
		text-align:center;
		background:url(images/panel/adv-trigger.png) no-repeat 0 0;
	}
		#advanced span.trigger strong {display:block; padding:4px 0 0 0;}
		#advanced ul li {
			background:url(images/panel-arrow.gif) no-repeat 0 6px;
			padding:0 0 0 13px;
			font-size:12px;
		}
		#advanced ul li.trigger_adv {
			padding:0 0 0 0;
		}
			#advanced ul li.trigger_adv > span {
				background:url(images/panel-arrow2.gif) no-repeat 100% 8px #636363;
				border-radius:3px;
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				padding:0 20px 0 12px;
				color:#dfdfdf;
				font-weight:bold;
				display:inline-block;
			}
			#advanced ul li.trigger_adv > a:hover {text-decoration:none;}
			
		#advanced ul li a {
			color:#4393d0;
			text-decoration:none;
		}
		#advanced ul li a:hover {
			text-decoration:underline;
		}
		#advanced ul ul {
			margin-left:13px;
		}
			#advanced ul ul li {
				font-size:11px;
				background:url(images/panel-arrow1.gif) no-repeat 0 7px;
			}
			#advanced ul ul a {
				text-transform:capitalize;
				color:#dfdfdf;
			}
			#advanced ul ul ul {
				margin-left:8px;
			}
			#advanced ul ul ul li {
				background:none;
				}
			#advanced ul ul ul li a {
				color:#939393;
			}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}


.text-free ul{clear:both;display:block;list-style-position:inside;list-style:disc;margin-left:40px;}

.pager{margin:8px 3px;padding:3px;}
.pager .disabled{border:1px solid #ddd;color:#999;margin-top:4px;padding:3px;text-align:center;}
.pager .current{background-color:rgb(72, 73, 71);border:1px solid #009;color:#fff;font-weight:bold;margin-top:4px;padding:3px 5px;text-align:center;}
.pager span, .pager a{margin:4px 3px;}
.pager a{border:1px solid #c0c0c0;padding:3px 5px;text-align:center;text-decoration:none;}
.highlight {background-color: #FFFF88}