@import url("fonts/museo.css");

* { outline: none; }
img { border: 0; }

body{
	background: #fafafa url('../bg2.png') top no-repeat;
	font:14px/135% arial, helvetica, sans-serif;
	color:#222;
}
p strong, li strong{font-family:arial, helvetica, sans-serif;}
p { margin: 20px 0; }
img{border:0;}
form, .tight{margin:0;padding:0;}
a{color:#2144c6;text-decoration:underline;}
a:hover{color:#000;text-decoration:none;}
.clear{clear:both;}
hr.div {height:1px;background:none;border:0;border-top:1px solid #ccc;margin:40px 0}

#wrapper {
	width: 720px;
	spadding-left: 240px;
	margin: 150px auto 40px;
}

h1, h2 {
	font: 36px MuseoBold, tahoma, verdana, sans-serif;
	margin: 0 0 25px;
	letter-spacing: -1px;
}
h1 a, h2 a {
	color: #000;
	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	color: #444;
}
h6 {
	font: 17px MuseoBold, tahoma, verdana, sans-serif;
	color: #808080;
	margin: 0;
}

fieldset {
	background:#fff;
	color: #333;
	font-size: 12px;
	line-height: 200%;;
	border: 1px solid #ccc;
	margin: 30px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0px;
	box-shadow: 0px 0px 2px #ccc;
	-moz-box-shadow: 0px 0px 2px #ccc;
	-webkit-box-shadow: 0px 0px 2px #ccc;
}
fieldset a{color:#2098e4;text-decoration:underline;}
fieldset a:hover{color:#005fb7;text-decoration:none;}
fieldset p {
	margin: 15px 0;
}
fieldset small {
	font: normal 11px/100% arial, helvetica, sans-serif;
	letter-spacing: 0;
	color: #808080;
	padding: 9px 0 0 10px;
}
fieldset h3 {
	width: 720px;
	margin: 0 0px 0px;
	height: 42px;
	overflow: hidden;
}
fieldset h3 div.title {
	font: bold 18px/100% arial, helvetica, sans-serif;
	letter-spacing: -1px;
	color:#333;
	text-shadow: 1px 1px 0px #fff;
	-moz-text-shadow: 1px 1px 0px #fff
	-webkit-text-shadow: 1px 1px 0px #fff;			
	background: #eee;
	background: url('h3.png') top repeat-x;			
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 12px 15px 30px;
}
fieldset h3 div.title small {
	font: normal 11px/100% arial, helvetica, sans-serif;
	letter-spacing: 0;
	color: #808080;
	padding: 6px 0 0 10px;
	position: absolute;
}
fieldset div.content {
	margin: 0;
	border-top: 1px solid #ccc;
	padding: 0 20px 10px;
}		
input[type="text"], select, textarea {
	font: 14px/120% arial, sans-serif;
	border: 1px solid #aaa;
	border-color: #999 #ddd #ddd #999;
	background: #fff;
	padding: 5px;
}
input[type="text"]:focus, select:focus, textarea:focus {
	border: 1px solid #9cf;	
	box-shadow: 0px 0px 6px #69e;
	-moz-box-shadow: 0px 0px 6px #69e;
	-webkit-box-shadow: 0px 0px 6px #69e;
}
input[type="button"], input[type="submit"] {
	font: 14px/100% arial, helvetica, sans-serif;
	background: url('button.png') repeat-x;
	border: 1px solid;
	border-color: #ccc #999 #999 #ccc;
	margin: 0;
	padding: 4px 12px 4px;
	cursor: pointer;
	color: #333;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input[type="button"].big, input[type="submit"].big {
	font-size: 16px;
	text-shadow: 1px 1px 0px #fff;
	-moz-text-shadow: 1px 1px 0px #fff
	-webkit-text-shadow: 1px 1px 0px #fff;
	background: url('buttonbig.png') bottom repeat-x;
	padding: 10px 18px 10px;
}
input[type="button"]:hover, input[type="submit"]:hover {
	border-color: #ddd #aaa #aaa #ddd;
	color: #222;
}
input[type="button"].glow:hover, input[type="submit"].glow:hover {
	border-color: #9cf #69e #69e #9cf;
	box-shadow: 0px 0px 3px #69e;
	-moz-box-shadow: 0px 0px 3px #69e;
	-webkit-box-shadow: 0px 0px 3px #69e;
}
button[disabled]:active, button[disabled], input[type="reset"][disabled]:active, input[type="reset"][disabled], input[type="button"][disabled]:active, input[type="button"][disabled], select[disabled] > input[type="button"], select[disabled] > input[type="button"]:active, input[type="submit"][disabled]:active, input[type="submit"][disabled],
button[disabled].glow, input[type="reset"][disabled].glow, input[type="button"][disabled].glow, select[disabled] > input[type="button"].glow, input[type="submit"][disabled].glow {
	color: #999;
	cursor: default;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-color: #ccc #999 #999 #ccc;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	input[type="button"], input[type="submit"] {	padding: 6px 12px 6px; }
	fieldset h3 div.title small { padding-top: 3px;	}
}		


textarea#exit_message, textarea#delayed_content {
	font: 13px/120% 'courier', 'courier new', fixed;
	width: 668px;
}
textarea#exit_message {
	background: url(bgcode.png) 0 0 no-repeat;
}
.on_off {
	margin: 10px 0;
	width: 97px;
}
fieldset h3 div.on_off {
	float: right;
	margin: 8px;
}
label { color: #808080; }
.bold { font-weight: bold; color: #333; }
.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 106px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 30px;
	padding: 0 24px 0 10px;
	color: #fff;
	font: 12px/220% arial,sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
}
select.styled {
	font: 12px/150% arial, helvetica, sans-serif;
	color: #333;
}

.sliderGallery {
    background: url(sliderbg.png) left bottom no-repeat;
    overflow: hidden;
    position: relative;
    padding: 10px;
    height: 220px;
    width: 702px;
	margin: auto;
	border-top: 1px solid #ccc;
	margin: 0px -1px 0;
}
#div_buttons {
    background: #f9f9f9;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	padding: 10px 10px 8px;
	width: 660px;
    height: 110px;
}
.sliderGallery ul {
    position: absolute;
	list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0 0;
}

.sliderGallery ul li {
    display: inline;
	margin: 0 10px;
}
.sliderGallery img {
	cursor: pointer;
	width: 200px;
	box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	margin: 2px 6px 5px;
}
.sliderGallery img.active {
	margin: 2px 0 0;
	width: 210px;
	border: 2px solid #333;
	box-shadow: 0px 0px 10px #fff;
	-moz-box-shadow: 0px 0px 10px #fff;
	-webkit-box-shadow: 0px 0px 10px #fff;
}
#div_buttons ul li {
	margin: 0 5px;
}
#div_buttons img {
	cursor: pointer;
	width: 200px;
	height: 60px;
	padding: 4px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 5px 5px 5px;
}
#div_buttons img.active {
	background: #fff;
	margin: -1px 0 0;
	padding: 2px 8px;
	width: 212px;
	height: 70px;
	border: 0;
	border: 1px solid #aaa;
	box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.slider {
    width: 762px; /* 60px more than container */
	height: 19px;
    margin: 200px 0 0 0;
    padding: 0 0 0px;
    position: relative;
    background: url(sliderscrollbar.png) no-repeat;
}
#div_buttons .slider {
	width: 720px;
    background: url(slide_btns.png) no-repeat;
	padding: 0;
	height: 19px;
    margin: 90px 0 0 0;

}
.handle {
    position: absolute;
    cursor: move;
    top: 0;
    background: url(sliderscroller.png) no-repeat;
    z-index: 100;
	height: 19px;
    width: 240px;
}
#div_buttons .handle {
    background: url(scroller_btns.png) no-repeat;
}
