/* resets */
body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 12px 0;
	font-weight: normal;
}
a img {
	border: 0;
}
a {
	outline: none;
}

/* cms styles */
#main .photoset {
	padding: 1px 5px;
	margin: 12px 0;
}
#main .photoset img {
	float: left;
	margin: 6px 15px 9px 0;
}

/* styles */
body {
	background: #000;
	padding-bottom: 20px;
}
#body {
	font: 13px "Trebuchet MS", Verdana, sans-serif;
	color: #000;
}
#outer {
	background: url(/images/bg.jpg) repeat-x top center #fff;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(/images/wrapperbg.jpg) no-repeat top center;
}
#header {
	height: 170px;
	padding: 0 35px;
	position: relative;
}
#header #definition {
	width: 490px;
	border: 1px solid #db9453;
	background: #bb500d;
	height: 65px;
	position: absolute;
	top: 20px;
	right: 30px;
	padding: 10px 15px;
	color: #fff;
	font: 15px "Lucida Sans", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
#definition .gastropub {
	padding-bottom: 5px;
}

#main {
	padding: 0 35px;
}

#sidebar {
	width: 370px;
	float: left;
}
#sidebar-inside {
	padding: 10px 25px;
}
#sidebar-image {
	width: 320px !important;
	height: 240px !important;
}
#sidebar-image img {
	width: 316px;
	height: 236px;
	border: 2px solid #000;
}
#sidebar #sidebar-content {
	padding: 10px 0 10px 0;
}
#sidebar-content .section {
	margin: 12px 0 30px;
}
#sidebar input.text {
	width: 220px;
	border: 1px solid #999;
	border-right: 0;
	padding: 2px;
	font: 13px "Trebuchet MS", Verdana, sans-serif;
}
#sidebar input#submit {
	background: #cf7019;
	color: #fff;
	padding: 3px 5px;
	font: 13px "Trebuchet MS", Verdana, sans-serif;
	border: 0;
	text-transform: uppercase;
}
#sidebar .social-link {
	text-align: center;
	width: 80px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}
#sidebar .social-link img {
	display: block;
	margin: 5px auto;
}
#sidebar .social-link a {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}
#sidebar .social-link a:hover{
	color: #cf7019;
}

#pgf {
	margin-top: 40px;
}

#content {
	min-height: 400px;
	width: 520px;
	float: left;
}
#content_text {
	padding: 20px 20px 20px 40px;
}

#footer {
	background: url(/images/footerbg.gif) repeat-x #000;
	font-size: 10px;
	padding: 10px 0;
}
#footer-inside {
	width: 960px;
	margin: 0 auto;
}
#copyright {
	padding: 0 35px;
	color: #fff;
	text-transform: uppercase;
}
#copyright a {
	color: #ccc !important;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}

/* styles */

#outer h1 {
	
}
#outer h2 {
	color: #cf7019;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}
#outer h3 {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
#outer h4 {
	font-weight: bold;
}
#outer p {
	line-height: 21px;
}
#outer a {
	color: #cf7019;
}
#outer a:hover {
	color: #BB470C;
}

#footer a {
	color: #666;
}

/* homepage styles */
#main h1 img {
	margin: 6px 0 0 0;
}


#banner {
	padding: 20px 0;
	height: 200px;
}
#intro {
	width: 220px;
	margin-right: 40px;
	float: left;
}
#contact-us {
	width: 200px;
	float: left;
}
#contact-us h3 {
	margin: 0;
}
#contact-us p {
	color: #666;
	margin: 0;
}


#features {
	background: url(/images/features.gif) no-repeat;
	height: 222px;
	padding: 27px 36px 15px;
}
#features-inside {
	padding: 40px 25px 30px;
	overflow: hidden;
}
#features-inside #left-feature {
	width: 409px;
	margin-right: 20px;
	float: left;
}
#features-inside img {
	float: left;
	margin: 0 15px 10px 0;
	border: 2px solid #cf7019;
}
#features-inside h2 {
	margin-top: 0;
	margin-bottom: 3px;
}
#features-inside p {
	margin-top: 3px;
	font-size: 13px;
	line-height: 19px;
}
#features-inside #right-feature {
	width: 397px;
	float: left;
}
#features-inside #right-feature #cuisines {
	height: 124px !important;
	overflow: hidden;
	margin-bottom: 5px;
}

#right-feature table#pager-table {
	width: 124px;
}
#right-feature table#pager-table td.next-arrow {
	text-align: right;
	width: 15px;
}
#right-feature table#pager-table td.prev-arrow {
	width: 15px;
}
#features-inside table img {
	border: 0;
	margin: 0;
	float: none;
}
#right-feature #pager {
	height: 20px;
}
#right-feature #pager a { 
	background: #999; 
	margin: 4px 2px; 
	display: block;
	float: left;
	height: 8px;
	width: 8px;
	border: 2px solid #fff;
	font-size:0;
}
#right-feature #pager a.activeSlide { 
	background: #cf7019;
	color: #cf7019;
	text-decoration: none; 
}



/* other styles */
.right {
    float: right;
}
.left {
    float: left;
}
.spacer {
	padding: 1px 5px;
}
.clear {
	clear:both;
}
.fakelink {
	color: #999;
	text-decoration: underline;
}