* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url(images/bg.jpg) no-repeat fixed;
	background-position:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6a6a6b;
	text-align: left;
	font-weight: 400;
}

.forms {
	border: 1px solid; 
	border-color: #c9c9cb;
	font-size: 10px;
	color: #6a6a6b;
}
.smalltext {
	font-size: 10px;
	color: #6a6a6b;
}
.formbutton {
	border: 1px solid; 
	border-color: #c9c9cb;
	font-size: 10px;
	background: #FFFFFF;
	color: #000000;
	height: 20px;
	font-weight: bold;
}
.errors {
	font-size: 10px;
	color: #4498a0;
}
.errorslarge {
	font-size: 12px;
	color: #4498a0;
}
a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
a:hover { text-decoration: underline; }

#wrap {
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF;
}

#header {
	width: 810px;
	padding-top: 55px;
	margin-left: 85px;
	margin-right: 85px;
	border-bottom: 1px solid #c9c9cb;
	padding-bottom: 10px;
	height: 50px;
}
#cart {
	height: 50px;
	width: 810px;
	margin-left: 85px;
	margin-right: 85px;
	margin-top: 10px;
	text-align: right;
}

#mycart {
	width: 780px;
	text-align: right;
	float: left;
}
#img_cart {
	width: 30px;
	float: left;
	padding-left: 0px;
}

#content {
	float: right;
	width: 580px;
	text-align: left;
	padding-right: 85px;
}
#content h1 {
	color: #000000;
	font-size: 20px;
}
#rightmenu {
	width: 80px;
	float: left;
}
#journal_subnav {
	width: 100%;
	padding-bottom: 20px;
}

#leftmenu {
	padding-left: 85px;
	float: left;
	width: 200px;
}
#leftmenu h2 {
	margin-bottom: 3px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
#leftmenu #shoponline {
	margin-bottom: 3px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
#leftmenu #shoponline a {
	margin-bottom: 3px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	margin-bottom: 3px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	margin-bottom: 3px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
#leftmenu ul {
	list-style-type: none;
	margin-bottom: 15px;
}
p {
	padding: 20px 40px 0px 0px;
} 

#homecontent {
	width: 580px;
	border-top: 1px solid #c9c9cb;
}
#homecontent #homeleft {
	width: 290px;
	border-right: 1px solid #c9c9cb;
	float: left;
	margin-top: 30px;
}
#homecontent #homeright {
	width: 260px;
	float: right;
	margin-top: 30px;
}
#homecontent #imgborder {
	width: 260px;
	border: 1px solid #c9c9cb;
}
#back {
	font-size: 10px;
}
#footer {
	width: 810px;
	height: 150px;
	padding-bottom: 20px;
	margin-top: 30px;
	padding-top: 10px;
	margin-left: 85px;
	margin-right: 85px;
	border-top: 1px solid #c9c9cb;
	font-size: 10px;
}
#footer #credits {
	float: left;
	width: 300px;
}
#footer #shark {
	float: left;
	width: 170px;
}
#footer #terms {
	float: left;
	width: 300px;
	text-align: right;
}
#footer #fb {
	float: right;
	width: 30px;
}
#footer a { 

}
#footer a:hover {

}
#shopcats {
	float: left;
	width: 150px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
}
#shopcatslarge1 {
	float: left;
	width: 265px;
	height: 385px;
	padding-right: 5px;
	text-align: center;
}
#shopcatslarge2 {
	float: left;
	width: 265px;
	padding-left: 5px;
	height: 385px;
	text-align: center;
}
#shopcatlargespace {
	float: left;
	width: 18px;
	margin-right: 20px;
	height: 385px;
	text-align: center;
	border-right: 1px solid #c9c9cb;
}
#colourcontainer {
	width: 150px;
	height: 20px;
	text-align: center;
	float: left;
}
#productlargeimg {
	float: left;
	width: 250px;
	margin-right: 60px;
	height: 334px;
}
#productdetail {
	float: left;
	width: 250px;
}
#productdetail2 {
	float: left;
	width: 249px;
}
#productdetailthumb {
	float: left;
	width: 75px;
	margin-right: 10px;
	height: 110px;
}
ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
  font-size: 12px;
}
ul#menu a {
  display: block;
  text-decoration: none;
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  padding-left: 0;
  padding-top: 2px;
  padding-bottom: 1px;
  color: #333333;
}

ul#menu li a:hover {
	text-decoration: none;
	color: #333333;
}

ul#menu li ul li a {
  padding-left: 0px;
  color: #4498a0;
  padding-top: 1px;
  padding-bottom: 1px;
}

ul#menu li ul li a:hover {
  padding-left: 0px;
  text-decoration: none;
  color: #4498a0;
}

.code { list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }

#shippingtableheader {
	width: 570px;
	height: 25px;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
}
#shippingtablecontent {
	width: 568px;
	height: 35px;
	background-color: #FFFFFF;
	color: #000000;
	padding-left: 10px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#shippingtablecontent #shippinglefttext {
	width: 400px;
	height: 25px;
	float: left;
	padding-top: 10px;
}
#shippingtablecontent #shippingrighttext {
	width: 100px;
	height: 25px;
	float: right;
	text-align: center;
	border-left: 1px solid #000000;
	padding-top: 10px;
}
#friendscontent {
	width: 580px;
	height: 150px;
	border-bottom: 1px solid #c9c9cb;
}
#friendscontent #pic {
	width: 156px;
	padding-right: 30px;
	padding-top: 15px;
	float: left;
	height: 135px;
}
#friendscontent #text {
	width: 390px;
	padding-top: 50px;
	float: right;
	height: 100px;
}
#artiststhumbs {
	height: 116px;
	width: 126px;
	margin-right: 23px;
	float: left;
}
#artiststhumbsend {
	height: 116px;
	width: 126px;
	float: left;
}
#cartheadings {
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
#cartcontents {
	padding: 10px;
	color: #000000;
	font-weight: bold;
}
#grandtotal {
	padding: 10px;
	color: #000000;
	font-weight: bold;
	text-align: right;
}