﻿.foo()
{
}
/*=== Layout ===*/
#page
{
	background: #ffffff;
	margin: 10px auto;
	width: 760px;
	border: 1px solid #b7b7b7;
	min-height: 760px;
	height: auto !important;
	height: 760px;
}

/*=== Header ===*/
#header
{
	padding: 0;
	margin: 0;
	float: left;
}
/*- Logo -*/
#header h1
{
	text-indent: -9999px;
	background: transparent;
}
#header h1 a
{
	display: block;
	height: 121px;
	width: 760px;
}
#header h1 a:hover
{
	text-decoration: none;
}

/*=== All Columns ===*/
#columns
{
	clear: both;
	margin-left: 10px;
}

#columns p
{
	padding: 0 0 10px;
}
/*=== Left Column ===*/
#leftcol
{
	float: left;
	width: 113px;
}
#leftcol h2
{
	color: #ec519d;
	font-size: 11px;
	font-weight: normal;
}

#leftcol h3
{
	font-size: 11px;
	font-weight: bold;
}

#leftcol .spacer
{
	padding: 0 0 0 0px;
}
/*=== Center Column ===*/
#centercol
{
	display: table-cell;
	display: block;
	float: left;
	font-size: 14px;
	background: url(images/540-bg.gif) top left no-repeat;
	margin-top: 20px;
	padding: 20px;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	border-bottom: 1px solid #f0f0f0;
	width: 500px;
}

#centercol h1
{
	color: #5fbb55;
	font-size: 16px;
	margin: 0 0 10px;
	text-transform: uppercase;
}
#centercol h2
{
	color: #5fbb55;
	font-size: 16px;
	margin: 0 0 10px;
	text-transform: uppercase;
}
#centercol p
{
	line-height: 20px;
}
#centercol p strong
{
	color: #ec519d;
	font-weight: bold;
}
#centercol p em
{
	color: #ec519d;
	font-style: normal;
}

#centercol ul
{
	line-height: 20px;
	padding: 0;
	margin: 0 0 10px;
	/*list-style: none;*/
}

#centercol ul li
{
	padding: 0 0 0 11px;
	margin: 0;
	/* background: url(images/bullet-pink.gif) 0 6px no-repeat;*/
}

#centercol.fullwidth
{
	background: url(images/740-bg.gif) top left no-repeat;
	width: 700px;
}

/*=== Right Column ===*/
#rightcol
{
	float: left;
}
#rightcol div
{
	background: url(images/190-bg.gif) top left no-repeat;
	width: 160px;
	margin-top: 20px;
	margin-left: 10px;
	border-bottom: 1px solid #f0f0f0;
	padding: 15px;
}
#rightcol div img
{
	display: block;
	margin: 0;
}

#rightcol div h1
{
	color: #5fbb55;
	font-size: 16px;
	margin: 0 0 10px;
	text-transform: uppercase;
}
#rightcol div h2
{
	color: #ec519d;
	font-size: 16px;
	margin: 0 0 10px;
	text-transform: uppercase;
}
#rightcol div p
{
	line-height: 20px;
}
#rightcol div p strong
{
	color: #ec519d;
	font-weight: bold;
}
#rightcol div p em
{
	color: #ec519d;
	font-style: normal;
}

#rightcol div ul
{
	line-height: 20px;
	padding: 0;
	margin: 0 0 10px;
	list-style: none;
}

#rightcol div ul li
{
	padding: 0 0 0 11px;
	margin: 0;
	background: url(images/bullet-pink.gif) 0 6px no-repeat;
}

/*=== Center-Right Column ===*/
#centerrightcol
{
	display: table-cell;
	display: block;
	float: left;
	height: auto !important;
	height: 490px;
	margin: 12px 0 0 22px;
	min-height: 490px;
	width: 745px;
	font-size: 14px;
}

#centerrightcol h1
{
	color: #ec519d;
	font-size: 16px;
	margin: 0 0 10px;
}

#centerrightcol p
{
	line-height: 20px;
}

/*=== Content ===*/
#centercolcontent
{
	width: 550px;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

#centercolcontentwithcategory
{
	width: 350px;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

#categorynavigation
{
	width: 120px;
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	font-size: 9pt;
	background: url(images/category-bg.gif) no-repeat left top;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#categorynavigation h1, #categorynavigation h2
{
	font-size: 9pt;
}

#categorynavigation a
{
	font-weight: normal;
}

#categorynavigation2
{
    position:absolute;
    top:200px;
    left:50%;
    margin-left:-530px;
    background-color:#ffffff;
	width: 120px;
	padding: 10px;
	font-size: 9pt;

}

#categorynavigation2 h1, #categorynavigation2 h2
{
	font-size: 9pt;
}

#categorynavigation2 a
{
	font-weight: normal;
}

/*=== Footer ===*/
#footer
{
	/*background: url(images/hl-dot.gif) repeat-x top;*/
	clear: both;
	margin: 10px;
	padding-top: 10px;
}
#footer ul, #footer p
{
	text-align: left;
	font-size: 10px;
}
#footer li
{
	display: inline;
	padding-right: 5px;
}
#footer a
{
	color: #a7a9ac;
}

#menulogin
{	
	float: right;
	margin: 2px;
}
#menulogin a
{
	text-decoration: underline;
}

/*=== Tabs ===*/
#topmenubar
{
	float: left;
	width: 760px;
}



#topmenubar #contactlink
{
	overflow: visible;
	float: right;
	margin-top: -13px;
	position: relative;
}

#topmenubar ul
{
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	list-style: none;
}

#topmenubar li
{
	float: left;
	margin: 0;
	padding: 0 0 0 9px;
	background: url(images/norm_left.gif) no-repeat left top;
}

#topmenubar li.active a
{
	font-weight: bold;
}

#topmenubar a
{
	display: block;
	background: url(images/norm_right.gif) no-repeat right top;
	padding: 5px 15px 4px 6px;
	margin-right: 2px;
	font-weight: normal;
}

.gallery_image
{
	padding-right: 15px;
	padding-bottom: 20px;
	width: 150px;
	height: 150px;
	float: left;
	text-align: center;
}

#centercolcontent340box
{
	background: url(images/box350.gif) top left no-repeat;
	width: 340px;
	height: 340px;
	margin: 0;
	padding-top: 20px;
	padding-left: 12px;
	padding-right: 8px;
	padding-bottom: 8px;
}
#centercolcontent340box h2
{
  text-transform:none;
}
#centercolcontent340box p
{
  padding:8px;
}