/*******************************************************************************
********************************************************************************
	SEO Friendly Standard Template
	Company				:	PCWehle.de
	CSS By 				:	Muhammad Ibrahim
	Date				:	31/08/2009
--------------------------------------------------------------------------------
	Last Modified By	:	-
	Date				:	-
********************************************************************************
*******************************************************************************/
html, body, 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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border:2px solid #e7e7e7;
}
*html table {
	border-collapse: collapse;
}
caption, th {
	text-align: left;
	font-weight: bold;
	color:#43840d;
	background:#fff;
	border-bottom:2px solid #e7e7e7;
	padding:10px 12px;
}
td {
	background:#fcffdc;
	border-bottom:2px solid #fff;
	padding:12px;
	color:#43840D;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
*, .nogaps { 
	padding: 0;
	margin: 0;
	border: 0;
	outline:none;
}
html, body { 
	min-height: 100%;
	padding-bottom: 1px;
}
body,input,textarea {
	font-family:arial;
}
body  {
	color: #333333;
	font-size:75%;
	background:url(bg_body.jpg) 0 0 repeat-x #b5cd6b;
	margin:10px 0 0;
}
body.body_2 {
	background:url(bg_body_2.jpg) 0 0 repeat-x #669922;
}
body.body_3 {
	background:url(bg_body_3.jpg) 0 0 repeat-x #d6df6f;
}
a,
a:link,
a:visited {
	color:#579118;
	text-decoration:none;
	font-weight:bold;
}
a:hover,
a:active,
a:focus {
	color:#333333;
}
ul, ol { 
	list-style-position: outside;
}

p, ul, ol, table { 
	margin-bottom:26px;
}
.hl1, h1 {
	font-size:1.5em;
	margin-bottom:14px;
}
.hl2, h2 {
	font-size:1.5em;
	color:#579118;
	margin-bottom:9px;
}
.hl3, h3 {
	font-size:1em;
	font-weight:bold;
	color:#333333;
	margin-bottom:9px;
}
.hl4, h4 {
	clear:both;
	font-size:1em;
	font-weight:bold;
	font-style:italic;
	margin-bottom:9px;
}
#cnt p,
#cnt ul,
#cnt ol,
#lft_clm p,
#lft_clm ul,
#lft_clm ol,
#rgt_clm p,
#rgt_clm ul,
#rgt_clm ol {
	line-height:18px;
}
div.blank {
	clear:both;
}
#wrapper {
	float:left;
	position:relative;
	width:100%;
	background:url(bg_footer.gif) 0 bottom repeat-x;
}
#controller {
	width:938px;
	position:relative;
	margin:auto;
}
/* Header */
	#hdr { /*-- Header is nested to #controller and header’s top left position dependent to #controller --*/
		position:absolute;
		left:0px;
		top:0px;
		width:938px;
		height:213px;
		z-index:1000;
		background:url(bg_head_shade.png) 0 0 no-repeat;
		padding-top:10px;
	}
	
	*html #hdr {
		background:none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='files/bg_head_shade.png', sizingMethod='scale');
	}
	
	#hdr div {
		background:url(head_img.jpg) 0 0 no-repeat;
		width:918px;
		height:203px;
		margin:auto;
	}
	#logo {
		position:relative;
		width:222px;
		height:97px;
		float:left;
		background:url(logo.gif) no-repeat top left;
	}
	#logo a,
	#logo a:link,
	#logo a:visited {
		float:left;
		display:block;
	}
	#main {
		/*-- Top margin will be same as #hdr height + if any gap between header and #main --*/
		margin-top:302px;
		padding:0 10px 10px;
		float:left;
		z-index:500;
		width:918px;
		position:relative;
		background:url(bg_main.png) 0 0 repeat-y;
	}
	*html #main {
		background:none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='files/bg_main.png', sizingMethod='scale');
	}
	#navi {
		width:938px;
		position:absolute;
		top:209px;
		left:0;
		height:42px;
		padding:5px 0;
		z-index:600;
	}
	#navi .left_cnr {
		width:4px;
		height:4px;
		background:url(corner_left.png) 0 0 no-repeat;
		position:absolute;
		top:56px;
		left:10px;
		position:absolute;
		z-index:800;
	}
	
	*html #navi .left_cnr {
		background:none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='files/corner_left.png', sizingMethod='scale');
	}
	
	#navi .right_cnr {
		width:4px;
		height:4px;
		background:url(corner_right.png) 0 0 no-repeat;
		position:absolute;
		top:56px;
		left:924px;
		position:absolute;
		z-index:800;
	}
	
	*html #navi .right_cnr {
		background:none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='files/corner_right.png', sizingMethod='scale');
	}
	
	#navi ul {
		list-style:none;
		position:absolute;
		width:938px;
		z-index:600;
		top:5px;
		left:0;
		height:89px;
		background:url(bg_2nd_navi_new.png) 0 41px no-repeat;
	}
	
	*html #navi ul {
		background:none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='files/bg_2nd_navi_new.png', sizingMethod='scale');
	}
	
	#navi ul li {
		list-style:none;
		line-height:20px;
		float:left;
		text-align:center;
		font-size:18px;
		height:21px;
		padding:13px 0 12px;
	}
	#navi ul li span,
	#navi ul li a,
	#navi ul li a:visited {
		text-decoration:none;
		font-weight:normal;
	}

	#navi ul li.active span,
	#navi ul li.active a,
	#navi ul li.active a:visited,
	#navi ul li a:hover,
	#navi ul li a:active,
	#navi ul li a:focus {
		text-decoration:underline;
		font-weight:normal;
	}
	#navi ul li.cl_1 {
		background:#a4cc41;
		width:306px;
		color:#fff;
		margin-left:10px;
	}
	#navi ul li.cl_1 span,
	#navi ul li.cl_1 a,
	#navi ul li.cl_1 a:visited {
		color:#fff;
	}
	#navi ul li.cl_2 {
		background:#43840d;
		width:306px;
		color:#fff;
	}
	#navi ul li.cl_2 span,
	#navi ul li.cl_2 a,
	#navi ul li.cl_2 a:visited {
		color:#fff;
	}
	#navi ul li.cl_3 {
		background:#e1ef4e;
		width:306px;
		color:#579118;
	}
	#navi ul li.cl_3 span,
	#navi ul li.cl_3 a,
	#navi ul li.cl_3 a:visited {
		color:#579118;
	}
	#navi ul li ul {
		display:none;
	}
	#navi ul li.active ul {
		position:absolute;
		z-index:900;
		top:41px;
		left:10px;
		height:42px;
		width:910px;
		margin:0;
		padding:10px 0 0 8px;
		display:block;
		background:url(bg_2nd_nav.gif) 0 10px repeat-x;
	}
	body.body_2 #navi ul li.active ul {
		background:url(bg_2nd_nav_2.gif) 0 10px repeat-x;
	}
	body.body_3 #navi ul li.active ul {
		background:url(bg_2nd_nav_3.gif) 0 10px repeat-x;
	}
	

	#navi ul li.active ul li {
		padding:0 0 0 9px;
		height:42px;
	}
	#navi ul li.active ul li.start {
		padding:0 0 0 15px;
		width:auto;
		background:
	}
	#navi ul li.active ul li.end {
		padding:0 0 0 9;
		width:auto;
	}
	#navi ul li.active ul li span,
	#navi ul li.active ul li a,
	#navi ul li.active ul li a:visited {
		font-size:12px;
		color:#fff;
		font-weight:bold;
		float:left;
		display:block;
		padding:10px 15px 12px 15px;
		text-decoration:none;
	}
	#navi ul li.active ul li.active span,
	#navi ul li.active ul li.active a,
	#navi ul li.active ul li.active a:visited {
		background:url(bg_2nd_nav_active.gif) 0 0 repeat-x;
		text-decoration:none;
	}
	body.body_2 #navi ul li.active ul li.active span,
	body.body_2 #navi ul li.active ul li.active a,
	body.body_2 #navi ul li.active ul li.active a:visited {
		background:url(bg_2nd_nav_active_2.gif) 0 0 repeat-x;
		text-decoration:none;
	}
	body.body_3 #navi ul li.active ul li.active span,
	body.body_3 #navi ul li.active ul li.active a,
	body.body_3 #navi ul li.active ul li.active a:visited {
		background:url(bg_2nd_nav_active_3.gif) 0 0 repeat-x;
		text-decoration:none;
	}
	
/* Content */
	#cnt {
		/*-- Left margin will be same as #lft_clm total width + gap between #lft_clm and #cnt --*/
		padding:32px 22px 10px;
		float:left;
		width:874px;
		background:url(bg_cnt.gif) 0 10px repeat-x;
	}
	#cnt ul {
		list-style:none;
		padding:0;
	}
	#cnt ul ul {
		margin:0;
		padding:0;
	}
	#cnt ul li {
		list-style:none;
		margin:0;
		padding:2px 2px 2px 24px;
		background:url(bullit.gif) 0px 6px no-repeat;
	}
	#cnt ol {
		margin-left:20px;
		padding:0;
	}
	*html #cnt ol {
		margin-left:26px;
	}
	#cnt ol li {
		padding:0px 2px 4px 4px;
	}
	#controller .cnt_bottom {
		background:url(bg_bottom_cnt.gif) 0 0 no-repeat;
		height:15px;
		width:938px;
		margin:0 auto;
		position:relative;
		clear:both;
		z-index:600;
	}
/* /Content */

/* Footer */
	#ftr {
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
	clear:both;
	position:relative;
	background:#225bbb;
	}
	#ftr .inner {
		height:32px;
		padding-top:5px;
		width:100%;
		text-align:center;
		color:#fff;
		font-weight:bold;
	}
	/* /Footer */

/*-- Redaxo Elements --*/

div.cnt-blck {
	clear:both;
}
div.image p { 
	font-size:1em;
	float:none;
}
.txt-rgt {
	text-align:right;
}
.txt-lft {
	text-align:left;
}
.txt-cntr { /* can be on image divs for centered images */
	text-align:center;
}
.hidden {
       display:none;
}
.flRight {
	float:right;
	margin:0 0 0 10px;
}
.flLeft {
	float:left;
	margin:0 10px 0 0;
}
.fl-right {
	float:right;
	margin:0 0 0 10px;
}
.fl-left {
	float:left;
	margin:0 10px 0 0;
}
.fl-none {
	float:none;
}
#cnt .image_blue img {
	border:5px solid #225bbb;
}
#cnt .image_green img {
	border:5px solid #e1ef4e;
}

/* ---- two column module ---- */
#cnt .two_col {
	float:left;
	width:100%;
}
#cnt .two_col .col_1 {
	float:left;
	width:49%;
	background:#FFC;
}
#cnt .two_col .col_2 {
	float:left;
	width:49%;
	margin-left:2%;
	background:#ccf;
}
/* ---- /two column module ---- */
a.external {
	background:url(external.gif) right 2px no-repeat;
	padding-right:13px;
}
.download {/* can be added on an tag with text link */
	background:url(icon-pdf.png) left top no-repeat;  /* this is NOT optional */
	padding:0 0 4px 22px;
}
/*-------------------------------Copy Part Code----------------------------------------------*/

form { /* defining the width of form will adjust the labels's and input's width automatically */
	float: left;
	padding:10px 0;
	margin:10px 0;
	width:100%;
}
.colm2 div{ /* add this class alongwith form if you want 2 column form */
	width:50%;
	float:left;
}
.colm3 div{ /* add this class alongwith form if you want 3 column form */
	width:32%;
	float:left;
	margin:0 1% 0 0;
}
form input.text,
form textarea,
form select{
	border: solid 2px #e7e7e7;
	background:#fff;
	padding:5px 5px 4px 5px;
	float:left;
	margin:9px 0 0;
	color:#579118;
	font-size:1em;
	width:334px;
}
form select{
	width:340px;/* Width of the select box should be some pixel or percent greater than the width of input */
}
form textarea {
	height:168px;
}
form label.text,
form label.textarea,
form label.select/*,
form p.radio span,
form p.checkbox span*/{
	width:93px;
	display:block;
	float:left;
	margin-top:13px;
	font-size: 1em;
	color:#333;
	padding:0 7px 0 0;
}
form p.err input.text,
form p.err textarea,
form p.err label.text,
form p.err select {
	color:#f00;
	border:2px solid #f00;
}
form p.err label.text {
	border:0;
}
form p {	
	clear:both;
	line-height:normal;
	float:left;
	margin:0;
	width:100%;
}
form p.fsbmt input {
	margin:10px 0 0 7px; /* the left margin is equal to the padding-right of label */
	background:none;
	padding:0 0 0 93px; /* the left padding is equal to the width of input/select */
	cursor:pointer;
}
form p.captcha img{
	margin:0 0 0 7px; /* the left margin is equal to the padding-right of label */
	padding:0 0 0 30%; /* the left padding is equal to the width of input/select */
}
form p label.radio {
	margin:10px 5px 0 0;
	float:left;
}
form p label.checkbox {
	margin:10px 0 0 0;
	float:left;
}
form p.radio input,
form p.checkbox input {
	background:none;
	margin:10px 5px 0 0;
	float:left;
	padding:1px;
}
form p.checkbox input{
	margin-top:7px;
}
html>/**/body form p.radio input{
	margin:12px 5px 2px 0;
}
html>/**/body form p.checkbox input{
	margin-top:11px;
	padding:1px;
}
.colm3 input.text, /* less font size for 3 column form */
.colm3 textarea,
.colm3 select,
.colm3 label.text,
.colm3 p.radio span{
	font-size:.9em;
}
/*-------------------------------/ Copy Part Code----------------------------------------------*/
