/* General Styles */

body {
	font-family:tahoma;
	font-size:11px;
	margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background:url(/images/body_bg.jpg)
	}

a {text-decoration:none; _color:#6460ac}

h1 span.description {font-size:18px; font-weight:bold}

form {margin:0px; display:inline; position:relative;}

img { border-style: none; }


#Container {
	width:836px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	}

#Content {
	width:836px;
	position:relative; float:left;
	min-height:560px; height:auto !important; height:560px;
	background: url(/images/container_bg.png);
	background-repeat:no-repeat;
	text-align:left;
	}
#msgbox1 {

	 background-color: #bced91;
}

#wrapper {width:770px; float:left; margin:0 0 20px 35px;}
#maincontent {float:left; width:730px; margin-left:20px}
#top {height:80px; color:#6460ac}

/*
#search {display:inline; position:relative; top:16px; left:60px}
#myaccount {display:inline; position:relative; top:-5px; float:right}
*/
/* Header Styles */

#logo {
	float:left; 
	margin-left: 5px;
}

#top-right {
	float: right;
}

#myaccount {
	margin: 10px 10px 20px 0; 
	font-family: Century Gothic, sans-serif; 
	color: #fff; 
	font-size: 12px;
}

#search  { 
	text-align: right; 
	margin-right: 15px; 
	font-family: Century Gothic, sans-serif; 
	font-size: 14px;
}

.footer {position:relative; float:left; width:836px; height:56px; margin:0px auto;}
.camistar {position:relative; float:left; width:836px; height:20px; margin:0px auto;}
.logo {position:relative; top:26px; display:inline}
a.link {color: #FFF}

/* css for top navigation */
#dpt_container
	{
		height: 32px;
		background-color: #7bb246;
		margin-bottom: 36px;
	}

	#dpt_first
	{
		float: left;
		clear: left;
		width: 5px;
		overflow: hidden;
		height: 32px;
	}

	#dpt_last
	{
		float: left;
		clear: right;
		width: 5px;
		overflow: hidden;
		height: 32px;
	}

	.dpt_menu
	{
		text-transform: lowercase;
		font-size: 10px;
		color: #f7ffef;
		padding-left: 3px;
		padding-right: 8px;
		height: 32px;
		text-align: center;
		float: left;
		position: relative;
		white-space: nowrap;
		background: transparent url(/images/divider.gif) no-repeat center right;
	}

	.dpt_in
	{
		padding-top: 12px;
	}

	.dptclass_menu
	{
		text-transform: lowercase;
		font-size: 10px;
		color: #7bb246;
		padding: 4px;
		padding-right: 5px;
		display: none;
		position: absolute;
		height: 16px;
		top: 32px;
		background: transparent url(/images/class_divider.gif) no-repeat center right;
	}
/* css for top navigation */

/* Upper Left Styles */

#leftmainwrapper { float: left; width: 540px;}
  
#mainbanner { width: 540px; height: 300px; background: url(/images/main.jpg) no-repeat; margin: 0 0 20px 0;}

/* Registry Banner */

#registry {
    border: 4px dashed #70569c;
    width: 516px;
    height: 200px;
    float: left;
    margin: 0 auto 20px auto;
    padding: 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;  
}
  
#registry img { float:right; margin: 10px 10px 0 0;}
  
#registry h2 {
    font-family: Century Gothic, sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #70569c;
    margin: 0;
    padding: 0;
}
  
#registry h2 a{ 
	color: #70569c;
}
  
#registry h2 a:hover{
    text-decoration:underline;
}
  
#registry h2.arrow_icon {
    display:inline;
    background: url(/images/arrow-reg.png) no-repeat;
    background-position: right;
    padding-right: 35px;
    
}
  	  
#registry p {
  	position: relative;
    font-family: Century Gothic, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #70569c;
    margin: 0;
    padding: 0;
}

/* Product Detail */
div.addToCart, div.returnToRegistry {text-align:justify;}
  
/* Bestsellers Modules */

#bestsellers { 
  	clear: both;
}
  
#bestsellers h2 {
    color: #9999cc;
  	background-color: white;
  	font-family: Century Gothic, sans-serif;
  	letter-spacing: -1px;
  	text-align: left;
  	font-size: 26px;
  	font-weight: normal;
  	position:relative;
  	top: 20px;
}
  
#bestsellers ul { 
	list-style: none; 
	margin: 0; 
	padding: 0;
}
  

#bestsellers ul li {
    float: left;
    width: 168px;
    height: 174px;
    color: #9999cc;
  	background-color: white;
  	font-family: Century Gothic, sans-serif;
  	letter-spacing: -1px;
  	text-align: left;
  	font-size: 16px;
  	border-left: 3px dotted #9999cc;
  	border-bottom: 3px dotted #9999cc;
  	padding: 4px;
    
}

.bs_item {
    width: 166px;
    height: 174px;
    font-size: 16px;
    letter-spacing: 0px;
    padding: 4px
}
  
#strollers, #carseats, #feeding { 
	border-top: 3px dotted #9999cc; 
}

#feeding, #onthego, #furniture { 
	border-right: 3px dotted #9999cc; 
}
  
#bestsellers ul li a { 
	display: block; 
	position: relative; 
	top: 135px; 
	text-decoration: none; 
}
  
#bestsellers ul li a:link, #bestsellers ul li a:visited, #bestsellers ul li a:hover, #bestsellers ul li a:active { 
	color: #9999cc; 
}

#bestsellers ul li a:hover { 
	text-decoration: underline; 
}
  
#strollers { 
	display: block; background: url(/images/strollers.png) no-repeat 10px 20px; 
}

#carseats { 
	background: url(/images/carseats.png) no-repeat 20px 20px; 
}

#feeding { 
	background: url(/images/feeding.png) no-repeat 30px 20px; 
}

#nursing { 
	background: url(/images/nursing.png) no-repeat 5px 20px; 
}

#toys { 
	background: url(/images/toys.png) no-repeat 5px 10px; 
}

#onthego { 
	background: url(/images/onthego.png) no-repeat 50px 10px; 
}

#gifts { 
	background: url(/images/gifts.png) no-repeat 0px 0px; 
}

#clothing { 
	background: url(/images/clothes.png) no-repeat 5px 25px; 
}

#furniture { 
	background: url(/images/furniture.png) no-repeat 0px 30px; 
}

/* Sidebar Section */
  
#sidebar { 
	width: 170px; float: right; text-align: center;
}
  
#fb { 
	margin-bottom: 10px; 
}
  
#socialmedia { 
	margin: 0 auto; 
}
  
p.socmed { 
	color: #9999cc; 
	background-color: white; 
	font-family: Century Gothic, sans-serif; 
	letter-spacing: -1px; 
	font-size: 22px; 
	text-align: left;
}
  
.socmed { 
	width: 66px; 
	height: 66px; 
	float: left; 
	margin: 5px;  
}


.footer {  
	font-family: Century Gothic, sans-serif; 
	font-size: 13px; 
	color: #fff;
}

.footer a {
   color: #fff;
}

.footer a:hover {
  text-decoration: underline;
}
