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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, header, hgroup, 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, menu, nav
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;
	}

body
	{
	line-height: 1;
	}

ol, ul
	{
	list-style: none;
	}

blockquote, q
	{
	quotes: none;
	}

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

:focus
	{
	outline: 0;
	}

ins
	{
	text-decoration: none;
	}

del
	{
	text-decoration: line-through;
	}

table
	{
	border-collapse: collapse;
	border-spacing: 0;
	}

/*
960 Grid System
Modified by PTH - uses basics of 12 col system
Learn more ~ http://960.gs/
Licensed under GPL and MIT.
*/

.container_12
	{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12
	{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	}

.container_12 .grid_3
	{
	width: 220px;
	}

.container_12 .grid_6
	{
	width: 460px;
	}

.container_12 .grid_9
	{
	width: 700px;
	}

.container_12 .grid_12
	{
	width: 940px;
	}

.alpha
	{
	margin-left: 0;
	}

.omega
	{
	margin-right: 0;
	}

.container_12 .grid_1
	{
	width: 60px;
	}

.container_12 .grid_2
	{
	width: 140px;
	}

.container_12 .grid_4
	{
	width: 300px;
	}

.container_12 .grid_5
	{
	width: 380px;
	}

.container_12 .grid_7
	{
	width: 540px;
	}

.container_12 .grid_8
	{
	width: 620px;
	}

.container_12 .grid_10
	{
	width: 780px;
	}

.container_12 .grid_11
	{
	width: 860px;
	}

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
	{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
	{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
	}

.clearfix
	{
	display: inline-block;
	}

* html .clearfix
	{
	height: 1%;
	}

.clearfix
	{
	display: block;
	}

.offscreen
	{
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}
	
/*
start main
*/

@font-face
	{
	font-family: 'SteelfishRegular';
	src: url('fonts/qwertyuiop-webfont.eot');
	src: local('?'), url('fonts/qwertyuiop-webfont.woff') format('woff'), url('fonts/qwertyuiop-webfont.ttf') format('truetype'), url('fonts/qwertyuiop-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
	}

body
	{
	font-family: Georgia, sans-serif;
	font-size: 12px;
	background: rgb(236,236,236) url(images/ornate_bg_white.png) repeat;
	}

#googleads
	{
	margin: 0 0 20px;
	text-align: center;
	}

header
	{
	display: block;	
	margin: 20px 0px;
	background-color: rgb(255,255,255);
	background-image: -webkit-gradient(linear, right top, left top, from(rgb(255,255,255)), to(rgba(153,204,0,.3)));
	background-image: -moz-linear-gradient(0deg, rgba(153,204,0,.3), rgb(255,255,255));	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 20px rgb(204,204,204);
	-webkit-box-shadow: 0 0 20px rgb(204,204,204);	
	}
	
header div
	{
	padding: 10px 15px;
	background: url(images/stripey_bar.png) 0% 100% repeat-x, url(images/stripey_bar.png) 0% 0% repeat-x;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;	
	}
	
header h1
	{
	font-family: "SteelfishRegular", Arial, sans-serif;	
	font-size: 60px;
	color: rgb(153,204,0);
	letter-spacing: 2px;
	margin-top: 25px;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	text-shadow: 0px 0px 10px rgb(255,255,255);	
	}
	
header h2
	{
	font-size: 24px;
	font-family: Georgia, sans-serif;
	color: rgb(0,0,0);
	font-weight: normal;
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	margin-top: 30px;
	}

header img
	{
	margin: -60px 5px 0 0;
	float: right;
	}
	
header p
	{
	margin: 20px 0 40px;
	color: rgb(0,0,0);
	-webkit-transform: rotate(-0.5deg);
	-moz-transform: rotate(-0.5deg);	
	}
	
header p span
	{
	text-transform: uppercase;
	}	

#maincontent,
nav
	{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 20px;
	background-color: rgb(255,255,255);
	-moz-box-shadow: 0 0 18px rgb(204,204,204);
	-webkit-box-shadow: 0 0 18px rgb(204,204,204);
	}
	
#maincontent
	{
	text-align: center;
	}	

nav
	{
	float: left;
	display: block;	
	margin: 0;
	padding: 0;
	}

#maincontent h2,	
nav h2
	{
	font-family: "SteelfishRegular", Arial, sans-serif;		
	color: rgb(119,119,119);
	font-size: 23px;
	letter-spacing: 2px;
	font-weight: normal;
	padding: 12px 15px 10px;
	border-bottom: solid 1px rgb(236,236,236);
	}

#maincontent article
	{
	display: block;
	background-color: rgb(236,236,236);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(254,254,254)), to(rgb(236,236,236)));
	background-image: -moz-linear-gradient(90deg, rgb(236,236,236), rgb(254,254,254));
	}

#maincontent article div,
#maincontent article p
	{
	padding-bottom: 20px;
	}

nav ul
	{
	float: left;
	padding: 0 0 43px;
	margin-top: 30px;
	background-color: rgb(236,236,236);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(254,254,254)), to(rgb(236,236,236)));
	background-image: -moz-linear-gradient(90deg, rgb(236,236,236), rgb(254,254,254));		
	}

nav ul li
	{
	width: 225px;
	float: left;
	border-left: solid 5px transparent;
	}

nav ul li.current
	{
	border-left: solid 5px rgb(153,204,0);
	background-color: rgb(246,246,246);	
	}

nav ul li a
	{
	display: inline-block;
	padding: 5px 10px;
	}

nav ul li:hover
	{
	background-color: rgb(246,246,246);
	}

a:link,
a:visited
	{
	color: rgb(119,119,119);
	text-decoration: none;
	}

nav ul li a:hover
	{
	color: rgb(0,0,0);
	text-decoration: none;	
	}

nav ul li a:active
	{
	color: rgb(153,204,0);
	text-decoration: none;	
	}		

.throbber
	{
	margin-right: 10px;
	position: relative;
	top: 3px;
	float: right;
	}
	
footer
	{
	font-family: Candara, Arial, sans-serif;		
	display: block;	
	margin: 30px 0px 0px;
	line-height: 1.4em;
	background: url(images/bubbles.png) repeat-x;
	padding: 90px 0px 0px;
	}
	
footer div.innerfooter
	{
	background-color: rgb(153,204,0);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(153,204,0)), to(rgb(254,254,254)));
	background-image: -moz-linear-gradient(90deg, rgb(254,254,254), rgb(153,204,0));	
	padding: 50px 0px;	
	}	

section.quickview
	{
	display: block;
	margin-top: 40px;
	}
	
section.quickview article
	{
	font-family: Candara, Arial, sans-serif;	
	display: block;
	text-align: center;
	font-size: 0.85em;
	margin-bottom: 20px;
	background-color: rgb(255,255,255);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 18px rgb(204,204,204);
	-webkit-box-shadow: 0 0 18px rgb(204,204,204);		
	}

section.quickview article p
	{
	padding-bottom: 10px;
	}
	
address
	{
	background: url(images/facemymanga.gif) no-repeat 20px 20px;
	padding-left: 70px;
	line-height: 1.7em;
	letter-spacing: 1px;
	height: 40px;		
	}
	
address a:hover
	{
	color: rgb(0,0,0);
	text-shadow: 0px 0px 3px rgb(153,204,0);
	}	
	
menu
	{
	padding: 20px;
	height: 50px;	
	}	
	
menu p,
menu ul li
	{
	float: left;
	}	
	
menu p
	{
	font-family: "SteelfishRegular", Arial, sans-serif;	
	font-size: 36px;
	text-transform: uppercase;
	position: relative;
	top: 18px;
	padding-right: 20px;
	color: rgb(204,204,204);
	}		
	
aside,
menu,
address
	{
	display: block;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background-color: rgb(255,255,255);	
	border: 5px solid rgba(153,204,0,.3);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 15px rgb(153,204,0);
	-webkit-box-shadow: 0 0 15px rgb(153,204,0);
	}
	
aside
	{
	padding: 10px 0 0;
	height: 190px;	
	}	
	
aside div 
	{
	clear: left;
	}	
	
aside div  a.fadey
	{
	margin: 0 10px 10px;
	padding: 10px;	
	display: block;
	height: 56px;
	}
	
aside img 
	{
	float: left;
	margin: 0 20px 20px 0;
	display: block;
	}
	
aside a:hover img
	{
	-moz-box-shadow: 0 0 3px rgb(255,255,255);
	-webkit-box-shadow: 0 0 3px rgb(255,255,255);	
	}	

section.quickview article
	{
	-moz-transform : rotate(-2deg);
	-o-transform : rotate(-2deg);
	-webkit-transform : rotate(-2deg);
	transform : rotate(-2deg);
	}
	
section.quickview article:hover,
section.quickview article.wheeee
	{
	-moz-transform : rotate(-360deg);
	-o-transform : rotate(-360deg);
	-webkit-transform : rotate(-360deg);
	transform : rotate(-360deg);
	-moz-transition : all .5s ease-in-out;
	-o-transition : all .5s ease-in-out;
	-webkit-transition : all .5s ease-in-out;
	transition : all .5s ease-in-out;
	-moz-box-shadow: 0 0 18px rgb(153,204,0);
	}

section.quickview article:hover
	{
	-moz-box-shadow: 0 0 18px rgb(119,119,119);
	-webkit-box-shadow: 0 0 18px rgb(119,119,119);
	}
	
section.quickview article.current
	{
	-moz-box-shadow: 0 0 18px rgb(153,204,0);
	-webkit-box-shadow: 0 0 18px rgb(153,204,0);
	}
	
.cta_primary,
.cta_secondary
	{
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	padding: 0;
	}
 
.cta_primary a,
.cta_secondary a
	{
	padding: 0.3em 0.7em;	
	font-size: 1.1em;	
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 1px 2px rgb(136,136,136);
	-webkit-box-shadow: 0px 1px 2px rgb(136,136,136);
	box-shadow: 0px 1px 2px rgb(136,136,136);
	}

.cta_primary a:link,
.cta_primary a:visited,
.cta_primary a:hover,
.cta_primary a:active
	{
	color: rgb(255,255,255);
	background: rgb(153,204,0) url("images/button_primary_9c0.gif") repeat-x 0 0;
	border: 1px solid rgb(153,204,0);
	text-shadow: 0 1px 0 rgb(153,204,0);
	}

.cta_secondary a:link,
.cta_secondary a:visited,
.cta_secondary a:hover,
.cta_secondary a:active
	{
	color: rgb(255,255,255);
	background: rgb(153,153,153) url("images/button_secondary_default.png") repeat-x 0 0;
	border: 1px solid rgb(153,153,153);
	text-shadow: 0 1px 0 rgb(153,153,153);
	}

.cta_primary a:hover,
.cta_secondary a:hover,
.cta_primary a:focus,
.cta_secondary a:focus
	{
	background-position: 0 -5px;
	}

.cta_primary a:active,
.cta_secondary a:active
	{
	background-image: none;
	}

#toplinkwrapper
	{
	margin: 0 auto;
	width: 960px;
	position: relative;
	}
	
#toplink
	{
	position: absolute;
	right: -90px;
	top: 220px;
	}

#toplink a
	{
	font-family: Arial, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	text-align: center;
	padding: 8px;
	color: rgb(255,255,255);
	background-color: rgba(153,204,0,.7);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 5px solid rgb(255,255,255);
	transition: all .5s linear;
	-o-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-webkit-transition: all .5s linear;	
	}
	
#toplink a:hover
	{
	border: 5px solid rgb(153,204,0);
	}	

a.fadey
	{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px 4px;	
	background: rgb(255,255,255);	
	transition: all .5s linear;
	-o-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-webkit-transition: all .5s linear;
	}
	
a.fadey:hover,
a.fadey:focus
	{
	background: rgb(153,204,0);
	color: rgb(255,255,255);
	}
