/************************************
 ************************************
 
		DEFAULT ELEMENTS 
 
 ************************************
 ************************************/

body {
	color:#999999;
	background-color:#111111;
	font-family:Lucida Sans Unicode, Lucida Grande, Arial, Sans-serif;
	font-size:0.9em;
	margin:0px;
	background-image:url('../images/twbg.png');
}

form {
	margin:0px;
	padding:0px;
}

img {
	border:none;
}

p { }

a {
	color:#999999;
}

h1 { 
	margin:5px;
	color:#ffffff;
	font-size:2em;
}

h2 { 
	margin:5px;
	color:#ffffff;
	font-size:1.5em;
}

h3 { 
	margin:3px;
	font-size:1em;
}

h4 { 
	margin:3px;
	font-size:0.9em;
}

h5 { 
	margin:2px;
	font-size:0.8em;
}

h6 { 
	margin:2px;
	font-size:0.7em;
}

input 
{ 

}

select 
{  

}

option 
{
	background-color:#111111;
	color:#cccccc;
	padding-right:10px;
}

textarea {
margin-top:5px;
padding:5px;
	width:680px;
	height:200px;
	border:1px solid #cccccc;
color:#ffffff;
font-size:1.25em;
	background-color:#111111;
}

ul.nav {
	list-style-type:none;
	padding:0px;

}

/************************************
 ************************************
 
	LAYOUT ELEMENTS pt.1 (POSITIONING)
 
 ************************************
 ************************************/


div#header {
	width:900px;
	height:160px;
	margin:auto;
	padding-left:10px;
	padding-top:15px;
}

div#subheader {
	padding-top:10px;
	padding-bottom:10px;
	width:900px;
	height:110px;
	margin:auto;
	padding-bottom:10px;
text-align:center;
}

div#outer_wrapper {
	margin-top:10px;
	width:900px;
	overflow:hidden;
	margin:auto;
}

div#wrapper { }

div#container {
	width: 100%;
	float: left;
}

div#content { }

div#main {
	margin-left: 150px;
	margin-bottom:-32768px;
	padding-bottom:32778px;
	padding-right:20px;
	padding-top:10px;
	padding-left:10px;
}

div#nav {
	padding:5px;
	width: 140px;
	float: left;
	padding-bottom:32768px;
	margin-bottom:-32768px;
}

div#user_nav { }

div#sidebar {
	display:none
}

div#footer {
	height:150px;
	text-align:center;
	width:900px;
	margin:auto;
	margin-bottom:40px;
}

div#innerfooter {
	margin-left:150px;
	height:150px;
	text-align:right;
	width:746px;
}

img.footer {
position:relative;
top:25px;
left:-10px;
border:2px solid #222222;
}

img.nav
{
margin-left:25px;
margin-right:25px;
}

div.clearing {
	height: 0;
	clear: both;
}

div.spacer {
	height:10px;
}

div#logo
{
	width:150px;
	height:150px;
	float:left;
}

div#search
{
	margin-top:15px;
	margin-left:150px;
	width:725px;
	height:50px;
	text-align:right;
	padding-bottom:50px;
}

div#searchbox {
	height:50px;
	margin-bottom:50px;
}

input#searchfor {
	width:285px;
	height:50px;
	border:0px;
	margin-top:0px;
	padding:0px 0px 0px 15px;
}

input#searchbutton {
	height:50px;
	width:60px;
	margin-left:5px;
	margin-top:10px;
	position:relative;
	top:20px;
}

input.text400 {
	background-image:url('../images/textinput400.png');
	background-color:#111111;
	width:390px;
	height:30px;
	border:0px;
	margin-bottom:2px;
	padding:5px;
	color:#ffffff;
	font-size:1.5em;
}

input.text200 {
	background-image:url('../images/textinput200.png');
	background-color:#111111;
	width:190px;
	height:30px;
	border:0px;
	margin-bottom:2px;
	padding:5px;
	color:#ffffff;
	font-size:1.5em;
}

input.upload {
	background-image:url('../images/textinput400.png');
	background-color:#111111;
	width:400px;
	height:40px;
	border:0px;
	padding:5px;
	color:#ffffff;
	font-size:1.5em;
	margin-top:5px;
	text-align:right;
}

select.sel400 {
	background-color:#111111;
	width:400px;
	height:40px;
	border:0px;
	margin-bottom:2px;
	padding:5px;
	color:#ffffff;
	font-size:1.5em;
}

select.sel100 {
	background-color:#111111;
	width:100px;
	height:40px;
	border:0px;
	padding:5px;
	color:#ffffff;
	font-size:1.5em;
	margin-top:5px;
	text-align:right;
	padding-right:5px;
}

select.sel200 {
	background-color:#111111;
	width:200px;
	height:40px;
	border:0px;
	padding:5px;
	color:#ffffff;
	font-size:1.5em;
	margin-top:5px;
	text-align:right;
	padding-right:5px;
}

input.sculplistcom
{
	border:1px solid #777777;
	background-color:#333333;
	color:#ffffff;
	margin:5px;
	margin-top:10px;
	padding:5px;
	width:450px;
}

input.bigbutton
{
	margin-left:5px;	
	margin-top:10px;
	margin-bottom:15px;
	padding:5px;
	width:710px;
	border:2px solid #666666;
	background-color:#111111;
	color:#ffffff;
	cursor:pointer;
}

input.bigbutton:hover
{
	margin-left:5px;	
	margin-top:10px;
	margin-bottom:15px;
	padding:5px;
	width:710px;
	border:2px solid #999999;
	background-color:#111111;
	color:#ffffff;
	cursor:pointer;
}


/************************************
 ************************************
 
	LAYOUT ELEMENTS pt.2 (STYLE)
 
 ************************************
 ************************************/



div#header {
	background-image:url(../images/header.png);
	background-position:bottom left;
}

div#subheader {
	background-color:#111111;
	background-image:url(../images/subheader.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

div#outer_wrapper { }

div#wrapper { }

div#container { }

div#content { }

div#main {
	background-color:#111111;
	background-image:url(../images/main.png);
	background-repeat:repeat-y;
	background-position:right;
}

div#nav {
	background-color:#333333;
	background-image:url(../images/nav.png);
}

div#user_nav { }

div#sidebar {
	background-color:#282828;
}

div#footer {
	background-image:url(../images/squarelogo.png);
	background-repeat:no-repeat;
}

div#innerfooter {
	background-color:#333333;
	border-right:4px solid #222222;
	background-image:url(../images/footer.png);
}

div.clearing { }

div#logo { }

div#search { }

div#searchbox {

}

input#searchfor {
	font-size:1.5em;
	color:#999999;
	background-image:url(../images/searchbox.png);
	background-color:#111111;
}

input#searchbutton {

}

input.add2cart {

}



/************************************
 ************************************
 
			HYPERLINKS
 
 ************************************
 ************************************/



a.headernav
{
	text-decoration:none;
	color:#999999;
	margin-right:5px;
}

a.imgnav
{
	margin:1px;
}

a.rating 
{
	float:right;
	margin-top:20px;
	margin-right:10px;
}

h1 a
{
	color:#ffffff;
	text-decoration:underline;
}
h1 a:hover
{
	color:#999999;
	text-decoration:underline;
}

h2 a
{
	color:#ffffff;
	text-decoration:underline;
}
h2 a:hover
{
	color:#999999;
	text-decoration:underline;
}

h3 a
{
	color:#999999;
	text-decoration:underline;
}
h3 a:hover
{
	color:#ffffff;
	text-decoration:underline;
}

h4 a
{
	color:#999999;
	text-decoration:underline;
}
h4 a:hover
{
	color:#ffffff;
	text-decoration:underline;
}

h5 a
{
	text-decoration:underline;
}

h6 a
{
	text-decoration:underline;
}


li a
{
	color:#ffffff;
}

li.lvl1x {
	margin-top:5px;
	font-family:verdana;
	font-size:0.9em;
}

li.lvl2x {
	font-family:verdana;
	font-size:0.75em;
}

li.lvl1 a
{
	text-decoration:none;
	font-family:verdana;
	font-size:0.9em;
}
li.lvl2 a
{
	padding-left:10px;
	text-decoration:none;
	font-family:verdana;
	font-size:0.75em;
}
li.lvl3 a
{
	padding-left:15px;
	text-decoration:none;
	font-family:verdana;
	font-size:0.7em;
	
}


/************************************
 ************************************
 
	STANDARD CONTENT AREAS
 
 ************************************
 ************************************/



div.section_nothumb
{
	margin:5px;
	margin-letf:10px;
	padding:5px;
	border:1px solid #222222;
	background-image:url('/images/twbg.png');
}



div.section_thumb
{
	min-height:100px;
	margin-bottom:10px;
	clear:right;
	margin-right:5px;
}
div.section_content_thumb
{
	min-height:100px;
	padding:5px;
	border:1px solid #222222;
	margin-right:110px;
	background-image:url('/images/twbg.png');
}




img.thumb
{
	width:100px;
	height:100px;
	float:right;
	border:none;
	margin-left:10px
}

div.section_news
{
	margin-right:260px;
	min-height:110px;
	margin-bottom:10px;

}

div#homepage_sidebar
{
	width:250px;
	float:right;
}

img.hpnews
{
	float:left;
	width:75px;
	height:75px;
}

img.hp_sidebar
{
	border:0px;
	margin-bottom:10px;
}

div.section_content_news
{
	padding:5px;
	min-height:60px;
	border:1px solid #222222;
	margin-left:80px;
	background-image:url('/images/twbg.png');
}


div.section_superthumb
{
	min-height:60px;
	margin-bottom:10px;
	clear:right;
	margin-right:5px;
}
div.section_content_superthumb
{
	padding:5px;
	min-height:60px;
	border:1px solid #222222;
	margin-left:60px;

}
img.superthumb {
	width:50px;
	height:50px;
	float:left;
	border:none;
	margin-right:10px;
}

div.section_small
{
	padding:5px;
	min-height:150px;
	margin-bottom:10px;
	clear:right;
	margin-left:5px;
}
div.section_content_small
{
	min-height:150px;
	padding:5px;
	border:1px solid #222222;
	margin-right:160px;
	background-image:url('/images/twbg.png');
margin-bottom:10px;
}

img.small
{
	width:150px;
	height:150px;
	float:right;
	border:none;
	margin-left:10px;
}

div.section_medium
{
	padding:5px;
	min-height:300px;
	margin-bottom:10px;
	clear:right;
	margin-left:5px;
}
div.section_content_medium
{
	min-height:300px;
	padding:5px;
	border:1px solid #222222;
	margin-right:310px;
	background-image:url('/images/twbg.png');
}

img.medium
{
	width:300px;
	height:300px;
	float:right;
	border:none;
	margin-left:10px;
}

div.subsection_superthumb
{
	min-height:50px;
}

div.subsection_superthumb img
{
	float:left;
}

div.subsection_content_superthumb
{
	min-height:50px;
}

div.subsection_thumb
{

}

div.subsection_content_thumb
{

}

div.subsection_small
{

}

div.subsection_content_small
{

}

div.subsection_medium
{

}

div.subsection_content_medium
{

}

p.gallery_title
{
	color:#ffffff;
	font-size:0.8em;
}

div.gallery_small
{
	position:relative;	
width:150px;
	height:200px;
	padding:9px;
	margin:5px;
	border:1px solid #333333;
	float:left;
}

a img.gallery_small
{
	width:150px;
	height:150px;
	border:0px;
	font-size:1.5em;
}

input.add2cart {
	position:relative;
	width:40px;
	height:40px;
	float:right;
	border:none;
}

input.gallery_add2cart {
	background-color:#111111;
	padding:5px;
	position:absolute;
	top:5px;
	left:110px;
	width:40px;
	height:40px;
	border:1px solid #333333;
}

div#display_options
{
position:relative;	
margin:10px;
	border:1px solid #222222;
	padding:10px;
	text-align:center;
	
}

span.gallery_price
{
	position:absolute;
margin-left:5px;	
z-index:9;
font-size:1.5em;
font-weight:bold;
color:#ff0000;
}


div.listing {
	min-height:30px;
	text-align:right;
	margin-bottom:3px;
}

div.listing b {
	float:left;
}

/************************************
 ************************************
 
	HOMEPAGE SPLASH NAV
 
 ************************************
 ************************************/



div#splashnav
{

}

div#splashchange
{
	position:relative;
	height:400px;;
	width:700px;
	margin:auto;
	background-color:#111111;
}

div.splash_prods
{
	position:absolute;
	bottom:0px;
}

img.splashprev
{
	position:relative;
	top:-75px;
}

img.splashnext
{
	position:relative;
	top:-75px;
}

img.splashprod
{
	border:4px double #cccccc;
	margin:2px;
}

img.splashgoto
{
	float:left;
}

div#splash_start, div#splash_shop, div#splash_bookshop, div#splash_services, div#splash_commissions, div#splash_sculptors, div#splash_newsfeeds, div#splash_clubs, div#splash_events, div#splash_community, div#splash_cart, div#splash_messenger, div#splash_paradox, div#splash_tonan, div#splash_armatures, div#splash_moulds
{
	position:relative;
	left:-145px;	
	padding:10px;
	height:380px;;
	width:805px;
	text-align:right;
}
div#splash_start_inner, div#splash_shop_inner, div#splash_bookshop_inner, div#splash_services_inner, div#splash_commissions_inner, div#splash_sculptors_inner, div#splash_newsfeeds_inner, div#splash_clubs_inner, div#splash_events_inner, div#splash_community_inner, div#splash_cart_inner, div#splash_messenger_inner, div#splash_paradox_inner, div#splash_tonan_inner, div#splash_armatures_inner, div#splash_moulds_inner
{
	border:2px solid #222222;
	padding:10px;
	height:312px;;
	width:805px;
	margin:auto;
	text-align:left;
	margin-bottom:20px;
	background-image:url(../images/twbg.png);
	background-repeat:repeat;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
