/* link classes */
body {
	background-attachment: scroll;
	background-image: url(//images.boomibars.com/pranaimages/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,tr, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}
p {
	margin-top: 0px;
	margin-bottom: 6px;
}

.header_bg {
	background-image: url(//images.boomibars.com/pranaimages/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CD7630;
	text-decoration: underline;
	line-height: 18px;
}
titleLink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 22px;
}
titleLink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 22px;
}
titleLink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CD7630;
	text-decoration: underline;
	line-height: 22px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}

.prod_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	color: #0033FF;
}
.prod_subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #0033FF;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
}
.textSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

/* Navigation */
.nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
.nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	height: 20px;
	text-decoration: underline;
}

#menu1{
	height: 50px;
	width: 235px;
	float:none;
	position: relative;
}
#menu1 ul#item1{
	position:absolute;
	list-style-type: none;
	left: -40px;
	top: -14px;
}
#menu1 ul li.top{
	width:235px;
	height:50px;
	list-style-type: none;
	background-image: url(//images.boomibars.com/pranaimages/nav_btn.png);
	background-repeat: repeat-x;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
#menu1 ul li.top:hover{
	background:url(//images.boomibars.com/pranaimages/nav_btn1.png);
	background-repeat: repeat-x;
	list-style-type: none;
}
#menu1 ul li.item{
	display:none;
	list-style-type: none;
}
#menu1 ul li.item a{
	display:block;
	width:200px;
	height:40px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-indent: 10px;
	color: #FFFFFF;
	line-height: 40px;
	text-decoration: none;
	background-image: url(//images.boomibars.com/pranaimages/nav_item.png);
	background-repeat: repeat-x;
	top: -10px;
	position: relative;
	left: 10px;
	text-align: left;
}
#menu1 ul li.item a:hover{
	list-style-type: none;
	text-decoration: underline;
	background-image: url(//images.boomibars.com/pranaimages/nav_item1.png);
	background-repeat: repeat-x;
}
#menu1 ul:hover .item{
	display:block;
	list-style-type: none;
}

#menu2{
	height: 50px;
	width: 148px;
	float:left;
	position: relative;
}
#menu2 ul#item1{
	position:absolute;
	list-style-type: none;
	left: -40px;
	top: -14px;
}
#menu2 ul li.top{
	width:148px;
	height:50px;
	list-style-type: none;
	background-image: url(//images.boomibars.com/pranaimages/nav_btn.png);
	background-repeat: repeat-x;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
#menu2 ul li.top:hover{
	background:url(//images.boomibars.com/pranaimages/nav_btn1.png);
	background-repeat: repeat-x;
	list-style-type: none;
}
#menu2 ul li.item{
	display:none;
	list-style-type: none;
}
#menu2 ul li.item a{
	display:block;
	width:200px;
	height:40px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-indent: 10px;
	color: #FFFFFF;
	line-height: 40px;
	text-decoration: none;
	background-image: url(//images.boomibars.com/pranaimages/nav_item.png);
	background-repeat: repeat-x;
	top: -10px;
	position: relative;
	left: 5px;
	text-align: left;
}
#menu2 ul li.item a:hover{
	list-style-type: none;
	text-decoration: underline;
	background-image: url(//images.boomibars.com/pranaimages/nav_item1.png);
	background-repeat: repeat-x;
}
#menu2 ul:hover .item{
	display:block;
	list-style-type: none;
}

.textLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 40px;
	top: 20px;
}
a#link {
	display:block;
	width:100%;
	height:50px;
	background-image: url(//images.boomibars.com/pranaimages/nav_btn.png);
	background-repeat: repeat-x;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
} 
a#link:hover {
	background-image: url(//images.boomibars.com/pranaimages/nav_btn1.png);
	background-repeat: repeat-x;
	text-decoration: none;
}

/* Footer */
.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 12px;
	font-weight: bold;
}
.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 12px;
}
.footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 12px;
}
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 12px;
}

/* Panels */
.panelBot {
	background-image: url(//images.boomibars.com/pranaimages/panel_Bot_b_in.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
