/*
  Design by Love Web Design ( http://www.lovewebdesign.co.uk )
  Please do not copy in part or in whole without the owners 
  express written permission.  Thank you.

*/

/* -------------------- */
/* Home Page Main Style */
/* -------------------- */

/* Common Style */

* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
	background: #272727 url(../images/mike-dwyer-photographer/home-bg.gif) repeat-x top left;
	font-family: Helvetica, Arial, Tahoma, Verdana, Sans-serif;
	font-size: small;
	background-color: #272727;
}

/* Page Wrapper */

#home-page-wrapper {
	width: 1240px;
	margin: 20px auto 0px auto;
	}


#random-text {
	float: left;
	visibility: hidden;
	position:relative;
	width: 1240px;
	height: 800px;
}

#random-text img {
	visibility: hidden;
	display: none;
	position: absolute;
	top:0; left:0;
	width: 1240px;
	height: 800px;
	margin: 0px 0px 0px 0px;
	border: none;
}

/* Main Menu */
#home-page-menu-bar {
	position: relative;
	float: left;
	width: 1240px;
	height: 51px;
	margin-top: -100px;
}

#home-page-logo {
	float: left
	width: 337px;
	height: 51px;
}

#home-page-logo img {
	width: 337px;
	height: 51px;
	border: none;
}

#home-page-menu-container {
	clear: left;
	float: right;
	width: 903px;
	height: 51px;
	margin: -50px 0px 0px 0px;
	background: url(../images/mike-dwyer-photographer/menu-bg.gif) repeat-x;
}

#home-page-menu {
	clear: left;
	float: right;
	width: auto;
	right: 0px;
	margin: 0px 0px 0px 0px;
}

#home-page-menu ul {
	font-weight: lighter;
	font-size: 0.9em;
	list-style: none;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}

#home-page-menu ul li {
	float: left;
	height: 33px;
	padding: 18px 7px 1px 8px;
	font-size: 0.9em;
	text-align: center;
}

#home-page-menu ul li a {
	display: block;
	padding: 0px 7px 0px 8px;
	margin: 0px;
	color: #ffffff;
	text-decoration: none;
	background: url(blank.gif) repeat;
}

#home-page-menu ul li a:hover {
	color: #839fe3;
}

/* Main Menu Tip Box Style */

.tooltipHome-tip {
	background: url(../images/mike-dwyer-photographer/home-baloon-bg.png) no-repeat;
	padding: 10px 10px 0px 12px;
	color: #ffffff;
	width: 240px;
	height: 168px;
	text-align: left;
	z-index: 13000;
}
.tooltipHome-tip img {
	width: 210px;
	height: 70px;
	margin: 2px 4px 4px 4px;
}
.tooltipHome-title {
	font-weight: bold;
	font-size: small;
}

.tooltipHome-text {
	width: 210px;
	font-size: small;
	text-align: center;
	color: #a4a4a4;
}


.tooltipContact-tip {
	background: url(../images/mike-dwyer-photographer/home-baloon-bg.png) no-repeat;
	padding: 10px 10px 0px 12px;
	color: #ffffff;
	width: 240px;
	height: 168px;
	text-align: left;
	z-index: 13000;
}
.tooltipContact-tip img {
	float: right;
	padding-top: 6px;
	width: 65px;
	height: 121px;
}
.tooltipContact-title {
	font-weight: bold;
	font-size: small;
}

.tooltipContact-text {
	float: left;
	width: 216px;
	font-size: small;
	text-align: center;
	color: #a4a4a4;
}

