/* 
FEIZY RUG Website Styles
©2008 Rebecca Duff
version 1.0, 
for questions or comments contact rebeccajduff@gmail.com
*/

/* ---------- base styles ------------- */
@charset "utf-8";
* {
	padding:0;
	margin:0;
}
body {
	behavior:url("csshover.htc");
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color: #000;
	text-align:center;
	font-family:Verdana, Arial, sans-serif;
	font-size: 100%;
}
#wrapper {
	position: relative;
	width: 1024px;
	height: 792px;
	margin: 0 auto;
	text-align: left;
}
#clear {
	clear:both;
	font-size:1px;
	line-height:0;
}
/* ----------------- header styles ---------------*/
#header {
	margin:0 0 0 0;
	padding:0 0 0 0;
	height: 79px;
	background-image: url(../Images/bgs/index/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	width: 1024px;
}
#header h1 {
	margin: 0 0 0 -9000px;
}
#header h1 img#logo{ 
	background:url(../Images/photos/print.jpg); width:400px; height:50px; 
}
/* --------------------- sidebar1 styles ------------------------ */
#sidebar1 {
	height: 712px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	width: 163px;
	font-size:1px;
	line-height:0;
	background-image: url(../Images/bgs/index/sb1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* --------------------- sidebar2 styles ------------------------ */
#sidebar2 {
	height: 504px;
	margin:0 0 0 0;
	padding: 208px 0 0 0;
	float:left;
	width: 401px;
	background-image: url(../Images/bgs/index/sb2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* -- sidbar2 nav -- */
#sbnav {
	height: 350px;
	margin:0 0 0 0;
	padding: 0 0 0 0;
}
#sbnav ul {
	list-style: none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#sbnav ul a {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size: 17px;
	line-height: 35px;
	color: #FFF;
	display:block;
	text-decoration: none;
	font-weight: normal;
	text-indent: 25px;
	outline:none;
	background-image: url(../Images/bgs/index/indexhighlightimage.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:35px;
	width:274px;
}
#sbnav ul a:visited {
	outline:none;
	color: #FFF;
}
#sbnav ul a:hover {
	margin:0 0 0 0;
	padding:0 0 0 0;
	line-height: 35px;
	color:#FFF;
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.5em;
	text-indent: 30px;
	display: block;
	outline:none;
	background-image: url(../Images/bgs/highlightimage_over.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:35px;
	width:401px;
}
/* -- sidebar2 footer -- */
#sbfooter {
	height: 154px;
	padding: 0 0 0 0;
	background-image: url(../Images/bgs/index/indexmiddlebottom.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 274px;
	margin: 0 120px 0 0;
}
#sbfooter h2 {
	margin:0 0 0 0;
	padding: 130px 0 0 0;
	color: #fff;
	font-size:8px;
	text-align: center;
	display: block;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
}
/* --------------------- content styles ------------------------ */
#content {
	line-height:0;
	height: 712px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	width: 460px;
	background-image: url(../Images/bgs/index/content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
