/* default.css */

* {
	margin:0;
	padding:0;
}
p, h1, h2, h3, h4, h5 {
	margin:0 0 1em 0;
}
html {
	background:#ffa200 url('../images/bg.jpg') repeat-x 0 0;
}
body {
	font-family:Arial,"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size:14px;
	font-weight:100;
	text-align:center;
	line-height:1.6em;
	background:url('../images/bg_shadow.jpg') no-repeat 50% 0;
}
.clear {
	clear:both;
}
#wrapper {
	width:900px;
	margin:auto;
	background:#000;
	color:#eee;
}
#header {
	height:156px;
	background:#000 url('../images/header.jpg') no-repeat 0 0;
}
#nav {
	width:900px;
	height:56px;
	position:relative;
	background:url('../images/nav.jpg');
	margin:0;
	padding:0;
}
.big {
	font-size:16px;
	font-weight:900;
	color:red;
}
.red {
	font-weight:900;
	color:#FFD100;
}
img {
	border:4px solid #F09401;
}
#nob img {
	border:none;
}
#nav li {
	float:left;
	list-style:none;
}
#nav li a {
	position:absolute;
	top:0;
	margin:0;
	padding:0;
	display:block;
	height:56px;
	background:url('../images/nav.jpg') no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	font-size:1%;
}
li#nav_abo a {
	left:0;
	width:119px;
	background-position:0 0;
}
li#nav_men a {
	left:119px;
	width:112px;
	background-position:-119px 0;
}
li#nav_cat a {
	left:231px;
	width:101px;
	background-position:-231px 0;
}
li#nav_spe a {
	left:332px;
	width:98px;
	background-position:-332px 0;
}
li#nav_pho a {
	left:430px;
	width:146px;
	background-position:-430px 0;
}
li#nav_cus a {
	left:576px;
	width:118px;
	background-position:-576px 0;
}
li#nav_con a {
	left:694px;
	width:122px;
	background-position:-694px 0;
}
li#nav_hom a {
	left:816px;
	width:84px;
	background-position:-816px 0;
}
li#nav_abo a:hover {
	background-position:0 -56px;
}
li#nav_men a:hover {
	background-position:-119px -56px;
}
li#nav_cat a:hover {
	background-position:-231px -56px;
}
li#nav_spe a:hover {
	background-position:-332px -56px;
}
li#nav_pho a:hover {
	background-position:-430px -56px;
}
li#nav_cus a:hover {
	background-position:-576px -56px;
}
li#nav_con a:hover {
	background-position:-694px -56px;
}
li#nav_hom a:hover {
	background-position:-816px -56px;
}
#content {
	padding:20px;
	width:97%;
}
#flash {
	margin-bottom:20px;
}
#clear {
	clear:both;
	height:11px;
	background:url('../images/round.gif') no-repeat 0 0;
}
#footer {
	width:900px;
	text-align:center;
	padding:8px 0 8px 0;
	line-height:1.2em;
	margin:auto;
	font-size:12px;
	color:#000;
}
.fleft {
   float:left;
   margin-right:10px;
   margin-bottom:5px;
}
.fright {
   float:right;
   margin-left:10px;
   margin-bottom:5px;
}
.title {
	border:none;
	margin-bottom:10px;
}
#address {
	border-top:5px solid #F09401;
	border-bottom:5px solid #F09401;
}
#address p {
	padding-top:7px;
}
.line {
	line-height:1.4em;
}
#abouth {
	margin-left:-290px;
}
.divp {
	width:260px;
	height:360px;
	float:left;
	margin-right:25px;
}
#thx {
	margin-left:160px;
}
