/*	Author: AB/Berger Design, London @ www.berger-design.com
*	Date: Oct'07
*	V: 1.4
*/
/************************** BODY STYLE ****************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #353535;
	margin: 0px;
	padding: 0px;
	background-image: url(assets/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-position: center top;
	background-attachment: scroll;
}
.decoBar {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D0D0D0;
}
.artworkTitle {
	font-weight: bold;
}
.highlight {
	color: #E20000;
	font-weight: bold;
}
.limitedHighlight {
	color: #E20000;
	font-style: italic;
}
.dimensions {
	font-size: 10px;
	color: #848484;
	font-style: italic;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.7;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
}
h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #E20000;
	padding-left: 20px;
	font-weight: lighter;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}
h2 {
	font-size: 15px;
	text-transform: uppercase;
	color: #E20000;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4B4B4;
	padding-right: 5px;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
h3 {
	font-size: 15px;
	text-transform: uppercase;
	color: #B3B3B3;
	padding-left: 20px;
	font-weight: lighter;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1;
}
h4 {
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #b4b4b4;
	margin-left: 0px;
	padding-left: 10px;
}
a:link {
	color: #E20000;
}
a:visited {
	color: #8C0000;
}
a:active {
	color: #353535;
}
a:hover {
	color: #353535;
}

/************************** COPYRIGHT ****************************/


#copyright {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 30px;
}

.copyright {
	font-size: 10px;
	color: #A6A6A6;
}
.copyright a:link{
	font-size: 10px;
	text-decoration: none;
	color: #A6A6A6;
}
.copyright a:visited{
	font-size: 10px;
	text-decoration: none;
	color: #A6A6A6;
}
.copyright a:hover{
	font-size: 10px;
	text-decoration: underline;
	color: #E20000;
}

/************************** LAYOUT ****************************/

#container {
	width: 760px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainHead {
	height: 130px;
	width: 760px;
}
#logo {
	position: relative;
	float: left;
	margin-top: 80px;
}

/************************** MAINNAV ****************************/
#mainMenu {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b4b4b4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b4b4b4;
	font-size: 11px;
	width: 540px;
	float: right;
	position: relative;
	margin-top: 90px;
}
#mainMenu a:link{
	text-transform: uppercase;
	text-decoration: none;
	line-height: normal;
	color: #353535;
}
#mainMenu a:visited{
	text-transform: uppercase;
	text-decoration: none;
	color: #353535;
}
#mainMenu a:active{
	text-transform: uppercase;
	text-decoration: none;
	color: #E20000;
}

#mainMenu a:hover{
	color: #B30000;
	text-transform: uppercase;
	text-decoration: none;
}

#mainContainer {
	position: relative;
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 20px;
}
#copyright {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b4b4b4;
	font-size: 10px;
	color: #A9A9A9;
	text-align: right;
	margin-top: 20px;
}
/************************** FORM DECO ****************************/

#myForm fieldset {
	background-color: #F6F6F6;
	border: 1px solid #b4b4b4;
	margin-top: 10px;
	padding: 0px;
}

#myForm legend {
	text-transform: uppercase;
	color: #E20000;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
.smallPrint {
	font-size: 11px;
	color: #888888;
}
img#left {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
img#right {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
}
.captions {
	background-color: #F6F6F6;
	font-size: 11px;
	font-style: italic;
	color: #707070;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D0D0D0;
}
table#right {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #D0D0D0;
}
img#thumbshad {
	border: 10px solid #FFFFFF;
	padding: 0px;
	margin: 0px;
}

/************************** Shadow ****************************/

img#thumb {
	border: 10px solid #FFFFFF;
	padding: 0px;
	margin: 0px;
}

.dropshadow2{
	margin-top: 10px;
	margin-right: 20;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 26px;
	padding-bottom: 26px;
	padding-left: 0px;
	background-image: url(assets/shadowAlpha.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 130px;
	width: 200px;
	position: relative;
}
.innerbox{
	padding: 0px;
	margin: 0px;
	height: 130px;
	width: 200px;
}
.price {
	text-decoration: underline;
	font-size: 11px;
	text-align: right;
}
