* {
    margin: 0px;
    padding: 0px;
}

img, div { 
	behavior: url("scripts/iepngfix.htc");
}

body {
	position: relative;
    margin: 0px auto;
    text-align: center;
    background-color: #000000;
    font-family: arial, sans-serif;
    color: #ffffff;
}

a {
	color: #ffff99;
	text-decoration: none;
}

img.offers {
	float: left;
}

a:hover {
	color: #e78e00;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
}

h5 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

p {
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}

ul {
	font-size: 14px;
	font-weight: bold;
	color: #e78e00;
	text-align: left;
}

ul#productlist {
	color: #ffffff;
	font-weight: normal;
}

#leftSideTwo ul {
	padding-left: 16px;
}

table {
	margin: 0px auto;
}

table#linkpage {
	width: 282px;
	font-size: 12px;
}

table#linkpage img {
	padding: 0px 5px 0px 5px;
	border: none;
}

table#contact {
	text-align: left;
	width: 300px;
	margin-left: 130px;
}

table#contact input, table#contact textarea {
	width: 300px;
	margin-bottom: 5px;
	padding: 2px;
	background-color: transparent;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 0px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 0px solid #333333;
    border-bottom: 1px solid #ffffff;
}

input#send {
	margin-left: 247px;
}

table#contact textarea {
	height: 60px;
}

#addressbar {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 138px;
	text-align: center;
}

#topBanner {
	position: relative;
	margin: 0px auto;
	text-align: center;
	width: 1000px;
	height: 276px;
}

#leftSide, #leftSideTwo {
	background-image: url("../images/leftBG.jpg");
	background-repeat: no-repeat;
	background-color: #000000;
	width: 202px;
	height: 512px;
	position: relative;
	float: left;
}

#leftSideTwo {
	background-image: url("../images/leftBG2.jpg");
	width: 283px;
	padding: 0px 32px 0px 20px;
	float: left;
	text-align: left;
}

#leftSide img, #rightSide img {
	width: 84px;
	height: 44px;
	margin-bottom: 8px;
}

#middleSide {
    background-image: url("../images/middleBG.jpg");
	background-repeat: no-repeat;
	background-color: #000000;
	width: 617px;
	height: 512px;
	position: relative;
	float: left;
}

#rightSide, #rightSideTwo {
	background-image: url("../images/rightBG.jpg");
	background-repeat: no-repeat;
	background-color: #000000;
	width: 131px;
	height: 512px;
	position: relative;
	float: left;
	padding: 0px 25px 0px 25px;
	text-align: center;
}

#rightSideTwo {
	background-image: url("../images/rightBG2.jpg");
	width: 665px;
	padding: 0px;
}

#newsTicker {
	position: relative;
	width: 665px;
	height: 30px;
	background-color: #000000;
	background-image: url("../images/newsTitle.jpg");
	background-repeat: no-repeat;
	background-position: left;
}

#newsTicker ul {
	font-size: 16px;
	padding: 6px 0px 0px 60px;
	list-style: none;
}

#portfolio img {
	border: none;
}

#footer {
	background-image: url("../images/footerBG.jpg");
	background-repeat: no-repeat;
	background-color: #000000;
	width: 1000px;
	height: 108px;
	position: relative;
	margin: 0px auto;
	text-align: center;
}

#footer img {
	padding: 4px 20px 0px 20px;
}

#copyright {
	position: relative;
	margin: 32px auto;
	text-align: center;
	width: 600px;
	height: 20px;
}

