html
{
font-size:100.01%;
height: 100%;
}

address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre
{
margin:0;
padding:0;
}

a img, img, fieldset, table
{
border:none;
}

a
{
	text-decoration:none;
}

body
{
height: 100%;
background: #111111 url('/images/glow.gif') top center repeat-y;
margin: 0px;
padding: 0px;
font-family: Helvetica, arial;
}

#header
{
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 160px;
	z-index:40;
}


#headerinner
{
	width:840px;
	padding: 0 20px 0 20px;
	height: 160px;
	margin: 0 auto;
	background-image:url('/images/nav/heada.png');
	text-align:right;
	color:white;
}

#headerinner h2
{
	color :yellow;
	font-size:28pt;
	margin-top:.25em;
	margin-bottom:.25em;
}

#headerinner a
{
	color:yellow;
}

#headerinner a:hover
{
	text-decoration: underline;
}

#usmade
{
	 margin-right: -20px;
	 padding-right: 65px;
	 height: 31px;
	 padding-top: 2px;
	 background:url('/images/nav/usmade.png') top right no-repeat;
	 color: white;
	 font-family:'Arial Black', Gadget, sans-serif;
	 font-weight:bold;
	 font-size:18px;
}


#phone
{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:48px;
	color:#FF0;
	top: 20px;
	right: 20px;
}

#message
{
	position:absolute;
	right: 5px;
	bottom: 5px;
	color: #332;
}


#main
{
min-height:100%;
width:880px;
border-left: 3px solid #FF0;
border-right: 3px solid #ff0;
position: relative;
margin: 0 auto;
overflow: hidden;
color: #cc0;
}

#contenido
{
	width: 880px;
	margin-top:170px;
}

div.selector
{
	width: 250px;
	height: 110px;
	float:left;
	margin:0;
	margin-left:30px;
}
div.selector a
{
	display:block;
	background-image:url(/images/buttonoff.jpg);
	width: 240px;
	height: 100px;
	padding: 5px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}

div.selector a:hover
{
	background-color:#221;
	background-image:url(/images/buttonon.jpg);
}

#navigator
{
width: 640px;
margin: 6px auto;
}
#navigator a
{
	display:block;
	width: 20px;
	float:left;
	height:15px;
	background-color:#333;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	padding: 4px 8px 8px 8px;
	margin: 2px;
}

#navigator a:hover
{
	background-color: #555;
}

a.pager
{
	 display:block;
	 float: left;
	 width:27px;
	 height: 640px;
}

#pageleft
{
	background: url('/images/leftdim.png') no-repeat 0 304px;
}

#pageleft:hover
{
	background: url('/images/leftlit.png') no-repeat 0 304px;
}

#pageright
{
	background: url('/images/rightdim.png') no-repeat 0 304px;
}

#pageright:hover
{
	background: url('/images/rightlit.png') no-repeat 0 304px;
}
