 /* css structure */

html,body{
	padding:0;
	background-color: #E9E7E3;
	margin: 0px;
	background-image: url(../images/site_bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
} 

 
#pagewidth{
	width:978px;
	text-align:left;
	background-color: #E9E7E3;
	margin-right: auto;
	margin-left: auto;
} 
 
#header{
	position:relative;
	height:207px;
	width:978px;
	background-image: url(../images/cyberart_header.jpg);
	background-repeat: no-repeat;
} 

#header_menu {
	top: 21px;
	position: relative;

}
#header_menu ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;

}
#header_menu li {
	display: inline;
	padding-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 14px;

}
#header_menu li a {
	color: #000000;
	text-decoration: none;

}
#header_menu li a:hover {
	color: #AA171D;
	text-decoration: none;

}


#leftcol_home {
	width:508px;
	float:left;
	position:relative;
	margin: 0px;
	color: #333333;
	background-color: #E9E7E3;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#leftcol_catalogue {
	width:266px;
	float:left;
	position:relative;
	margin: 0px;
	color: #333333;
	background-color: #E9E7E3;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 300px;
}

#leftcol_catalogue ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #5A4636;
}
#leftcol_catalogue li {
	color: #5A4636;
}
#leftcol_catalogue li a {
	color: #5A4636;
	text-decoration: none;
}
#leftcol_catalogue li a:hover {
	color: #AF2022;
	text-decoration: none;
}
 
#leftcol_full_width {
	width:968px;
	float:left;
	position:relative;
	margin: 0px;
	color: #333333;
	background-color: #E9E7E3;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
 
#maincol_home {
	float: right;
	position: relative;
	width:460px;
	overflow: visible;
 }
 
#maincol_catalogue {
	float: right;
	position: relative;
	width:690px;
	overflow: visible;
 }

 
#footer {
	background-color:#E9E7E3;
	height: 54px;
	clear: both;
	width: 100%;
	font-size: 11px;
	background-image: url(../images/cyberart_footer.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 22px;
 } 
#footer ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;

}
#footer li {
	display: inline;
	padding-right: 10px;
	color: #666666;
}
#footer li a {
	text-decoration: none;
	color: #666666;
}
#footer li a:hover {
	color: #B22329;
	text-decoration: none;
}

p,td,ul,li {
	color: #333333;
	text-decoration: none;
	list-style-type: disc;
	line-height: 20px;
}

p a {
	color: #A47859;
	text-decoration: none;
}

p a:hover {
	color: #AA2020;
	text-decoration: none;
}


b, strong {
	color: #666666;
}
.title_text {
	font-size: 12px;
	color: #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #000000;
	line-height: 18px;
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	margin-top: 0px;
	padding-top: 0px;
	text-align: right;
	padding-right: 10px;
	background-color: #E8E7E3;
	background-image: url(../images/h2_bg.gif);
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.h2 {
	background-color: #E9E7E3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	font-style: italic;

}
.h2_red {
	color: #AA2020;
	background-color: #E9E7E3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
	font-style: italic;
}
.standard_bold_red {
	color: #AA2020;
	font-weight: bold;
}
.standard_bold_black {
	font-weight: bold;
	color: #000000;
}




/* images */


.image_right {
	border: 1px solid #333333;
}

#thumbnail {
	background-image: url(../images/home_highlights_bg.jpg);
	background-repeat: no-repeat;
	height: 320px;
	width: 190px;
	text-align: center;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	margin-top: 0px;
}
#thumbnail_detail_page {
	background-image: url(../images/home_highlights_bg.jpg);
	background-repeat: no-repeat;
	height: 254px;
	width: 190px;
	text-align: center;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	margin-top: 0px;
}
#thumbnail img {
	padding-bottom: 0px;

}
#thumbnail p {
	line-height: 14px;
	font-size: 12px;
	color: #333333;
	padding-bottom: 10px;
}

#catalogue_holder {
	width: 690px;
}

#clear  {
	clear:left; margin:0 0; padding:0 0; height:1px;
}

#flash {
	margin: 0;
	padding: 0;
}

/* forms */

.textinput1 {
	width: 340px;
	color: #333333;
	border: 1px solid #D7D4CF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	background-image: url(../images/form_bg.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
}
.textinput1b {
	width: 300px;
	color: #333333;
	border: 1px solid #B8ABA3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 20px;
}
.textinput2 {
	width: 490px;
	border: 1px solid #D7D4CF;
	color: #333333;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	background-image: url(../images/form_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
}
.button {
	background-color: #FFFFFF;
	border: 1px solid #B8ABA3;
	color: #8C0023;
	font-weight: bold;
	font-family: Tahoma, geneva, sans-serif;
}

label {
	width: 340px;
	display: block;
}

.p_none {
	padding-left: 10px;
}

@media print{ 
/*hide the header, footer and left column when printing*/ 
#header{display:none;} 
#footer{display:none;}
#leftcol_home{display:none;} 
#leftcol_catalogue{display:none;} 
#leftcol_full_width{display:none;} 
#rightcol{display:none;} 


body{
	margin:0;
	padding:0;
	color: #333333;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
}

#maincol{
	background-image: none;
	background-color: #FFFFFF;
	width: 600px;
	float:none;
	overflow: visible;
 }

p a {
	text-decoration: none;
	color: #333333;
}



}
