@charset "UTF-8";
/* CSS Document */

img{border:none;}

/*--------------<Store>------------------*/

#store h1 {
	font-family: Georgia; 
	color: #333333; 
	font-size: 15pt;
	font-weight: normal;
	line-height: 19pt;
	text-align: right; 
	letter-spacing: -.005cm;
	background:#FFFFFF;
	text-transform:none;
}
#store h2 { 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	color:#737373; 
	font-size:11pt; 
	font-weight:normal; 
	line-height:19pt; 
	text-align:right; 
	letter-spacing: .005cm;
	}
#store h3 {
	font-family: Georgia; 
	color:#000000; 
	font-size: 12pt;
	font-weight: bold;
	line-height: 19pt;
	text-align:right;
	letter-spacing: -.01cm;
}

/*----------<Navigation>-------------*/
#nav_container{
width:786px;
background:#FFF;
}

#nav{
list-style-type:none;
position:relative;
width:500px;
height:25px;
left:286px;
margin:0;
padding:0;
background:url(../images/nav_bar.gif);
}

#nm_1 {
top:1px;
position: absolute;
left : 0px;
width :100px;
height : 30px;
background:url(../images/nav_bar.gif) no-repeat 0 0;
}

#nm_2 {
top:1px;
position: absolute;
left : 100px;
width :100px;
height : 30px;
background:url(../images/nav_bar.gif) no-repeat -100px 0;
}

#nm_3 {
top:1px;
position: absolute;
left : 200px;
width :1000px;
height : 30px;
background:url(../images/nav_bar.gif) no-repeat -200px 0;
}

#nm_4 {
top:1px;
position: absolute;
left : 300px;
width :100px;
height : 30px;
background:url(../images/nav_bar.gif) no-repeat -300px 0;
}

#nm_5{
top:1px;
position: absolute;
left : 400px;
width :100px;
height : 30px;
background:url(../images/nav_bar.gif) no-repeat -400px 0;
}

#nav a {
width : 100px;
height : 30px;
text-indent : -9999px;
text-decoration : none;
overflow : hidden;
display:block;
}

#nm_1 a:hover {
background:url(../images/nav_bar.gif) no-repeat 0 -30px;
}

#nm_2 a:hover {
background:url(../images/nav_bar.gif) no-repeat -100px -30px;
}

#nm_3 a:hover {
background:url(../images/nav_bar.gif) no-repeat -200px -30px;
}

#nm_4 a:hover {
background:url(../images/nav_bar.gif) no-repeat -300px -30px;
}

#nm_5 a:hover {
background:url(../images/nav_bar.gif) no-repeat -400px -30px;
}

/*-----------------<form>-------------------------*/
#form {
width:225px;
height:100px;
text-align:right;
float:right;
color:#FFFF00;
text-transform:uppercase;
font-family:Arial, Helvetica, sans-serif;
}

#form div {
padding-right:15px;
}

#form label, label span {
	display:block;
	padding-bottom:.25em;
}
#form label {
	float:left; 
	width:100%;
}
#form label span {
	float:left;
	width:25%;
	text-align:right;
}
#form fieldset {
border:none;
}
#form fieldset input {
float:right;
width:70%;
border:1px solid #e590b8;
}
#form fieldset input:hover {
border-color:#FFFF00;
}
#form fieldset input:active, input:focus{
border-color:#900;
}


/*--------------<Global Styles>------------------*/

html {
margin:10px;
background:url(../images/logo_bg.gif);
overflow-x: hidden;
overflow-y: scroll;
}


body{
font: 76% arial,sans-serif;
text-align:left;
}

p{
margin:0 10px 10px;
line-height:1.4
}
a{
color: #981793;
}

h1{
background:#000;
color:#FFF;
border:#FFF thin dashed;
padding:3px;
text-transform:uppercase;
font-style:italic;
} 
#header {
width:786px;
height:100px;
background:url(../images/scum_header.gif) no-repeat;
}

#list li{
font: large Arial, Helvetica, sans-serif; border-bottom:#FF99CC thin dashed;
}

#list a{
text-decoration:none;
}
#list a:hover{
color:#CCCCCC;
}

#container{
background:#FFF;
width:786px;
margin:0 auto;
}

#content{
width:765px;
height:500px;
padding:10px;
overflow:auto;
}


#footer{
font: 85% arial,sans-serif;
background:#000000;
color:#CCCCCC;
clear:both;
padding:5px;;

}