/* CSS Document */

/* ------------------------------------------ */

/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */

/* ------------------------------------------ */

* { margin: 0; padding: 0;text-decoration:none;list-style:none }

html { overflow-y: scroll; }

a { outline: none;	}

a img { border: none; }

img{ border:none}

a{ text-decoration:underline; color:#a2b9ca;}

/* END RESET */

/* ------------------------------------------ */

/* PAGE STRUCTURE */

/* ------------------------------------------ */

.clear{
	clear:both;
}

/* CSS Document */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display:inline-block;}

/* Hides from IE-mac \*/

.clearfix {display:block;}

/* End hide from IE-mac */

/*************  general styling  ****************/

/* ------------------------------------------ */

/* common styles */
html, body {
     height: 100%;
 }
body {
	background:#041a2a url(../images/body-bg.jpg) no-repeat;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica;
	font-size:11px;
	color:#fff;
}

#wrapper {
	text-align:left;
	width:810px;
	padding:0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px;

}

/*HEADER STYLE*/
#header {
	position:relative;
	width:810px;
	height:349px;
	
}

#header-img {
	background:url(../images/header-lady.png) no-repeat;
	width:309px;
	height:349px;
	position:absolute;
	right:0;
	top:0;
}

#logo a {
	background:url(../images/logo.png) no-repeat;
	width:540px;
	height:129px;
	position:absolute;
	top:55px;
	left:0px;
	text-indent:-3000px;
}

#welcome {
	width:388px; /*358*/
	height:114px;
	background:#041a2a;
	position:absolute;
	left:5px;
	bottom:0px;
	background:#041a2a url(../images/bullet.jpg) no-repeat;
}

#welcome p {
	font-family:Garamond, Arial, Helvetica;
	font-size:30px;
	color:#a2b9ca;
	padding:28px 0 0px 77px;
}

#player{
	background:#041a2a;
	width:422px;
	height:38px;
	position:absolute;
	top:0;
	left:12px;
	text-align:center
}
/*MIDDLE -CONTENT STYLE*/
#main-content {
	margin:0 0 0 5px;
	width:810px;
	background:#041a2a;
}
#main-content .inside{
	margin:0px 0 0 0;
	padding:42px 9px 100px 15px; /*28px 9px 100px 15px*/
	position:relative;
}
#left-content {
	width:164px;
	float:left;
}

/*LEFT CONTENT*/
#left-content li {
	padding:0;
	margin:0;
	height:22px;
	/*padding:5px 0;*/
}

#left-content li a {
	color:#a2b9ca;
	font-size:12px;
	text-transform:uppercase;
	background:#08283f;
	/*display:block;*/
	padding:20px 10px;
	line-height:22px;
	/*font-family:Rockwell, Arial, Verdana;*/
}
/*MIDDLE CONTENT*/
#middle-content {
	width:342px;
	float:left;
}

#middle-content p {
	padding-bottom:20px;
	padding-right:32px;
	line-height:18px;
	font-size:13px;
	color:#a2b9ca;	
}
/*RIGHT CONTENT*/
#right-content {
	width:279px;
	float:left;
	position:relative;
	padding-bottom:25px;

}

#gallery-text {
	width:90px;
	position:absolute;
	right:10px;
	top:-8px;
}

#gallery-text p {
	background:url(../images/gallery-icon.jpg) left 3px no-repeat;
	font-family:Garamond, Arial, Helvetica;
	font-size:20px;
	color:#a2b9ca;
	padding-left:30px;
}

#gallery-images {
	/*position:absolute;
	top:25px;*/
	margin-top:25px;
	width:288px;
}

.panel-images img{
	padding-right:9px;
	padding-bottom:9px;
	float:left;
}

#enlarge {
	position:absolute;
	right:0px;
	bottom:0px;
	padding:0;
	margin:0;
	color:#a2b9ca;
	background:url(../images/enlarge.jpg) no-repeat;
	padding-left:20px;
	width:172px;
	height:25px;
}

#follow-me {
	height:97px;
	width:403px;
	background:url(../images/footer-lady.png) no-repeat;
	position:absolute;
	left:0px;
	bottom:0px;
}


/*FOOTER STYLE*/
.push {
	 height:80px;
}
#footer {
	background:#000000;
	text-align:center;
	margin:0;
	padding:0;
}
#footer .inside{
	width:810px;
	height:80px;
	position:relative;
	text-align:left;
	padding:0;
	margin:0 auto
}
#twitter {
	position:absolute;
	left:74px;
	top:15px;
	width:84px;
	height:26px;
}
#facebook {
	position:absolute;
	left:167px;
	top:15px;
	width:64px;
	height:26px;
}

#footer-logo {
	position:absolute;
	top:20px;
	right:0px;
	background:url(../images/footer-logo.png) no-repeat;
	width:221px;
	height:26px;
}

.copyright {
	position:absolute;
	right:0px;
	top:58px;
	color:#424141;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

