/* =========== */
/* = General = */
/* =========== */

/* Global Reset */
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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
select, input, textarea, button {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-size: 1em;
	color: #333;
}
body {
	font: normal 12px/1.5 "Century Gothic", "Apple Gothic", sans-serif;
	color: #703b59;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
} /* tables still need 'cellspacing="0"' in the markup */
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr {
	display: none;
}

/*
	Utility
*/
#content-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.non-visual {
	position: absolute;
	left: -9999px;
}


/*
	Layout
*/
html {
	background: #b06091 repeat-x 0 0;
}
body {
	margin: 16px auto 16px;
	width: 760px;
	background-color: #fff;
}
#header {
	position: relative;
	padding-top:333px;
	background: url(../images/bg-header.jpg) no-repeat;
}
#content-wrapper {
	padding: 20px 10px;
}
#navigation {
	height: 39px;
	background: #b06091 url(../images/bg-navigation.png) repeat-x;
}
#ignore-hanging-bit {
	position: absolute;
	left: 182px;
	width: 272px;
	height: 13px;
	background: url(../images/bg-header-hanging-bit.png) no-repeat;
}
#sidebar, #side-navigation {
	float: left;
	width: 153px;
	margin-right: 20px;
}
#sidebar {

}
#content {
	float: left;
	width: 400px;
	margin-right: 10px;
}
#sidebar-2, #awards {
	float: right;
	width: 135px;
}

/*
	Typography
*/
@font-face {
	font-family: 'JeremysHandRegular';
	src: url('fonts/jeremy-h-webfont.eot');
	src: local('☺'), url('fonts/jeremy-h-webfont.woff') format('woff'), url('fonts/jeremy-h-webfont.ttf') format('truetype'), url('fonts/jeremy-h-webfont.svg#webfontVdVqwgBx') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* ============ */
/* = Elements = */
/* ============ */

/*
	Anchors
*/
a {
	color: #b06091;
	font-weight: bold;
}

/*
	Headers
*/
h1 {
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 18px;
	font-family: JeremysHandRegular, Georgia, Times, Times New Roman, serif;
	font-weight: 100;
	text-transform: lowercase;
}
h2 {
	font-size: 18px;
	font-family: JeremysHandRegular, Georgia, Times, Times New Roman, serif;
	font-weight: 100;
	margin-bottom: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}

h1.non-visual {
	position: static;
	left: 0;
	visibility: hidden;
}

/*
	Lists
*/
ul, ol {
	margin-bottom: 1.5em;
}
ol li {
	list-style: decimal outside;
}

/* Reset list styling for some elements */
#navigation, #side-navigation {
	margin-bottom: 0;
}

/*
	Body text
*/
p {
	margin-bottom: 1.5em;
}
strong, p.strong {
	font-weight: bold;
}
em {
	font-style: italic;
}


/*
	Form & form fields
*/


/*
	Block quote
*/

/* =========== */
/* = Widgets = */
/* =========== */

/* 
	Header 
*/


/* 
	Navigation menus
*/
#navigation {
/*	padding: 0 2px;*/
}
#navigation li {
	float: left;
	position: relative;
}
#navigation ul {
	display: none;
	position: absolute;
	width: 200px;
	top: 39px;
	left: 50%;
	margin-left: -100px;
	background: #fff;
	border: 5px solid #9d5580;
	border-top: 0;
	box-shadow: rgba(0,0,0,0.5) 0px 2px 6px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0px 2px 6px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0px 2px 6px;
}
#navigation ul a {
	color: #666;
}
#navigation ul a:hover {
	color: #fff;
}
#navigation ul li {
	float: none;
}
#navigation a {
	display: block;
	padding: 0 22px;
	font-size: 24px;
	font-family: JeremysHandRegular, Georgia, Times, Times New Roman, serif;
	font-weight: 100;
	line-height: 39px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
}
#navigation a:hover {
	background: url(../images/bg-navigation-hover.png) repeat-x;
}
#navigation li:hover ul {
	display: block;
}

/*
	Sidebar left
*/
#side-navigation li {
	position: relative;
	padding: 10px;
	background: #9d5580;
	margin-bottom: 3px;
}
#side-navigation a.click-and-buy {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 58px;
	height: 58px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/bg-click-and-buy.png) no-repeat;
}
#side-navigation a {
	display: block;
	height: ;
	font-family: JeremysHandRegular, Georgia, Times, Times New Roman, serif;
	font-weight: 100;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
}
#side-navigation a span {
	display: block;
	width: 133px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #8b4c71;
	height: 20px;
	background: #fff;
	background: rgba(255,255,255,0.85);
}

/* 
	Sidebar right
*/
#awards {
	text-align: center;
	color: #333;
}
#sidebar-2 {
	margin-right: 10px;
}
#sidebar-2 img, #sidebar img {
	border: 4px solid #9d5580;
	margin-bottom: 8px;
}

/* 
	Footer
*/
#footer {
	padding: 0 20px;
	background: url(../images/bg-footer.jpg) no-repeat;
	height: 28px;
	font-size: 16px;
/*	font-variant: small-caps;*/
	text-align: right;
	text-transform: lowercase;
	line-height: 28px;
	color: #fff;
}
#footer .tel {
	font-weight: bold;
}
