
/* CSS rules common to entire site
**********************************/

/* Element Defaults
*******************/
a:link, a:visited
{
	text-decoration: none;
	color: #ea1f27;
}

a:hover
{
	text-decoration: none;
	color: #f79420;
}

body
{
	background: url(/images/layout/body-bgd.png) repeat-x #3f3f3f;
	color: black;
	font: normal 10px 'Century Gothic', 'Arial', 'sans-serif';
	text-align: center;
}

h1
{
	font-size: 2.4em;
	margin-bottom: 15px;
}

h2
{
	font-size: 1.6em;
	margin-bottom: 5px;
}

h3
{
}

h4
{
}

h5
{
}

h6
{
}

img
{
	border: none;
	display: inline;
}

p
{
	font-size: 1.2em;
	line-height: 20px;
	margin: 10px 0px 10px 0px;
}

td
{
	vertical-align: top;
}

hr
{
	background: black;
	height: 2px;
	border: none;
	padding: 0px;
	margin: 1px;
}

/* Classes
**********/
.block
{
	display: block;
}

.quote
{
	font-style: italic;
}

.quoted
{
	float: right;
	font-weight: bold;
	margin: 10px;
}

.highlight
{
	color: #ea1f27;
	font-weight: bold;
}

.q
{
	color: #ea1f27;
	font-weight: bold;
	margin-bottom: -10px;
}

.a
{
	color: #f79420;
	font-weight: bold;
}

p a:link, p a:visited
{
	text-decoration: none;
	color: #ea1f27;
}

p a:hover
{
	text-decoration: underline;
	color: #f79420;
}


.right
{
	text-align: right;
}

.swatch
{
	float: left;
}


/* Layout defaults
******************/
#background-02
{
	background: url(/images/layout/bgd-02-trial.jpg) no-repeat top center;
	min-width: 951px;
}

#background-01
{
	background: url(/images/layout/bgd-01.png) repeat-y top center;
}

#wrap
{
	width: 950px;
	text-align: left;
	padding: 0px 0px 0px 0px !important;
	padding/**/: 0px 0px 0px 2px;
	margin: 0px auto 0px auto;
}

#header
{
}

#logo
{
	margin-top: 50px;
}

#page-home
{
}


#page
{
	background: url(/images/layout/page-bgd.png) repeat-y top left;
	margin: 120px 0px 0px 0px;
	padding-bottom: 25px;
}

#page-content
{
	width: 515px;
	margin: 0px 0px 0px 180px;
	padding: 1px 0px 20px 0px;
}

#footer
{
	background: url(/images/layout/footer-bgd-new.png) no-repeat bottom center;
	margin-top: 0px;
	height: 140px;
	clear: both;
}

#footer-admin
{
	text-align: center;
	color: #636363;
	font-size: 0.9em;
	padding-top: 95px;
}

#footer-admin a:link,
#footer-admin a:visited
{
	text-decoration: none;
	color: #636363;
}

#footer-admin a:hover
{
	text-decoration: none;
	color: #000;
}

/* Layout - side
******************/
#side
{
	margin: 98px 5px 0px 0px !important;
	margin/**/: 98px 0px 0px 0px;
	float: right;
	width: 227px;
}

#side p
{
	font-size: 1.0em;
	line-height: 15px;
}

/* Layout - catalogue
******************/
.cat-item
{
	margin-top: 15px;
}

.cat-item td
{
	padding: 5px;
}

.cat-item h1
{
	margin-top: -10px;
}

.cat-table
{
	text-align: center;
	color: #636363;
	width: 515px;
}

.cat-table td
{
	padding: 10px 0px 10px 0px;
}

#items li
{
	margin-top: 3px;
}

#quantity
{
	width: 50px;
	margin-top: 10px;
	font-size: 2.4em;
	vertical-align: top;
}

#cart-add
{
	margin: 10px;
}

.item-table
{
	text-align: center;
	width: 515px;
	color: red;
}

.item-table a:link,
.item-table a:visited
{
	text-decoration: none;
	color: #636363;
}

.item-table a:hover
{
	text-decoration: none;
	color: #f79420;
}
