/* CSS Document */
html, body, div, form, fieldset{  
    margin: 0px;
    padding: 0px;
    border: 0px;
}

html, body, ul, ol, li, p, form, fieldset {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background:#222;
}

img, div, a, input { 
	behavior: url(iepngfix.htc)
}

#wrp-logo {
	position:absolute;
	top:0;
	left:0;
	width:155px;
	height:106px;
	background-image:url(../images/wrp-logo.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	position:absolute;
}

#wrapper {
	width:1024px;
	height: 800px;
	margin:0 auto;
	padding-top:12px;
	text-align: center;
	z-index:1;
	background-image:url(../images/background-leather.jpg);
	background-position:0 140px;
	background-repeat:no-repeat;
	background-color:#000000;
	border:1px solid #000;
}

#header {
	width:680px;
	height:115px;
	margin:0 auto;
	display:block;
	text-align:center;
	background-image:url(../images/title.jpg);
	background-repeat:no-repeat;
	background-position:50% 0;
}

#wrapper-content {
	width:580px;
	height:420px;
	margin:0 auto 150px auto;
	overflow:auto;
}

.slickbox00 {
	background-image:url(../images/select.png);
	background-repeat:no-repeat;
	background-position:10px 0;
	width:345px;
	height:44px;
	margin:10px auto;
}

.slickbox01, .slickbox02, .slickbox03, .slickbox04, 
.slickbox05, .slickbox06, .slickbox07, .slickbox08  {
	background-color:#FFFFFF;
	padding:10px;
	text-align:left;
}

#navTabs {
	width:350px;
	margin:13px auto 0 auto;
}

.kwicks {
	list-style-type: none;
	list-style-position:outside;
	position: relative;
	margin: 0;
	padding: 0;
}

.kwicks li{
    display: block;
    overflow:hidden;
    padding:0;
    cursor:pointer;
    float:left;
    width:54px;
    height:50px;
    margin-right: 0px;
    background-image:url(../images/nav-sprite-24.png);
    background-repeat:no-repeat;
}

.kwicks a{
	display:block;
	height:50px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-140px 0px;
}
#kwick3 {
	background-position:-280px 0px;
}
#kwick4 {
	background-position:-420px 0px;
}
#kwick5 {
	background-position:-560px 0px;
}
#kwick6 {
	background-position:-700px 0px;
}
#kwick7 {
	background-position:-840px 0px;
}

#kwick1.active, #kwick1:hover {
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -140px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -280px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -420px bottom;
}
#kwick5.active, #kwick5:hover{
	background-position: -560px bottom;
}
#kwick6.active, #kwick6:hover {
	background-position: -700px bottom;
}
#kwick7.active, #kwick7:hover {
	background-position: -840px bottom;
}

a {
	color:#9F9F00;
}

a:hover {
	color:#333333;
}

h1, h2, h3, h4, .head1, .head2, .head3, .head4 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

.head1, .head2, .head3, .head4 {
	font-weight:bold;
}

h1, h2, h3, h4 {
	margin-bottom:0px;
}

h1, h2 {
	text-align:center;
}


h1, .head1 {
	font-size:1.4em;
	color:#CECE00;
}

h2, .head2 {
	font-size:1.3em;
	color:#335555;
}

h3, .head3 {
	font-size:1.1em;
	color:#335555;
}

h4, .head4 {
	font-size:1.05em;
	color:#333333;
}

p {
	font-size:0.9em;
}


li {
	margin-bottom:10px;
}

li, td {
	font-size:0.9em;
}

.tan {
	color:#CECE00;
}

.blue {
	color:#335555;
}

.small {
	font-size:0.9em;
}