@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-image:url(../images/noisy.png);
	background-repeat:repeat;
	
	font-family:OpenSans;
	font-size:16px;
	color:#000;
	text-align:left;
}

html {
	margin:0;
	padding:0;
	color:#000;
    height:auto; /*Change to auto*/
}

h1{
	font-family:CODA-Heavy;
	font-size:22px;
	color:#Dbb605;
	font-weight:normal;
	line-height:130%;
	text-align:center;
}

p{
	font-family:OpenSans;
	font-size:18px;
	color:#000;
	font-weight:normal;
	line-height:150%;
	text-align:center;
}

#headerphonebkg{
	width:100%;
	height:22px;
	clear:both;
	background-color:#000;
}

#logobkg{
	width:100%;
	height:180px;
	clear:both;
	background-image:url(../images/Sals_HeaderBkg.jpg);
	background-repeat:repeat-x;
}

#logobox{
	width:100%;
	max-width:1000px;
	height:180px;
	margin:0 auto;
	position:relative;
}

#logo{
	position: absolute;
	width: 264px;
	height: 299px;
	z-index: 99999;
	left: 368px;
	top: 24px;
}

#navibkg{
	width:100%;
	height:64px;
	clear:both;
	background-color:#000;
}

#underlogographic{
	width:1000px;
	height:55px;
	padding-top:150px;
	margin:0 auto;
}

#bodycopy{
	width:960px;
	height:200px;
	padding:20px;
	margin:0 auto;
}

a.left:link{
	text-decoration:none;
	color:#000000;
}

a.left:hover{
	text-decoration:none;
	color:#Dbb605 !important;
}

a.left:visited{
	text-decoration:none;
	color:#Dbb605;
}

a.left:active{
	text-decoration:none;
	color:#FFF;
}

#footerBKG{
	width:100%;
	clear:both;
	height:50px;
	
	background-color:#000;
	position:fixed;
	bottom:0px;
}

#bazikstudio{
	width:950px;
	height:19px;
	margin:0 auto;
	padding:15px 50px 15px 0px;
	
	font-family:OpenSans;
	font-size:12px;
	color:#FFF;
	text-align:right;
}

a.bazik:link{
	color:#FFF;
	text-decoration:none;
}

a.bazik:hover{
	color:#Dbb605 !important;
	text-decoration:none;
}

a.bazik:visited{
	color:#FFF;
	text-decoration:none;
}

a.bazik:active{
	text-decoration:none;
}
