@charset "UTF-8";
/* CSS Document */

body  {
	/* font: 1em Arial, Helvetica, sans-serif; */
	font: 1em "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	color: #333;
	background: url(../../images/clientspecific/tile.gif);
}

a:focus {outline-style: none;}
a img {border: none;}

a:link{color: #3d1580;}
a:hover{color: #ed1c24;}
a:visited{color: #3d1580;}

.clear  {clear: both;}

/******************* STRUCTURE *******************/

#wrapper {
	background: url(../../images/clientspecific/paws.gif) center repeat-y;
}

#container {
	width: 960px;
	margin: 0 auto;
	background: url(../../images/clientspecific/content_back.gif) center repeat-y;
	font-size: .8em;
	line-height: 1.5em;
}

#header {
	height: 190px;
	background: url(../../images/clientspecific/header.gif) 5px 5px no-repeat;
	padding: 10px 20px 0 0;
	color: #3d1580;
	text-align: right;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.2em;
}

#header span {
	font-size: 1.5em;
	line-height: 1.2em;
}

#nav {
	height: 40px;
}

#nav a {
	display: block;
	_display: inline-block;
	width: 107px;
	height: 40px;
	float: left;
	background: url(../../images/clientspecific/nav.gif) left top no-repeat;
	text-indent: -5000px;
}

#nav #nav1:hover {background-position: left bottom;}

#nav #nav2 {width: 106px; background-position: -107px top;}
#nav #nav2:hover {background-position: -107px bottom;}

#nav #nav3 {background-position: -213px top;}
#nav #nav3:hover {background-position: -213px bottom;}

#nav #nav4 {background-position: -320px top;}
#nav #nav4:hover {background-position: -320px bottom;}

#nav #nav5 {width: 106px; background-position: -427px top;}
#nav #nav5:hover {background-position: -427px bottom;}

#nav #nav6 {background-position: -533px top;}
#nav #nav6:hover {background-position: -533px bottom;}

#nav #nav7 {background-position: -640px top;}
#nav #nav7:hover {background-position: -640px bottom;}

#nav #nav8 {width: 106px; background-position: -747px top;}
#nav #nav8:hover {background-position: -747px bottom;}

#nav #nav9 {background-position: -853px top;}
#nav #nav9:hover {background-position: -853px bottom;}

#content {
	padding: 10px 20px;
	font-size: 1.3em;
}

#homepage {
	width: 960px;
	height: 440px;
	margin-top: 20px;
	background: url(../../images/clientspecific/home_img.jpg) center top no-repeat;
}

#homepage a {
	display: block;
	float: right;
	width: 695px;
	height: 69px;
	margin: 150px 40px 0 0;
	text-indent: -5000px;
}

#inventory {
	background: url(../../images/clientspecific/view_inventory.png) center top no-repeat;
	_background: url(../../images/clientspecific/view_inventory.gif) center top no-repeat;
}

#inventory:hover {
	background-position: center bottom;
}

h1 {
	margin-top: 0;
	color: #3d1580;
	font-size: 2.3em;
	line-height: normal;
}

#features {
	background: url(../../images/clientspecific/specials.gif) top center no-repeat;
	padding-top: 60px;
}

#footer {
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #666;
	font-weight: bold;
}
