/* GENERAL */
body {
	background-image: url(images/bugdoctor_bg.gif);
	background-position: top left;
	background-repeat: repeat;
	margin: 5px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 24px; 
	font-weight: bold; 
	color: #cc0000;
}
h4 {
	font-size: 18px; 
	font-weight: bold; 
	color: #cc0000;
}
p {	
	font-size: 12px;
	color: #333333;
}
ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;
}
li {
	font-size: 16px;
	color: #ffffcc;
	line-height: 26px;
	font-weight: bold;
}
.redColor {
	color: #CC0000;
}
.blueColor {
	color: #0000CC;
}
a:link {
	color: #0000CC;
}
a:hover {
	color: #CC0000;
}
.mainContainer {
	background-color: #FFFFFF; 
	padding: 5px 3px;
}
.dotBotContainer {
	background-image: url(images/dot_gray.gif); 
	background-position: bottom; 
	background-repeat: repeat-x; 
}
.buttonContainer {
	text-align: center;
}

/* TOP NAVIGATION */
.navContainer {
	font-size: 11px; 
	color: #999999; 
	padding: 4px 3px; 
	text-align: right;
	width: 100%;
}
.navContainer a {
	color: #999999;
	text-decoration: none;
	padding: 0 5px;
}
.navContainer a:hover {
	color: #999999;
	text-decoration: underline;
}
.navBorder {
	border-right: 1px solid #999999;
}


/* LOGO & FLASH */
.logoContainer {
	float: left; 
	padding-left: 1px;
}
.flashContainer {
	text-align: center;
}

/* NAVIGATION CONTAINER */
.hNavContainer {
	padding: 5px 1px;
}
.hNavButton {
	float: left; 
	padding-right: 1px;
}

/* PRODUCT BOX CONTAINER */
.pbContainer {
	background-image: url(images/bd_productbox.jpg); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 741px; 
	height: 266px; 
	margin-left: 2px;
}
.pbTextContainer {
	padding-left: 300px; 
	padding-right: 20px;
}
.pbText1 {
	font-size: 14px; 
	font-weight: bold;
}
.pbBold {
	font-size: 14px; 
	font-weight: bold;
}
.pbReflect {
	background-image: url(images/bd_reflect.jpg); 
	background-position: top left; 
	background-repeat: no-repeat; 
	height: 59px;
}

/* PAGE CONTAINER */
.pageContainer {
	padding-left: 2px; 
	padding-right: 2px;
}

/* LEFT CONTAINER */
.leftContainer {
	float: left; 
	width: 365px;
}

/* YELLOW BOX BODY */
.ybBody {
	border-left: 1px solid #666666; 
	border-right: 1px solid #666666; 
	background-color: #ffffcc; 
	width: 343px; 
	padding: 15px 10px;
}

/* NOT A GEEK */
.nagContainer {
	padding: 10px 10px 15px 10px; 
	margin-bottom: 20px; 
}

/* TESTIMONIALS */
.testimonialHeader {
	background-color: #CC0000; 
	width: 365px; 
	font-size: 18px; 
	font-weight: bold; 
	color: #FFFFFF;
}
.thPadding {
	padding: 10px;
}
.testimonialContainer {
	border-left: 1px solid #666666; 
	border-right: 1px solid #666666; 
	background-color: #ffffcc; 
	width: 343px; 
	padding: 10px;
}
.indTestContainer {
	background-image: url(images/dot_gray.gif); 
	background-position: bottom; 
	background-repeat: repeat-x; 
	padding: 0 0 10px 0;
}
.indTestName {
	width: 290px; 
	float: left; 
	text-align: right; 
	padding: 5px 10px 0 0; 
	font-size: 12px; 
	font-weight: bold;
}

/* RIGHT CONTAINER */
.rightContainer {
	width: 370px; 
	float: right;
}

/* FIX HIDDEN BUGS */
.fhContainer {
	padding: 15px 10px 20px 10px; 
	margin-bottom: 10px;
}

/* BLUE BOX */
.bbContainer {
	padding: 10px 0 20px 0; 
	margin-bottom: 15px;
}
.bbBackgroundColor {
	background-color: #c6e6fc; 
	padding: 10px 10px;
}

/* TECH SUPPORT */
.techContainer {
	padding: 10px 10px 15px 10px;
	margin-bottom: 15px; 
}

/* BUG DOCTOR BOXES */
.bdContainer {
	padding: 10px 10px 15px 10px; 
	margin-bottom: 15px; 
}
.bdBackgroundRepeat {
	background-image: url(images/bd_bg.gif); 
	background-position: top left; 
	background-repeat: repeat-y; 
	width: 342px;
}
.bdBackground {
	background-image: url(images/bd_box.jpg); 
	background-position: top left; 
	background-repeat: no-repeat; 
	padding: 10px;
}
.bdStatement {
	font-size: 16px; 
	font-weight: bold; 
	color: #ffff00;
}
.bdBottom {
	padding-bottom: 15px;
}
.questionMarkBullet {	
	background-position: auto left; 
	background-repeat: no-repeat;
	padding-left: 30px;
	width: 90%;

	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src=images/questionmark.png);
}
/* IE ignores styles with [attributes], so it will skip the following. */
.questionMarkBullet[class] {
	background-image:url(images/questionmark.png);
}

.checkMarkBullet {
	background-position: auto left; 
	background-repeat: no-repeat; 
	padding-left: 30px;
	width: 90%;
	
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src=images/checkmark.png);
}
/* IE ignores styles with [attributes], so it will skip the following. */
.checkMarkBullet[class] {
	background-image:url(images/checkmark.png);
}

/*BUG DOCTOR ACTION */
.bdActionContainer {
	padding: 10px 10px 15px 10px;
}
.actionStatement {
	font-size: 14px; 
	font-weight: bold;
}
.bdInterface {
	text-align: center; 
	padding: 20px 10px 0 10px;
	font-size: 14px; 
	font-weight: bold;
}

/* FOOTER */
.footerContainer {
	font-size: 11px; 
	color: #999999; 
	padding: 0px 5px;
	margin-top: 5px;
}
.footerLeft {
	float: left;
	padding: 0 0 4px 0;
}
.footerRight {
	text-align: right;
}

/* PAGE CONTENT GENERAL */
.pageContent {
	padding: 0 10px;
	width: 725px;
	border: 1px solid #FFFFFF;
}

