@charset "UTF-8";
body  {
background-color:#cccccc;
margin:0px;
color:#333333;
}


.thrColElsHdr #container {
	width:850px;
	margin-left:auto;
	margin-right:auto; /* the auto margins (in conjunction with a width) center the page */
	background-image:url(images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #CCCCCC;
	
} 
.thrColElsHdr #header { 

} 
.thrColElsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.thrColElsHdr #sidebar1 {
	position:relative;
	left:25px;
	float: left; 
	width: 145px; /* since this element is floated, a width must be given */
}

.thrColElsHdr #sidebar1_subnav {
	position:relative;
	top:-30px;
	left:25px;
	float: left; 
	width: 145px; /* since this element is floated, a width must be given */
}

.thrColElsHdr #sidebar2 {
	position:relative;
	left:-22px;
	top:-39px;
	float: right; 
	width: 145px; /* since this element is floated, a width must be given */
}

.thrColElsHdr #sidebar2_subnav {
	position:relative;
	left:-22px;
	top:-68px;
	float: right; 
	width: 145px; /* since this element is floated, a width must be given */
}

.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.thrColElsHdr #mainContent {
	position:relative;
	left:18px;
	width:495px;
 	margin: 0 0 0 16em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 

.thrColElsHdr #mainContentWide {
	position:relative;
	left:18px;
	width:800px;
 	margin: 0 0 0 16em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 

.seminars{
	position:relative;
	left:-152px;
	top:4px;
	z-index:5;
	}

.thrColElsHdr #footer {
	text-align:center;
	text-color: #fff;
	background-color: #CCCCCC;
} 
.thrColElsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#138e34;
	}	
	
.heading2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#4a1486;
	padding:0px;
	}
	
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#4a1486;
	}
	
.heading3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#4a1486;
	margin-top:2px;
	margin-bottom:0px;
	}
	
h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4a1486;
	}	


/*.header{
	position:relative;
	width:850px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	background-image:url(images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	}


.container{
	position:relative;
	width:850px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
}*/

.content_middle{
	position:relative;
	top:10px;
	margin-left:auto;
	margin-right:auto;
	width:495px;
}

.left_content{
	float:left;
	position:relative;
	left:25px;
	top:10px;
	width:143px;
	height:auto;
}

.right_content{
	position:relative;
	width:143px;
	float:right;
	top:-33px;
	left:-25px;
}

.footer{
	position:relative;
	top:15px;
	width:801px;
	height:250px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	text-align:center;
}

.nudge{
	position:relative;
	left:-24px;
	}

.image_header{
	position:relative;
	left:30px;
	}

.menu{
	position:relative;
	left:25px;
	top:-1px;
	width:632px;
	font-size:11px;
	padding:10px;
	color:#FFFFFF;
	z-index:1;
	background-image:url(images/a_bg.jpg);
	background-repeat:repeat-x;
	margin-bottom:5px;
	}

.submenu{
	position:relative;
	left:178px;
	top:-1px;
	width:479px;
	font-size:11px;
	padding:10px;
	color:#FFFFFF;
	z-index:1;
	background-image:url(images/a_bg.jpg);
	background-repeat:repeat-x;
	margin-top:-8px;
	margin-bottom:5px;
	}
	
.p_right{
	padding-right:11px;
	}
		

.heading1{
	margin-left:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	}
	
.heading{
	position:relative;
	top:0px;
	background-color:#575857;
	width:495px;
	height:25px;
	}
	
.base_advert{
	width:495px;
	height:100px;
	background-color:#CCCCCC;
	margin-top:20px;
	}
	
.checkout_btn{
	position:relative;
	left:57px;
	background-color:#128F34;
	width:70px;
	height:13px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	padding:4px;
	}
	
.checkout_btn a:hover {
	color:#CCCCCC;
}	
	
.cart_advert{
	width:143px;
	height:96px;
	background-color:#CCCCCC;
	color:#333333;
	}
	
.cart_header{
	background-color:#138e34;
	width:143px;
	height:24px;
	}
	
.text_field{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	padding:1px;
	width:85px;
	margin:2px;
	}
	
.text_field2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	padding:1px;
	width:115px;
	margin:2px;
	}	
	
.btn{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	position:relative;
	left:0px;
	margin:2px;
	}
	
.featured{
	padding-top:4px;
	background-color:#138e34;
	width:143px;
	height:19px;
	}
	
.register{
	width:143px;
	height:151px;
	background-color:#128F34;
	top:175px;
	color:#FFFFFF;
	}
	
.loged_in{
	width:143px;
	height:45px;
	background-color:#4a1486;
	top:175px;
	color:#FFFFFF;
	}
	
.bottom{
	position:relative;
	top:4px;
	}
	
.nudge{
	left:1px;
	}
	
.title{
	height:20px;
	color:#FFFFFF;
	background-color:#333333;
	font-weight:bold;
	padding:5px;
	}
	
.title1{
	height:15px;
	color:#FFFFFF;
	background-color:#333333;
	font-weight:bold;
	padding:5px;
	}
	
.grey{
	background-color:#DCEFDF;
	color:#006600;
	padding:5px;
	}
	
.white{
	padding:5px;
	color:#666666;
	}

.alternate{
	/*background-color:#EEEEEE;*/
	color:#666666;
	padding:5px;
	}
	
/*.alternate_grn{
	background-color:#B8E9BD;
	color:#666666;
	padding:5px;
	}*/
	
.atnd_btn{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;}
	
.fixed_cart{
	position:absolute;
	width:150px;
	height:auto;
	top:-39px;
	left:505px
	}

.cart_img{
	position:absolute;
	left:95px;
	top:-13px;
	}
	
.nub1{
	position:absolute;
	left:-10px;
	top:0px;
	
	}
	
.nub2{
	position:absolute;
	left:75px;
	top:0px;
	}
	
.new_fixed_cart{
	width:140px;
	height:70px;
	}

a:link {color:#FFFFFF; text-decoration:none;}
a:visited {color:#FFFFFF; text-decoration:none;}
a:hover {color: #4a1486; text-decoration:none;}
a:active {color:#CCCCCC; text-decoration:none;}

#mainContent a:link{color:#4a1486; text-decoration:none;}
#mainContent a:hover{color:#4a1486; text-decoration:none;}
#mainContent a:active{color:#4a1486; text-decoration:none;}
#mainContent a:visited{color:#4a1486; text-decoration:none;}

.greenLinks a:link{color:#4a1486; text-decoration:none;}
.greenLinks a:hover{color:#4a1486; text-decoration:none;}
.greenLinks a:active{color:#4a1486; text-decoration:none;}
.greenLinks a:visited{color:#4a1486; text-decoration:none;}

.lightgreenLinks a:link{color:#4a1486; text-decoration:none;}
.lightgreenLinks a:hover{color:#4a1486; text-decoration:none;}
.lightgreenLinks a:active{color:#4a1486; text-decoration:none;}
.lightgreenLinks a:visited{color:#4a1486; text-decoration:none;}

.kackGreenLinks a:link{color:#4a1486; text-decoration:none;}
.kackGreenLinks a:hover{color:#4a1486; text-decoration:none;}
.kackGreenLinks a:active{color:#4a1486; text-decoration:none;}
.kackGreenLinks a:visited{color:#4a1486; text-decoration:none;}

#footer{color: #333; height:100px;}
#footer a:link{color:#333; text-decoration:none;}
#footer a:hover{color:#333; text-decoration:none;}
#footer a:active{color:#333; text-decoration:none;}
#footer a:visited{color:#333; text-decoration:none;}

input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; 
}
select {
	background-color: #FFFFFF; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
}

.active{
	color:#4a1486;
	}
