/* ---------------------------------
Makeup: Dimox
Author URI: http://dimox.name/
--------------------------------- */

* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/13px Arial, Tahoma, Verdana, sans-serif;
	color: #A9A9A9;
	width: 100%;
}
a {
	color: #848484;
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0;
	padding: 8px 0;
}
img {border: none;}

#wrapper {
	width: 100%;
	width: expression((documentElement.clientWidth||document.body.clientWidth)<995?'1000px':'');
	min-width: 1000px;
	min-height: 810px;
	height: auto !important;
	height: 810px;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 216px;
	background: #71BA4E;
	overflow: hidden;
}
#header-r {
	height: 216px;
	position: relative;
	top: -210px;
}

#bg-text {
	position: relative;
	margin-left: -400px;
	margin-right: -300px;
	font-size: 185px;
	font-weight: bold;
	line-height: 210px;
	color: #79BE58;
}

#header h1 {
	color: #FFF;
	font-size: 30px;
	line-height: 30px;
	padding: 12px 0 0 14px;
	position: relative;
}
#header h1 a {
	color: #FFF;
	text-decoration: none;
}
#header h1 strong {
	color: #616161;
	display: block;
	margin-top: -6px;
}
#header h1 span {
	position: absolute;
	top: 20px;
	left: 255px;
	font-size: 14px;
	padding-left: 10px;
}

#slogan {
	color: #FFF;
	font-size: 11px;
	margin: 7px 0 0 15px;
}


/* Content
-----------------------------------------------------------------------------*/
#container {
	width: 100%;
}
* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#menu {
	background: #E9E9E9 url(menu-top1.gif) 40px 0 no-repeat;
	min-height: 227px;
	height: auto !important;
	height: 227px;
	padding-left: 40px;
	padding-top: 13px;
	margin-top: 45px;
}
#menu ul {
	list-style: none;
	background: #E0E0E0 url(menu-bottom1.gif) 0 100% no-repeat;
	width: 112px;
	overflow: hidden;
	min-height: 309px;
	height: auto !important;
	height: 309px;
	text-align: right;
	position: relative;
	z-index: 2;
}
#menu ul:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#menu li {
	float: left;
	width: 95px;
	margin: 9px 21px 13px 0;
	vertical-align: bottom;
}
#menu ul ul {
	min-height: 10px;
	height: auto !important;
	height: 10px;
	background: none;
	width: 95px;
	overflow: visible;
}
#menu li li {
	float: none;
	margin: 0;
}
* html #menu li li {margin-bottom: -2px;}
*+html #menu li li {margin-bottom: -2px;}
#menu a {
	text-decoration: none;
	color: #71BA4E;
	font-weight: bold;
}
#menu a:hover,
#menu a.current {
	text-decoration: underline;
}
#menu li li a {
	color: #7F7F7F;
	font-weight: normal;
}
#menu li.clear {
  clear: both;
	width: 240px;
	float: none;
	margin: 0;
	font-size: 0;
	height: 0;
	overflow: hidden;
}



#content {
	width: 100%;
	float: right;
}
.content {
  padding-left: 151px;
  margin-top: -527px;
  position: relative;
	height: 1%;
}
.ct {
	height: 115px;
	background: url(shadow-top-left1.png) no-repeat;
	position: relative;
}
* html .ct  {
	background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shadow-top-left1.png', sizingMethod='crop');
}
.ctl {
	position: absolute;
	top: 0;
	right: 0;
	width: 57px;
	height: 115px;
	background: url(shadow-top-right1.png) no-repeat;
}
* html .ctl  {
	width: 56px;
	background: none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shadow-top-right1.png', sizingMethod='crop');
}
.ctr {
	height: 115px;
	margin: 0 57px 0 90px;
	background: url(shadow-top1.png) repeat-x;
}
* html .ctr  {
	background: none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shadow-top1.png', sizingMethod='scale');
}
.cl {
	background: url(shadow-left.gif) no-repeat;
	height: 1%;
}
.cr {
	background: url(shadow-right1.gif) 100% 0 no-repeat;
	padding: 0 21px 55px 54px;
	height: 1%;
}
.cb {
	height: 90px;
	background: url(shadow-bottom-left.png) no-repeat;
}
* html .cb  {
	background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shadow-bottom-left.png', sizingMethod='crop');
}
.cbl {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 57px;
	height: 90px;
	background: url(shadow-bottom-right.png) no-repeat;
}
* html .cbl  {
	background: none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shadow-bottom-right.png', sizingMethod='crop');
}
.cbr {
	height: 90px;
	margin: 0 57px 0 90px;
	background: url(shadow-bottom.png) repeat-x;
}
* html .cbr  {
	background: none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shadow-bottom.png', sizingMethod='scale');
}


.text {
	background: #FFF;
	padding: 0 14px;
	position: relative;
	top: -45px;
	margin-bottom: -100px;
	min-height: 620px;
	height: auto !important;
	height: 620px;
}

#content h1 {
	font-size: 22px;
	color: #71BA4E;
	padding: 15px 0;
}
#content h2 {
	font-size: 18px;
	color: #71BA4E;
	padding: 15px 0;
}

#content ul,
#content ol {
	margin: 7px 0 7px 30px;
}
#content li {
	padding: 2px 0;
}




#cards {
	position: absolute;
	bottom: 0;
	left: 58px;
	width: 146px;
	height: 224px;
	background: url(cards.jpg) no-repeat;
}

a h2 {
	text-decoration: underline;
}
a:hover h2 {
	text-decoration: none;
}

#links {
	padding-bottom: 10px;
	margin-left: 110px;
}


