body,td,th {
	color: #000;
}

@font-face {
 font-family: Andalus;
 src: url('../fonts/andlso.eot'); /* EOT file for IE */
}

@font-face {
 font-family: Andalus;
 src: url('../fonts/andlso.ttf'); /* EOT file for CSS3 */
}


h1{
	line-height: 1.2em;
}

p{
	line-height: 1.2em;
	clear:both;
}

body {
	font-family: Andalus, Verdana, Arial, sans-serif;
	margin: 0 auto;
	text-align: center;
	background: #FFD100 url(../images/background.jpg) repeat-y center;
}

#data_container{
	margin: 0 auto;
	text-align: center;
	width: 1018px;
	padding-left: 1px;
}
#logo_container{
	height: 90px;	
}

#logo{
	margin: 0 auto;
	text-align:right;
	float: right;
	width:450px;
	padding-right: 20px;
}

#breadcrums{
	line-height: 20px;
	text-indent: 5px;
	text-decoration: none;
	margin:0 auto;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 40px;
}

.link_txt{
	border: none;
	text-decoration:none;
}

.normat_txt{
	font-size:30%;
	line-height: 5px;
	color:#000;
	font-weight:normal;
}


.logo_txt{
	font-family: Andalus;
	font-size: 320%;
	line-height: 40px;
	color:#063;
	font-weight: bold;
}


.btn_txt{
	font-family: Andalus;
	font-size: 200%;
	line-height: 30px;
	color:#FFF;
	font-weight: bold;
}

.explain_txt{
	font-family: Andalus;
	font-size:110%;
	line-height: 10px;
}


.leftpadding_txt{
	font-family:Andalus;
	margin:0 auto;
	text-align: left;
	padding-left: 50px;
}

.rightpadding_txt{
	font-family:Andalus;
	margin:0 auto;
	text-align: right;
	padding-right: 50px;
}

#portfolio{
	background: #0071BC;
	height: 70px;
	width: 1000px;
	margin:0 auto;
	text-align:center;
	cursor:pointer;
}

#services{
	background: #009245;
	height: 70px;
	width: 1000px;
	margin:0 auto;
	text-align:center;
	cursor:pointer;
}

#clients{
	background: #47A6E2;
	height: 70px;
	width: 1000px;
	margin:0 auto;
	text-align:center;
	cursor:pointer;
}

#contact{
	background: #FF931E;
	height: 70px;
	width: 1000px;
	margin:0 auto;
	text-align:center;
	cursor:pointer;
}


#gotoanother{
	background: #F3C;
	height: 70px;
	width: 1000px;
	margin:0 auto;
	text-align:center;
	cursor:pointer;
}

#products{
	background: #F15A24;
	height: 70px;
	width: 1000px;
	margin:0 auto;
	text-align:center;
	cursor:pointer;
}

.img_display{
	padding-left: 20px;
}

#footer{
	width: 1018px;
	height: 50px;
}

#footer_content{
	margin: 0 auto;
	text-align: right;
	font-size: 75%;
	padding-right: 20px;
}

.data_con{
	margin:0 auto;
	text-align: left;
	background:#FFF;
	width:1000px;
}

.data_area{
	padding: 20px;
}

.data_left{
	display: block;
	float: left;
	width: 60%;
}

.data_right{
	display: block;
	float: right;
	width: 35%;
}

.btn_container{
	padding-top: 10px;
}

.blurbs{
	border:1px dashed #aaa;
	padding: 15px;
	background:#CCC;
	margin:0 auto;
	text-align: justify;
	font-size: 85%;
	font-style:italic;
}

#newcommings{
	padding: 20px;
	margin:0 auto;
	text-align: left;
}


.clear{
	float:none;
	clear: both;
}


a:link {
	color: #06F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #069;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}