@charset "utf-8";
/* CSS Document */
body {
	background-image:url(../img/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-position:top;
	margin:0px;
	font-family:arial;
	font-size:.8em;
}
.container {
	background-image:url(../img/starburst.png);
	background-repeat:no-repeat;
	width:857px;
	margin:auto;
	background-position: -75px -15px;
}
.header {
	background-image:url(../img/header_bg.png);
	background-repeat:none;
	width:857px;
	height:136px;
	margin-left:auto;
	margin-right:auto;
}
.head_nav {
	background-image:url(../img/header_nav.png);
	background-repeat:no-repeat;
	width:153px;
	float:right;
	margin:10px;
}
.home_btn {
	float:left;
	margin:45px 0 0 85px;
	height:29px;
	width:53px;
}
.index_navlinx {
	float:left;
	width:265px;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
}
.main {
	height:715px;
	width:857px;
	clear:both;
}
.newsletter {
	background-image:url(../img/newsletter_bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:286px;
	height:251px;
	margin:10px 0 0 50px;
}
.news_msg{
	float:right;
	margin:60px 30px 0 0;
	height:75px;
	width:129px;
	color:#FFF;
}
.news_input input{
	margin:2px 0 0 3px;
	font-family:arial;
	color:#000;
	border:0px;
}
.news_input{
	background-image:url(../img/input_bg.png);
	background-repeat:no-repeat;
	float:right;
	height:24px;
	width:235px;
	border:0px;
	margin:25px 0 0 0;	
}
.flash_piece {
	background-color:#ccc;
	height:446px;
	width:545px;
	margin:5px 0 24px 15px;
}
.form_piece {
	background-color:#fff;
	height:446px;
	width:545px;
	margin:5px 0 24px 15px;
}
.welcome{
	height:21px;
	width:471px;
	margin:20px 0 0 60px;	
}
.prod_desc {
	width:500px;
	height:105px;
	margin:0 0 0 60px;
}
.prod1{
	background-image:url(../img/twitter.png);
	background-position:left;
	background-repeat:no-repeat;
	height:105px;
	width:250px;
	margin-top:10px;
	float:left;
}

.prod2{
	background-image:url(../img/facebook.png);
	background-position:left;
	background-repeat:no-repeat;
	height:105px;
	width:250px;
	margin-top:10px;
	float:right;
}

.prod_txt{
	padding:5px 0 0 0;
	width:120px;
	float:right;
}
.blog_btn {	
	background-repeat:no-repeat;
	width:523px;
	height:106px;
	float:right;
	cursor:hand;
}
.right_column {
	background-position:top;
	background-repeat:no-repeat;
	float:right;
	height:473px;
	width:583px;
}
/* Product Links */
.boys_link {
	background-image:url(../img/linx/boys.png);
	background-position:center;
	background-repeat:no-repeat;
	height:46px;
	width:232px;
	margin:0 0 0 40px;
}
.boys_link:hover {
	background-image:url(../img/linx/boys_roll.png);
	cursor:hand;
}
.girls_link {
	background-image:url(../img/linx/girls.png);
	background-repeat:no-repeat;
	margin-left:40px;
	width:232px;
	height:46px;
}
.girls_link:hover {
	background-image:url(../img/linx/girls_roll.png);
	cursor:hand;
}
.infant_link {
	background-image:url(../img/linx/infant.png);
	background-repeat:no-repeat;
	margin-left:40px;
	width:232px;
	height:46px;
}
.infant_link:hover {
	background-image:url(../img/linx/infant_roll.png);
	cursor:hand;
}
.moms_link {
	background-image:url(../img/moms.png);
	background-repeat:no-repeat;
	margin-left:40px;
	width:232px;
	height:46px;
}
.moms_link:hover {
	background-image:url(../img/moms_roll.png);
	cursor:hand;
}
.footer {
	background-image:url(../img/footer_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	height:75px;
	width:873px;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	clear:both
}
.foot_nav {
	float:left;
	height:25px;
	margin:30px 0 0 45px;
}
.contact {
	float:right;
	margin:30px 45px 0 0;
}
/* Font Formatting */
p, il, ul, a {
	font-family:arial;
}
h1,h2,h3{
	font-family:arial;
	color:#ff9600;
	font-weight:bold;
}
h1{font-size:1.4em}
h2{font-size:1.2em}
h3{font-size:1em}
/* Link Formatting */
a {
	color:#fff;
	outline:none;
}
a:link {
	text-decoration:none;
}
a:hover {
	color:#ff9000;
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}

.main
{
	color:#ff9000;
	text-decoration:none;
}


