/* CSS Document */

p { margin:0}

.b_pagebg {
background-image: url(../bubbleguard/images/topbg.jpg);
background-repeat: no-repeat;
background-position: right top;
height: 111px;
}
.b_flashbotbg {
background-image: url(../bubbleguard/images/flashbot.jpg);
background-repeat: no-repeat;
background-position: center top;
height: 139px;
vertical-align: middle;
}

.b_pagebg2 {


background-image: url(../images/Bubbleguard/topbg.jpg);
background-repeat: repeat-x;
background-position: center top;
}
.arial12 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
line-height: 20px;
}
.pborder {
border: 2px solid #CCCCCC;
}
.b_pagebgbot {
background-image: url(images/botbg.jpg);
background-repeat: no-repeat;
background-position: center bottom;
height: 60px;
}

.text11_orange {
font-size: 13px;
color: #3B3B3B;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.arial15 {

font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #333333;
line-height: 22px;
}
.h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
color: #17030E;
font-weight: bold;
line-height: 25px;
}
.icon1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
line-height: 22px;
background-image: url(images/icon1.gif);
background-repeat: no-repeat;
background-position: left 13px;
padding-left: 26px;
padding-bottom: 10px;
text-align: left;
vertical-align: top;
border-bottom-width: 1px;
border-bottom-style: none;
border-bottom-color: #DFDFDF;
padding-top: 10px;
border-top-style: none;
border-right-style: none;
border-left-style: none;
}
.b_flashbotbin {
background-repeat: no-repeat;
background-position: left bottom;
height: 96px;
vertical-align: top;
text-align: left;
left: 30px;
right: 30px;
background-image: url(images/flashbotin.jpg);
}
.h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 32px;
color: #17030E;
padding-left: 15px;
font-weight: bold;
}
.arial22 {
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
color: #17030E;
line-height: 30px;
}
.arial13 {


font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #333333;
line-height: 22px;
}
.text11 {
font-size: 13px;
color: #17030E;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}

a.text11:link {color: #17030E;	text-decoration: none;}
a.text11:visited {	text-decoration: none;	color: #17030E;}
a.text11:hover {	text-decoration: none;	color: #669C0A;}
a.text11:active {	text-decoration: underline;	color: #669C0A;}
.textbox {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
border: 1px dashed #669C0A;
padding: 3px;
}
.imagesbord {
border: 4px solid #E1E1E1;
padding: 5px;
}
.leflinkicon {
padding-right: 5px;
padding-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
background-image: url(images/icon1.gif);
background-repeat: no-repeat;
background-position: left center;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #C9C9C9;
}
.h3 {

font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #669C0A;
font-weight: normal;
}
.arial16 {


font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #333333;
line-height: 22px;
}
.dotline {
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #C9C9C9;
}
.photo {
padding: 6px;
border: 12px solid #17030E;
text-align: center;
vertical-align: middle;
}


.photo2 {
padding: 15px;
border: 12px solid #95877C;
text-align: center;
vertical-align: middle;
}

/*--------------------image slider css----------------------*/

.container {padding:0;  float:left; WIDTH:960px;  clear:both; 
}
.block {
float:left
}
.main_view {
float: left; position: relative
}



#slideshow {
position:relative;
height:411px;
}

#slideshow IMG {
position:absolute;
top:0;
left:0;
z-index:8;
opacity:0.0;
}

#slideshow IMG.active {
z-index:10;
opacity:1.0;
}

#slideshow IMG.last-active {
z-index:9;
}
