/* Colours */
/* 
Blue: #a0d7f6 
Pink: #f5a6c5

*/


* {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 1200px;
	background: #FFFFFF url(images/back_new.jpg) 0 0 repeat-y;
	margin: 0 auto;
	overflow:hidden;
}

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #414143;
}

body, th, td, input, textarea, select, option {
	font-family: arial, helvetica, sans-serif;
}

h1 {
	letter-spacing: 0px;
	font-size: 3em;
	color: #990000;
	font-weight: bold;
	font-family: georgia, palatino, serif;
	margin: 0 0 10px 0;
}

h2 {
	letter-spacing: 0px;
	font-size: 1.7em;
	color: #414143;
	font-weight: normal;
	margin-top: 10px;
	font-family: arial, helvetica, sans-serif;
}

h3 {
	font-size: 1.5em;
	font-family: georgia, palatino, serif;
	color: #990000;
}

h4 {
	font-size: 1.3em;
	text-align: left;
	color: #f5a6c5;
	font-family: georgia, palatino, serif;
}

p, ol {
	line-height: 130%;
	margin-bottom: 10px;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #990000;
	font-weight: bold;	
	text-decoration: none;
}

a:hover {
	color: #000000;
}

img { border: none; }

.bold {
	color: #990000;
	font-weight: bold;
}

.blue {
	color: #a0d7f6;
}


/* Header */

#header {
	width: 837px;
	height: 200px;
	margin: 0 auto;
	background: url(images/img_header.jpg) no-repeat;
}


/* Gallery */

#gallery {
	clear: both;
	width: 800px;
	height: 300px;
	margin: 0 auto;
	
}

#top-photo h2 {
	height: 1.4em;
	font-size: 1em;
}

#top-photo p {
	margin: 0;
	padding: 0 0 10px 0;
}

/* Menu */

#menu {
	width: 837px;
	height: 40px;
	background: #414143;
	margin: 0 auto;
	font-family: georgia, palatino, serif;

}

#menu ul {
	margin: 0;
	padding: 0;
	height: 40px;
	list-style: none;
}

#menu li {
	display: inline;
	height: 40px;
}

#menu a {
	display: block;
	float: left;
	width: 166px;
	height: 40px;
	padding-top: 9px;
	text-transform: capitalize;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0;
	font-size: 20px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #a0d7f6;
}

#menu .active a {
	color: #f5a6c5;
}

/* Page */

#page {
	width: 837px;
	margin: 0 auto;
	padding: 20px 0;
	background-color: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 500px;
	padding: 0px 20px;
}

#home-images {
	float: left;
	width: 500px;
	height: 362px;
}

#questions-menu {
	margin: 10px 0 20px 40px;
}

#questions-menu ol {
	margin: 10px 0 0 0;
}

#questions {
	margin: 10px 0 10px 10px;
}

#questions a {
	text-decoration: none;
}

.back {
	border-bottom: 1px solid #CC0000;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}

.back a:hover {
	color: #000000;
}

.warning {
	font-weight: bold;
	color: #990000
}

.post {
	padding: 0 0 0px 0;
}

.title {
	margin: 10px 0 10px 0;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #4A3903;
	text-align: right;
	color: #646464;
}

.meta a {
	padding-left: 15px;
	background: url(images/img06.gif) no-repeat left center;
	font-weight: bold;
}

/* Gallery */

#gallery {
	float: left;
	width: 500px;
	height: 440px;
	overflow: hidden;
	margin: 20px 0 20px 0;
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	padding: 20px 0 60px 0;
}

#gallery ul {
	width: 500px;
	overflow: hidden;
	list-style-type: none;
	margin: 10px 0 10px 0;
	float: left;
}

#gallery li {
	float: left;
	width: 140px;
	height: 112px;
	text-align: center;
	margin: 10px 5px 10px 5px;
	padding: 5px;
	border: 1px solid #999999;
}	

.extra {
	opacity: 0;
	border: 1px solid #FFFFFF;
}

#gallery a {
	display: block;
	text-decoration: none;
	text-align: left;
	opacity: 1;
}

#gallery a:hover {
	opacity: .8;
}

/* Order */

.order-wrapper {
	width: 500px;
	height: 250px;
	overflow: hidden;
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #CC0000;
}

.order-pic {
	width: 300px;
	margin: 0;
	float: left;
}

.order-details {
	float: right;
	width: 200px;
	margin: 0;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #CCCCCC;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0px 0;
}

#sidebar li li {
	padding-left: 0px;
	background: url(images/) no-repeat 0px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 0px 0 0px 0px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	width: 837px;
	margin: 0 auto;
	padding: 25px 0 20px 0;
	background: #414143;
	border-top: 3px solid #a0d7f6;
	text-align: center;
	font-size: 0.8em;
	font-family: arial, helvetica, sans-serif;
	color: #f5a6c5;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}

