/**
*	Basic CSS for drummergirl.com.au
*
* @version 2.0 May 2010
* @author simone lang
*/



/**
* general
*/

html
{
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body
{
	##font: 12px Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background:#ffffff;
	font-size: 12px;
}

/**
* structure
*/

#wrap
{
	width: 939px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: #ffffff;
	padding-left:65px;
}

#header
{
	height: 160px;
	width: 840px;
	background: url(pixels/dgheader.jpg) no-repeat 0px 0px; 

}
#header  h1 {display: none; margin:0;}


#content
{
	width: 90%;
}


#side
{	
	
}


/**
* main menu
*/
#menu {
	##position:relative;
}

ul#menu, #menu li
{
	margin: 0;
	padding: 0;
	list-style: none;
	BORDER-RIGHT: 0px; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 12px; 
	MARGIN: 0px; 
	VERTICAL-ALIGN: top; 
	BORDER-LEFT: 0px; 
	PADDING-TOP: 0px; 
	BORDER-BOTTOM: 0px
}

ul#submenu, #submenu li
{
	list-style: none;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: none;
	color:#335500;
	text-decoration: none;
	}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: none;
	color:#666666;
	text-decoration: none;
	}

a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: none;
	color:#335500;
	text-decoration: underline;
	background: none;
}
p
{
	font-size: 100%;
	line-height: 120%;
}

td {
	font-size: 85%;
	line-height: 150%;
	color: #000000;
}
th {
	font-size: 85%;
	line-height: 150%;
	color: #FFFFFF;
	background-color: #336600;
	text-align: left;
}
h1 {
	font-size: 150%;
	color: #335500;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
h2 {
	font-size: 120%;
	color: #335500;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	margin-top:20px;
}
h3 {
	font-size: 110%;
	color: #335500;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
.boxHeader {
	background-color: #999999;
	font-weight: bold;
	tecolor: #336600;
	margin: 30px 0px 10px 0px;
	padding: 0px 0px 3px 0px;
}

#footer a {
	font-size: 90%;
	font-weight: bold;
}

#footer p {
	font-weight:bold;
	color:#000000;
	font-size:10px;
}

#print-message {display:none;}

#nhome
{
	background: url(pixels/home.png) no-repeat;
	height: 48px;
	width: 84px;
	position: absolute;
	left: 0px;
	top: 173px;
	z-index: 20;
}
#nhome a
{
	text-indent: -999em;
}

#nworkshops
{
	background: url(pixels/workshops.png) no-repeat;
	height: 40px;
	width: 132px;
	position: absolute;
	left: 47px;
	top: 204px;
	z-index: 19;
	text-indent: -999em;
}

#ncorporate
{
	background: url(pixels/corporatew.png) no-repeat;
	height: 80px;
	width: 211px;
	position: absolute;
	left: 179px;
	top: -14px;
	z-index: 20;
	text-indent: -999em;
}

#nwomans
{
	background: url(pixels/womensd.png) no-repeat;
	height: 80px;
	width: 211px;
	position: absolute;
	left: 380px;
	top: -14px;
	z-index: 20;
	text-indent: -999em;
}

#ncasual
{
	background: url(pixels/casual.png) no-repeat;
	height: 52px;
	width: 176px;
	position: absolute;
	left: 562px;
	top: -14px;
	z-index: 20;
	text-indent: -999em;
}
img
{
	margin: 10px 15px 10px 15px;
}
#menu img
{
	margin: 0px;
}
#submenu img
{
	margin: 0px;
}
ul
{
	list-style-image:url(pixels/bullet.gif);
	list-style-position:0px;
}
/*ul
{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
li
{
	background-image:url(pixels/djembedot.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px; 
	padding-left:14px; 
}
*/
hr
{
	margin-top:20px;
	margin-bottom:10px;
	clear:both;
}
#bullets_with_image_on_left
{
	margin-bottom:20px;
}
#bullets_with_image_on_left img
{
	margin:0px 10px 10px 0px;
}
#bullets_with_image_on_left ul
{
	position:relative;
	left:25px;
}
#bullets_with_image_on_left_content
{
	top:10px;
}
#bullets_with_image_on_left_no_wrap ul
{
	position:relative;
	left:0px;
	top:0px;
	display:table;
	height:1%;
}
#bullets_with_image_on_left_no_wrap img
{
	margin:0px 0px 20px 0px;
}
#footer_hr div
{
	margin-top:15px;
}
