/*-------------------------------------
GLOBAL RESETS AND SETUP
-------------------------------------*/

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, ol, dl, address {
	color: #fff;
	margin: 1em 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

dd {
	margin-left: 1em;
}

blockquote {
	font-style: italic;
	padding: 5px 0 5px 30px;
}

fieldset {
	border: none;
}

input, select, textarea {
	padding: 3px;
	font-size: 1.3em;
	background: #eee;
	border: #bbb solid 1px;
	font-family: Trebuchet !important;
}

input.submit {
	margin-left: 100px;
	color: #ccc;
	background: #333;
	border: #454545 solid 1px !important;
}

img, a {
	border: 0;
}

ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

li {
	list-style-type: none;
	padding:0;
	margin:0;
}
/*---------------------------------------------------------------TAG FORMATS--*/
body {
	background: #000;
	color: #fff;
	background: #000 url("../images/bg.jpg") top right no-repeat;
}

a {
	text-decoration: none;
	color: #777;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

label {
	float: left;
	width: 100px;
}

/*--------------------------------------------------------------TEXT CLASSES--*/
.plus_ten 		{font-size:1.1em !important;}
.less_ten 		{font-size:0.9em !important;}
.small 				{font-size:0.8em !important;}
.tiny 				{font-size:0.7em !important;}
.large 				{font-size:1.3em !important;}
.white 				{color:#fff !important;}
.gray 				{color:#555 !important;}
.dark_gray 		{color:#343434 !important;}
.teal					{color:#2f8ab2 !important;}
.superscript 	{line-height: 0.2em;font-size: 0.8em;}
.bold					{font-weight: bold;}
.italic				{font-style: italic;}
.normal				{font-style: normal; !important;font-weight:normal !important;}
.right_buffer	{margin-right:5px;}
.left_buffer	{margin-left:5px;}

/*----------------------------------------------------------------CONTAINERS--*/
#header {
	margin: 0 20px;
	padding: 20px 0;
	height: 60px;
}

#container {
	margin: 0 20px;
	padding: 20px 0;
}

#footer {
	margin: 0 20px;
	padding: 20px 0 20px 220px;
	height: 110px;
	font-size: 0.7em;
	color: #333333;
	background: url("../images/footer_bg.jpg") bottom left no-repeat;
}
/*---------------------------------------------------------------TAG FORMATS--*/

/*-----------------------------------------------------------------ACCORDIAN--*/
.toggler {
	color: #777;
	margin: 0;
	padding: 10px 5px 2px;
	font-size: 11px;
	font-weight: normal;
	border-bottom: #111 solid 1px;
	cursor: pointer;
}
 
.section_nav {
	padding-top: 5px;
	height: 40px;
}

.section_nav a {
	margin-right: 15px;
}

.element {
	padding: 0 20px;
	font-size: 0.7em;
	color: #ddd;
	font-weight: lighter;
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}

/*-----------------------------------------------------------------ART GALLERY--*/
#painting_bin, #art_bin, #client_bin {
	height: 160px;
	overflow: hidden;
}

#painting_inner, #art_inner, #client_inner {
	width: 10000px;
	height: 160px;
}

.painting, .art, .client, .divider {
	float: left;
	margin-right: 20px;
}

div.sizes, div.details {
	float: left;
	margin-right: 30px;
	height: 100px;
}

div.sizes {
	width: 120px;
}

.larger_sizes {
	width: 220px !important;
}

img.tn {
	position: absolute;
	top: 0;
}

img.preview {
	padding: 5px;
	background: #111;
}

img.desc {
	float: left;
}

