/*#############################################################				
Name: Thick & Thin
Date: 17-09-08
Description: Structure CSS
Author: Simon Honeywood, Readysalted Design Ltd © 2008
#############################################################*/

/* standard elements */
* {
margin: 0; padding: 0; font-family:Arial, Helvetica, sans-serif;}

body {text-align:center; margin-top:0;}

.mainWrapper { margin-left:auto; margin-right:auto; width:955px; height:auto;}

.shopWrapper { margin-left:auto; margin-right:auto; width:955px; height:auto; background-image:url(../images/shop/shop_backgrnd.gif);}

/* content */
.content {
width:729px; margin-left:99px; margin-right:127px; padding-top:35px; height:auto;}

#splash {
width:955px; margin-left:auto; margin-right:auto; padding-top:50px; padding-bottom:30px;
text-align:center;
}

#splash body {
background-color:#000000;
}

#header {
width:729px; margin-left:99px; margin-right:127px; padding-top:35px;
text-align:center;
}

#header img {
border:0px;
}

/* header */
.header {height:100px;}
.navigation {height:21px; width:587px;text-align:left;}

/* content */
.content {padding:0px; text-align:left;}
.mainStroke {border:solid 1px #4A4284; padding:16px 12px 40px 12px;}

/* right news panel */
.newsRightPanel {background-color:#4A4284; float:right; width:145px; background-image:url(images/newsrightheader.gif); background-position:top;
 background-repeat:no-repeat; text-align:left;}
.newsPadd {padding:40px 10px 0px 11px;}
.newsStory {color:#FFFFFF; font-size:70%; padding-bottom:7px;}
.newsDotty {border-bottom:dashed 1px #FFFFFF; height:1px; overflow:hidden; margin-bottom:5px;}

/* nav lefts */
.navLeft {width:145px; float:left;}
.leftNavMainPadd {padding:5px 7px 10px 0px; font-size:80%; text-align:left;}
.subPadd {padding-bottom:7px; padding-top:7px;}
.leftLine {border-bottom:solid 1px #CCCCCC; height:1px; overflow:hidden;}

.mainImages {height:170px; margin-bottom:20px; }

/* sub navigation */
#sidenav {
	float: left;
	width: 150px;
	margin: 0px 5px 8px 22px;
	list-style:none;
	text-decoration: none;
    position:fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* shop */
.artists {
width:233px; text-align:right;}

/* footer */
.footerBaseArea {height:47px; background-image:url(images/footerbase.jpg); background-repeat:no-repeat; text-align:right;}
.aaLogo {}
.verify {text-align:left;}

.footerLinks {float:left; width:300px; text-align:left; font-size:70%; height:30px; margin-top:10px;}

.footer {
	color: #999999;
	font-size: 70%;
	line-height: 90%;
	margin: 4px auto;
	padding-top:20px;
	text-align:center;
	width: 955px;
}

.readysalted {float:right; width:200px; text-align:right; font-size:70%; height:30px; margin-top:10px;}


.clear {clear:both;}

