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

Title : Aplle Wedding
Author : Steven Ball
URL : www.sb-designs.co.uk

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


*{
	padding:0;
	margin:0;
}

body{
	background:url(../images/bg.gif) repeat-x #3f4c6b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
}

#header{
	background:url(../images/header.png) no-repeat;
	margin:60px auto 0 auto;
	padding:25px 25px 0 0;
	width:729px;
	height:91px;
	clear:both;
	text-align:right;
}

#banner{
	background:url(../images/banner.png) no-repeat;
	margin:0 auto;
	padding:0;
	width:754px;
	height:116px;
	clear:both;
}

#contentbg{
	background:url(../images/contentbg.png) repeat-y;
	margin:0 auto;
	padding:0;
	width:754px;
	min-height:300px;
	clear:both;
}

#leftcontent{
	width:682px;
	float:left;
	padding:10px 5px 0 0;
	margin:0 0 0 35px;
	color:#333333;
}

#rightcontent{
	width:200px;
	float:left;
	padding:0;
	margin:0 0 0 0;
	color:#333333;
}

#footer{
	width:704px;
	background:#cde7fa;
	height:37px;
	padding:2px;
	margin:0 auto;
	clear:both;
	border-top:5px solid #596A96;
	border-bottom:5px solid #596A96;
	color:#333333;
}

#rightbox{
	padding:0;
	margin:20px 0 0 18px;
	width:184px;
	float:right;
}

#rightheader{
	padding:0;
	margin:0;
	background:url(../images/rightboxtop.gif) no-repeat;
	height:12px;
	width:184px;
}

#rightmiddle{
	padding:0 4px 0 4px;
	margin:0;
	background:url(../images/rightboxmiddle.gif);
	width:176px;
	color:#CC0000;
}

#rightfooter{
	padding:0;
	margin:0;
	background:url(../images/rightboxbottom.gif) no-repeat;
	height:12px;
	width:184px;
}

.thumbnails{
	padding:0;
	margin:0;
	text-align:center;
}

.thumbnails img{
	padding:0;
	margin:0 4px 4px 4px;
}

.lefttablecontent{
	padding:0;
	margin:0;
	width:350px;
}

/* Text and menus settings */

.menu ul{
	padding:0;
	margin:0;
}

.menu li{
	padding:0 5px;
	margin:0;
	display:inline;
	height:23px;
}

#footertext{
	padding:0;
	margin:0;
	text-indent:-200000px;
	background:url(../images/footer.gif) no-repeat;
	width:703px;
	height:37px;
}

p{
	padding:0 0 14px 0;
	margin:0;
	z-index:200000;
}

#rightmiddle p{
	color:black;
}

h1{
	color:#CC0000;
	font-size:18px;
	padding:0;
	margin:0 0 10px 0;
	text-transform:capitalize;
}

h3{
	color:#CC0000;
	font-size:12px;
}

.righttablecontent a{
	color:#0066CC;
	text-decoration:none;
}

/* Headers */

.welcometext{
	padding:0;
	margin:0 0 10px 0;
	text-indent:-200000px;
	background:url(../images/welcome.gif) no-repeat;
	width:459px;
	height:45px;
}

#whatyouneed{
	padding:0;
	margin:0;
	background:url(../images/whatdoyouneed.gif) no-repeat;
	width:224px;
	height:24px;
	text-indent:-20000px;
}

#wanttoadvertise{
	padding:0;
	margin:20px auto 0 auto;
	background:url(../images/wanttoadvertisehere.gif) no-repeat;
	height:19px;
	width:167px;
	text-indent:-20000px;
}

/* Clears, forms */

.clear{
	clear:both;
}

form{
	padding:0;
	margin:0;
}

#rightbox input{
	padding:1px;
	margin:0 0 3px 0;
	border:0;
}

textarea{
	padding:0;
	margin:0 0 3px 0;
	border:0;
}

input.cssbutton{
	color:#CC0000;
	font-size:11px;
	background:none;
	border:none;
	width:50px;
	text-align:center;
	margin:5px 0 0 0;
	padding:0;
}

input.contactbtn{
	color:white;
	font-size:10px;
	background:#CC0000;
	border:none;
	width:50px;
	text-align:center;
	margin:4px;
	padding:2px;
	line-height:16px;
}