/**
* 15.4.09
* addition of style classes to replace deprecated HTML tags
*/

body {

	background-color: #141414;
}

	#flashcontent {
		height: 400px;
		width:100%;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
	}
	
	

#content-wrap {
	min-width: 780px;
	max-width: 1260px;
}

* /* ensure the same default font appearance throughout website */
{
	font-family: arial;
	color: #FFCC33;
}

.latest_paintings
{
	width:auto;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:20px;	
}

.latest_paintings_item h4
{
	display:inline;
}

.latest_paintings_item
{	
	width:auto;
	height:auto;
	padding:0px;
	margin: 10px;
	text-align:center; 
	font-size:14px;
}

.category_item_wrapper
{
	width:auto;
	padding:5px;
	margin-top:15px;
	margin-bottom:10px;
	margin-left: 20%;
	margin-right:20%;
	text-align:center; 
	font-size:14px;
	line-height: 14px;

}

.category_item
{
	background-color: black;
	border:2px grey solid;
	margin:5px;
	margin-top:14px;
	margin-bottom:14px;
	line-height:30px;
	float:left;
	padding:2px;	
	text-decoration:none;
}


.category_item:hover
{
	border:2px aqua solid;
}

.left_column
{
	float: left;
	width: auto;
	min-height:450px;
	padding: 0px;
	min-width:350px;
}

.right_column
{
	float: right;
	width: auto;
	min-height:450px;
	padding: 0px;
}

.main_style
{
	padding:0px;
	margin-left:20%;
	margin-right:20%;
	min-width:650px;
	height:auto;
	width:auto;
}

.main_style h3{ text-align : center; }

.main_content
{
	text-align : center;
	margin: auto;
}


.about_content
{
	
	top:0px;
	margin:10px;
	text-align:justify;
	text-indent:20px;
	line-height: 1.5em;	
}


.menuarea
{	
}


div.headerarea
{
 	background-repeat: no-repeat;
	background-position:center center; 
	background-image:url(Pics/TopLogo.jpg);	
	padding:0px;
	margin:0px;
	width:100%;
	top:0px;		
}

.buy_painting_form
{

}



div.category_paginator
{
	text-align:center;
	width:auto;
	height:auto;
	margin-top:150px;
	margin-left:25%;
	margin-right:25%;
}


div.copyright_msg
{	
	clear:both;
	text-align : center;
	color: #E3E3E3;
	margin:5px;
	font-size:14px;
	width:100%;
}

.image_caption
{
	text-align:center;
	font-size: 12px;
	color: #fff;
	background: #000;
	padding: 5px 10px;
}

.hovermenu ul {
	font: bold 13px arial;
	padding-left: 0;
	margin-left: 0;
	height: 20px;
	text-align:center;
	min-width:525px;
	width:auto;	
}

.hovermenu ul li {
	list-style: none;
	display: inline;
}

.hovermenu ul li a {
	padding: 2px 0.5em;
	text-decoration: none;
	color: #FFCC33;
	background-color: #171717;
	border: 1px solid #1D1D1D;
}

.hovermenu ul li a:hover {
	background-color: #666666;
	border-style: outset;
}

html>body .hovermenu ul li a:active {
	border-style: inset;
}
