/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.gif)#eb3281;
        background-position: left top;
	color: #725e59;
	padding: 40px 0 20px;
	font: .85em "Trebuchet MS",Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #ef5993;
	text-decoration: none;
	outline: none;
}
a:hover{
	text-decoration: underline
}
table td,  table th{
padding:5px;
}
.formbutton { 
color: #ffffff; 
font-weight: bold; 
background-color: #99D9E6; 
border-color: #725E58; 
border: 1px solid; 
}
.orderlink { 
font-weight: bold; 
color: #ffffff; 
background-color: #99D9E6; 
border-color: #725E58; 
border: 1px solid; 
text-decoration: none; 
padding: 3px; 
}
.boldtext { 
font-weight: bold;
text-decoration: underline;
padding-bottom: 5px; 
}
.lgfont {
font-weight: bold;
}
input,select,textarea{
	border: #e5dedb 1px solid;
	font-size: 14px;
	padding: 3px
}
li{
	list-style: none
}
h1, h2{
	font-size: 1.5em;
	margin: 0 0 .1em
}
h1 span, h2 span{
	display: none
}
h3{
	font-size: 1.2em;
	margin: 0 0 .5em
}
h4{
	font-size: 1em;
	margin: 0 0 .5em
}
p{
	line-height: 1.3em;
	padding: 0 0 1em
}
img{
	display: block; 
}
/*=== Layout ===*/
#page{
	background: url(../images/page-bgr.png) repeat-y;
	margin: 0 auto;
	width: 900px;
	padding: 0 7px;
}
#page-top, #page-bot{
	margin: 0 auto;
	overflow: hidden;
	width: 900px;
	padding: 0 7px;
}
#page-top{
	background: url(../images/page-top.png) top no-repeat;
	height: 221px;
}
#page-bot{
	background: url(../images/page-bot.png) top no-repeat;
	height: 65px;
}
/*=== Header ===*/
#header{
	height: 200px;
	padding: 20px 10px 0;
	overflow: hidden;
}
/*- Logo -*/
#logo{
	width: 430px;
	height: 200px;
	float:left; 
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	height: 34px;
	width: 900px;
	overflow: hidden;
	background: url(../images/nav1-bgr.gif) #add35c top no-repeat; 
}
.nav1 ul{
	padding: 0 13px;
}
.nav1 li{
	float: left;
}
.nav1 li a{
	height: 34px;
	display: block;
	float: left;
}
.nav1 li a span{
	display: none
}
.nav1 li a:hover,
.nav1 li.active a{
	text-decoration: none
}
.nav1 li#n11 a{
	width: 100px;
	background: url(../images/nav11.gif) top no-repeat; 
}
.nav1 li#n12{
	float:right; 
}
.nav1 li#n12 a{
	width: 134px;
	float:right; 
	background: url(../images/nav12.gif) top no-repeat; 
}
/*- Nav2 -*/
.nav2 ul{
	line-height: 1.1em;
	padding: 0 0 0 20px;
	margin: 0 0 20px;
}
.nav2 li a{
	color: #ef5993;
	text-decoration: none
}
.nav2 li a:hover,
.nav2 li.active a{
	text-decoration: underline
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	padding: 17px 17px 0 13px
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 179px;
}
/*=== Center Column ===*/
#centercol{
	float:right;
	width: 651px;
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 350px;
	text-align: justify;
}
.col2{
	float: right;
	width: 230px;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	margin: 0 0 1.5em;
	width: 651px;
}
.box .top,.box .bot{
	background: url(../images/box-top.gif) top no-repeat;
	clear: both;
	height: 24px;
	overflow: hidden
}
.box .bot{
	background: url(../images/box-bot.gif) top no-repeat
}
.box .content{
	background: url(../images/box-bgr.gif) repeat-y;
	height: 1%;
	padding: 4px 28px 4px 30px
}
/*=== Styling Forms ===*/
input.btn{
	background: none;
	border: 0;
	margin: 0;
	padding: 0
}
select{
	padding: 1px
}
/*- Search -*/
.search{
	margin: 0 0 20px;
	padding: 0 0 0 10px;
}
.search input{
	float: left;
	width: 105px
}
.search input.btn{
	margin: 0 0 0 5px;
	width: auto
}
/*=== Link Buttons ===*/
.btn-contactus{
	padding: 45px 15px 0 0;
	float:right; 
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img{
	display: block;
	margin: 0 0 1.2em
}
.pics img{
	margin: 0 15px;
	float:left; 
}
.pics{
        text-align: center;
}
/*=== Footer ===*/
#footer{
	color: #fff;
	font-size: .9em;
	height: 20px;
	padding: 40px 35px;
}
#footer a{
	color: #fff
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}

