body {behavior: url("/css/hover.htc");}
html, body{ margin:0; padding:0; background-color:#ffffff; font-size: 13px; color:#000000; font-family: Arial, Verdana, Geneva, sans-serif; line-height: 15px; } 

/* global styles */ 
body {margin:0; padding:0; background:#ffffff; font-size: 13px; color:#000000; font-family: Arial, Verdana, Geneva, sans-serif; line-height: 15px; left: auto; right: auto; margin-left: auto; margin-right: auto; }
p, blockquote, li { font-size: 13px; color:#000033; font-family: Arial, Verdana, Geneva, sans-serif; line-height: 15px;}
td { font-size: 13px; color:#000033; font-family: Arial, Verdana, Geneva, sans-serif; line-height: 15px; vertical-align:top;}

/* for header file */
#page {width:900px; height:1000px; background: url(http://www.sellitlikeawoman.com/img/global/background.jpg) top left no-repeat; position:relative; left: auto; right: auto; margin-left: auto; margin-right: auto;}
#container {width:800px; padding:0 50px; z-index:100; position:relative; left: auto; right: auto; margin-left: auto; margin-right: auto;} 
#banner {position:relative; width:800px; height:115px; background: url(http://www.sellitlikeawoman.com/img/global/banner.jpg) top left no-repeat; padding-bottom:0px; margin-bottom:0px;} 
#menu {width:575px; height:23px; position:relative; left:258px; top:-8px; z-index:1000;}
#content_space {clear:both; width:800px; height:725px; background-color:#ffffff; padding:0; margin:0; z-index:300; border-right:1px solid #656565; border-bottom:1px solid #656565; font-size: 13px; color:#000000; font-family: Arial, Verdana, Geneva, sans-serif; line-height: 15px;}
#content {z-index:400; margin:0 10px; width: 785px; height: 685px; overflow:auto;}
#main_content { }
#footer {clear:both; width:800px; padding-bottom: 10px; font-size:10px; color:#6F6F6F; text-align:center; padding-top:50px; font-family: Arial, Verdana, Geneva, sans-serif;}


/* link styles */
a:link, a:visited, a:active {color:#BA2F2F; text-decoration: none; }
a:hover {color: #BA2F2F; text-decoration: underline; }

/* front page styles */
#left_column {width:170px; float:left; padding-right:15px;}
#main_column_front {float:left; width:400px;}
#right_column_front {float:left; width:170px; padding-left:15px;}
#main_column_standard {float:left; width:570px;}

/* page styles */
#pagetitle {}
.section_title {color:#30869A; font-weight:bold; font-style:italic;}
.bold {font-weight:bold;}
.services_list {padding-bottom:10px; }
.testimonial_credit {text-align:right; font-style:italic;}
.sidebar {width:200px; float:right; margin:10px 0 10px 15px; padding:15px; border:1px solid #BA2F2F; background-color:#83B7C2;}

.bulk_text {}
.sidebar {}
.byline {}

/* CSS VERTICLE POPUP MENU :: Thanks to TANFA http://www.tanfa.co.uk/ */

	/* Remove Padding, Margins, Bullets, set menu width, and styles, and heading to suit */
#menu {
	width: 575px; /* horizontal set size 12em; set width of menu */
	color: inherit;
	float: left; /* remove float for vertical */
} 

#menu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
	float: left; /* remove float and width for vertical */
}

#menu ul li{ /* remove bullets and list indents */
	margin: 0;
	padding: 0;
	float: left; /* remove float and width for vertical */
}
/* style, color and size links and headings to suit */
#menu a, #menu h2, #menu h2 a {
	display: block;
	margin: 0px; /* add margin-right to put spacing between them */
	text-decoration: none;
}

	/* End padding, margins, bullets, menu width, styles, headings */

        /* STYLING FOR EXPAND */

a.x, a.x:visited {
        font-weight: inherit;
        border: inherit;
        color: inherit;
        background-color: inherit;
        background-image: url("images/expand3.gif");
        background-repeat: no-repeat;
        background-position: 100% 100%;
}

a.x:hover {
        font-weight: bold;
        border: none;
        color: #a00;
	background-color: inherit;
}

a.x:active {
        color: #060;
        border: none;
        background-color: #ccc;
}
        /* END STYLING FOR EXPAND */




	/* POSITIONING */

#menu li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
} 

#menu ul ul {
	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
	display: none;
}

	/* END POSITIONING */

	/* HIDING AND REVEALING USING HOVER */

div#menu h2:hover {
	color: inherit;
	background: #000 no-repeat -999px -9999px;
}

div#menu li:hover {
	cursor: pointer;
	z-index: 100;
}

div#menu ul ul, div#menu li:hover ul ul, div#menu ul ul ul, div#menu li:hover ul ul ul {
	display: none;
}

div#menu ul ul ul {
	background-position: 0 0;
}

div#menu li:hover ul, div#menu li li:hover ul {
	display: block;
}


	/* END HIDING AND REVEALING */

/* END POPUP MENU */






 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
