/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
table td,  table th{
padding:5px;
}

body{
	background: url(http://www.babikini.com/images/bgr.gif) #ffffff repeat-x top;
	color: #000000;
	font: 12px "Century Gothic", "Comic Sans MS", cursive;

}
a{
	color: #ec008c;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
li{
	list-style: none;
}
h2 span{
	display: none;
}
h2 img{
	display: block;
}
.formbutton { 
color: #663300; 
font-weight: bold; 
background-color: #f75992;
border: 1px solid #ffffff; 
}
.boldtext { 
font-size: 14px;
font-weight: bold;
text-decoration: none;
padding-bottom: 5px; 
}
.lgfont {
font-size: 18px;
font-weight: bold;
}

/*=== Layout ===*/
#page, #header{
	background: #4e2d1d;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	margin: 0 auto;
	width: 830px;
}
#bg{
	background: url(http://www.babikini.com/images/bg.gif);
}
/*=== Header ===*/
#header{
	background: none;
	border: 0;
	height: 164px;
	margin-bottom: 5px;
}
/*- Logo -*/
#header h1{
	background: url(http://www.babikini.com/images/logo.gif) no-repeat;
	float: right;
	text-indent: -9999px;
	width: 548px;
}
#header h1 a{
	display: block;
	height: 126px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	font-size: 11px;
        font-weight: bold;
	height: 38px;
	margin: 0 0 0 188px;
	overflow: hidden;
	position: absolute;
	top: 126px;
	z-index: 100;
}
#nav1 ul{
	height: 27px;
	padding: 11px 0 0;
}
#nav1 li{
	float: left;
	line-height: 29px;
	margin: 0 0 0 2px;
	text-align: center;
}
#nav1 li a{
	background: url(http://www.babikini.com/images/nav1-pink.gif) no-repeat top;
	color: #4e2d1d;
	display: block;
	float: left;
	position: relative;
	width: 86px;
}
#nav1 li.green a{
	background: url(http://www.babikini.com/images/nav1-green.gif) no-repeat top;
}
#nav1 li.blue a{
	background: url(http://www.babikini.com/images/nav1-blue.gif) no-repeat top;
}
/*- Nav2 -*/
.nav2{
	font-size: 18px;
	margin: 0 0 10px;
}
.nav2 ul{
	margin: 0 0 15px;
}
.nav2 li a{
	color: #ffffff;
}
/*=== All Columns ===*/
#columns{
	color: #ffffff;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 565px;
	min-height: 565px;
	padding: 0 100px 15px 33px;
}
#columns h2{
	color: #ec008c;
	font-size: 18px;
	margin: 0 0 5px;
}
#columns p{
	padding: 0 0 15px;
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	margin: 137px 0 0;
	width: 143px;
}
/*=== Center Column ===*/
#centercol{
	float: right;
	margin: 15px 0 0;
	width: 540px;
}
#centercol .spacer{
	padding: 0 20px;
}
/*=== Styling Boxes ===*/
#flower1{
	background: url(../images/flower1.png) no-repeat top;
	height: 300px;
	margin: 0 0 0 -55px;
	position: absolute;
	top: 0px;
	width: 329px;
}
#flower2{
	background: url(../images/flower2.png) no-repeat top;
	height: 538px;
	margin: 0 0 0 720px;
	position: absolute;
	top: 60px;
	width: 152px;
}

/*=== Footer ===*/
#footer{
	clear: both;
	height: 50px;
	margin: 0 auto;
	padding: 10px 0 0;
	width: 830px;
}
#footer a{
	color: #4e2d1d;
}
#footer div{
	color: #4e2d1d;
	font-size: 12px;
	margin: 0 0 10px;
}
#footer div.ar{
	font-size: 14px;
}
#bottom{
	background: url(http://www.babikini.com/images/bottom-bgr.gif) repeat-x top;
	height: 70px;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ar{
	text-align: right;
}
.pic img{
	display: block;
	margin: 0 0 15px;
}

