@charset "UTF-8";
/* CSS Document */

/* CSS RESET */

/* http://meyerweb.com/eric/tools/css/reset/ v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Geneva, Helvetica, Arial, sans-serif;
}

body {
	line-height: 1.5;
	height: 100%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
	background-color:#FFCCFF;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: seperate;
	color:#CCCCCC;
	line-height: 1.5;
	font-size: smaller;
}


/* GENERIC STYLES */

h1, h2, h3, h4, h5, h6 {
	color: #ef5fa3;
}

ul {
	line-height: 130%;
	list-style: none;
}

p {
	color: #cccccc;
	font-weight: lighter;
	font-size: small;
}

a { 
	text-decoration: none;
	color: #CCCCCC;
	font-size: small;
	letter-spacing: 2px;
}

a:hover {
	color: #ef5fa3;
}	

body {
	background: #000000 url(images/bespoke-bg-small.png) repeat-x;
	background-attachment: fixed;
	background-position: bottom;
	text-align: center;
}

.specials {
	font-weight:bold;
	color: #ef5fa3;
}

.specials a {
	text-decoration:none;
	color:#ef5fa3;
	font-size: small;
	letter-spacing: 2px;

}

.specials a:hover {
	color:#CCCCCC;
}


/* WRAPPER */

#wrapper {
	background: none;
	width: 720px;
	height: auto;
	padding: 0;
	margin: 100px auto 0px auto;
	border: #CCCCCC thin solid;
}

/* HEADER */

#header {
	background-color: #000000;
	background-image: url(images/bespoke-head-bg.png);
	background-repeat: repeat-x;
	border: #CCCCCC thin solid;
	text-align: left;
	width: 700px;
	height: 155px;
	padding: 15px 10px 10px 10px;
}

#logo {
	background: url(images/bespoke-logo.png) no-repeat;
	width: 167px;
	height: 160px;
	float: right;
	margin-top: -160px;
	padding: 0;
}

/* CONTENT */

#content {
	background-color: #000000;
	border: #CCCCCC thin solid;
	width: 720px;
	height: auto;
	padding: 0;
	text-align: left;
}

#content-l {
	width: 200px;
	height: 100%;
	float: left;
	margin: 0;
}

#content-r {
	width: 500px;
	margin: 0 0 0 200px;
	padding: 10px;
	}

/* FOOTER */

#footer {
	background: #000000 url(images/bespoke-foot-bg.png) repeat-x;
	border: #CCCCCC thin solid;
	width: 700px;
	height: 10px;
	padding: 30px 10px 10px 10px;
	text-align: left;
}

#footer p {
	font-size: x-small;
}

#strictly {
	font-size: x-small;
	float: right;
	margin-top: -15px;
}

#strictly a {
	font-size: x-small;
	letter-spacing: normal;
}
