@import url(layout.css);
@import url(menuNew.css);
@import url(titles.css);

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	color: #ffffff;
}

body{
	background: #000000;
}

ul#ul_menu,ul#ul_menuNew,ul#ul_menu li,ul#ul_menuNew li,h1{
	text-indent: -99999999px;
	list-style-type: none;
}

p.line{
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

body#about h2,body#about a{
	color: #0099c3;
}

body#clients h2,body#clients a{
	color: #fd000c;
}

body#mobile h2,body#mobile a{
	color: #f88905;
}

body#testimonials h2,body#testimonials a{
	color: #24f5ef;
}

body#contact h2,body#contact a{
	color: #f9ff23;
}

.nomargin{
	margin: 0px;
	padding: 0px;
}

p,.marginbottom{
	padding: 0px 0px 10px 0px;
}

.access{
	display: none;
}

.clear{
	clear: both;
}

.show{
	text-indent: 0px;
}

.bold{
	font-weight: bold;
}
