/* Layout.css
 * Controls layout styles
 */
 #wrapper {
	position:absolute;
	top: 50%;
	left: 50%;
	width:773px;
	height:400px;
	margin-top: -280px; /*set to a negative number 1/2 of your height*/
	margin-left:-388px; /*set to a negative number 1/2 of your width*/
	}

#logo {
	height: 71px;
	clear: both;
	float: left;
	margin-bottom: 5px;
}

#sponsorsPlug  {
	height: 71px;
	float: right;
	margin-bottom: 5px;
	width: 350px;
	vertical-align: middle;
}

#sponsorsPlug img {
	vertical-align: middle;
}

#sponsorsPlug a {
	color: #CC0000;
}

#sponsorsPlug a:hover {
	color: #666666;
}

/*---------------------menu/nav--------------------------*/
#nav {
	float: none;
	height: 20px;
	width: 773px;
	clear: both;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
#nav ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#nav li {
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #18B0E8;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#nav ul li.firstitem_nav {
	color: #18B0E8;
	border:none;
	list-style:none;
	padding: 0px;
}


#nav a {
	margin-left: 0px;
	color:#757575;
	text-decoration:none;
	padding-left: 0px;
	font-weight: normal;
}
#nav a:hover {
	color: #18B0E8;
}
/*---------------------submenu/nav--------------------------*/
#subnav {
	float: none;
	height: 20px;
	clear: both;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 60px;
	padding: 0px;
}
#subnav ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#subnav li {
	display: inline;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#subnav ul li.firstitem1_nav {
	color:#757575;
	border:none;
	list-style:none;
	padding: 0px;
}

#subnav ul li.firstitem_nav {
	color:#18B0E8;
	border:none;
	list-style:none;
	padding: 0px;
}


#subnav a {
	margin-left: 0px;
	color:#757575;
	text-decoration:none;
	padding-left: 0px;
	font-weight: normal;
}
#subnav a:hover {
	color: #18B0E8;
}
/*---------------------main content area--------------------------*/

#content_clients {
	height: 425px;
	width: 773px;
	clear: both;
	float: none;
	border: 1px solid #999999;
	background-image: url(../images/clients.jpg);
	background-repeat: no-repeat;
	background-position: 200px -30px;
	margin: 0px;
	padding: 0px;
}


#content_street {
	height: 425px;
	width: 773px;
	clear: both;
	float: none;
	border: 1px solid #999999;
	background-image: url(../images/bg-street.jpg);
	background-repeat: no-repeat;
	background-position: 200px -30px;
	margin: 0px;
	padding: 0px;
}

#content_bhm {
	height: 425px;
	width: 773px;
	clear: both;
	float: none;
	border: 1px solid #999999;
	background-image: url(../images/bg-bhm.jpg);
	background-repeat: no-repeat;
	background-position: 200px -30px;
	margin: 0px;
	padding: 0px;
}

#content_danceforlife {
	height: 425px;
	width: 773px;
	clear: both;
	float: none;
	border: 1px solid #999999;
	background-image: url(../images/bg-danceforlife.jpg);
	background-repeat: no-repeat;
	background-position: 200px -30px;
	margin: 0px;
	padding: 0px;
}

#content_idea_2 {
	height: 425px;
	width: 773px;
	clear: both;
	float: none;
	border: 1px solid #999999;
	background-image: url(../images/idea_2.jpg);
	background-repeat: no-repeat;
	background-position: 200px -30px;
	margin: 0px;
	padding: 0px;
}


#content_visual {
	height: 425px;
	width: 773px;
	clear: both;
	float: none;
	border: 1px solid #999999;
	background-image: url(../images/bg-visual.jpg);
	background-repeat: no-repeat;
	background-position: 200px -30px;
	margin: 0px;
	padding: 0px;
}

#content_drum {
	height: 425px;
	width: 773px;
	clear: both;
	float: none;
	border: 1px solid #999999;
	background-image: url(../images/bg-drum.jpg);
	background-repeat: no-repeat;
	background-position: 200px -30px;
	margin: 0px;
	padding: 0px;
}

#content_music {
	height: 425px;
	width: 773px;
	clear: both;
	float: none;
	border: 1px solid #999999;
	background-image: url(../images/bg-music.jpg);
	background-repeat: no-repeat;
	background-position: 200px -30px;
	margin: 0px;
	padding: 0px;
}

#content_drama {
	height: 425px;
	width: 773px;
	clear: both;
	float: none;
	border: 1px solid #999999;
	background-image: url(../images/bg-drama.jpg);
	background-repeat: no-repeat;
	background-position: 200px -30px;
	margin: 0px;
	padding: 0px;
}


#content {
	background-color: #FFFFFF;
	min-height: 425px;
	_height: 425px;
	width: 773px;
	clear: both;
	float: none;
	border: 1px solid #999999;
	margin: 0px;
	padding: 0px;
	background-image: none;
	
}

#content_marks {
	height: 425px;
	width: 773px;
	clear: both;
	float: none;
	border: 1px solid #999999;
	background-image: url(../images/bg-marks.jpg);
	background-repeat: no-repeat;
	background-position: 200px -30px;
	margin: 0px;
	padding: 0px;
}

#content_corporate{
	height: 425px;
	width: 773px;
	clear: both;
	float: none;
	border: 1px solid #999999;
	background-image: url(../images/bg-corporate.jpg);
	background-repeat: no-repeat;
	background-position: 200px -30px;
	margin: 0px;
	padding: 0px;
}
#content_honey {
	height: 425px;
	width: 773px;
	clear: both;
	float: none;
	border: 1px solid #999999;
	background-image: url(../images/bg-honey.jpg);
	background-repeat: no-repeat;
	background-position: 200px -30px;
	margin: 0px;
	padding: 0px;
}


#content_education2 {
	height: 425px;
	width: 773px;
	clear: both;
	float: none;
	border: 1px solid #999999;
	background-image: url(../images/bg-education_2.jpg);
	background-repeat: no-repeat;
	background-position: 200px -30px;
	margin: 0px;
	padding: 0px;
}


#content_money{
	height: 425px;
	width: 773px;
	clear: both;
	float: none;
	border: 1px solid #999999;
	background-image: url(../images/bg-money.jpg);
	background-repeat: no-repeat;
	background-position: 200px -30px;
	margin: 0px;
	padding: 0px;
}

#content_production{
	height: 425px;
	width: 773px;
	clear: both;
	float: none;
	border: 1px solid #999999;
	background-image: url(../images/bg-production.jpg);
	background-repeat: no-repeat;
	background-position: 200px -30px;
	margin: 0px;
	padding: 0px;
}

#content_design{
	height: 425px;
	width: 773px;
	clear: both;
	float: none;
	border: 1px solid #999999;
	background-image: url(../images/bg-design.jpg);
	background-repeat: no-repeat;
	background-position: 200px -30px;
	margin: 0px;
	padding: 0px;
}


#content_makeup {
	height: 425px;
	width: 773px;
	clear: both;
	float: none;
	border: 1px solid #999999;
	background-image: url(../images/bg-makeup.jpg);
	background-repeat: no-repeat;
	background-position: 200px -30px;
	margin: 0px;
	padding: 0px;
}

#content_conus {
	height: 425px;
	width: 773px;
	clear: both;
	float: none;
	border: 1px solid #999999;
	background-image: url(../images/bg-contact_us.jpg);
	background-repeat: no-repeat;
	background-position: 370px 80px;
	margin: 0px;
	padding: 0px;
}

#content_pdraw {
	height: 425px;
	width: 773px;
	clear: both;
	float: none;
	border: 1px solid #999999;
	background-image: url(../images/bg-prizedraw.jpg);
	background-repeat: no-repeat;
	background-position: 180px 70px;
	margin: 0px;
	padding: 0px;
}

#content_dance{
	height: 425px;
	width: 773px;
	clear: both;
	float: none;
	border: 1px solid #999999;
	background-image: url(../images/bg-education_3.jpg);
	background-repeat: no-repeat;
	background-position: 200px -30px;
	margin: 0px;
	padding: 0px;

}

#content_idea {
	height: 425px;
	width: 773px;
	clear: both;
	float: none;
	border: 1px solid #999999;
	background-image: url(../images/idea.jpg);
	background-repeat: no-repeat;
	background-position: 200px -30px;
	margin: 0px;
	padding: 0px;
}

#content_education {
	height: 425px;
	width: 773px;
	clear: both;
	float: none;
	border: 1px solid #999999;
	background-image: url(../images/bg-school.jpg);
	background-repeat: no-repeat;
	background-position: 200px -30px;
	margin: 0px;
	padding: 0px;
}
#hdr-title {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	background-position: 15px;
	background-color: #FFFFFF;
	height: 50px;
	clear: both;
	float: left;
	width: 773px;
}
#hdr-title h1 {
	color: #333333;
	padding-top: 15px;
	padding-left: 25px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#hdr-title-generic {
	margin: 0px 0px 0px 37px;
	padding: 0px;

}

#hdr-title-generic h1 {
	color: #333333;
	margin: 25px 0px 5px;
	padding: 0px;
}

#heroblock {
	background-color: #CCFF33;
	width: 773px;
	height: 171px;
	float: left;
}
#heroleft {
	height: 171px;
	width: 406px;
	float: left;
	clear: both;
}
#heroright {
	background-color: #999999;
	height: 171px;
	width: 367px;
	float: left;
}
#services_products_wrapper {
	background-color: #999999;
	width: 773px;
	height: 200px;
	float: left;
}
/* 
 * Content Blocks
 * Use the content block options below to
 * customise the font colour of each content
 * box i.e Latest News, Who We Are etc.
 */
 .service_prod {
	margin-left: 5px;
	float: left;
	margin-top: 20px;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.service_prod ul {
	list-style-image: none;
	margin: 0px;
	padding: 20px 0px 0px 12px;
}
.service_prod h2 {
	margin: 0px;
	padding: 3px 0px 0px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #18B0E1;
}
.service_prod li {
	font-size: 11px;
	color: #666666;
	padding: 0px;
	margin: 0px;
}
.service_prod h2 a, 
.service_prod h2 a:visited {
	color: #000000;
	text-decoration: none;
}

.service_prod h2 a:hover {
	color: #FFFFFF;
}
.service_prod li a, 
.service_prod li a:visited{
	color: #666666;
	text-decoration: none;
}
.service_prod li a:hover{
	color: #3EBDE6;
	
}

/*---------------------footer--------------------------*/

#footer 
{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	width: 773px;
	clear: both;
	text-align: center;
	color: #666666;
}

#footer a {
	color: #666666;
	text-decoration: none;
	padding-left: 5px;
}

#footer ul li.firstitem_ftr {
	color: #FF0000;
	text-decoration: none;
	border: none;

}
#footer a:hover {
	color: #18B0E8;
}

#footer ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#footer ul li {
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

/*---------------------misc--------------------------*/
.clear { 
   clear: both;
} .logo_link {
	height: 71px;
	width: 200px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	background-image: url(../images/traplogo1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#head {
	width: 773px;
	display: block;
}
#servicecontainer {
	clear: both;
	float: none;
	height: 120px;
	margin-right: auto;
	margin-left: 10px;
	padding: 0px;
	width: 760px;
	margin-top: 20px;
}
#leftcolumn {
	width: 450px;
	float: left;
	margin-top: 25px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#rightcolumn {
	width: 130px;
	margin-left: 40px;
	float: left;
	margin-top: 25px;
}

#widecolumn {
	width: 600px;
	margin-top: 20px;
	padding: 0px 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
	height: 260px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	clear: both;
	background-color: #FFFFFF;
}
