@charset "utf-8";

/* CSS Document */



body {
	margin:0px;
	padding:0px;
	background-image:url(images/site-bg.gif);
	background-repeat:repeat;
}

img {
	border:0px;
}


a {
	outline:none;
	color:#000;
}

a[href^=tel]{
    color:inherit;
    text-decoration:none;
}

div.banner {
	position:relative;
	width:850px;
	height:270px;
	margin-left:auto;
	margin-right:auto;
}

#logo{
	position:absolute;
	left:0px;
	top:0px;
}


#follow-us{
	position:absolute;
	left:0px;
	top:242px;
}

#facebook{
	position:absolute;
	left:365px;
	top:242px;
}

#follow-us-2{
	position:absolute;
	left:390px;
	top:242px;
}

#home{
	position:absolute;
	left:525px;
	top:0px;
}

#ourteam{
	position:absolute;
	left:525px;
	top:40px;
}

#products{
	position:absolute;
	left:525px;
	top:80px;
}

#store{
	position:absolute;
	left:525px;
	top:134px;
}

#callbox{
	position:absolute;
	left:525px;
	top:188px;
}

#contactus{
	position:absolute;
	left:525px;
	top:228px;
}

table.center {
    margin-left:auto; 
    margin-right:auto;
}

table {
	border:none;
	height:auto;
}

th{
	background-color:#900;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
}

div.content {
	position:relative;
	width:850px;
	height:430px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	background-color:#FFF;
	border-style:ridge;
	border-color:#900;
}

div.footer {
	position:relative;
	width:900px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

div.title-bold {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:16px;
	color:#000;
}

div.title-bold-big {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:24px;
	color:#000;
}

div.content-underline {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

div.content-bold-underline {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
}

div.small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
}

div.contact-left {
	position:relative;
	vertical-align:middle;
	left:0px;
	top:25px;
	width:425px;
	height:305px;
	text-align:center;
}

div.contact-right {
	position:absolute;
	left:475px;
	top:0px;
	width:350px;
	height:430px;
	text-align:center;
}