/* CSS Document */
 
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #000000 url(../images/body_bg.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #aaaaaa;
}

p{
	margin: 0;
	padding-top: 5px;
	text-align:justify;
}

a, a:link, a:visited{
	color: #990099;
	text-decoration: none;

}

a:hover{
	color: #dd00dd;
	text-decoration: underline;
}

h1{
	font-size:18pt;
	padding-top: 5px;
	margin:0;
}

h2{
	font-size:14pt;
	padding-top: 5px;
	margin: 5px 0 5px 0;
	color: #AA00AA;
	border-bottom:#AA00AA solid 1px;
}


#container { 
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #000000 url(../images/tagline.png) no-repeat right; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 146px;
} 

#header h1#logo, #header a#logo {
	background: url(../images/glamorous_logo.png) no-repeat top left;
	display: block;
	height: 146px;
	width: 264px;
	margin: 0;
	text-indent: -9999px;
}
#header h1#tagline, #header a#tagline {
	background: url(../images/glamorous_logo.png) no-repeat top right;
	display: block;
	height: 146px;
	margin: 0;
	text-indent: -9999px;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0 auto;
}

/* Main Text Content floated right to allow for the sidebar containing flash */
#mainContentRHS { 
	margin: 0 auto;
	padding: 0px 10px 0px 10px;
	border: none;
	background: #000000;
	text-align:justify;
	width: 499px;
	float: right;
} 

/* Main text content using the full width of the site */
#mainContentFullWidth { 
	margin: 0 auto; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 10px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px #000000 solid;
	background: #000000;
	text-align:justify;
	width:auto;
} 

/* Main text content using the full width of the site */
#mainContentFullWidthHome { 
	margin: 0 auto; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 10px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px #000000 solid;
	background: #000000;
	text-align:justify;
	width:auto;
}

#footer { 
	font-size: 9px;
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#990066; 
	background-image:url(../images/footer_bg.png);
	background-repeat: repeat-x;
	height: 30px;
	margin: 0 auto;
	color: #aaaaaa;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding-top: 0px;
	margin-left:0;
	padding-left:0;
	padding-bottom:0;
	margin-bottom:0px;
}
#footer li {
	/*border-left: 1px solid #555555;*/
	background: url(../images/small_star_seperator_pink.png) no-repeat top left;
	padding: 0pt 0px 0px 12px;
	display: inline;
}
#footer li.first {
	border: 0pt none ;
	background:none;
	}
#footer a:link, #footer a:visited {
	color: #aaaaaa;
	text-decoration: none;
}
#footer a:hover, #copyright a:hover,#footer a:link#current, #footer a:visited#current {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer li#current{
	color: #FFFFFF;
	text-decoration: underline;
}





.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#topnav{
	float: right;
	margin: 0 auto;
	padding-top: 95px;
}
/* Main Navigation */
.lavaLampWithImage {
	position: relative;
	height: 33px;
	width: 595px;
	background: url("../images/topnav_bg.png") no-repeat bottom right;
	padding: 0px 0px 0px 30px;
	margin: 0px 0;
	overflow: hidden;
}

.lavaLampWithImage li {
	float: left;
	list-style: none;
	/*padding-left: 20px;*/
}

.lavaLampWithImage li.back {
	background: url("../images/topavhighlight_bg.png") no-repeat right -25px;
	width: 10px; height: 25px;
	z-index: 8;
	position: absolute;
}

.lavaLampWithImage li.back .left {
	background: url("../images/topavhighlight_bg.png") no-repeat top left;
	height: 25px;
	margin-right: 10px; /* 7px is the width of the rounded shape */
}

.lavaLampWithImage li a {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 7px;
	/*text-transform: uppercase;*/
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 25px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;    
}

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active#current, .lavaLampWithImage li a:visited {
	border: none;
}


/* DEBUG */
#debug{
	background-color: #330033;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	width: 880px;
	margin:10px auto;
	padding: 0px 0px 5px 0px;
	text-align:center;
}

#debug p{
	text-align:center;
}

/* Site Map */
ul.sitemap {
	font-size: 1.3em;
	margin:5px 0 10px 10px;
	list-style-type: none;
	list-style-image: url(../images/small_star_seperator_pink.png);
	list-style-position: outside;
}

ul.sitemap li {
	margin:5px 0;
}

ul.sitemap ul {
	font-size: 0.8em;
	margin:5px 0 10px 0px;
	list-style-type: none;
	list-style-image: url(../images/small_star_seperator_grey.png);
	list-style-position: outside;	
}

ul.sitemap ul a {
	font-weight:normal;
	color:#aaaaaa;
}

ul.sitemap ul ul a {
	font-weight:normal;
	color:#aaaaaa;
	font-size:90%;
}

/* Block Quote */
blockquote {
	background-color:#330033;
	border:1px solid #aa00aa;
	width:378px;
	padding:10px;
	margin-bottom:20px;
}

blockquote span {
	background:#000 url(../images/blockquote_bottom_bg.png) no-repeat;
	display:block;
	width:378px;
	padding:22px 0 0 110px;
	margin:10px 0 -11px -11px;
}

blockquote span strong {
	font:bold 1.4em 'Tahoma', Verdana, Arial, Helvetica, sans-serif;
}

/* Contact Form */
.clearing { clear: both; }

#contactform {
	margin: 0;
	width: 500px;
	background: #0;
	background-image:url(../images/seedhead.png);
	background-repeat:no-repeat;
	background-position:left;
	padding: 1px;
}
#contactform * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contactform ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#contactform li {
	margin: 0 0 1px 0;
	padding: 10px;
	background: none;
}
#contactform li.buttons {
	margin: 0;
	overflow: hidden;
}
#contactform label {
	margin: 0;
	width: 190px;
	display: block;
	float: left;
	padding: 5px 10px 2px 0;
}
#contactform input.text {
	width: 274px;
	border: 1px solid #000000;
	padding: 2px;
	margin: 0;
}
#contactform textarea {
	width: 274px;
	border: 1px solid #000000;
	padding: 2px;
	height: 80px;
	background: #FDFDF7;
}
#contactform li.buttons input {
	padding: 4px;
	float: right;
	margin: 0 0 0 5px;
	width: auto;
}
.response {
	background: #660066;
	border: 1px solid #CC0099;
	display: none;
	padding: 5px;
	width: 300px;
	text-align: center;
	margin: 0 auto 10px auto;
	color: #ffffff;
}

.loader {
	float:left;
}

/** Portfolio **/
#portfolioImageContainer img{
	margin: 10px;
}

.portfolioThumb img{
	margin: 0 auto;
	padding: 0;
	border: 1px solid #990066;
}

.portfolioThumb:hover img{
	margin: 10px;
	padding: 0;
	border: 1px solid #FF0099;
}



/** PFD Download Links **/
.pdfLinks ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding-top: 5px;
	margin-left:0;
	padding-left:0;
	padding-bottom:0;
	margin-bottom:5px;
}
.pdfLinks li { 
	border: 0pt none; 
	padding: 6px 25px 10px; 
	display: list-item; 
	background-image:url(../images/icons/pdf.gif);
	background-position:left top; 
	background-repeat: no-repeat; 
}
.pdfLinks a:link, #pdfLinks a:visited { color: #aaaaaa; text-decoration: none;}
.pdfLinks a:hover{	color: #FFFFFF;	text-decoration: underline;}

a span.tooltip {
	background:3px 1px url(../images/icons/newwindow.gif) no-repeat;
	padding-right:19px;
	cursor:pointer;
	height:12px;
	display:inline-block;
}
a span.tooltip span {
	position:absolute;
	top:-999em;
	left:-999em;
}
