/* Beautiful Connexions by I DO, I DO Web Design*/
/* Global Styles */

/* -------------------------------- General Structure -------------------------------*/
body{
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif; /* default font family to be inherited for all text including alt tags */
	font-size:11px; /* default font size for all text */
	color: #1E3051;
	background:#f5f3f4 url(../images/background.jpg) repeat-x fixed;*/
	margin:0;
	padding:0;
}

#container {
	position:relative;
	width:911px; /* width of page content image */
	background:url(../images/page_background.jpg) repeat-y; /* main page content with edge effect, colour set to use if images off */
	margin:26px auto; /* centres */
	padding:0;
}

#main {
	position:relative;
	width:911px;
	background:url(../images/top_page.gif) no-repeat; /* main page content with edge effect, colour set to use if images off */
	min-height:423px;
	margin:0; padding:5px 0 0 0;
}


#menu{
	margin:40px 0 0 32px;
	padding:0;
	display:inline; /* fix for IE 6 double margins on float */
	font-size:13px;
	width:154px; /* half size of background image */
	float:left;
}

#content{
	float:left;
	padding:0 55px 0 30px;
	width:632px;
}

.home {
	width:270px;
}

.col {
	width:310px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.wide {
	float:left;
	width:100%;
}

#heading {
	float:left;
	width:691px;
	margin:18px 0 0 30px;
	background:#E8E9EF url(images/blue_stripe_repeat.gif) repeat-x;
	height:46px;
	padding:10px 0;
}

#footer{
	clear:both;
	position:relative;
	top:0; left:0;
	width:903px;
	height:23px;
	text-align:right;
	background:url(../images/page_bottom.jpg) no-repeat;
	padding:0px 4px 0 4px;
}

/* --------------------------------- General Display --------------------------------*/

h1{
	font-size: 16px;
	text-align:left;
	margin:0;
	padding:10px 0 15px 0;
	font-weight:normal;
}

#logo h1{
	font-size:26px;
	line-height:56px; /*centres logo alt text */
	color:#0000CC;
	margin:0;
	padding:0;
}

h2{
	font-size: 14px;
	font-weight:normal;
	margin:10px 0 0 0;
	padding:0;

}

p {
	margin:10px 0 10px 0;
	padding:0;
}

a {
	color:#0000CC;
	text-decoration: none;
	cursor: pointer;
}

a:hover, a:focus, a:active, a.active{
	color: #FF00FF;
}

#content a {
	color:#333399;
	text-decoration: none;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

#content a:hover, a:focus, a:active, a.active{
	color: #EE2374;
}

#content ul {
	padding: 0 0 0 20px;
	margin: 0;
}

#content li {
	padding: 5px 0 0 5px;
	list-style-image: url(../images/bullet.gif);
}

/* ------------------------------------- Logo -------------------------------------*/

#logo{
	position:relative;
	margin-top:63px;
	margin-left:65px;
	height:113px;
	width:299px;
}


/* ------------------------------------- Menu -------------------------------------*/

#menu ul{ 
	margin:0;
	padding:0;
	list-style-type:none; /*removes bullets from the list*/ 
	text-align:center; /*aligns the text to what should end up as the center of each graphical button*/
}

#menu ul li a{
	display:block;
	height:27px;
	width:154px;
	line-height:27px;
	overflow:hidden; /* for ie 6 to avoid overflow */
}

#menu ul li a span{
	display:block;
	position:relative;
	top:-27px; /* position span on top of link */
	height:27px;
	width:154px;
}

#menu ul li a span#home{
	background:url(../images/menu_home.gif) 0 0;
}
#menu ul li a span#wedding{
	background:url(../images/menu_weddingplanning.gif) 0 0;
}
#menu ul li a span#event{
	background:url(../images/menu_eventplanning.gif) 0 0;
}
#menu ul li a span#links{
		background:url(../images/menu_links.gif) 0 0;
}
#menu ul li a span#testimonials{
		background:url(../images/menu_testimonials.gif) 0 0;
}
#menu ul li a span#contact{
	background:url(../images/menu_contactus.gif) 0 0;
}

#menu ul li a span#blog{
	background:url(../images/menu_blog.gif) 0 0;
}

#menu ul li a:hover span#home, #menu ul li a:focus span#home, #menu ul li a:active span#home, #menu ul li a.active span#home{
	background:url(../images/menu_home.gif) -154px 0;
}
#menu ul li a:hover span#wedding, #menu ul li a:focus span#wedding, #menu ul li a:active span#wedding, #menu ul li a.active span#wedding{
	background:url(../images/menu_weddingplanning.gif) -154px 0;
}
#menu ul li a:hover span#event, #menu ul li a:focus span#event, #menu ul li a:active span#event, #menu ul li a.active span#event{
	background:url(../images/menu_eventplanning.gif) -154px 0;
}

#menu ul li a:hover span#links, #menu ul li a:focus span#links, #menu ul li a:active span#links, #menu ul li a.active span#links{
	background:url(../images/menu_links.gif) -154px 0;
}

#menu ul li a:hover span#testimonials, #menu ul li a:focus span#testimonials, #menu ul li a:active span#testimonials, #menu ul li a.active span#testimonials{
	background:url(../images/menu_testimonials.gif) -154px 0;
}

#menu ul li a:hover span#contact, #menu ul li a:focus span#contact, #menu ul li a:active span#contact, #menu ul li a.active span#contact{
	background:url(../images/menu_contactus.gif) -154px 0;
}

#menu ul li a:hover span#blog, #menu ul li a:focus span#blog, #menu ul li a:active span#blog, #menu ul li a.active span#blog{
	background:url(../images/menu_blog.gif) -154px 0;
}


#panel{
	position:absolute;
	display:inline;
	right:55px;
	top:53px;
	width:357px;
}

.whitesq{
	float:left;
	display:inline; /* fix for IE 6 float */
	height:119px;
	width:119px;
	background:url(../images/small_squarebackground_white.jpg);
	text-align:center;
	overflow:hidden;
}

.bluesq{
	float:left;
	display:inline; /* fix for IE 6 float */
	height:119px;
	width:119px;
	background:url(../images/small_squarebackground_blue.jpg);
	text-align:center;
	overflow:hidden;
}

#panel img{
	display:block;
	height:100px;
	width:100px;
	margin:10px;
	background:#E8E9EF;
	line-height:100px;

}

#panel a{
	display:block;
	height:100px;
	width:100px;
	margin:10px;
	line-height:100px;
	background:#E8E9EF;
	overflow:hidden;
}

#panel a span{
	display:block;
	position:relative;
	top:-100%;
	height:100%;
	width:100%;
}

#wp{
	background:url(../images/small_wedding_button.gif);
}
#ep{
	background:url(../images/small_events_button.gif);
}
#cu{
	background:url(../images/small_contact_button.gif)
}

#li{
	background:url(../images/small_links_button.gif)
}

#te {
	background: url(../images/small_testimonial_button.gif)
}

#panel a:hover span, #panel a:focus span, #panel a:active span{
	background-position:-100px 0;
}

.texture{
	display:block;
	height:100px;
	width:100px;
	margin:10px;
	background:#E8E9EF url(../images/small_texture.jpg);
}

/* --------------------------------- Line divider ---------------------------------*/

hr {display:none;} /* Only display the horizontal rules if CSS is turned off */

/* -------------------------------- Specific items --------------------------------*/

#footer p{
	margin:0;
	padding:0 64px 10px 0;
	color:#666666;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a{
	color:#666666;
}

.clear{
	clear:both;
}

#content a.picture_link {
	border-bottom: none;
	margin-bottom: 10px;
}

#right {
 width: 160px;
 float: right;
 }