/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins/tabs.css";
@import "lib/gallery.css";
@import "footer.css";

/* Red: #ed1c24


/* Page
-------------------------------------------------------------- */

body {
	margin: 0;
	background: #231f20 url(../images/bg3.png) repeat;
	padding: 0px;
}

p {color: #222222; font-family: Arial; font-size: 1.2em; font-weight: normal;}

ul li {color: #555555; font-family: Arial; font-size: 1.2em; font-weight: normal;}

#content h1 {color: #333; font-family: Arial; font-size: 1.6em; font-weight: normal;}

#content h2 {color: #2a3c60; font-family: Arial; font-size: 1.4em; font-weight: normal;text-indent: 5%;}

#content h3 {
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	background-color: #333;
	color: #FFFFFF;
	font-weight: normal;
}
.red {color: #ed1c24;}


.banner {
	width: 1000px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;

}

#outer_wrapper {
	width: 100%;
	background: #eee8e4 url(../images/owBG.png) repeat-x;
}


#wrapper {
	min-height:600px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;}

#container {
  width: 100%;
  float: left;
  margin-right: -20px;
  /* background: #CCCCCC;  url(images/right_columnBG.gif) repeat-y right */

}

#content {
  margin-right: 20px;
  
}

#feeds {
	width: 10px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.clearing {
	height: 0;
	clear: both;
}

#main {
	margin-left: 110px;
}
#bodytext {
	padding: 0px;
	margin-right: 190px;
	margin-top: 10px;
	margin-left: 0px;
	position: relative;
	z-index: 1;
}

#bodytext_alt {
	padding: 10px;
	margin-right: 150px;
}


.linkbox {
 	width: 230px;
  	float: left;
 	margin-left: 20px;
 	margin-top: 10px;

}
.adbox {margin-top: 10px; margin-bottom: 10px;}


/* Navigation -------------------------------------------------------------- */

#navigation {position: absolute;
	top: 540px;
	left: -100px;}

ul#nav {
	width: 465px;
	list-style: none;
}

ul#nav li a:link, #nav li a:visited {
display: block;
float: left;
height:50px;
background-image: url(../images/nav.png);
text-indent: -9999px;
}

ul#nav li a.gallery {
	width:120px;
	background-position: 0 0;
}
ul#nav li a.stockists {
	width:165px;
	background-position: -120px 0;
}
ul#nav li a.contact {
	width:165px;
	background-position: -285px 0;
}
ul#nav li a.gallery:hover {
	width:120px;
	background-position: 0 -50px;
}
ul#nav li a.stockists:hover {
	width:165px;
	background-position: -120px -50px;
}
ul#nav li a.contact:hover {
	width:165px;
	background-position: -285px -50px;
}




#feeds {
float: right;
width: 200px;
margin-top: 0px;
}
#feeds ul {
list-style: none;
margin: 0;
padding: 0;
}
#feeds li {
border-bottom: 1px solid #000000;
}
#feeds li a:link, #feeds li a:visited {
font-size: 90%;
display: block;
padding: 0.4em 0 0.4em 0.5em;
/* border-left: 1px solid #000000; */
/* border-right: 1px solid #000000; */
background-color: #333;
color: #FFFFFF;
text-decoration: none;
}
#feeds li a:hover {
background-color: #ffffff;
color: #70645c;
}
#feeds ul ul {
/* margin-left: 12px; */
}
#right_navigation ul ul li {
border-bottom: 1px solid #000000;
margin:0;
}
#feeds ul ul a:link, #feeds ul ul a:visited {
background-color: transparent;
color: #000000;
}
#feeds ul ul a:hover {
background-color: #4b6b93;
color: #FFFFFF;
}

/* End of Navigation */

.last {
	margin-bottom: 0px;
}

#main a:link, #main a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #ba5312;
}
#main a:hover {
	color: #e6b798;
}

.preferred {
	color: #2a3c60;
}
.style1 {
	color: #433b37;
}
