body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/index01.gif);
}

body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
}

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

.input1 {
	color: #3B94E4;
	background-color: #3E3E3E;
	border: 1px solid #666666;
	margin-bottom: 5px;
	padding: 2px;
	font-size: 10px;
}

.align-justify {
	text-align: justify;
}

.text1 {
    color: #FFFFFF;
}

.text2 {
    font-size: 9px;
}

a {
    color: #E8E8E8;
}

a:hover {
	text-decoration: none;
}

.img1 {
    margin-right: 20px;
}

.bg1 {
    background-image: url(images/inside04-b.jpg);
    background-position: left top;
    background-repeat: repeat-x;
}
.bg-links {
	background-color: #353535;
	background-image: url(images/inside-links.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.bg-products {
	background-color: #353535;
	background-image: url(images/inside-products.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg-specials {
	background-color: #353535;
	background-image: url(images/inside-cyan.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.bg-contact {
	background-color: #353535;
	background-image: url(images/inside-purple.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.bg-about {
	background-color: #353535;
	background-image: url(images/inside-about.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


.rightside {
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.leftside {
	padding: 10px;
	font-size: 12px;
}


/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and the text links inside them.
*/

.style1 {
}

.style1 a {
}

.style1 a:hover {
}
#mynav {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-left-color: #E0E0E0;
	border-bottom-color: #CCCCCC;
}
#mynav a:link {
	text-decoration: none;
	background-color: #353535;
	display: block;
	padding: 3px 0px 3px 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #0066FF;
}
#mynav a:visited {
	text-decoration: none;
	background-color: #F0F0F0;
	display: block;
	padding: 3px 0px 3px 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #333333;
}
#mynav a:hover {
	text-decoration: none;
	background-color: #FF0000;
	display: block;
	padding: 3px 0px 3px 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #FFFFFF;
}
.leftside ul {
	list-style-type: circle;
}
.divider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3F3F3F;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #000000;
	padding-bottom: 1px;
}
.leftside li {
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
}
.regular-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 6px;
	color: #CCCCCC;
}
