/*
  * Reset values to default for all browsers.
  */
* {
	text-decoration:none;
	margin:0;
	padding:0;
	list-style:none;
	float:none;
}

body 
{
	FONT-FAMILY: Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif; FONT-SIZE: 12px; FONT-WEIGHT: bold;
    margin: 1em 0em 0em 0em;
    text-align: center;
	background-color: #A6A18D;
    color: #461F24; 
}

a:link {
	color: #461F24;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #461F24;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #461F24;
}

/* Define the Header layout */
#pageLayout {
    text-align: left;
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
	z-index:6; 
    width: 750px;
    min-width: 750px;
}

/* Minimum Width Fix for Internet Explorer 5+ */
* html #pageLayout {
	border-right: 750px solid #A6A18D;
}
* html #ieMinWidthFix {
    float: right; position: relative; margin-right: -750px;
}

/* Navigation for Top Menu */
#topNav {
}
#topNav ul {
    list-style: none;
    padding: 0em;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
}
#topNav ul li {
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    border-right: 1px groove #461F24;
}

#header {
	padding: 0em;
}

#mainLayout {
    font-size: 14px;
}

#main {
	padding-top: 1em;
	padding-bottom: 0em;
}

#contents {
    text-align: center;
    padding-bottom: 0.5em;
}

#footer {
    clear: both;
    text-align: center;
    margin-bottom: 4px;
	font-weight: bold;
	color: #461F24;
	font-size: 12px;
}
#designedBy {
	font-size: smaller;
    font-weight: normal;
}

/******************************************************
 * Page Layouts for individual Pages.
 ******************************************************/
#contactus {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
#contactus tr {
    text-align: left;
}
#contactus td {
    padding: 0px;
    margin: 0px;
    border-bottom: 0.5em solid #A6A18D;
}

#brands {
    width: 750px;
    padding: 0px;
    border-width: 0px;
    border-style: none;
    border-spacing: 0px;
    border-collapse: collapse;
    margin-top: -1em;
    margin-bottom: 0em;
    margin-left: auto;
    margin-right: auto;
}
#brands tr {
    margin: 0px;
    padding: 0px;
    background-color: white;
    text-align: center;
}
#brands td {
    width: 250px;
    text-align: center;
    background-color: white;
    border: 1px solid white;
    border-left: 0px solid #A6A18D;
    border-right: 0px solid #A6A18D;
    border-top: 1em solid #A6A18D
}

#googleMap {
    margin-left: auto;
    margin-right: auto;
    width: 500px; 
    height: 300px;
}

#mainLinks a {
	text-decoration: none;
    border: 0px;
}
#mainLinks img {
    border: 0px;
}

#mainLeft {
    float: left;
    text-align: center;
    margin-bottom: 4px;
    background-color: #461F24;
    overflow: hidden;
}
#mainLeft a {
	text-decoration: none;
    border: 0px;
    color: #461F24;
}
#mainLeft img {
    border: 0px;
}

#mainRight {
    float: right;
    text-align: left;
    margin-bottom: 4px;
    width: 400px;
    height: 300px;
    overflow: hidden;
}
#mainRight a {
	text-decoration: none;
    padding-top: 7px;
    border: 0px;
    color: #461F24;
}
#mainRight img {
    border: 0px;
}
#aboutus {
	width: 750px;
}
#aboutus td {
    vertical-align: top;
    padding: 2px;
}
#aboutus p {
    padding-bottom: 1em;
}

