@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*TEXT*/

#body p{
	color:#343434;
}
#body h1{
}
#body h2{
}
#body h3{
}
#body h4{
}
#body a{
}

#col p{
	color:#fff;
}
#col h1{
}
#col h2{
}
#col h3{
}
#col h4{
}


/*HEADER AREA*/
#header{
	width:100%;
	height:100px;
}


#headleft {
	width: 10%;
	background-color:#FFF;
	float:left;
	height:100px;
}

#headright {
	width: 10%;
	background-color:#FFF;
	float:left;
	height:100px;
}

#headlogo {
	width: 30%;
	height:100px;
	float:left;
	text-align:right;
	background:url(images/NQD-Hosting-logo.png) bottom right no-repeat;
}


#headcol {
	width: 50%;
	background-color:#FFF;
	float:left;
	height:100px;
	bottom:0px;
}
/*BREAKER AREA*/
#breaker{
	height:20px;
	width:100%;
	background-color:#343434;
}
/*BREAKER MERGER AREA*/
#breakermerge{
	width:100%;
	height:20px;
}
#breakermerge1{
	width:10%;
	height:20px;
	background-color:#FFF;
	float:left;
	background:url(images/cl.jpg) bottom right no-repeat;
}
#breakermerge2{
	width:15%;
	height:20px;
	background-color:#343434;
	float:left;
}
#breakermerge3{
	width:20px;
	height:20px;
	background-color:#FFF;
	float:left;
	background:url(images/cr.jpg) bottom left no-repeat;
}
/*MAINBODY AREA*/
#wrapper{
	overflow:hidden; float:left; width:100%;	
}

#left {
	width: 10%;
	background-color:#FFF;
	float:left;  padding-bottom:9010px; margin-bottom:-9000px;
}

#right {
	width: 10%;
	background-color:#FFF;
	float:left;  padding-bottom:9010px; margin-bottom:-9000px;
}

#body {
	width: 55%;
	background-color:#FFF;
	float:left;  padding-bottom:9010px; margin-bottom:-9000px;
}

#col {
	width: 15%;
	background-color:#343434;
	float:left;  padding-bottom:9010px; margin-bottom:-9000px;
}

/*BREAKER AREA END*/
#ender{
	height: 50px;
	margin: 0 auto;
	padding-top:50px;
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	background-color:#FFF;
	text-align:center;
}


/* MENU MAIN */

#menu {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	float: left;
	margin: 0;
	padding: 70px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 1px;
	padding: 10px 20px 15px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #343434;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: #343434;
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a {
}

#col a {
	display: block;
	padding: 10px 20px 15px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	border: none;
}

#col a:hover {
	background: #444;
	text-decoration: none;
	color: #FFFFFF;
}


