@CHARSET "UTF-8";

body
{
	margin: 0px;
	background: #4A599B url(../images/body_bg.jpg) repeat-x;
	font-family: verdana, arial;
}

table, div, span, td, input, select, textarea, a
{
	font-family: verdana, arial;
}

td, tr
{
	vertical-align: top;
}

.placeHolderDiv
{
	height: 20px;
}
.mainTable
{
	width: 800px;
	background: #ffffff;
	border-left: solid 2px #000000;
	border-right: solid 2px #000000;
}

.topRow
{
	width: 100%;
}

.slogen
{
	font-size: 12px;
	font-weight: normal;
	padding: 4px;
	font-family: arial;
	letter-spacing: 1;
	color: #555555;
}

.flags
{
	width: 320px;
	text-align: left;
	padding-left: 5px;
}

.flags img
{
	margin: 3px;
	border: solid 1px white;
}

.imgLogo
{
	position: relative;
	bottom: 2px;
}
.contentTable
{
	background: url(../images/header_picture2.jpg) no-repeat;
}	

.headerImgRow
{
	height: 200px;	
	border-bottom: solid 2px #49589B;
}
.topMenuDiv
{
/*
	float: right;
	width: 467px;
	*/
	padding: 0px;
}

.topMenu .menuTd
{
	font-weight: bold; 
	font-size: 11px;
	text-transform: uppercase;
	color: #000000;
	border-left: solid 2px white;	
	padding-right: 5px;
	height: 22px;
	vertical-align: middle;
	text-align: center;
}

.topMenu td a
{
	text-decoration: none;
	color: #16356C;
}

.contentText img
{
	border: double #755435;
	margin: 0 10px 10px 10px;
}

.contentText, .contentText table
{
	padding: 10px;
	line-height: 20px;
	text-align: justify;
	font-size: 12px;
	color: #553D28;
}

.menuColumn, .contentColumn	
{
	vertical-align: top;
	/*border-top: solid 2px #49589B;	*/
}

.contentColumn
{
	background: #ffffff url(../images/content_left_bg.png) repeat-y;
	/*border-right: solid 1px #aaaaaa;*/
	width: 100%;
}

.menuColumn
{
	background: #F1E5D7 url(../images/content_top_bg.png) repeat-x;
	border-right: solid 1px #A98E70;
	border-left: solid 1px #A98E70;
}

.menuDivTitle, .menuColumn
{
	width: 200px;
}

.menuDivTitle, .menuDiv h4
{	
	padding: 6px;
	border-bottom: inset 2px;
	font-size: 11px;	
}
.menuDiv h4
{	
	background: url(../images/menu_button.gif) no-repeat;
	margin: 0px;
	padding: 6px 6px 6px 23px;
	color: #63472F;
}
.menuDiv div
{
	background: url(../images/lightbrown_bg.jpg) repeat-x;
	padding: 0px;
	margin: 0px;
}

.menuDivTitle
{
	background: #934602 url(../images/darkbrown_bg.jpg) repeat-x;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}

.menuDiv h4 a, .menuDivCreated a
{
	color: #553D28;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}
.menuDivCreated a
{
	padding-left: 13px;
	text-transform: none;
}
.contentTitle
{
	padding: 10px;
}

.contentTitle h3
{
	border-bottom: dotted 1px #218433;
	font-size: 14px;
	color: #218433;
	margin: 0px;
}

.contentTitle img
{
	margin: 0 5px 0 0;
}

.listDiv
{
	padding: 5px;
	border-bottom: dotted 1px #bbbbbb;
}

.pictureListTitle
{
	width: 100%;
	background: #dddddd;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: black;
}

.pictureListTable img
{
	border: solid 1px #aaaaaa;
	margin: 2px;
}

.pictureTitle
{
	text-transform: uppercase;
	font-weight: bold;
	color: #16356C;
	margin: 5px;
}

.categoryTitle
{
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	font-size: 24px;
	margin: 5px;
	text-align: center;
}

.pictureData
{
	text-align: left;
}

.catalogImgClass
{
	margin: 0px 20px 10px 0px;
	max-height: 148px;
	
}

.contactFormTable input, .contactFormTable textarea
{
	width: 400px;
	background: #eeeeee;
	font-size: 12px;
	border: solid 1px #aaaaaa;
	padding: 2px;
}

.contactFormTable .formButton
{
	padding: 2px;
	border: solid 2px #F1E5D7;
	background: #755435;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	width: 120px;
	color: white;
}

.submitText
{
	color: #008800;
}

.errorText
{
	color: red;
}