/* CSS Document */

body {
	margin-top: 20px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/web-bkgd.jpg);
	text-align: left;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/wrapper-bkgd.jpg);
    border: 1px solid #666;
}

/* Header */

#header {
	background-color: #e8d17f;
    position:relative;
    border-bottom: 1px solid #666;
	padding-top:10px;
	padding-left: 10px;
	padding-bottom: 0;
}


#tag {
font-family: Georgia, Times New Roman, Times, serif;
font-size: .9em;
font-style: italic;
color: #663333;
padding-left: 10px;
padding-bottom:10px;
}

/* Search div */

#search {
position: relative;
width: 950px;
font-size: x-small;
font-weight: normal;
padding:0px;
border-bottom: 1px solid #666;
}

/* Content */

#content {
	float:right;
    width: 749px;
	padding: 0;
	border-left: 1px solid #666;
}

#contenttext {
font-size: .75em;
line-height: 125%;
color: #333333;
padding: 15px;
}


#flash {
background-color: #FFFFFF;
width: 749px;
height: 250px;
float: right;
border-bottom: 1px solid #ccc;
}

#aboutimg {
width: 749px;
height: 250px;
border-bottom: 1px solid #666;
}

#aboutimg p {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 2em;
color: #b20838;
position: absolute;
top: 160px;
left: 230px;
}

#contactimg {
width: 749px;
height:200px;
border-bottom: 1px dotted #666;
}

#contactimg p {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 2em;
color: #660000;
position: absolute;
top: 155px;
left: 225px;
}

#brands {
font-family: Georgia, Times New Roman, Times, serif;
color: #663300;
font-size: .95em;
border-top: 1px dotted #663300;
padding-top: 15px;
}

#brands a {
color: #663300;
text-decoration: none;
}

#brands a:hover {
color: #666600;
text-decoration: underline;
}

#brands a:active {
color: #663300;
text-decoration: none;
}

#brands a:visited {
color: #663300;
text-decoration: none;
}

/* Navigation */

#navigation {
	float:left;
	width: 200px;
}

#navigation p {
font-family: Georgia, Times New Roman, Times, serif;
font-size: small;
color: #333333;
padding-left: 10px;
}

#translate {
padding:10px;
}

/* Home Product Flash */

#productflash {
width: 950px;
height: 160px;
background-color: #FFFFFF;
border-top: 1px solid #666;
float:left;
}

#productflash p {
font-size: 75%;
line-height: 1.5em;
width: 680px;
color: #990000;
padding: 10px;
}

/* Footer */


#footer {
	clear:both;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 70%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
    text-align:right;
    color: #e8d17f;
    background-color: #b16629;
	border-top: 1px solid #666;
	height:15px;
}

#footer a {
color: #330000;
text-decoration: none;
}

#footer a:hover {
color: #000000;
text-decoration: underline;
}

#footer a:active {
color: #330000;
text-decoration: none;
}

#footer a:visited {
color: #330000;
text-decoration: none;
}

/* Form elements */

#form1 {
background: transparent;
}

#form1 td {
font-family: Georgia, Times New Roman, Times, sans-serif;
color: #666666;
font-size: small;
}

#form1 {
background: transparent;
padding: 20px;
}


