/*
Theme Name: IVF Black 1.0
Theme URI: 
Description: Black theme fo Vegas Ivf Holiday
Version: 1.0
Author: <a href="http://www.oraystudios.com/">Oray Studios</a> 
*/

body {
	background: #000 url(_img/bg_body.jpg) top center no-repeat fixed;
	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 */
	margin:10px 0 10px 0;
}
#container {
	width: 700px;
	background: #000 url(_img/bg_container.jpg) bottom center no-repeat;
	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 - START
*********************************************/
#header {
	background: url(_img/logo_header.jpg) 0 0 no-repeat; 
	height:180px;
}
#header h1 {
	background:none;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	text-indent:-9999px;
	padding:0;
	border:none;
}
#header h1 a {
	display:block;
	height:180px;
}
#header h1 a:hover {
	background:url(_img/logo_header_hover.jpg) center center no-repeat;
}
/*********************************************
HEADER - END
*********************************************/

/*********************************************
MAIN NAV - START
*********************************************/
#mainNav {
	background:#1a1b1d url(_img/bg_mainNav.png) 0 0 repeat-x;
	text-align:center;
	margin:10px 0 5px 0;
	padding:5px 0 5px 0;
	border:#111 solid 1px;
}
#mainNav ul {
	list-style: none;
	margin: 0 auto;
	width:686px;
	font-size:12px;
	font-family:Arial, sans-serif;
}
#mainNav ul li{
	line-height:35px;
	height:35px;
	float:left;
}
#mainNav ul li a{
	display:block;
	padding:0 5px 0 5px;
	margin:0 2px 0 2px;
	color:#c0c0c0;
	border:#222 solid 1px;
}
#mainNav ul li a:hover{
	background:#5a5ab5 url(_img/bg_mainNav_ul_li_a.png) 0 0 repeat-x;
}
#mainNav ul .current_page_item a{
	background:#5a5ab5 url(_img/bg_mainNav_ul_li_a.png) 0 -35px repeat-x;
	color:#444;
}
#mainNav ul .current_page_item a:hover{
	background:#5a5ab5 url(_img/bg_mainNav_ul_li_a.png) 0 -35px repeat-x;
	color:#444;
}

/*********************************************
MAIN NAV - END
*********************************************/

/*********************************************
FOOTER - START
*********************************************/
#footer {
	background:#000 url(_img/bg_footer.png) 0 0 repeat-x;
	height:100px;
	color:#888;
	line-height:1;
}
#footer a{
	color:#c0c0c0;
}
#footer a:hover{
	color:#7b478a;
}

#footerContent{
	width:700px;
	margin:0 auto;
}
#footerLeft, #footerRight{
	float:left;
	width:275px;
	padding: 10px 0 0 0;
}
#footerLeft{
	text-align:right;
}
#footerLeft ul{
	list-style:none;
	font-size:9px;
}
#footerLeft ul li{
	margin: 0;
}
#footerRight{
	text-align:left;
}
#footerCenter{
	float:left;
	width:150px;
	height:100px;
	background:url(_img/logo_footer.png) top center no-repeat;
}
#footerCenter p {
	margin: 0;
	text-indent:-9999px;
}
#footerCenter p a {
	display:block;
	height:100px;
}
#footerCenter p a:hover {
	background:url(_img/logo_footer.png) bottom center no-repeat;
}
/*********************************************
FOOTER - END
*********************************************/







/*********************************************
MAIN CONTENT - START
*********************************************/
#mainContent {
	padding: 10px 20px 80px 20px;
}
/*********************************************
MAIN CONTENT - END
*********************************************/
#table-success p{
	margin:0 0 3px 0;
}
#table-success table{
	margin:0 0 20px 0;
}
#table-success table td{
	border:#333 1px solid;
        padding: 5px;
        font-size:12px;
}


#testimonial-entry {
border:#1f1f1f 1px solid;
margin:0 0 10px 0;
padding:10px 10px 0pt 10px;
}

#testimonial-entry p{
font-size:14px;
}

.emailbtn {
	
	background: url(_img/email.png) no-repeat;
	padding:0 0 0 20px;
}


/*********************************************
MISCELANEOUS - START
*********************************************/
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
