@import "menu.css";

html, body {
	background:#666 url(images/background.jpg) repeat-x;
	margin:0;
	padding:0;
}

a {
	color:#ff5100;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#container {
	margin:0 auto;
	position:relative;
	width:752px;
}

h1 {
	background:url(images/header_home.jpg);
	height:159px;
	margin:0 auto;
	padding:0;
	width:752px;
}

h1 span {
	display:none;
}

#page {
	background:#fff url(images/page.gif);
	margin:0 auto;
	padding:0;
	width:752px;
}

#content {
	font-family:Arial,Helvetica,sans-serif;
	margin-left:170px;
	padding:5px 0;
}

#content h3 {
	color:#63bc16;
}

#content p {
	font-size:0.9em;
	line-height:1.3em;
	text-align:justify;
}

#content li {
	font-size:0.9em;
	line-height:1.3em;
}

#content #homebody {
	margin-right:259px;
}

#content #body p {
	margin-right:30px;
}



/*-----------------------------------------------------------------*/

div.coupon {
	background:#f2f2f2;
	border:3px dashed #b9b9b9;
	margin-bottom:10px;
	padding:5px;
}

div.coupon h4 {
	color:#444;
	font-family:Georgia,Times,serif;
	font-size:0.9em;
	margin:0;
	padding:0;
}

div.coupon p {
	color:#444;
	font-size:0.7em !important;
	margin:4px 0px !important;
	/*text-align:left !important;*/
}

div.coupon code {
	color:#f30;
	display:block;
	font-family:Courier;
	font-size:1em;
	font-weight:bold;
	text-align:center;
}

/*-----------------------------------------------------------------*/

#sidebar {
	float:right;
	width:237px;
}

#sidebar div {
	width:213px;
}


#sidebar div#sb1, #sidebar div#sb2 {
	background:#63bc16;
	margin:17px 0 0 0;
	padding:0;
	width:213px;
}

#sidebar div#sb2 {
	background:#7e7e7e;
}

#sidebar div#sb1 span, #sidebar div#sb2 span {
	display:block;
	color:#fff;
	font-size:0.8em;
	font-weight:bold;
	height:22px;
	padding:0 15px;
}

#sidebar div.rounded {
	background:#e6e6e6;
	padding-top:10px;
}

#sidebar div.rounded p, #sidebar div.rounded strong {
	font-size:0.7em;
	margin-right:0;
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:0px;
	padding-left:15px;
	padding-right:10px;
	text-align:left;
}

#sidebar div.rounded ul {
	margin-top:5px;
	margin-bottom:5px;
}

#sidebar div.rounded ul li {
	font-size:0.7em;
	padding-right:10px;
}

#sidebar a {
	color:#ff5100;
}

/*-----------------------------------------------------------------*/

.serviceindex {
	float:left;
	left:0;
	margin:250px 0 0 20px;
	_margin-left:10px;
	padding:0 0 10px 0;
	width:125px;
}

.serviceindex li {
	font:0.7em normal Arial,Helvetica,sans-serif;
	list-style-image:none;
	list-style-type:none;
	margin:5px 0;
}

.serviceindex li a {
	color:#ff5100;
	text-decoration:none;
}

/*-----------------------------------------------------------------*/

form {
	margin:0;
	padding:0;
}

form label {
	color:#666;
	display:block;
	font-size:0.8em;
	font-weight:bold;
}

.textbox {
	width:400px;
}

span.req {
	color:#ff5100;
	font-size:1.2em;
}

/*-----------------------------------------------------------------*/

.seminardetails p {
	clear:both;
}

.seminardetails strong {
	float:left;
	width:120px;
}

/*-----------------------------------------------------------------*/

#footer {
	background:url(images/footer.jpg);
	color:#999;
	font:10px normal Arial,Helvetica,sans-serif;
	height:25px;
	margin:0 auto;
	overflow:hidden;
	padding:8px 20px 0 0;
	text-align:right;
	width:732px;
}


/*********************************
Clearfix
*********************************/


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */