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

/*remove all the margin and padding around objects*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,object { /*removed p*/
	margin:0;
	padding:0;
}

/*basic css rules */
.clear        { clear:both; }
.clearleft    { clear:left; }
.left         { float:left; }
.right        { float:right; }
img.left      { margin-right:1em; margin-bottom:1.8em; }
img.right     { margin-left:1em; margin-bottom:1.8em; }
.text-right   { text-align:right; }
.half         { width:45%; /* Not exactly half to account for paddings, margins etc. */ }

html {
	overflow-y: scroll;
}

a img{
	border: 0 none;
}

.br{
	border: 1px solid black;
}

/* tedora main sitelayout */
body{
	width: 100%;
}

.normal-text ul{
	font-size: 0.9em;
	padding: 10px;
}

.normal-text li{
	margin-left: 20px;
}

.twentymargin{
	margin: 20px;
}

#site{
	width: 100%;
	z-index: 100;
}

#header{
	position: relative;
	width: 960px;
	height: 134px;
	margin: 0 auto;
}
	#header a{
		display: none;
		}
		
	#logo{
		position: relative;
		margin: 30px 0 0 30px;
	}
	
	ul#menu{
		margin: 70px 30px 0 0;
		position: relative;
		list-style: none;
	}
	
	ul#menu li{
		display: block;
		margin: 0 0 0 30px;
		float: left;
	}
	
#main{
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#footer{
	width: 100%;
	height: 30px;
}

	#footer ul{
		position: relative;
		width: 940px;
		padding: 0 10px 0 10px;
		height: 30px;
		margin: 0 auto;
		list-style: none;
	}
	
	#footer ul li{
		display: block;
		margin: 0 10px 0 10px;
		line-height: 30px;
	}

#spot-left{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -99;
	width: 212px;
	height: 134px;

}

#spot-right{
	position: absolute;
	right: 0;
	top: 0;
	z-index: -100;
	width: 212px;
	height: 134px;
}

/* end Tedora main site-layout */

ul#colors{
	width: 168px;
	list-style: none;
	float: left;
	border: 1px solid #999;
}

ul#colors li{
	position: relative;
	display: block;
	float: left;
	width: 14px;
	height: 28px;
	padding: 0;
	margin: 0;
}

ul#colors li .color{
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left:0;
	width: 14px;
	height: 14px;
}
