html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, font, img, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
html, body, div#content { height:100%; min-height:590px; }
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}
/* // Reset */

body {
	font-family: Georgia, Verdana, “Lucida Sans Unicode”, sans-serif;
	font-size: 12px;
	color: #999;
	
}

h1, h2 {
	font-style: italic;
	font-weight: normal;
	line-height: 1.2em;
}

div#header {
	width:100%;
	height:50px;
}

#header img {
	padding: 5px 0 0 15px;
}

div#content {
	margin: 0px auto 0px auto;
	width: 800px;
	background: url(images/bck.jpg);
	border-left: 2px ridge #C0C0C0;
	border-right: 4px double #808080;
}

div#container {
	margin: -15px auto 0px auto;
	width: 400px;
	padding-bottom: 20px;
}

.menu {
	position: relative;
	top: 3px;
	left: 30px;
	z-index: 80px;
	padding-top:20px;
}

.menu ul li {
	transform:rotate(-45deg);
	-webkit-transform: rotate(-45deg); /* rotate the list item */
	-moz-transform: rotate(-45deg); /* rotate the list item */
	width: 68px;
	overflow: hidden;	
	margin: 15px 0px;
	padding: 5px 5px 5px 18px;
	float: left;
	background: #7f9db9;
	text-align: right;
	border-radius: 0 0 8px 0;
	-moz-border-radius: 0 0 8px 0;
    -khtml-border-radius: 0 0 8px 0;
    -webkit-border-radius: 0 0 8px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
}

.menu ul li a, .menu ul li {
	color: #fff;
	text-decoration: none;
	display:block;
	
}


.menu ul li.l1 {
	background: rgba(196,89,30,0.65);
}

.menu ul li.l1:hover {
	background: rgb(196,89,30);
}

.menu ul li.l2 {
	background: rgba(0,102,102,0.65);
}

.menu ul li.l2:hover {
	background: rgb(0,102,102);
}

.menu ul li.l3 {
	background: rgba(65,117,160,0.65);
}

.menu ul li.l3:hover {
	background: rgb(65,117,160);
}

.menu span {
	margin: 12px 54px 0px 0px;
	float:right;
	text-align:center;
	font-family: "Comic Sans MS", cursive, Verdana;
	font-size:13px;
}

.bubble {
	clear: both;
	margin: 0px auto;
	width: 350px;
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);	
	position: relative; 
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
}

.rectangle {
	background: #8FB08C;
	height: 50px;
	width: 380px;
	position: relative;
	left:-15px;
	top: 30px;
	float: left;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	z-index: 100;
}

.rectangle h1 {
	font-size: 30px;
	color: #fff;
	padding-top: 6px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: center;
}

.triangle-l {
	border-color: transparent #8FB08C transparent transparent;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: -30px;
	top: 65px;
	z-index: -1;
	opacity: .5;
}

.triangle-r {
	border-color: transparent transparent transparent #8FB08C;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: 350px;
	top: 35px;
	z-index: -1;
	opacity: .5;
}

.info {
	padding: 60px 25px 35px 25px;
}

.info h2 {
	font-size: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.info p {
	padding-top: 10px;
	font-size: 14px;
	line-height: 22px;
}

.info p span {
	color: #c4591e;
	text-decoration: none;
}

.info p a:hover {
	text-decoration: underline;
}
#prods { width:100%; height:30px; padding-top: 25px; }
#prod1 { width:245px; background-colo r:red; float: left; padding-left: 0px; padding-left:70px; }
#prod2 { width:205px; background-colo r:blue; float: left; }
#prod3 { width:235px; background-colo r:orange; float: left;padding-left:30px; }
#prod3, #prod2, #prod1 { font-size: 10pt; }
.list { padding-right:5px; color:#8FB08C; }
#footer { width:100%; text-align: center; padding-top:15px; height:auto; font-family:"MS Serif", "New York", serif; }
.afooter, .afooter a, .afooter a:hover { color: #8FB08C; text-decoration:none; }