body, html, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,   
li, dl, dt, dd, form, a, fieldset, input, th, td   
{   
margin: 0; padding: 0; border: 0; outline: none;   
}   



/*Common Elements*/

body { 
	background: #2A101F url('../style/body_bg.jpg') repeat-x;
	background-position:  center top;
	font-family: "Verdana", arial, sans-serif;
	font-size: 12px;
}



h1, h2{
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 18px;
	color: #2A101F;
}

h3 {
	font-size: 15px;
	font-weight: normal;
              text-decoration: underline;
	margin-bottom: 10px;
	color: #21976F;
}

h4 {
	padding: 0px;
	margin: 0px;
}

p, ul {
	font-size: 14px;
	margin: 0px;
	color: #4D514F;
	line-height: 1.4em;
}

hr {
             border: 1px dashed #ccc;   
}

#wrapper {
	background: url('../style/wrapper_bg.jpg') no-repeat;
	background-position: center top;
	width: 100%;
	margin: 0px auto;
}

#page {
	width: 1020px;
	margin: 0px auto;
	position: relative;
	background-color: #fff;
}

#header {
	height: 180px;
	background: url('../style/header.jpg') no-repeat;
}

.banner {
             margin: auto;
             margin-bottom: 10px;
}

#title {
	float: left;
	position: absolute;
	top: 100px;
	left: 39px;
}

#call_us {
	float: right;
	padding-top: 20px;
	font-weight: bold;
	font-size: 17px;
}	

#loginControl {
	float: left;
	padding-top: 20px;
	font-weight: normal;
	font-size: 12px;
}	

#logo {
	float: right;
	position: absolute;
	top: 92px;
	right: 39px;
}

.nav{
	width: 940px;
	height: 40px;
 	overflow: hidden;
	background: url('../style/nav_bg.jpg') repeat-x;
	margin: 0px 0px 30px 40px;
    font-weight: normal;
}


.nav ul{
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style-type: none;
	font-size: 15px;
	float: right;
}

.nav li{
	display: inline;
	margin: 0;
}

.nav li a{
	float: left;
	display: block;
	text-decoration: none;
	margin-left: 3px;
	padding: 9px 8px; 
	color: #2A101F;
}

.nav li a:hover {
	text-decoration: underline;
}

.current {
	background: #2A101F;
	color: #fff;
	text-decoration: none;
}

.nav li a.menuactive {
	background: #2A101F;
	color: #fff;
	text-decoration: none;
}

A:link, A:visited {
	color: #2A101F;
    text-decoration: underline;

}

#top {
	clear: both;
	width: 940px;
	margin-left: 40px;
              margin-bottom: 20px;
	padding-bottom: 20px;
	overflow: auto;
	border-bottom: 1px #2A101F dashed;
}

#top_left {
	float: left;
	width: 500px;
}
#top_left p {
	color: #2A101F;
	font-size: 14px;
        text-align:justify;
}

#top_left h1 {
	font-size: 28px;
	margin-bottom: 40px;
	color: #21976F;

	line-height: 40px;
              font-weight: normal;
}

.content_holder h1 {
	font-size: 24px;
	margin-bottom: 15px;
	color: #21976F;
}
#top_right{
	float: right;
}

#main {
	clear: both;
	overflow: auto;
	margin: auto;
	padding: 0px;
	width: 940px;
}

#main_top {
	background: #220E1A url("../style/maintop_bg.jpg") repeat-x;
	margin-bottom: 30px;
	overflow: auto;
}

#main_top h1 {
	font-size: 22px;
	color: #fff;
}

.main_top_left{
	width: 275px;
	float: left;
	padding: 25px 20px;
              color: #fff;
}

.main_top_left a {
              color: #ffffff;
}

.main_top_left p, .socialise p {
              color: #fff;
              font-size: 12px;
}
.socialise {
	width: 260px;
	float: right;
	padding: 25px 20px;
}

#main_bottom {
	margin: 20px 0 15px 0;
	overflow: auto;
	padding-top: 20px;
	border-top: 1px #2A101F dashed;
}

.updated_items {
	float: left;
	width: 200px;
	padding: 8px;
	margin-left: 15px;
              min-height: 100px;
              height:auto !important;
              height:100px;
}

.updated_items li {
	font-size: 12px;
	line-height: 20px;
	color: #4D3941;
              padding-left: 1px;
}

.updated_items li a:hover {
              text-decoration: underline;
}

.updated_items_border {
	border-right: 1px #8E8588 solid;
}

.updated_items h1 {
              font-weight: bold;
} 

/******Sub Page Layout******/

.content_holder {
              width: 665px;
              float: left;
              border-right: 1px solid #2A101F;
              padding-right: 25px;
              min-height: 400px;
              height:auto !important;
              height:400px;
}

.content_holder p {
             margin: 15px 0px;
}

.content_holder ul { 
             margin-bottom: 15px;
}

.content_holder li {
             margin-left: 15px;
}

.side_bar {
              width: 230px;
              float: right;
}
.side_bar h1 {
             font-size: 22px;
}
.side_bar ul {
             font-size: 12px;
             padding-left: 15px;
             line-height: 20px;
             color: #2A101F;
}

/*************************/
#bottom {
	background: #3D1B2A url("../style/bottom_bg.jpg") repeat-x;
	clear: both;
	overflow: auto;
	margin-top: 20px;
}

#bottom A:link, #bottom A:visited {
	color: #fff;
              text-decoration: none;
}

.bottom_left {
	width: 245px;
	float: left;
	margin: 40px 20px 0 40px;
	padding-bottom: 20px;
}

.bottom_left ul {
	list-style: none;
}
.bottom_left li {
	background: url("http://www.elitetraining.com/uploads/images/site/bullet-trans.png") 0px 7px no-repeat;
	padding-left: 15px;
	line-height: 24px;
	font-size: 12px;
}

#bottom_right {
	float: right;
	width: 330px;
	margin-right: 40px;
	margin-top: 40px;
}

#bottom_right li {
	list-style: none;
	background: url("http://www.elitetraining.com/uploads/images/site/tick-trans.png") 0 2px no-repeat;
	padding-left: 35px;
              padding-bottom: 10px;
	margin-bottom: 15px;
	font-size: 12px;
}

#bottom  p, #bottom ul{
	color: #fff;
}


#bottom h1{
	font-size: 24px;
	color: #fff;
}

#bottom_footer {
	width: 940px;
	clear: both;
	border-top: 1px #fff dashed;
	padding-top: 20px;
	margin: 20px 0 20px 40px;
}

#bottom_footer p {
	padding-bottom: 5px;
}

#contact_details {
	float: left;
	margin-bottom: 20px;
}

.logos {
              float: right;
              padding-left: 20px;
}

.prince2 {
              width: 570px;
              float: right;
              padding-top: 10px;
              padding-right: 52px;
}

.prince2 p {
               font-size: 10px;
}
#footer {
	clear: both;
	height: 60px;
	background: #2A101F;

}

#footer p{
	font-size: 11px;
	color: #fff;
	padding: 10px 0 0 40px;
}

.social_icon {
             margin: 10px 10px 0 0;
             float: left;
}

.course {
               clear:both;
               margin-bottom: 20px;
}

.NewsPostDetailReturnLink a {
               background: #2A101F; 
               display: block;
               float: right;
               padding: 5px;
               clear: both;
               text-decoration: none;
               color: #fff;
               font-size:12px;
               font-weight:bold;
}

.NewsPostDetailReturnLink a:hover {
               text-decoration: underline;
}

a.button span {
               background: transparent url('../style/button_left.png') no-repeat; 
               display: block;
               line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
               padding:0px;
               padding-left: 30px;
} 
a.button:hover span {
               text-decoration:underline;
}





