/* Reset */
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: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}
/* // Reset */

body {
	background: url(bck.jpg); /* image for body made with Photoshop using noise filter (gaussian monochromatic) on #ccc */
	font-family: Georgia, Verdana, “Lucida Sans Unicode”, sans-serif;
	font-size: 12px;
	
}

h2 {
	font-style: italic;
	font-weight: normal;
	line-height: 1.2em;
	color:Black;
}

div#container {
	margin: 50px auto 0px auto; /* centered */
	width: 400px;
}

.menu {
	position: relative;
	top:3px;
	left: 50px;
	z-index: 80; /* the stack order: displayed under bubble (90) */
}

.menu ul li {
	-webkit-transform: rotate(-45deg); /* rotate the list item */
	-moz-transform: rotate(-45deg); /* rotate the list item */
	width: 50px;
	overflow: hidden;	
	margin: 10px 0px;
	padding: 5px 5px 5px 18px;
	float: left;
	background: #7f9db9;
	text-align: right;
}

.menu ul li a {
	color: #fff;
	text-decoration: none;
	display:block;
}

.menu ul li.l1 {
	background: rgba(131,178,51,0.65);
}

.menu ul li.l1:hover {
	background: rgb(131,178,51);
}

.menu ul li.l2 {
	background: rgba(196,89,30,0.65);
}

.menu ul li.l2:hover {
	background: rgb(196,89,30);
}

.menu ul li.l3 {
	background: rgba(65,117,160,0.65);
}

.menu ul li.l3:hover {
	background: rgb(65,117,160);
}

.menu span {
	margin: 15px 80px 0px 0px;
	float:right;
}

.bubble {
	clear: both;
	margin: 0px auto;
	width: 690px;
   background:#ffffff
	-moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
	-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) */
	margin-left:-40px;
}

.rectangle {
    margin-left:0px;
    width:340px;
    height:35px;
   background-image: linear-gradient(bottom, rgb(153,8,8) 0%, rgb(250,47,47) 52%);
background-image: -o-linear-gradient(bottom, rgb(153,8,8) 0%, rgb(250,47,47) 52%);
background-image: -moz-linear-gradient(bottom, rgb(153,8,8) 0%, rgb(250,47,47) 52%);
background-image: -webkit-linear-gradient(bottom, rgb(153,8,8) 0%, rgb(250,47,47) 52%);
background-image: -ms-linear-gradient(bottom, rgb(153,8,8) 0%, rgb(250,47,47) 52%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(153,8,8)),
	color-stop(0.52, rgb(250,47,47))
);
       
    height: 35px;
    width: 725px;
    position: relative;
    float: left;
    margin-left: -3px;
    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; /* the stack order: foreground */
}

.rectangle h2 {
	font-size: 30px;
	color: #fff;
	padding-top: 6px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: center;
	margin-top:5px;
}

.triangle-l {
    border-left: 15px solid transparent;
    border-right: 15px solid red;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    height: 0px;
    width: 0px;
    position: relative;
    left: -32px;
    top: 50px;
    z-index: -1;
    border-color: transparent #590000 transparent transparent;
}
.triangle-r {
    border-color: transparent transparent transparent #590000;
    border-style: solid;
    border-width: 15px;
    height: 0px;
    width: 0px;
    position: relative;
    left: 690px;
    top: 20px;
    z-index: -1; /* displayed under bubble */
}

.info {
	padding: 10px 25px 5px 10px;
	

}

.info h2 {
	font-size: 20px;
}

.info p {
	padding-top: 10px;
	font-size: 14px;
	line-height: 22px;
}

.info p a {
		text-decoration: none;
}

.info p a:hover {
	text-decoration: underline;
}
