/*
-----------------------------------------------
Style Sheet

Site: Reveal Retail
Author:   IT4B    
Updated:  14.02.2008
----------------------------------------------- */

/******************* Undo Browser Defaults *******************/
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;
	vertical-align: baseline;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #878787;
	width: 100%;
	margin: 0;
	background: #fff url(../images/mainBg.jpg) repeat-x;
}

#container {
	width: 100%;
}


/******************* Headings *******************/
/* Banner */
h1 {
	padding: 0 0 5px 0;
	margin: 10px 0 0 0;
	color: #C42126;
	font-family: Helvetica, sans-serif
}

h1 span { display: none; }

/* Pagetitle */
h2 { 
	font-family: Helvetica, sans-serif;
	color: #8a8989 !important;
}

h1 a, h2 a {
	text-decoration: none !important;
}

h2 a {
	color: #8a8989 !important;
}

/* Head */
h3 {}

/* Subhead/Bold */
h4 {}

/* no list-markers by default, since lists are used more often for semantics */
ul, ol { padding: 0 0 10px 20px; }
li {padding: 0 0 5px 0;}

/* avoid browser default inconsistent heading font-sizes */
h1, h2, h3, h4, h5, h6, pre, code { font-size: 1.1em; }


a img, img { border: none; }
a, a:visited, a:active { color: #C42126; text-decoration: underline; }
a:hover { text-decoration: none; }

/* de-italicize address */
address { font-style: normal; }
acronym, abbr { border-bottom: #000 1px dashed; cursor: help; }
blockquote, q {}
code {}
hr {}

img {
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

table { border: 1px solid black; border-collapse: collapse; border-spacing: 0; }
th { }
td { border: 1px solid black; margin: 0px; padding: 0px; }



/******************* Form Elements *******************/
form {}
fieldset { border: 1px solid #cccccc; }
legend { color: #000000; }
label { }
select { border: 0; margin: 0; padding: 0; }
option { }
textarea {}
input[type="button"] { }
input[type="checkbox"] { }
input[type="file"] { }
input[type="hidden"] { }
input[type="image"] { }
input[type="password"] { }
input[type="radio"] { }
input[type="reset"] { }
input[type="submit"] { }
input[type="text"] { }
button { }


/******************* General Styles *******************/
.top { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }
.sup { vertical-align: super; }
.sub { vertical-align: sub; }
.left { text-align: left; }
.right { text-align: right !important; }
.center { text-align: center !important; margin: 0 auto !important; }
.justify { text-align: justify; }
.eleven { font-size: 11px; }
.twelve { font-size: 12px; }
.thirteen { font-size: 13px; }
.fourteen { font-size: 14px; }
.fifteen { font-size: 15px; }
.b { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration: underline; }
.o { text-decoration: overline; }
.s { text-decoration: line-through; }
.lowercase { text-transform: lowercase; }
.uppercase { text-transform: uppercase; }
.camelcase { text-transform: capitalize; }
.smallcaps { font-variant: small-caps; }
.slant { font-style: oblique; }
.indent { text-indent: 10px; }
.pre { white-space: pre; }
.block { display: block; }
.inline { display: inline; }
.none { display: none; }
.visible { visibility: visible; }
.hidden { visibility: hidden; }
.collapse { visibility: collapse; }
.circle { list-style-type: circle; }
.disc { list-style-type: disc;}
.clear { clear: both;}
ul.collapse { list-style-type: none; }
ul.collapse li { list-style-type: none; display: inline; }
.plain { text-decoration: none; display: block; padding: 0 0 3px 0;}
.extra {padding: 0 0 30px 0 !important;}
.page-img {float: right; margin: 0 0 10px 10px;}
.highlight { color: #C42126;}
.button { background: #233064; color: #fff; border: none; padding: 3px; font-weight: bold; font-size: 0.85em;}


/*
HEADER --------------------- */

#header {
	/*width: 880px;*/
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
}

#header #logo {
	margin: 23px 0 0 0;
	float: left;
}

/*
TAG --------------------- */

#tag {
	width: 100%;
	background: url(../images/tagBg.jpg);
	height: 69px;
	overflow: hidden;
}

#tagLine{
	width: 880px;
	margin: 0 auto;
}

#tag img { 
	margin: 0 auto;
	padding: 0 10px 0 0;
}


/*
MAIN CONTENT --------------------- */

#mainContent {
	/*width: 880px;*/
	width: 930px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	m/argin-bottom: -1px;
}

#contentLeft {
	float: left;
	display: inline;
	width: 146px;
	margin: 0 24px 0 0;
	padding: 0 0 190px 0;
}

#quickContact {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 146px;
	height: 187px;
	background: url(../images/contactBg.jpg);
}

#quickContact p {
	margin: 0 0 5px 0;
}

.top {
	padding: 85px 0 0 0;
}

.contactField { 
	width: 120px;
	height: 14px;
	border: 1px solid #fff;
	margin: 0 0 0 10px;
	padding: 1px;
	font-size: 0.85em;
}

.contactComment { 
	width: 120px;
	height: 30px;
	border: 1px solid #fff;
	margin: 0 0 0 10px;
	padding: 1px;
	font-size: 0.85em;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}

#contentMiddle {
	float: left;
	width: 560px;
	/*width: 535px;*/
}

#contentMiddle p {
	margin: 0 0 10px 0;
	text-align: justify;
}

#contentRight {
	float: right;
	width: 146px;
	padding: 0 0 60px 0;
}

.newsHead {
	background: url(../images/newsHead.jpg) no-repeat;
	width: 78px;
	height: 12px;
}

ul.newsList {
	width: 142px;
	margin: 5px 0 15px 0;
	list-style: none;
	padding: 0;
}

ul.newsList li img {
	width: 142px;
}

ul.newsList li {
	width: 142px;
	margin: 0 0 5px 0;
	padding: 0;
}


ul.newsList li p {
	text-align: justify;
}

ul.newsList li a {
	text-align: right;
}

#mailList {
	position: absolute;
	bottom: 0;
	right: 0;
}

/*
FOOTER --------------------- */

#footer {
	background: url(../images/footerBg.jpg) repeat-x;
	width:100%;
	text-align:left;
	height: 51px;
	margin: 0;
	padding: 0;
}

#footerContent {
	/*width: 880px;*/
	width: 930px;
	margin: 0 auto;
	text-align: center;
	font-size: 0.89em;
	color: #fff;
}

#copyright {
	float: left;
	width: 585px;
	margin: 8px 0 0 0;
}

#copyright p {
	margin: 0 0 5px 0;
}

#contactBot {
	 float: left;
}

#mailBot {
	 float: right;
	 margin: 0 0 0 0;
}

/*
PRODUCTS --------------------- */

.prods {
	width: 100%px;
	margin: 0 0 15px 0;
	display: inline;
}

.prods  img {
	margin: 0 0 5px 0;
	width: 160px;
	height: 223px;
}

.prods p {
	margin: 0 0 3px 0 !important;
}

.left-pad {
	margin-left: 12px;
}

.prodsView {
	display: block;
	text-align: right;
	border-top: 3px solid #000;
}

#prodImg {
	float: left;
	width: 250px;
}

.prod-main-img {
	float: left;
	padding: 3px 0 0 0;
	width: 250px;
}

.prodSub {
	float: left;
	width: 88px;
	margin: 0 0 0 5px;
}

.prodSub2 {
	float: left;
	width: 88px;
	margin: 10px 0 0 5px;
}

#prodDes {
	float: right;
	width: 280px;
}

#prodDes p {
	margin: 0 0 10px 0 !important;
}

#prodDes h1 {
	margin: 0 0 10px 0;
}

#prodDes h6 {
	margin: 0 0 10px 0;
}

.cartBtn {
	border: 0;
}

.related {
	clear: both;
	width: 235px;
	height: 27px;
	color: #959595;
	font-size: 14px;
	background: url(../images/recommend.jpg) no-repeat;
	margin: 10px 0 15px 0;
}


/*
HEADER NAVIGATION --------------------- */

ul#topMenu {
	float: right;
	margin: 90px auto 0 auto; 
	list-style: none;
	width: 600px;
	padding: 0;
	text-align: right;
}
ul#topMenu li {
	display: inline;
	margin: 0; 
	color: #fff; 
}

ul#topMenu li a {
	display: block;
	float: right;
	color: #000 !important; 
	text-decoration: none; 
	font: 0.9em Arial, Georgia, serif; 
	font-weight: normal;
	margin: 0;
	height: 36px;
}

ul#topMenu li a:hover {
	text-decoration: underline;
}

ul#topMenu li a span {
	display: none;
}

ul#topMenu li a.home {
	background: url(../images/home.jpg) no-repeat;
	width: 51px;
}

ul#topMenu li a.home:hover {
	background: url(../images/home-over.jpg);
}

ul#topMenu li a.who {
	background: url(../images/who.jpg) no-repeat;
	width: 95px;
}

ul#topMenu li a.who:hover {
	background: url(../images/who-over.jpg);
}

ul#topMenu li a.partners {
	background: url(../images/partners.jpg) no-repeat;
	width: 78px;
}

ul#topMenu li a.partners:hover {
	background: url(../images/partners-over.jpg);
}

ul#topMenu li a.what {
	background: url(../images/what.jpg) no-repeat;
	width: 145px;
}

ul#topMenu li a.what:hover {
	background: url(../images/what-over.jpg);
}

ul#topMenu li a.news {
	background: url(../images/news.jpg) no-repeat;
	width: 55px;
}

ul#topMenu li a.news:hover {
	background: url(../images/news-over.jpg);
}

ul#topMenu li a.events {
	background: url(../images/events.jpg) no-repeat;
	width: 61px;
}

ul#topMenu li a.events:hover {
	background: url(../images/events-over.jpg);
}

ul#topMenu li a.contact {
	background: url(../images/contact.jpg) no-repeat;
	width: 85px;
}

ul#topMenu li a.contact:hover {
	background: url(../images/contact-over.jpg);
}

/*
SHOP NAVIGATION --------------------- */

ul.shopNav {
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
	list-style:none;
}
ul.shopNav li {
	padding: 0;
	width: 146px;
	margin: 0;
	color: #8A8989;
	text-align: left;
	list-style-image: none;
	padding: 0 0 5px 0;
}

ul.shopNav li a {
	display: block;
	width: 98px;
	padding: 0 0 0 10px;
	color: #8A8989 !important;
	font-weight: bold;
	text-decoration:none !important;
}

ul.shopNav li a:hover {
	text-decoration: underline !important;
}

/*
CONTACT FORM --------------------- */

.noPad{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	overflow:hidden;
	font-size: 11px;
}
label {
	width: 100px;
	float: left;
	text-align: left;
	margin-top:1px;
	margin-right: 0.5em;
	display: block;
	font-weight:bold;
}
.buttonSub {
	margin-left: 57px;
	color: #fff;
	background: #71949B;
}
fieldset {
	margin-left: 0px;
	border:0px;
}
legend {
	padding: 2px 6px;
	color: #71949B;
}

#cFrm {
	background: url(../images/contactBgBig.jpg) no-repeat;
	float: right;
	width: 147px;
	height: 227px;
	padding: 5px;
	margin: 0 0 0 20px;
}

.formField {
	width: 120px;
	height: 14px;
	border: 1px solid #fff;
	margin: 0 0 0 7px;
	padding: 1px;
	font-size: 0.85em;
}

.formComment {
	width: 120px;
	height: 30px;
	border: 1px solid #fff;
	margin: 0 0 0 7px;
	padding: 1px;
	font-size: 0.85em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.formBtn {
	margin: 0 auto !important;
}

.formTop {
	padding: 85px 0 0 0;
}

