/* @override http://www.randallweddings.co.uk/css/randall.css */

body {
	margin: 0px 0px;
	padding: 0;
	font: 11px/1.4 Arial, sans-serif, Lucida;
	color: #5e5e5f;
}

#randall-header-background {
	width: 100%;
	height: 30px;
	background-color: #fff;
	margin-top: 0px;
}

#randall-header-holder {
	width: 885px;
	height: 30px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	/*border: 1px solid #7bfed4;*/
}

#header-email{
	float: left;
	margin-left: 0;
	margin-right: 50px;
}

#header-tel{
	float: right;
}

.header-text{
	font-size: 12px;
}

#randall-footer {
	width: 885px;
	height: 30px;
	background-color: #fff;
	text-align: center;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	bottom: 30px;
}

.footer-text{
	text-align: center;
	font-size: 10px;
}

#randall-bar-background {
	width: 100%;
	height: 140px;
	background-color: #000;
}

#randall-bar-holder {
	width: 885px;
	height: 130px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -129px;
}

#randall-bar-top {
	width: 885px;
	height: 23px;
	background-color: #000;
}

#randall-bar-bottom {
	width: 885px;
	background-color: #000;
	height: 60px;
	padding: 0 0 .5em;
	z-index: 100;
	margin: 0 auto;
}

#main-menu{
	margin-top: 20px;
	z-index: 99;
	float: right;
}

#randall-bar-logo {
	background-color: #000;
	width: 250px;
	height: 46px;
	background-image: url(http://www.randallweddings.co.uk/images/randallphoto-logo.png);
	float: left;
}

#randall-bar-wpja-logo {
	background-color: #000;
	width: 160px;
	height: 23px;
	background-image: url(http://www.randallweddings.co.uk/images/wpja.png);
	position: relative;
	left: 725px;
}


#contentarea {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #bebebf;
	background-color: #fff;
	position: relative;
	top: -45px;
	z-index: 10;
	padding: 0;
}

.image_float_right{
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.contentarea_textbox {
	font: 12px/1.6 Arial;
	padding: 20px 15px;
	/*background: #fff url(http://www.randallweddings.co.uk/images/textarea_background.jpg) repeat-x;*/
}

.contentarea_column1 {
	width: 410px;
	float: left;
}

.contentarea_column2 {
	width: 410px;
	float: right;
}

h1 {
	text-align: left;
	color: #000;
	font: 18px "Helvetica Neue";
	margin-bottom: 20px;
}

h2 {
	text-align: left;
	color: #000;
	font: 14px "Helvetica Neue";
	margin-bottom: 10px;
}

h3 {
	text-align: left;
	color: #000;
	font: 12px "Helvetica Neue";
	margin-bottom: 10px;
}

a {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}

a:hover {
	color: #95aa27;
}

img { border: 0 }

.client-quote-h1{
	font-size: 18px;
	padding-bottom: 0;
	letter-spacing: normal;
}

.client-quote {
	text-align: justify;
	font-size: 12px;
}

.client-quotemark-left{
	font: italic 40px Georgia, "Times New Roman", Times, serif;
	margin-bottom: -0.75em;
	margin-top: 0;
	margin-right: 20px;
}

.client-quotemark-right{
	font: italic 40px Georgia, "Times New Roman", Times, serif;
	text-align: right;
	margin-bottom: 0;
	margin-top: -0.6em;
}

.venue-left{
	width: 380px;
	border: 1px solid #d4d4d4;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	margin-right: 6px;
	padding-top: 10px;
	margin-left: 6px;
}

.venue-image {
	margin-top: 10px;
}

.links-container{
	float: left;
	padding: 10px;
	width: 820px;
}

.links-right {
	float: left;
	width: 500px;
}

.links-image {
	border: 1px solid #d4d4d4;
	margin-top: 10px;
	float: left;
	margin-right: 30px;
	padding: 0;
}

#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: #fff;
	visibility: hidden;
	z-index: 100;
}

.venue-thumb {
	border: 1px solid #a7a7a8;
	padding: 2px;
}

.venue-thumb-margin {
	border: 1px solid #a7a7a8;
	padding: 2px;
	margin-left: 14px;
}

.font8{
	font-size: 8px;
}

.font10{
	font-size: 10px;
}

.font12{
	font-size: 12px;
}

.align-text-right{
	text-align: right;
}

.align-text-left{
	text-align: left;
}

.float-text-right{
	text-align: right;
	float: right;
}

.float-text-left{
	text-align: left;
	float: left;
}


.green-text{
	color: #95aa27;
}

.clear { clear: both; }

