/* Start of CMSMS style sheet 'majcinik.com_default' */
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, head, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	color : #555;
	font-family : Verdana,sans-serif;
	font-size: 100%;
}
ul
{
	list-style: none;
	margin: 1em 0;
}
ul li
{
	/*background: transparent url(images/bullet.gif) no-repeat left center;*/
	list-style-type: circle;
	padding: 0 0 0 0.5em;
	margin-left: 1.5em;
	line-height: 1.7em;
}
ol
{
	list-style: inside decimal;
}
blockquote, q
{
	quotes: none;
}
:focus
{
	outline: 0;
}
ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}
strong
{
	color: #555558;
}
strong.red
{
	color: #ff0000;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
table td
{
	text-align: left;
	padding: 10px 10px 10px 0;
}
table th
{
	padding: 2px;
	font-size: 1em;
}

body
{
	font-size: 80%;
	line-height: 1.7em;
	background: #92be53;
	padding: 0;
	margin: 0;
	border-top: 8px solid #4680df;
}
a:link, a:visited
{
	color: #3b9420;
	text-decoration: underline;
}
a:hover
{
	color: #000;
	text-decoration: none;
}
p
{
	margin: 0.5em 0;
}
hr
{
	height: 2px;
	background: #6a6a6a;
 	padding: 0;
	margin: 0 0 5px 0;
	border: none;
	border-bottom: 1px solid #a1a1a1;
	overflow: hidden;
	clear: both:
}
h1
{
	background: #e5efff;
	font-size: 1.3em;
	padding: 10px;
	margin: 0 0 10px 0;
}
h2, h3, h4, h5, h6
{
	margin: 1em 0;
}
h2
{
	font-size: 1.3em;
}
h3
{
	font-size: 1.2em;
}
h4
{
	font-size: 1.1em;
}

/* common classes */
.clearAll
{
	clear: both;
	line-height: 0;
}
.hidden
{
	display: none;
}
.fullWidth
{
	width: 100%;
}
.defaultImage
{
	background: #c6e6bf;
	border: 1px solid #185905;
	padding: 4px;
}

/* wrappers */
#bodyWrapper
{
	background: #fff url(images/marginBgVert.jpg) repeat-x left top;
	border-top: 1px solid #fff;
}
#headerWrapper
{
	width: 818px;
	margin: 0 auto;
	padding: 40px 0 20px 0;
	position: relative;
	height: 45px;
}

#header h1 {
	background: transparent;
	font-size: 0.7em;
	padding: 0;
	margin: 0;

	position: relative;
	display: block;
	width: 260px;
	height: 27px;
	text-indent: -9999px;
}

#header a {
	text-indent: -9999px;
}

#header h1 span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 260px;
	height: 27px;
	background: url(images/logo.png) no-repeat left top;
	text-indent: -9999px;
}

#mainWrapper
{
	width: 818px;
	margin: 0 auto;
	padding: 30px;
	background: transparent url(images/mainWrapperBack.png) no-repeat left top;
}
#footerWrapper
{
	background: #92be53 url(images/footerWrapperBack.jpg) repeat-x left top;
	height: 180px;
}
#rightWrapper
{
	width: 200px;
	float: right;
}
#centerBannerWrapper
{
	width: 818px;
	height: 270px;
	margin: 0 0 20px 0;
	position: relative;
	overflow: hidden;
}

/* centerBanner stuff */
#centerBannerWrapper span
{
	display: block;
	width: 818px;
	height: 270px;
	background: transparent url(images/centerBannerOverlay.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 0;
}

/* main menu */
#menuwrapper
{
	position: absolute;
	right: 0;
	bottom: -9px;
	background: transparent url(images/menuWrapperBack.png) no-repeat left top;
	padding: 0 0 0 65px;
}
#menuwrapper ul
{
	background: transparent url(images/menuWrapperBack.png) no-repeat right top;
	height: 34px;
	padding: 0 50px 0 0;
	margin: 0;
}
#menuwrapper ul li
{
	display: inline;
	float: left;
	background: none;
	line-height: 34px;
	padding: 0 20px;
}
#menuwrapper ul li a
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#menuwrapper ul li a:hover
{
	text-decoration: underline;
}
#menuwrapper ul li a span
{
	color: #fff;
	font-weight: bold;
}

.clearb { clear: both; }

/* center centerContent */
#centerContent
{
	width: 603px;
	margin: 0 15px 0 0;
	float: left;
}

#content
{

}

/* right wrapper */
#rightWrapper h2
{
	height: 39px;
	line-height: 39px;
	padding: 0 0 0 15px;
	margin: 0;
	color: #fff;
	background: #3b9420 url(images/rightHeadingBack.gif) no-repeat left top;
}
.rightContent
{
	background: #cff594 url(images/rightWrapperContentBack.gif) no-repeat left bottom;
	padding: 15px;
	margin: 0 0 15px 0;
}
.rightContent, .rightContent p
{
	color: #185905;
}

/* footer */
#footerContent
{
	width: 878px;
	margin: 0 auto;
	padding: 125px 0 0 0;
	background: transparent url(images/footerContentBack.png) no-repeat left top;
	text-align: center;
	color: #185905;
}
#footerContent a
{
	color: #185905;
}

/* End of 'majcinik.com_default' */

