/* -------------------------------------------------
*
Title:			style.css
Website:		http://www.theweddingroomscarborough.co.uk
Browser(s): 	Firefox 2, IE7, IE6, Safari 
Platform(s):    Win XP-SP2, Mac OSX
Author: 		Mark Greenley for Adverset Media Solutions (www.adverset.co.uk)
Created: 		03.05.2009 MG
Last modified:  08.05.2009 MG
*------------------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img, abbr { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }

/** a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none; /* Gets rid of Firefox's dotted borders */ text-decoration:none }
a img { border:none } /* Gets rid of IE's blue borders */

/* ------------- General Elements -------------- */

body {
	font-size:62.5%;
	margin: 0 auto;
	padding: 0;
	font-family: Georgia, Times, serif;
	color:#333;
	background-image:url('/i/wedding_room_bg.jpg');
	background-repeat:no-repeat;
}

a {
	text-decoration: none;
	color:#000;
}

a:hover {
	text-decoration: none;
	color:#660000;
}

a img {
	border: 0;
}

h1 {
	font-size: 2.6em;
	color:#000;
	line-height:1em;
	font-weight:normal;
	padding:0 0 8px 0;
	margin:0 0 10px 0;
	border-bottom:1px dashed #000;
}

h2 {
	font-size: 2.2em;
	color:#000;
	line-height:1em;
	font-weight:normal;	
	padding:10px 0 0 0;
	margin:0 0 15px 0;
}

h3 {
	font-size: 2em;
	color:#000;
	font-weight:normal;
	margin:0px 0px 10px 0px;
}

h4 {
	font-size: 1.8em;
	font-weight:bold;
	color:#660000;
	line-height:1.0em;
}

h5 {
	font-size: 1.6em;
	font-weight:bold;
	color:#000;
	line-height:1.2em;
	margin: 0 0 10px 0;
}
h6 {
	font-size: 1.5em;
	font-weight:bold;
	color:#000;
	line-height:1.2em;
}

p {
	font-size: 1.4em;
	font-weight:normal;
	line-height:1.2em;
	color:#000;
	padding:0 0 10px 0;
}
ul {
	font-weight:normal;
	margin:0 0 0 20px;
}

ul li{
	font-weight:normal;
	line-height:1em;
	margin:0 0 8px 20px;


}
ol {
	font-size: 0.7em;
	font-weight:normal;
	line-height:1.4em;
	list-style:decimal;
	margin-top:5px;
}

ol li{
	font-weight:normal;
	line-height:1.4em;
	list-style:decimal;
	margin:0px 0px 20px 20px;
	background:#A58C6A url(../images/bullet.gif) left no-repeat;

}

/* ------------- Container -------------- */

#container {
	margin:auto;
	background-color: #fff;
	padding:0;
	width:899px;
}
/* ------------- START: Header elements ----------------*/
#header {
	background-image:url('/i/container_top.jpg');
	background-repeat:no-repeat;
	height:152px;
	}
#logo {
	float:left;
	width:112px;
	height:86px;
	margin:45px 0 0 13px;
}
#welcome {
	float:left;
	margin:70px 0 0 10px;
}
#welcome h1 {
	width:345px;
	height:45px;
	background-image:url('/i/welcome_msg.png');
	background-repeat:no-repeat;
	text-indent: -3000px;
	border:0;
}
/* ------------ START:NAVIGATION CONTROLS -----------------*/
#main-nav {
	float:right;
	margin:25px 30px 0 0;
}
#main-nav ul {
	color:#342F28;
	width:297px;
	text-transform: uppercase;
	font-size: 1.2em;
}
#main-nav li {
	float:left;
	display:block;
	margin: 0;
	border-right: 1px solid #BBB5AE;
}
#main-nav li a {
	padding: 0 5px 0 5px;
	border-bottom:solid 1px #BBB5AE;
}
#main-nav li a:hover {
	color:#D37802;
	border-bottom:dashed 1px #D37802;
}
#main-nav li a .first {
	padding-left:0;
}
#main-nav li a .last {
	border-right:none;
}

/*------------- START: Suppliers content box --------------*/
#suppliers_box {
	width:899px;
	height:304px;
	background-color: #000;
}
.suppliers_box_right {
background:url('/i/supplier_box_right_bg.jpg') no-repeat;
float:right;
width:208px;
}
.suppliers_box_right ul {
	margin:35px 0 15px 5px;
}
.suppliers_box_right ul li {
	list-style-type:disc;
	font-size: 1.3em;
}
.suppliers_box_right ul li a {
	color:#d37802;
	text-decoration: none;
}
.suppliers_box_right ul li a:hover {
	background-color: #d37802;
	color:#fff;
	text-decoration: none;
}
.suppliers_box_right p {
	
	padding:3px;
	margin:5px;
	
}
.suppliers_box_right span a {
	color:#000;
	padding:3px;
	margin:2px;
	background-color: #2d6711;
	text-decoration: none;
	border:1px solid #24500f;
	
}
.suppliers_box_right p a:hover {
	color:#fff;
}
/*----------<|>-----------*/

/*------------- START: About content box --------------*/

.about_box_right {
background:url('/i/about_box_right_bg.jpg') no-repeat;
float:right;
width:208px;
}
.about_box_right ul {
	margin:88px 0 0 5px;
}
.about_box_right ul li {
	list-style-type:disc;
	font-size: 1.3em;
}
.about_box_right ul li a {
	color:#d37802;
	text-decoration: none;
}
.about_box_right ul li a:hover {
	background-color: #d37802;
	color:#fff;
	text-decoration: none;
}
.about_box_right p {
	
	padding:3px;
	margin:90px 0 15px 5px;
	
}
.about_box_right span a {
	color:#000;
	padding:3px;
	margin:5px;
	background-color: #2d6711;
	text-decoration: none;
	border:1px solid #24500f;
	
}
.about_box_right p a:hover {
	color:#fff;
}
/*----------<|>-----------*/
.suppliers_box_left {
float:left;
width:691px;
overflow:hidden;
}
.suppliers_box_left_slider {
margin:1px 0 0 0;
width:691px;
height:302px;
float:left;
overflow: hidden;
}

.slide_element {
	float: left;
	width:691px;
	height: 304px;
}

.slide_home {
	background-image: url('/i/slides/home_bg.jpg');
	height:302px;
}
.slide_home h1 {
	background-image: url('/i/slides/home_h1.png');
	background-position: 0 33px;
	background-repeat: no-repeat;
	text-indent: -3000px;
	height:31px;
	margin:0 0 0 400px;
	padding: 45px 0 0 0;
	color: #fff;
	border-bottom: 1px solid #4b4b4b;
}
.slide_home h2 {
	font-size: 1.6em;
	margin:0 0 5px 400px;
	font-weight:normal;
	color:#c4c1c1;
	border: 0;
	line-height: 1.2em;
	
}
.slide_home p {
	font-size: 1.3em;
	margin:0 0 10px 400px;
	font-weight:normal;
	color:#fff;
	border: 0;
	line-height: 1.3em;
	
}
/*--------------------------------------------------------*/
.slide_sophia_tolli {
	background-image: url('/i/slides/sophia_tolli_bg.jpg');
	height:302px;
}
.slide_sophia_tolli h1 {
	background-image: url('/i/slides/sophia_tolli_h1.png');
	background-position: 0 33px;
	background-repeat: no-repeat;
	text-indent: -3000px;
	height:31px;
	margin:0 0 0 400px;
	padding: 45px 0 0 0;
	color: #fff;
	border-bottom: 1px solid #4b4b4b;
}
.slide_sophia_tolli h2 {
	font-size: 1.6em;
	margin:0 0 5px 400px;
	font-weight:normal;
	color:#c4c1c1;
	border: 0;
	line-height: 1.2em;
	
}
.slide_sophia_tolli p {
	font-size: 1.3em;
	margin:0 0 10px 400px;
	font-weight:normal;
	color:#fff;
	border: 0;
	line-height: 1.3em;	
}
.slide_sophia_tolli a {
	color:#000;
	padding:3px;
	margin:2px;
	background-color: #2d6711;
	text-decoration: none;
	border:1px solid #24500f;
}
.slide_sophia_tolli a:hover {
	color:#fff;
}
/*------------------------------------------------------*/
.slide_justin_alexander {
	background-image: url('/i/slides/justin_alexander_bg.jpg');
	height:302px;
}
.slide_justin_alexander h1 {
	background-image: url('/i/slides/justin_alexander_h1.png');
	background-position: 0 33px;
	background-repeat: no-repeat;
	text-indent: -3000px;
	height:31px;
	margin:0 0 0 400px;
	padding: 45px 0 0 0;
	color: #fff;
	border-bottom: 1px solid #4b4b4b;
}
.slide_justin_alexander h2 {
	font-size: 1.6em;
	margin:0 0 5px 400px;
	font-weight:normal;
	color:#c4c1c1;
	border: 0;
	line-height: 1.2em;
	
}
.slide_justin_alexander p {
	font-size: 1.3em;
	margin:0 0 10px 400px;
	font-weight:normal;
	color:#fff;
	border: 0;
	line-height: 1.3em;	
}
.slide_justin_alexander a {
	color:#000;
	padding:3px;
	margin:2px;
	background-color: #2d6711;
	text-decoration: none;
	border:1px solid #24500f;
}
.slide_justin_alexander a:hover {
	color:#fff;
}
/*------------------------------------------------------*/
.slide_benjamin_roberts {
	background-image: url('/i/slides/benjamin_roberts_bg.jpg');
	height:302px;
}
.slide_benjamin_roberts h1 {
	background-image: url('/i/slides/benjamin_roberts_h1.png');
	background-position: 0 33px;
	background-repeat: no-repeat;
	text-indent: -30000px;
	height:31px;
	margin:0 0 0 400px;
	padding: 45px 0 0 0;
	color: #fff;
	border-bottom: 1px solid #4b4b4b;
}
.slide_benjamin_roberts h2 {
	font-size: 1.6em;
	margin:0 0 5px 400px;
	font-weight:normal;
	color:#c4c1c1;
	border: 0;
	line-height: 1.2em;
	
}
.slide_benjamin_roberts p {
	font-size: 1.3em;
	margin:0 0 10px 400px;
	font-weight:normal;
	color:#fff;
	border: 0;
	line-height: 1.3em;	
}
.slide_benjamin_roberts a {
	color:#000;
	padding:3px;
	margin:2px;
	background-color: #2d6711;
	text-decoration: none;
	border:1px solid #24500f;
}
.slide_benjamin_roberts a:hover {
	color:#fff;
}
/*------------------------------------------------------*/
.slide_tia_benjamin_roberts {
	background-image: url('/i/slides/benjamin_roberts_bg.jpg');
	height:302px;
}
.slide_tia_benjamin_roberts h1 {
	background-image: url('/i/slides/tia_h1.png');
	background-position: 0 33px;
	background-repeat: no-repeat;
	text-indent: -30000px;
	height:31px;
	margin:0 0 0 400px;
	padding: 45px 0 0 0;
	color: #fff;
	border-bottom: 1px solid #4b4b4b;
}
.slide_tia_benjamin_roberts h2 {
	font-size: 1.6em;
	margin:0 0 5px 400px;
	font-weight:normal;
	color:#c4c1c1;
	border: 0;
	line-height: 1.2em;
	
}
.slide_tia_benjamin_roberts p {
	font-size: 1.3em;
	margin:0 0 10px 400px;
	font-weight:normal;
	color:#fff;
	border: 0;
	line-height: 1.3em;	
}
.slide_tia_benjamin_roberts a {
	color:#000;
	padding:3px;
	margin:2px;
	background-color: #2d6711;
	text-decoration: none;
	border:1px solid #24500f;
}
.slide_tia_benjamin_roberts a:hover {
	color:#fff;
}
/*------------------------------------------------------*/
.slide_jim_hjelm {
	background-image: url('/i/slides/jim_hjelm_bg.jpg');
	height:302px;
}
.slide_jim_hjelm h1 {
	background-image: url('/i/slides/jim_hjelm_h1.png');
	background-position: 0 33px;
	background-repeat: no-repeat;
	text-indent: -30000px;
	height:31px;
	margin:0 0 0 400px;
	padding: 45px 0 0 0;
	color: #fff;
	border-bottom: 1px solid #4b4b4b;
}
.slide_jim_hjelm h2 {
	font-size: 1.6em;
	margin:0 0 5px 400px;
	font-weight:normal;
	color:#c4c1c1;
	border: 0;
	line-height: 1.2em;
	
}
.slide_jim_hjelm p {
	font-size: 1.3em;
	margin:0 0 10px 400px;
	font-weight:normal;
	color:#fff;
	border: 0;
	line-height: 1.3em;	
}
.slide_jim_hjelm a {
	color:#000;
	padding:3px;
	margin:2px;
	background-color: #2d6711;
	text-decoration: none;
	border:1px solid #24500f;
}
.slide_jim_hjelm a:hover {
	color:#fff;
}
/*------------------------------------------------------*/
.slide_veromia {
	background-image: url('/i/slides/veromia_bg.jpg');
	height:302px;
}
.slide_veromia h1 {
	background-image: url('/i/slides/veromia_h1.png');
	background-position: 0 33px;
	background-repeat: no-repeat;
	text-indent: -30000px;
	height:31px;
	margin:0 0 0 400px;
	padding: 45px 0 0 0;
	color: #fff;
	border-bottom: 1px solid #4b4b4b;
}
.slide_veromia h2 {
	font-size: 1.6em;
	margin:0 0 5px 400px;
	font-weight:normal;
	color:#c4c1c1;
	border: 0;
	line-height: 1.2em;
	
}
.slide_veromia p {
	font-size: 1.3em;
	margin:0 0 10px 400px;
	font-weight:normal;
	color:#fff;
	border: 0;
	line-height: 1.3em;	
}
.slide_veromia a {
	color:#000;
	padding:3px;
	margin:2px;
	background-color: #2d6711;
	text-decoration: none;
	border:1px solid #24500f;
}
.slide_veromia a:hover {
	color:#fff;
}
/*------------------------------------------------------*/
.slide_rainbow {
	background-image: url('/i/slides/rainbow_club_bg.jpg');
	height:302px;
}
.slide_rainbow h1 {
	background-image: url('/i/slides/rainbow_h1.png');
	background-position: 0 33px;
	background-repeat: no-repeat;
	text-indent: -30000px;
	height:31px;
	margin:0 0 0 400px;
	padding: 45px 0 0 0;
	color: #fff;
	border-bottom: 1px solid #4b4b4b;
}
.slide_rainbow h2 {
	font-size: 1.6em;
	margin:0 0 5px 400px;
	font-weight:normal;
	color:#c4c1c1;
	border: 0;
	line-height: 1.2em;
	
}
.slide_rainbow p {
	font-size: 1.3em;
	margin:0 0 10px 400px;
	font-weight:normal;
	color:#fff;
	border: 0;
	line-height: 1.3em;	
}
.slide_rainbow a {
	color:#000;
	padding:3px;
	margin:2px;
	background-color: #2d6711;
	text-decoration: none;
	border:1px solid #24500f;
}
.slide_rainbow a:hover {
	color:#fff;
}
/*------------------------------------------------------*/
.slide_amanda_wyatt {
	background-image: url('/i/slides/amanda_wyatt_bg.jpg');
	height:302px;
}
.slide_amanda_wyatt h1 {
	background-image: url('/i/slides/amanda_wyatt_h1.png');
	background-position: 0 33px;
	background-repeat: no-repeat;
	text-indent: -30000px;
	height:31px;
	margin:0 0 0 400px;
	padding: 45px 0 0 0;
	color: #fff;
	border-bottom: 1px solid #4b4b4b;
}
.slide_amanda_wyatt h2 {
	font-size: 1.6em;
	margin:0 0 5px 400px;
	font-weight:normal;
	color:#c4c1c1;
	border: 0;
	line-height: 1.2em;
	
}
.slide_amanda_wyatt p {
	font-size: 1.3em;
	margin:0 0 10px 400px;
	font-weight:normal;
	color:#fff;
	border: 0;
	line-height: 1.3em;	
}
.slide_amanda_wyatt a {
	color:#000;
	padding:3px;
	margin:2px;
	background-color: #2d6711;
	text-decoration: none;
	border:1px solid #24500f;
}
.slide_amanda_wyatt a:hover {
	color:#fff;
}
/*------------------------------------------------------*/
.slide_madeline {
	background-image: url('/i/slides/madeline_bg.jpg');
	height:302px;
}
.slide_madeline h1 {
	background-image: url('/i/slides/madeline_h1.png');
	background-position: 0 33px;
	background-repeat: no-repeat;
	text-indent: -30000px;
	height:31px;
	margin:0 0 0 400px;
	padding: 45px 0 0 0;
	color: #fff;
	border-bottom: 1px solid #4b4b4b;
}
.slide_madeline h2 {
	font-size: 1.6em;
	margin:0 0 5px 400px;
	font-weight:normal;
	color:#c4c1c1;
	border: 0;
	line-height: 1.2em;
	
}
.slide_madeline p {
	font-size: 1.3em;
	margin:0 0 10px 400px;
	font-weight:normal;
	color:#fff;
	border: 0;
	line-height: 1.3em;	
}
.slide_madeline a {
	color:#000;
	padding:3px;
	margin:2px;
	background-color: #2d6711;
	text-decoration: none;
	border:1px solid #24500f;
}
.slide_madeline a:hover {
	color:#fff;
}
/*------------------------------------------------------*/
/*------------------------------------------------------*/
.slide_flirt {
	background-image: url('/i/slides/flirt_bg.jpg');
	height:302px;
}
.slide_flirt h1 {
	background-image: url('/i/slides/flirt_h1.png');
	background-position: 0 33px;
	background-repeat: no-repeat;
	text-indent: -30000px;
	height:31px;
	margin:0 0 0 400px;
	padding: 45px 0 0 0;
	color: #fff;
	border-bottom: 1px solid #4b4b4b;
}
.slide_flirt h2 {
	font-size: 1.6em;
	margin:0 0 5px 400px;
	font-weight:normal;
	color:#c4c1c1;
	border: 0;
	line-height: 1.2em;
	
}
.slide_flirt p {
	font-size: 1.3em;
	margin:0 0 10px 400px;
	font-weight:normal;
	color:#fff;
	border: 0;
	line-height: 1.3em;	
}
.slide_flirt a {
	color:#000;
	padding:3px;
	margin:2px;
	background-color: #2d6711;
	text-decoration: none;
	border:1px solid #24500f;
}
.slide_flirt a:hover {
	color:#fff;
}
/*------------------------------------------------------*/
/*------------------------------------------------------*/
.slide_ebony {
	background-image: url('/i/slides/ebony_rose_bg.jpg');
	height:302px;
}
.slide_ebony h1 {
	background-image: url('/i/slides/ebony_h1.png');
	background-position: 0 33px;
	background-repeat: no-repeat;
	text-indent: -30000px;
	height:31px;
	margin:0 0 0 400px;
	padding: 45px 0 0 0;
	color: #fff;
	border-bottom: 1px solid #4b4b4b;
}
.slide_ebony h2 {
	font-size: 1.6em;
	margin:0 0 5px 400px;
	font-weight:normal;
	color:#c4c1c1;
	border: 0;
	line-height: 1.2em;
	
}
.slide_ebony p {
	font-size: 1.3em;
	margin:0 0 10px 400px;
	font-weight:normal;
	color:#fff;
	border: 0;
	line-height: 1.3em;	
}
.slide_ebony a {
	color:#000;
	padding:3px;
	margin:2px;
	background-color: #2d6711;
	text-decoration: none;
	border:1px solid #24500f;
}
.slide_ebony a:hover {
	color:#fff;
}
/*------------------------------------------------------*/

#left {
	width:310px;
	float: left;
	margin: 10px 0 25px 0;
}



#left p {
	padding: 0 0 10px 0;
}
#left .contact-info {
	padding-top: 0;
	margin: 0 20px 0 20px; 
}
#left .contact-info h3 {
	padding: 0;
}

#left .contact-info p {
	padding-top: 10px;
	margin: 0; 
}
#left .contact-info .address {
	border-top: 1px dashed #666; 
	border-bottom: 1px dashed #666;
	background-color: #d3d3d3;
	padding: 10px 10px 10px 10px;
}

#left .contact-info .opening-times {
	color: #d37802;
	font-style: italic;
}

#right {
	padding: 0 30px 0 0;
	min-height: 250px;
	margin:0 0 25px 370px;
}
#right ul {

}
#right ul li {
	list-style-type: disc;
	font-size: 1.4em;

}

/*----------START:News (home) ------------*/

#news {
	width:300px;
	background-image: url('/i/news_bg.jpg');
	background-repeat: no-repeat;
	background-position: 0 33px;
	margin: 0 0 25px 42px;
	border:1px solid #dcdbdb;
}
#news h1 {
	background-image: url('/i/news_top_h1.jpg');
	background-repeat: no-repeat;
	text-indent: -3000px;
	width: 300px;
	height:32px;
	border:0;
}

.date {
	background:url(/i/date-bg.jpg) no-repeat;
	clear:right;
	color:#626060;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	height:60px;
	width:34px;
	padding:1px 7px 0 0;
	text-align:center;
	
}
.date span.day {
	font-size:1.3em;
	border-bottom: 1px solid #d1cdc9;
}
.date span.month {
	display:block;
	font-size:1.3em;
	height:13px;
}
.news_block {
	margin:10px;
}
.news_block h3 {
	font-size:1.4em;
	margin: 0;
	border-bottom:none;
	
}
.news_block h3 a {
	color: #706e6e;
	font-weight: bold;
	text-decoration: none;
	
	
}
.news_block p {
	color: #7b7979;
	font-size: 1.3em;
	margin: 0 0 0 40px;
}
.news_block p a {
	color:#d37802;
	text-decoration: none;
	margin: 0;
}
.news_block p a:hover {
	background-color:#d37802;
	color:#fff;
	text-decoration: none;
}
.excerpt {
	font-weight: bold;
}
/*----------START:News (news page) ------------*/

.latest-news {

}

.latest-news p {
	color: #7b7979;
	font-size: 1.3em;
	margin: 0 0 0 40px;
}

.latest-news p a {
	color:#d37802;
	text-decoration: none;
	margin: 0;
}
.latest-news p a:hover {
	background-color:#d37802;
	color:#fff;
	text-decoration: none;
}

.latest-news .date {
	background:url(/i/date-bg.jpg) no-repeat;
	clear:right;
	color:#626060;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	height:60px;
	width:34px;
	padding:1px 7px 0 0;
	margin:10px 0 0 0;
	text-align:center;
	
}
.latest-news .date span.day {
	font-size:1.3em;
	border-bottom: 1px solid #d1cdc9;
}
.latest-news .date span.month {
	display:block;
	font-size:1.3em;
	height:13px;
}
.excerpt {
	font-weight: bold;
}

/*------------Contact page form stuff --------*/

#contact-form{
	padding:20px 0 0 0;
	margin:0;
	border-top: dashed 1px #666;
}
#contact-form label{
	float:left; 
	width:120px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#main-content #content #contact-form  p{
	padding-bottom:0px;
	margin-bottom:4px;
}
#name,
#email,
#subject,
#message{
	border:1px solid #000;
	padding:8px;
	color:#5e5e5e;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:none;
}


#name:focus,
#email:focus,
#subject:focus,
#message:focus{
	border:1px solid #d37802;
	padding:8px;
}

#name,
#email,
#subject{
	width:285px;
}
#message{
	width:350px;
	height:200px;
}

.send_btn{
	border:none;
	padding:10px 20px;
	background:#eee;
	border: 1px solid #666;
	text-transform:uppercase;
	color:#000;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}



/*------------- START: Footer ----------------*/
#footer {
	clear: both;
	width: 899px;
	margin:auto;
	padding-bottom: 30px;
	border-top: 1px solid #DCDBDB;
	border-bottom: 1px solid #DCDBDB;
}
#footer p {
	color:#737373;
	font-size: 1.2em;
	padding:10px 0 10px 0;
	text-align: center;
}
#footer p a {
	color:#d37802;
}
#footer p a:hover {
	color:#fff;
	background-color:#d37802;
}



