body {	
	height: 100%;
	width: 100%;	
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #663300;	
}

/* MAIN CONTAINER */
#rap {	
	width: 100%;
}

/* MAIN NAVIGATION */
#nav {
	width: 185px;
}
#nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#nav ul a {
	width: 185px;
	height: 50px;
	display: block;
	text-indent: -150px;
}
#nav li#logo a {
	height: 121px;	/* Diff height for logo */
	color: transparent;
}

/* UNDERS */
#nav li#home a {background-position: 0px 450px;}
#nav li#thedesigners a {background-position: 0px 400px;}
#nav li#shop a {background-position: 0px 350px;}
#nav li#press a {background-position: 0px 300px;}
#nav li#customerservice a {background-position: 0px 250px;}
#nav li#storelocator a {background-position: 0px 200px;}
#nav li#wholesale a {background-position: 0px 150px;}
#nav li#weddings a {background-position: 0px 100px;}
#nav li#community a {background-position: 0px 50px;}

/* OVERS */
#nav li#home a:hover {background-position: 185px 450px;}
#nav li#thedesigners a:hover {background-position: 185px 400px;}
#nav li#shop a:hover {background-position: 185px 350px;}
#nav li#press a:hover {background-position: 185px 300px;}
#nav li#customerservice a:hover {background-position: 185px 250px;}
#nav li#storelocator a:hover {background-position: 185px 200px;}
#nav li#wholesale a:hover {background-position: 185px 150px;}
#nav li#weddings a:hover {background-position: 185px 100px;}
#nav li#community a:hover {background-position: 185px 50px;}

/* RIGHT-SIDE OF PAGE */
#right_rap {	/* Main container for right side */
	background-repeat:repeat-y;
	margin-top: -571px; /* Adjust this if new buttons are added to navigation to account for new height */
	margin-left: 185px;		
}

#page_title {		

	height: 120px;
	margin-right: 15px;
	margin-bottom: 20px;
}

#cs_soc {

	width: 300px;
	float: right;
	margin-top: 20px;

	text-align: right;
//	padding-top: 6px;
	line-height: 150%;
}
#cs_soc img {
	padding-top: 6px;
	padding-bottom: 2px;
}


#content {
	width: 100%;
	text-align: center;
	margin: auto;
//	border: 1px solid #ccc;
	padding-top: 15px;
	
}

/* FOOTER */
#footer  {	
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
	clear: both;	
}
#footer ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#footer li {
	display: inline;
}


/* REGULAR HYPERLINKS */
a:link {
	color: #630;	
}
a:visited {
	color: #630;
}
a:hover {
	color: #963;
}

/* IMAGE LINKS */
a:link img {
	border: none;
	margin: 0px;
	padding: 0px;
}
a:hover img {
	border: none;
	margin: 0px;
	padding: 0px;
}
a:visited img {
	border: none;
}

