/* SoleusDanceWear.com - Base CSS */


/* Globals */

*	{
	border: 0;
	font-family: Georgia, Serif;
	margin: 0;
	padding: 0;
	}

html {
	height: auto;
	min-height: 100%;
	}

body {
	background: #ebebeb url(../img/base/page_BG.gif) repeat-x bottom;
	height: 100%;
	min-width: 850px;
	}

a 	{
	border-bottom: 1px solid #f0c8e1;
	color: #c80064;
	text-decoration: none;
	}

a:hover {
	background: #f0c8e1;
	border-bottom: 1px solid #e6aac8;
	color: #a00050;
	text-decoration: none;
	}
	
#container {
	margin: 50px auto;
	width: 800px;
	}

#logo {
	background: url(../img/base/logo.gif) no-repeat top;
	border: 0;
	float: left;
	height: 53px;
	text-indent: -9999px;
	width: 100px;
	}

#logo:hover {
	background: url(../img/base/logo_OVER.gif) no-repeat top;
	}

.right {
	float: right;
	}


/* Navigation */

#nav {
	background: url(../img/base/horiz_line.gif) repeat-x bottom;
	display: block;
	margin-left: 110px;
	padding-bottom: 10px;
	position: relative;
	top: 5px;
	width: 690px;
	}

#nav li {
	display: inline;
	font-family: Georgia;
	font-size: 12pt;
	list-style: none;
	}

#nav a {
	border: 0;	
	color: #000;
	padding: 10px 8px;
	text-decoration: none;	
	}

#nav a:hover {
	background: url(../img/base/nav_item_OVER.gif) repeat-x bottom;
	color: #501e46;
	text-shadow: 0 1px 1px #fff;
	}


/* Content */

#content {
	background: url(../img/base/horiz_line.gif) repeat-x top;
	clear: both;
	margin-top: 40px;
	padding: 12px 0 10px 0;
	}

h2	{
	color: #000;
	display: block;
	font-family: 'Palatino', Serif;
	font-size: 14pt;
	font-weight: normal;
	}
	
strong	{
	color: #501e46;
	display: block;
	font-family: 'Palatino', Serif;
	font-size: 12pt;
	font-weight: normal;
	}	
	
h3	{
	color: #501e46;
	display: block;
	font-size: 11pt;
	font-weight: normal;
	margin-bottom: 4px;
	}	

p	{
	color: #000;
	font-size: 10pt;
	}

.square	{
	background: #fff;
	border: 1px solid #d3d3d3;
	border-bottom: 1px solid #b5b5b5;
	border-top: 0;
	float: left;
	padding: 10px;
	}

#rightSide {
	float: right;
	width: 505px;
	}


/* Footer */

#footer	{
	background: url(../img/base/horiz_line.gif) repeat-x top;
	clear: both;
	font-family: Georgia;
	font-size: 10pt;
	margin-bottom: 120px;	
	padding-top: 12px;
	position: relative;
	top: 10px;
	width: 800px;
	}

.footerItem {
	font-style: normal;
	letter-spacing: .1em;
	float: left;
	}
