/* @override 
	http://localhost:3000/stylesheets/main.css
*/

/* 
	Guy Goodfellow Ltd.
	By B. F. B. Emson Esq.
	January 2009
*/


html {
}

body {
	background-color: #2c050e;
	color: #C6A7AE;
}

h2 {
	text-transform: uppercase;
	font-size: 1.5em;
	color: white;
}
a, a:link, a:link:after, a:visited:after {
	color: #C6A7AE;
}

a:hover {
	color: #b48393;
}

.active {
	color: #b48393;
}

/* Page */

#banner {
	margin: 0;
	text-align: center;
	background-color: white;
	padding: 15px 0 15px 0;
	width: 100%;
	border-bottom: 3px solid #b48393;
}


/* Heading */

h1#logo span { display: none; }

h1#logo {
	margin: 10px 0 10px 0;
	text-transform: uppercase;
	font-family: Copperplate, "Bank Gothic";
	height: 73px;
	background-image: url(../images/gg_logo_gray.gif);
	background-repeat: no-repeat;
}

/* Menu */

.menu {
	margin: 0;
	padding: 10px 0 10px 0;
}

.menu li{
	text-transform: uppercase;
	padding: 0 15px 0 0;
	display: inline;
}

/* Content */

.images {
	padding-bottom: 5px;
}
.images img {
	padding: 0 7px 0 0;
	margin: 0;
}

img.last_img {
	margin: 0;
	padding: 0;
}

.imgFloat {
	padding: 10px 10px 5px 0;
	float: left;
}

.content {
	text-align: justify;
	text-transform: none;
}

/* RightSide */

.rightside {
	text-transform: uppercase;
}

.rightside address{
	font-style: normal;
	margin-top: 380px;
}

.email {
	text-transform: lowercase;
}

.rightside ul {
	margin: 0;
}

.rightside ul li {
	list-style: none;
}

input.formbox {
	width: 10px;
}

/* Gallery */

table {
	width: 650px;
}

td {
	padding: 40px 30px 0px 0;
}

td a img, .superPad2 a img {
	border: 1px solid black;
}

td a:hover img, .superPad2 a:hover img {
	border: 1px solid #b48393;
}

/* OOCSS */

/* GRIDS */
.line:after,.lastUnit:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0 !important;line-height:0;font-size:xx-large;content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";}
.line{*zoom:1;}
.unit{float:left;}
.size1of1{float:none;}
.size1of2{width:50%;}
.size1of3{width:33.33333%;}
.size2of3{width:66.66666%;}
.size1of4{width:25%;}
.size3of4{width:75%;}
.size1of5{width:20%;}
.size2of5{width:40%;}
.size3of5{width:60%;}
.size4of5{width:80%;}
.lastUnit{display:table-cell;float:none;width:auto;*display:block;*zoom:1;_position:relative;_left:-3px;_margin-right:-3px;}



/* Lists */

.inlineList li, .inline {display: inline;}

.superPad a img {
	margin: 0 40px 30px 0px;
}
.superPad2 a img {
	margin: 0 22px 25px 0px;
}

.padTop40 {
	padding-top: 40px;
}

/* Footer */

#footer {
	padding-top: 50px;
	text-align: center;
}

#footer address {
	margin: 0;
	font-style: normal;
	text-transform: uppercase;
}

#footer li{
	padding: 0 15px 0 0;
	display: inline;
}

