/* CSS Document */

body, html {
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-width: 0px;
	margin-height: 0px;
	vertical-align:top;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Droid Serif', serif;
	background-color:#660000;
	height: 100%;
	width: 100%;
	max-width: 100%;
}

html{
	overflow-x: hidden;
}

#main_index{
	font-family: 'Open Sans', sans-serif;
}

a:hover{
	text-decoration: underline;
	color:rgba(0,0,255,1);
}

#content{
	margin: 0 auto;
	padding: 0px;
	padding-top: 40px;
	border: 0px solid #000000;
	text-align: center;
	position: relative;
	
	width:900px;
	-webkit-box-shadow: 0 9px 20px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 9px 20px rgba(0, 0, 0, 1);
    box-shadow: 0 9px 20px rgba(0, 0, 0, 1);
	background-color: rgba(255, 255, 255, 1);
}

#top {
	height:260px;
	display: block;
	background-color: #FFF;
}

#top_main{
	width: 470px;
	font-size: 15px;
	float: left;
}

#top_rside{
	float: right;
}



#nav{
	width: 100%;
	height: 30px;
	position: fixed;
	z-index: 2;
	padding-top: 5px;
	text-align: left;
	/* background: rgb(255,255,255); */
	background: -moz-linear-gradient(top, rgba(102,0,0,1) -10%,rgba(255,255,255,1) 100%);
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(102,0,0,1))); */
	/* background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(102,0,0,1) 100%); */
	background: -o-linear-gradient(top, rgba(102,0,0,1) -10%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(102,0,0,1) -10%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(102,0,0,1) -10%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#660000',GradientType=0 );
	margin: 0 auto;

}

#nav a{
	width: 100px;
	color: rgb(118, 0, 0);
	position: relative;
	padding-left: 85px;
	text-decoration: none;
}

.nav_button{
	width: 130px;
	height: 25px;
	margin-left: 14px;
	font-family: 'Droid Serif', serif;
	border: none;
	border-radius: 7px;
	background: none;
	cursor: pointer;
	box-shadow: 1px 1px 8px rgba(255, 255, 255, 0.65);
	font-size: 1em;
}

.nav_button:hover{
	color:rgba(0,0,255,1);
	text-decoration: underline;
	box-shadow: 1px 1px 8px rgba(255, 255, 255, 0.95);
}

.side_nav{
	width: 145px;
	margin-left: 0px;
	font-size: 0.95em;
	height: 36px;
	box-shadow: 1px 1px 8px rgba(255, 255, 255, 0.45);
	margin-bottom: 9px;
	background-color: rgba(255, 255, 255, 0.25);
}

.side_nav:hover{
	color: white;
	text-decoration: underline;
	box-shadow: 1px 1px 8px rgba(255, 255, 255, 0.65);
}

#nav button:disabled{
	color: blue;
	text-decoration: underline;
	cursor: not-allowed;
}

#container {
	min-height: 75vh;
	background-color: #FFF;
}

#container_within {
	display: block;
	left: 0px;
	position: absolute;
	
	width: 900px;
}

#dual_main{
	width: 700px;
	padding: 10px;
	padding-bottom: 40px;
	text-align: left;
}

#main{
	width: 880px;
	padding: 10px;
	padding-bottom: 40px;
	text-align: left;
	line-height: 25px;
}

#pdf{
	width: 170px;
	color: rgba(255,255,255,1);
	background-color: #660000;
	border-radius: 25px;
	margin: 15px;
	box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 1);
	padding: 5px;
	height: 515px;
	line-height: 27px;
	margin-top: 30px;
	float:left;
}

#pdf a{
	color: white;
	text-decoration:none;
}

#pdf a:hover{
	text-decoration: underline;
}

#add_info{
	width: 150px;
	color: rgba(255,255,255,1);
	background-color:#660000;
	border-radius: 25px;
	margin: 18px;
	box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 1);
	padding: 5px;
}

#footer{
	height: 60px;
	background-color: rgba(255,255,255,1);
	text-align: center;
	box-shadow: inset 5px 9px 12px rgba(102, 6, 6, 1);
	margin-top: 1px;
	padding-top: 20px;
	position: relative;
	font-size: 12px;
	width: 100%;
}

#footer_content{
	display: block;
	width: 900px;
	margin: 0 auto;
	position:relative;
}

.clickable{
	cursor: pointer;
}

#product_dd {
	position: absolute;
	border-left: 1px solid #E8CECE;
	border-right: 1px solid #E8CECE;
	border-bottom: 1px solid #E8CECE;
	background-color: rgba(255,255,255,1);
	border-radius: 0px 0px 15px 15px;
	width: 130px;
	height: 95px;
	left: 309px;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 10px;
	z-index: 1;
	box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.25);
	background: -moz-linear-gradient(top, rgba(102,0,0,1) 0%,rgba(255,255,255,1) 9%);
	background: -o-linear-gradient(top, rgba(102,0,0,1) 0%,rgba(255,255,255,1) 9%);
	background: -ms-linear-gradient(top, rgba(102,0,0,1) 0%,rgba(255,255,255,1) 9%);
	background: linear-gradient(to bottom, rgba(240, 219, 219, 1) 0%,rgba(255,255,255,1) 9%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,1)', endColorstr='rgba(240, 219, 219, 1)',GradientType=0 );
	display:none;
}