*	{
	margin: 0;
	padding: 0;
	}



/*** STRUCTURE ***/
body {
	background: #74160b url('../images/struct/texture.png');
	font-family: arial, sans-serif;
	font-size: 14px;
	text-align: center;
	}

#inner {
	background: #ededed url('../images/struct/splash.jpg') no-repeat 0 0;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	width: 960px;
	}

img {
	border: none;
	}

a {
	color: #da251c;
	}

p {
	margin: 20px 0 0 0;
	}



/*** ZEND FORM ***/
.zend_form {
	margin: 20px 0 0 0;
	}

.zend_form dd {
	display: block;
	margin: 0 0 10px 0;
	}

.zend_form dt {
	margin: 0 0 3px 0;
	}

.zend_form dd {
	margin-left: 20px;
	}

.zend_form input[type=checkbox] {
	margin: 0 3px 0 5px;
	}

.zend_form ul.errors {
	color: #dc0000;
	list-style-type: none;
	}

.zend_form ul.errors li {
	font-size: 12px;
	margin: 0;
	}



/*** HEADERS ***/
h1 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	}

h1.special {
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 34px;
	padding: 10px 18px 0 13px;
	text-transform: uppercase;
	}

h1.special.s1 {
	background-image: url('../images/struct/header-1.png');
	}

h1.special.s2 {
	background-image: url('../images/struct/header-2.png');
	}

h1.special.right {
	background-position: right 0;
	text-align: right;
	}

h1.special a {
	color: #000;
	text-decoration: none;
	}

h2 {
	color: #da251c;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	}


/*** CART ***/
#cart {
	background: url('../images/struct/cart.png') no-repeat 0 0;
	color: #fff;
	display: block;
	font-family: arial, sans-serif;
	font-size: 12px;
	height: 20px;
	margin-left: 726px;
	overflow: hidden;
	padding: 78px 0 0 90px;
	text-decoration: none;
	width: 164px;
	}

#cart:hover {
	text-decoration: underline;
	}



/*** LOGO ***/
#logo {
	background: url('../images/struct/logo.png') no-repeat 0 0;
	display: block;
	height: 132px;
	margin-left: 726px;
	overflow: hidden;
	width: 254px;
	}



/*** MENU ***/
#menu {
	height: 33px;
	list-style: none;
	margin: 0 20px;
	text-align: right;
	}

#menu li {
	display: inline;
	}

#menu a {
	color: #000;
	display: inline;
	font-size: 12px;
	padding: 5px 15px 10px 10px;
	text-decoration: none;
	}

#menu a:hover {
	text-decoration: underline;
	}

#menu .active {
	border: none;
	color: #da251c;
	font-weight: bold;
	text-decoration: underline;
	}



/*** CATALOGUE MENU ***/
#cat_menu, #cat_menu ul {
	list-style: none;
	}

#cat_menu {
	background: url('../images/struct/gliphs.png') repeat-y 20px 0;
	float: left;
	m1argin-right: -300px;
	padding: 17px 0 0 55px;
	width: 240px;
	}

#cat_menu a {
	text-decoration: none;
	}

#cat_menu a:hover {
	text-decoration: underline;
	}

#cat_menu .l1 a {
	color: #da251c;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	}

#cat_menu .l1 li {
	margin-bottom: 10px;
	}

#cat_menu .l2 li {
	background: url('../images/struct/bull-1.png') no-repeat 0 6px;
	margin: 0 0 2px 7px;
	padding-left: 10px;
	}

#cat_menu .l2 a {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	}

#cat_menu .l3 li {
	background: url('../images/struct/bull-2.png') no-repeat 0 8px;
	}



/*** PHONES ***/
#phones {
	font-family: Georgia, serif;
	font-size: 24px;
	margin-top: 20px;
	}



/*** CONTENT ***/
#content {
	margin-left: 300px;
	width: 655px;
	}



/*** FRAME ***/
.frame {
	background: url('../images/struct/frame.png') no-repeat 0 100%;
	padding: 0 0 18px 19px;
	}

.frame div {
	background: #fff;
	border: solid 1px #c9c9c9;
	padding: 20px 20px 20px 50px;
	}

.frame div  {
	color: #4e4e4e;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	}

.frame div b {
	color: #da251c;
	}

.frame .cite {
	background: #fff url('../images/struct/cite-1.png') no-repeat 14px 5px;
	}

.frame .cite p {
	background: url('../images/struct/cite-2.png') no-repeat right bottom;
	margin: 0;
	}



/*** BANNER ***/
.banner {
	margin-left: 19px;
	}



/*** COLUMN ***/
.column {
	display: inline;
	float: left;
	margin: 0 9px 0 20px;
	width: 290px
	}



/*** CAT ***/
.cat {
	border: solid 1px #dbdbdb;
	color: #000;
	display: block;
	font-family: Arial, sans-serif;
	height: 120px;
	margin-bottom: 10px;
	o1verflow: hidden;
	padding: 10px 20px;
	text-decoration: none;
	}

.cat:hover {
	background-color: #fff;
	text-decoration: none;
	}

.cat s {
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	height: 120px;
	position: relative;
	vertical-align: middle;
	width: 120px;
	}

.cat b, .cat i, .cat u {
	display: block;
	text-align: right;
	}

.cat b {
	font-size: 12px;
	margin-top: 10px;
	}

.cat i {
	font-size: 18px;
	font-style: normal;
	margin-top: 40px;
	}

.cat u {
	color: #4c4c4c;
	font-size: 11px;
	margin-top: 5px;
	text-decoration: none;
	}



/*** CATALOGUE ***/
#catalogue .cat {
	float: left;
	margin-right: 20px;
	width: 265px;
	}



/*** ITEM ***/
#item .photo, #item .photo div {
	float: left;
	margin: 0 30px 0 0;
	overflow: hidden;
	width: 280px;
	}

#item .photo div {
	background-position: center center;
	background-repeat: no-repeat;
	height: 280px;
	margin: 0;
	}

#item .description {
	border-top: solid 1px #8a8a8a;
	margin: 30px 0 14px 0;
	font-size: 12px;
	overflow: hidden;
	width: 330px;
	}

.color {
	border: solid 1px #fff;
	cursor: default;
	padding: 0 5px;
	}

.color.active {
	border: solid 1px #000;
	}

#item .color {
	cursor: pointer;
	}

#item .price {
	border-bottom: solid 1px #8a8a8a;
	font-family: Georgia, serif;
	font-size: 24px;
	margin: 40px 0 14px 0;
	padding-bottom: 14px;
	}

#item .price b {
	color: #da251c;
	font-weight: normal;
	}

#item .submit {
	text-align: center;
	}

#item .submit a {
	color: #aaaaaa;
	display: block;
	font-family: Georgia, serif;
	font-size: 12px;
	margin: 10px 0 0 0;
	}

#item .preview {
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 120px;
	margin: 5px 10px;
	width: 120px;
	}



/*** CART TABLE ***/
table.cart {
	border-collapse: collapse;
	}

table.cart th, table.cart td {
	border-bottom: solid 1px #aaa;
	font-size: 12px;
	padding: 5px;
	}

table.cart th {
	font-weight: normal;
	}



/*** NEWS ***/
#news {
	border-top: solid 1px #8a8a8a;
	border-bottom: solid 1px #8a8a8a;
	clear: left;
	margin: 20px 15px;
	overflow: hidden;
	padding: 11px 20px 20px 20px;
	}

#news dl {
	float: left;
	padding-right: 50px;
	width: 245px;
	}

#news dt, #news_all dt {
	color: #8a8a8a;
	font-family: Georgia, serif;
	font-size: 24px;
	margin-bottom: 30px;
	}

#news dd, #news_all dd {
	font-family: Arial, sans-serif;
	font-size: 12px;
	}

#news a, #news_all a {
	color: #000;
	text-decoration: none;
	}

#news a:hover, #news_all a:hover {
	text-decoration: underline;
	}

#news_all dt {
	margin-bottom: 0px;
	}

#news_all dd {
	margin-bottom: 30px;
	}



/*** SUBSCRIBE ***/
#subscribe {
	display: block;
	height: 22px;
	left: 600px;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
	width: 360px;
	}

#subscribe i, #subscribe input {
	display: block;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	}

#subscribe i {
	background: url('../images/struct/subscribe-start.png') no-repeat right 0;
	height: 22px;
	padding: 3px 13px 0 0;
	}

#subscribe #email {
	background: #fff url('../images/struct/subscribe-texture.png') repeat-x 0 0;
	border: none;
	color: #ccc;
	height: 19px;
	padding: 3px 0 0 0;
	vertical-align: top;
	width: 150px;
	}



/*** FOOTER ***/
#footer {
	background: url('../images/struct/red-splash-1.png') no-repeat 0 0;
	height: 143px;
	}

#footer i {
	background: url('../images/struct/red-splash-2.png') no-repeat right bottom;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	height: 33px;
	padding-top: 110px;
	text-align: center;
	}

#footer span {
	cursor: default;
	}

#footer a {
	color: #000;
	}



/*** YEP ***/
#yep {
	background: url('../images/struct/yep.jpg');
	cursor: default;
	display: block;
	height: 300px;
	left: 50%;
	margin: -150px 0 0 -200px;
	position: absolute;
	top: 50%;
	visibility: hidden;
	width: 400px;
	}