/*************************************************************************
*   
*   Default Stylesheet
*
*   Copyright 2009, Brokenaxe
*   www.brokenaxe.com
* 
*************************************************************************/

/*--------------------------------------------------------------------------
Generic
--------------------------------------------------------------------------*/

body {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B9B9B9;
	text-align: center;
	background: #F5F5F5;
	padding: 0;
	margin: 0;
	cursor: default;
}
img {
	border: 0; 
}
img.border {
	border: solid 1px #A29061;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}
form, input, select {
	padding: 0;
	margin: 0;
}
h1.breadcrumb,
h1.breadcrumb a,
h1.breadcrumb a:link,
h1.breadcrumb a:active,
h1.breadcrumb a:visited,
h1.breadcrumb a:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 9px 0;
}
hr {
	height: 1px;
	color: #A29061;
	background: #A29061;
	border: 0;
}
a, a:link, a:active, a:visited {
	color: #404041;
	text-decoration: underline;
}
a:hover {
	color: #404041;
	text-decoration: none;
}

/*--------------------------------------------------------------------------
Template
--------------------------------------------------------------------------*/

.container {
	width: 100%;
	margin: auto;
}
.wrapper {
	width: 950px;
	margin: auto;
}

/*--------------------------------------------------------------------------
Common
--------------------------------------------------------------------------*/

.hide {
	display: none;
}
.clear {
	clear: both;
}
.clear-right {
	clear: right;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.divider {
	margin: 0 15px 0 0;
}
.separator {
	width: 950px;
	padding: 0 0 16px 0;
	background: url(../../graphics/common/separator.gif) repeat-x bottom;
}
.nomargin p {
	margin: 0;
}

/*--------------------------------------------------------------------------
Header
--------------------------------------------------------------------------*/

.header {
	height: 60px;
	background: #FFF url(../../graphics/common/header/back.gif) repeat-x bottom;
	border-top: solid 5px #4A4A4D;
}

/*--------------------------------------------------------------------------
Logo
--------------------------------------------------------------------------*/

.logo {
	background: #FFF;
	border-left: solid 1px #F0F0F0;
	border-right: solid 1px #F0F0F0;
	border-bottom: solid 1px #F0F0F0;
}
.logo img {
	margin: 38px 18px 30px 18px;
}

/*--------------------------------------------------------------------------
Navigation
--------------------------------------------------------------------------*/

.navigation {
	width: 580px;
	height: 58px;
}
#navigation {
	width: 580px;
	height: 58px;
	float: left;
}
#navigation li {
	font-size: 14px;
	list-style: none;
	border-right: solid 1px #FFF;
	float: left;
	position: relative;
	z-index: 1000;
}
#navigation li:hover ul, 
#navigation li.over ul {
/* lists nested under hovered list items */
	display: block;
	z-index: 1000;
}
#navigation li ul {
	width: 190px;
	color: #FFF;
	padding: 5px;
	margin: 58px 0 0 0;
	background: #4A4A4D;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
#navigation li ul a {
	color: #FFF;
	text-align: left;
	background: #4A4A4D;
	padding: 12px 15px 12px 14px;
}
#navigation li ul li {
	width: 190px;
	background: none;
	border: 0;
	float: left;
}
#navigation li ul li a:hover {
	color: #FFF;
	background: #5A595B;
	z-index: 1000;
}
#navigation li.on a {
	color: #FFF;
	background: #4A4A4D;
}
#navigation a {
	color: #405765;
	/* check if needed
	font-weight: bold;
	*/
	text-decoration: none;
	background: #F3F3F3;
	padding: 22px 21px 20px 22px;
	display: block;
}
#navigation a:hover {
	color: #FFF;
	background: #4A4A4D;
}

/*--------------------------------------------------------------------------
Details
--------------------------------------------------------------------------*/

.details {
	font-size: 10px;
	color: #405765;
	padding: 37px 0 39px 0;
	background: url(../../graphics/common/separator.gif) repeat-x bottom;
}
.details strong {
	color: #1261A9;
}

/*--------------------------------------------------------------------------
Banner
--------------------------------------------------------------------------*/

.banner {
	padding: 12px 0 14px 0;
	background: url(../../graphics/common/separator.gif) repeat-x bottom;
}
.banner .showcase {
	width: 514px;
	height: 285px;
}
.banner .description {
	width: 416px;
	height: 285px;
	margin: 0 0 0 20px;
}
.banner .description h1 {
	font-size: 27px;
	font-weight: normal;
	color: #B9B9B9;
	line-height: 26px;
	margin: -3px 0 0 0;
}
.banner .description h1 strong {
	font-size: 27px;
	font-weight: normal;
	color: #888;
	line-height: 26px;
}
.banner .description h2 {
	font-size: 18px;
	font-weight: normal;
	color: #B9B9B9;
	line-height: 19px;
	margin: 9px 0 12px 0;
}

/*--------------------------------------------------------------------------
Our Brands / About Josies
--------------------------------------------------------------------------*/

.ourbrands,
.aboutjosies {
	width: 950px;
	background: url(../../graphics/common/separator.gif) repeat-x bottom;
}
.ourbrands h2,
.aboutjosies h2 {
	color: #D5D6D7;
	font-size: 30px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
}
.ourbrands {
	padding: 30px 0 30px 0;
}
.ourbrands h2 {
	margin: 5px 0 0 0;
}
.ourbrands .logos {
	width: 700px;
}
.ourbrands .logos img {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: -3px;
	margin-left: 0;
}
.aboutjosies {
	padding: 28px 0 30px 0;
}
.aboutjosies p {
	width: 750px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #B9B9B9;
	padding: 0 0 47px 0;
	margin: 0;
}
.aboutjosies p strong {
	color: #888;
}
.aboutjosies h2 {
	margin: 3px 0 0 0;
}

/*--------------------------------------------------------------------------
About Us
--------------------------------------------------------------------------*/

.brief {
	width: 950px;
	padding: 31px 0 0 0;
}
.brief h1 {
	font-size: 30px;
	font-weight: bold;
	color: #B9B9B9;
	line-height: 22px;
}
.brief h1 strong {
	font-size: 29px;
	font-weight: bold;
	color: #888;
	line-height: 26px;
}
.brief h2 {
	font-size: 18px;
	font-weight: bold;
	color: #B9B9B9;
	line-height: 19px;
	margin: 9px 0 26px 0;
}
.photos {
	width: 480px;
}
.photos img {
	margin: 0 10px 0 0;
	border: solid 12px #FFF;
}
.aboutus .content-holder {
	width: 400px;
	text-transform: uppercase;
}
.aboutus .content-holder p strong {
	color: #888;
	font-weight: normal;
}

/*--------------------------------------------------------------------------
Brands
--------------------------------------------------------------------------*/

.brands {
	width: 950px;
	background: url(../../graphics/common/separator.gif) repeat-x bottom;
}
.brands h2 {
	width: 250px;
	color: #ACAEAF;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../../graphics/common/divider.gif) repeat-y right;
	text-decoration: none;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
}
.brands h3 {
	width: 250px;
	color: #ACAEAF;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../../graphics/common/divider.gif) repeat-y right;
	text-decoration: none;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 140px;
	padding-left: 0;
}
.brands .logos {
	width: 650px;
}
.brands .logos img {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0;
}

/*--------------------------------------------------------------------------
Products
--------------------------------------------------------------------------*/

.products {
	width: 950px;
	padding: 15px 0 30px 0;
}
#products {
	width: 950px;
	float: left;
}
#products li {
	color: #FFF;
	width: 202px;
	padding: 0 17px 0 17px;
	background: #4D4D4D;
	list-style: none;
	border-right: solid 1px #FFF;
	float: left;
}
#products li h2 {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../../filebank/imagebank/icons/arrow.gif) no-repeat right;
	padding: 0 23px 0 0;
	margin: 46px 0 12px 0;
	
}
#products li h2 a {
	color: #FFF;
	text-decoration: none;
}
#products li img {
	border: solid 12px #FFF;
}
#products li p {
	width: 202px;
	font-size: 9px;
	margin: 17px 0 0 0;
	padding: 0 0 67px 0;
}

/*--------------------------------------------------------------------------
Tiles
--------------------------------------------------------------------------*/

.tiles {
	width: 950px;
	background: url(../../graphics/common/separator.gif) repeat-x bottom;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#tiles {
	width: 302px;
	margin: 0 50px 0 0;
	float: left;
}
#tiles li {
	color: #FFF;
	width: 202px;
	padding: 0 50px 0 50px;
	background: #4D4D4D;
	list-style: none;
	float: left;
	height: 384px;
}
#tiles li h2 {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 23px 0 0;
	margin: 46px 0 12px 0;
	text-align: center;
}
#tiles li img {
	border: solid 12px #FFF;
}
#tiles li p {
	width: 111px;
	font-size: 12px;
	margin: 17px 0 0 0;
	padding: 0 0 47px 0;
}
#tiles li .logo {
	background: none;
	border: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
#tiles li .logo img {
	border: 0;
	margin: 0;
}
.pages {
	font-size: 12px;
	font-weight: bold;
	margin: 12px 0 12px 0;
}
.pages a {
	color: #B9B9B9;
	text-decoration: none;
	margin: 0 12px 0 0;
}
.pages a:hover {
	color: #888;
	text-decoration: none;
}
#gallery {
	width: 598px;
	float: left;
}
#gallery li {
	list-style: none;
	border: solid 1px #FFF;
	margin: 0 5px 5px 0;
	float: left;
}
#gallery li img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -2px;
	margin-left: 0px;
}

/*--------------------------------------------------------------------------
Content
--------------------------------------------------------------------------*/

.content {
	width: 950px;
	margin: auto;
}
.content-title {
}
.content-holder {
}
.content-holder,
.content-holder table {
	line-height: 15px;
}
.content-holder p {
	margin: 0 0 13px 0;
}
.content-holder ul {
	padding: 0 0 0 36px;
}
.text {
	padding: 0;
}
.plain {
	background: none;
	border: none;
}
.corner {
	background: url(../../graphics/common/content/back.gif) no-repeat bottom right;
}
.pdf {
	height: 35px;
	font-size: 10px;
	line-height: 12px;
}
.pdf a {
	padding: 6px 0 6px 45px;
	background: url(../../filebank/imagebank/icons/pdf.gif) no-repeat left;
	text-decoration: none;
	display: block;
}

/*--------------------------------------------------------------------------
Footer
--------------------------------------------------------------------------*/

.footer {
	width: 950px;
	font-size: 9px;
	color: #B9B9B9;
	padding: 12px 0 0 0;
}
.footer span {
	color: #888;
}
.footer a,
.footer a:link,
.footer a:active,
.footer a:visited {
	color: #B9B9B9;
	text-decoration: none;
}
.footer a:hover {
	color: #888;
	text-decoration: none;
}

