/* custom.css */


.container {
	margin: 0;
	
	/* for IE */
	position:absolute;
	left:0;
	top:0;
}

body {
	background: url(../images/bg.gif) top left repeat-y;
	background-color: #EFEFEF;	
}

#lefter {
	background: url(../images/logo-bg.gif) top right no-repeat;
}

#random {
	background-color: #FFF;
	padding: 17px 0 1px;
	width: 200px;
}

#random img {
	margin: 0 0 0 15px;
	background-color: #FFF;
	padding: 0 0 10px 0;
	height: 291px;
}

h1#headimg {
	margin-bottom: 0;	
}

#menu {
	margin: 117px 0 0;
	padding-left: 26px;
}

#menu a {
	color:#000;
	text-decoration: none;
	padding: 5px 35px;
}

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

#menu #select,
#menu #subselect {
	font-weight: bold;	
}

#content {
	color: #6F7072;
	margin-top: 97px;
	padding-top:0px;
}

.product #content {
	margin-top: 54px;
	padding-top:0px;
}

#content #first {
	color: #414243;
}

#contact p {
	margin: 80px 60px 0;	
}

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

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

fieldset {
	width: 390px;	
}

textarea.text, input.text {
	width: 300px;		
}

input.submit {
	width: 100%;
}

legend {
	padding: 0 10px;	
}

label {
	line-height: 2.5em;
	font-weight: normal;	
}

#contactForm {
	position: relative;	
}

#busy {
	position: absolute;
	top:1px;
	left:1px;
	width: 424px;
	height: 460px;
	background: #FFF;
	opacity: 0.8;
	z-index: 10000;
}

#busy p {
	text-align: center;
	padding-top: 200px;
}

.right {
	text-align: right;	
}

.black {
	color:#000;	
}

#imageSet img {
	margin-top: 5px;	
}

#commissions a {
	padding-left: 11px;	
}

/* fix for blueprint/fancyzoom interoperability */
#ShadowBox th, #ShadowBox td, #ShadowBox caption
#ZoomCapDiv th, #ZoomCapDiv td, #ZoomCapDiv caption {
	padding:0;
}

#ZoomImage {
	border: 1px solid #333;	
}

