@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #741714;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/*Top Menu Section */

#home-menu  {
	position:absolute;
	top:0px;
	left: 484px;
	width: 171px;
	height:91px;
	font-family: "Myriad Pro", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size:1.3em;
	display:block;
	text-align:center;
}


#home-menu a, #home-menu a:visited
{
color: #fff;
text-decoration:none;
display:block;
background: url(assets/home2-off.jpg);
background-repeat:no-repeat;
background-position:top left;
height:91px;
padding-top: 40px;
}

/*#home-menu a:hover, 
{
background-color: transparent;
color: #000;
background: url(assets/products-off.jpg);
background-repeat:no-repeat;
background-position:top left;
height:91px;
}*/


#home-menu a#home {width:171px; height:91px;background-position:0 0;}
#home-menu a#home:hover, #home-menu a#home.tophighlight {width:171px;background-position:0  0px; background: url(assets/home2-on.jpg); background-repeat:no-repeat; background-position:top left;}





#product-menu  {
position:absolute;
top:0px;
left: 654px;
width: 171px;
height:91px;
font-family: "Myriad Pro", "Lucida Grande", Verdana, Arial, sans-serif;
font-size:1.3em;
display:block;
text-align:center;

}



#product-menu a, #product-menu a:visited
{
color: #fff;
text-decoration:none;
display:block;
background: url(assets/products-off.jpg);
background-repeat:no-repeat;
background-position:top left;
height:91px;
padding-top: 40px;
}

/*#product-menu a:hover
{
background-color: transparent;
color: #000;
background: url(assets/products-off.jpg);
background-repeat:no-repeat;
background-position:top left;
height:91px;
}*/
#product-menu a#products {width:171px; height:91px;background-position:0px 0; }
#product-menu a#products:hover, #product-menu a#products.tophighlight {width:171px;background-position:0  0px; background: url(assets/products-on.jpg); background-repeat:no-repeat; background-position:top left;}

#contact-menu  {
position:absolute;
top:0px;
left: 825px;
width: 171px;
height:91px;
font-family: "Myriad Pro", "Lucida Grande", Verdana, Arial, sans-serif;
font-size:1.3em;
display:block;
text-align:center;

}


#contact-menu a, #contact-menu a:visited
{
color: #fff;
text-decoration:none;
display:block;
background: url(assets/contact2-off.jpg);
background-repeat:no-repeat;
background-position:top left;
height:91px;
padding-top: 40px;
}

/*#contact-menu a:hover
{
background-color: transparent;
color: #000;
background: url(assets/contact-off.jpg);
background-repeat:no-repeat;
background-position:top left;
height:91px;
}*/
#contact-menu a#contact {width:171px; height:91px;background-position:0 0;}
#contact-menu a#contact:hover, #contact-menu a#contact.tophighlight {width:171px;background-position:0  0px; background: url(assets/contact2-on.jpg); background-repeat:no-repeat; background-position:top left;}





img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

p {
	color:#7d7d7d;
}

r {
	font-size:12px;
	color:#990000;
}

li {
	list-style-type: none;	
}

.p3 #login {
	text-align:left;
	background-color:#fbfbfb;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 35%;
	margin-right: 4px;
	margin-left: 4px;
	margin-top:4px;
}

.p3 #admin {
	text-align:left;
	background-color:#f5f5f5;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 25px;
	margin-right: 4px;
	margin-left: 4px;
}

.p3 #admin h1 {
	font-size:16px;
	color:#000000;
}


.p3 #admin table {
	margin-top:20px;
}

.p3 #admin a {
	color:#7d7d7d;
}

.p3 #admin a:hover {
	color:#FCB03F;	
}

.p3 #adminMenu {
	text-align:left;
	width:200px;
	float:left;
	
}

.p3 #adminContainer {
	margin-left:30px;
	margin-top:20px;
}

.p3 #adminContent {
	width:600px;
	float:left;
}

.p3 #menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background-color:#f5f5f5;
	padding-top:10px;
	padding-bottom:10px;
}
.p3 #menu a {
	color:#7d7d7d;
	text-decoration:none;
}

.p3 #menu a:hover {	
	color:#FCB03F;	
}

.p3 #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:745px;
	background-image:url(assets/bgimagesmall3.jpg);
	background-repeat:no-repeat; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #a1a9ac;
	position:relative;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
}

.p3 #containerProd {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:745px;
	background-image:url(assets/bgimageprod2.jpg);
	background-repeat:no-repeat; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #a1a9ac;
	position:relative;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

.p3 #containerCont {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:745px;
	background-image:url(assets/bgimagecontact2.jpg);
	background-repeat:no-repeat;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #a1a9ac;
	position:relative;
	
}

.p3 #mainTitle {
	padding: 0 20px; 
	position:absolute;
	left:15px;
	top:280px;
	width:300px;
	height:15px;
	float:left;
}

.p3 #mainContent {
	position:absolute;
	left:5px;
	top:345px;
	width:445px;
	#width:400px;
	height:460px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	overflow:auto;
	font-size:12px;
}

.p3 #mainContent a {
	color:#8e1f20;
	text-decoration:none;
}

.p3 #mainContent a:hover {
	color:#000;
	text-decoration:underline;
}

.p3 #mainContent p {
	margin-top:4px;
	margin-bottom:12px;
    color: #fff;
        
}


.p3 #links {
	position:absolute;
	padding: 0 5px;
	left:555px;
	#left: 560px;
	top:330px;
	width:210px;
	height:210px;
	text-align: left;
	overflow:hidden;
	font-size:13px;
	vertical-align: middle;

}

.p3 #links a {
	height:26px;
	background-image:url(assets/smallup.jpg);
	font-size:13px;
	color:#7d7d7d;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left;
	display:block;
	text-decoration:none;
}


.p3 #links a:hover {
	
	height:26px;
	background-image:url(assets/smallover.jpg);
	display:block;
	background-color:#F5F5F5;
	
}

.p3 #links ul {
	text-indent:0px;
	list-style-type: none;
	margin: 0px;
} 

.p3 #links li {
	list-style-type: none;
	text-indent:0px;
	width:210px;
	Position:relative;
	left:-10px;
}

.p3 #ieIndent {
	position:absolute;
	top:0px;
	left:35px;
}

.p3 #pad {
	position:relative;
	top:4px;
	left:40px;
} 

.p3 #imageProd1 {
	text-align: center;
	position:absolute;
	padding: 0 5px;
	left:453px;
	top:196px;
	width:120px;
	height:110px;
	vertical-align: top;

}


.p3 #imageProd2 {
	text-align: center;
	position:absolute;
	padding: 0 5px;
	left:795px;
	top:535px;
	width:125px;
	height:105px;
}

.p3 #feature {
	position:absolute;
	height: 500px;
	width: 450px;
	top: 200px;
	left: 450px;
}

.p3 #prodImage {
	position:absolute;
	padding: 0 5px;
	left:590px;
	top:335px;
	width:180px;
	height:155px;
	text-align: center;
	vertical-align: middle;
	}

.p3 #prodDetail {
	position:absolute;
	padding: 0 5px;
	left:635px;
	top:560px;
	width:300px;
	height:175px;
	font-size:12px;
        color: #fff;
       
}

.p3 #prodDetail h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom: 10px;
	text-align: left;
}

.p3 #prodDetail p {
	margin-top:2px;
	margin-bottom:10px;
	text-align: left;
        padding-right:10px;
        color:#fff;
}

.p3 #goLink {
	margin-top:35px;
	text-align:center;
	
}

.p3 #goLink a {
	height:32px;
	background-image:url(assets/link_btn_up.jpg);
	display: block;
	background-repeat:no-repeat;
	background-position:center;
}

.p3 #goLink a:hover {
	background-image:url(assets/link_btn_over.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

.p3 #homeLink {
	position:absolute;
	left:559px;
	top:70px;
}

.p3 #prodLink {
	position:absolute;
	left:709px;
	top:109px;
}

.p3 #contactLink {
	position:absolute;
	left:879px;
	top:191px;
}

.p3 #imageCont {
	position:absolute;
	padding: 0 5px;
	left:460px;
	top:189px;
	width:140px;
	height:145px;
	text-align: center;
}

.p3 #address {
	position:absolute;
	padding: 0 5px;
	left:620px;
	top:360px;
	width:240px;
	height:260px;
	text-align: left;
	overflow:auto;
	font-size:12px;
}

.p3 #address p {
	margin:8px;
}

.p3 #address h4 {
	font-size:14px;
	font-weight:bold;
	margin:5px;
}

.p3 #address a {
	color:#7d7d7d;
}

.p3 #address a:hover {
	color:#FCB03F;
}

.p3 #indent {
	text-indent:26px;
}

.p3 #sent {
	text-align:center;
}

.p3 #form {
	background-color:#ffecd3;
	border:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.p3 #mail {
	width:100px;
	font-size:12px;
	color:#fff;
}

.p3 #alignRight {
	text-align:right;
}

.p3 #prod1 {
	position:absolute;
	top: 368px;
	right: 138px;
}

.p3 #prod2 {
	position:absolute;
	top: 405px;
	right: 88px;
}

.p3 #prod3 {
	position:absolute;
	top: 464px;
	right: 58px;
}

.p3 #btn_send {
	background-image: url(assets/btn_send.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
}

.p3 #btn_send a:hover {
	background-image: url(assets/btn_send_over.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
}

.p3 #btn_clear {
	background-image: url(assets/cancel_up.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
	
}

.p3 #btn_clear a:hover {
	background-image: url(assets/cancel_up_over.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
}

.p3 #larger {
	font-size:14px;
}

.p3 #smaller {
	font-size:10px;
}

