/* Girlz On Tap CSS File */
/* Bespoke CSS by King Websites */

/* Reset CSS */

body, html, div, h1, h2, h3, h4, p, img, li, ul {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0px none;
	display: block;
}

ul {
	list-style-type: none;
	line-height: 1.2em;
}

/* CSS Positioning */

body {
	text-align: center; /* IE5 workaround */
}

#contentwrapper {
	margin: 0px auto 0px auto;
	width: 810px;
	text-align: left; /* IE5 workaround reset*/
}

#content {
	margin: 0px 5px 0px 5px;
	padding: 0px 30px 30px 30px;
}

#leftside {
	width: 480px;
	float: left;
	display: inline; /* IE Float Bug Fix */
}

#rightside {
	width: 230px;
	padding: 15px 0px 20px 30px;
	float: left;
	display: inline; /* IE Float Bug Fix */
}

#main-content {
	clear: left;
	background: url(graphics/content-middle.gif) repeat-y;
	padding: 0px 20px 10px 20px;
	width: 440px;
}

#spacer {
	clear: both;
}

/* Fonts */

a {
	color: #598caa;
	text-decoration: none;
}

a:hover {
	color: #436a80;
}

.active a {
	color: #dc992c;
}

h1 {
	color: #000000;
	font-weight: normal;
	font-size: 1.50em;
	padding: 0px 0px 20px 20px;
}

h2 {
	color: #ce9256;
	font-weight: normal;
	font-size: 1.50em;
	padding: 0px 0px 10px 0px;
}

#main-content ul {
	font-size: 0.75em;
	color: #ce9256;
	font-weight: bold;
}

ul.contact {
	font-size: 0.75em;
	font-weight: bold;
}

ul.contact li.list-header {
	color: #c39256;
}

p {
	padding: 6px 0px 10px 0px;
	font-size: 0.75em;
	color: #598caa;
	line-height: 1.4em;
}

#footer p {
	width: 100%;
	text-align: center;
	font-size: 0.65em;
	color: #dc992c;
}

/* Section Backgrounds */

body {
	background: white url(graphics/bg.gif) repeat center;
}

#content {
	background: #ccffff url(graphics/dropbg.jpg) no-repeat bottom;
}

#contentwrapper {
	background: white url(graphics/wrapper-back.gif) repeat-y center;
}

/* Header CSS */

#header img {
	padding: 15px 0px 10px 15px;
}

/* Content CSS */

ul#tap {
	background: url(graphics/tap.jpg) no-repeat;
	margin: 5px 0px 0px 10px;
	padding: 3px 0px 5px 100px;
}

ul#tap li {
	padding: 0px 0px 8px 0px;
}

/* Rightside CSS */

.womanlogo {
	padding: 0px 0px 0px 30px;
}

ul.contact {
	padding: 15px 0px 0px 0px;
	margin: 50px 0px 0px 0px;
	background: url(graphics/right-top.gif) no-repeat;
}

ul.contact li {
	padding: 0px 0px 6px 25px;
	background: url(graphics/right-middle.gif) repeat-y;
}

ul.contact li img {
	float: left;
	display: inline;
	padding: 0px 20px 0px 0px;
}

ul.contact li.list-header {
	padding: 5px 0px 15px 25px;
}



/* Footer CSS */

#footer {
	padding: 5px 0px 5px 0px;
}
