 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	color: #333;
	text-align: center;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
	background-color: #4C5260;
	background-image: url(Image1/bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}

/* links */
a, a:visited {
	text-decoration: underline;
	color: #990000;
	background: inherit;
	font-weight: bold;
}
a:hover {
	color: #4EBF37;
	text-decoration: underline;
}

/* headers */
h1, h2, h3, h5 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 220%;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 100%;
}
h3 {
	font-size: 130%;
	color: #666666;
	line-height: 115%;
}
h4 {
	font-size: 150%;
	color: #990000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 200%;
	line-height: 120%;
}
.smallerhead {
	font-size: 60%;
}

h5 {
	font-size: 120%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

/* images */
img {
	
	border:none;

}

img.float-right {
	clear: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
img.float-left {
  margin: 5px 10px 10px 0px;
}
.img_left2 {
	float: left;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 2px;
	clear: left;
}

h1, h2, h3, h4, h5, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #006BA4;
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
	padding: 0 0 0 28px;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font-family: Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

/* search */
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(images/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#wrap2 {
	width: 1000px;
	background: #CCC url(images/BGcontent2.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}

#content{
	clear: both;
	width: 930px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}


#header {
	width: 100%;
	position: relative;
	height: 106px;
	padding: 0;
	font-size: 14px;
	color: #FFF;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 216px; left: 168px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #FFF;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 75px;
	left: 53px;
	width: 353px;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#header h2#slogan2 {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #FFF;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 29px;
	left: 544px;
	width: 400px;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: right;
}

/* Menu */
#menu {
	clear: both;
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 24px;
	background-image: url(Image1/BG_menu.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 0;
}
#menu ul {
	list-style: none;
	padding: 0;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20;
}
#menu ul li {
	display: inline;
	font-weight: bold;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	color: #333333;
	background-color: #ECECEC;
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}


/* Main Column */
#main {
	width: 700px;
	padding: 0;
	float: right;
	margin-top: 10;
}
#main h1 {
	margin-top: 10px;
	color: #333333;
	border-bottom: 1px solid #EFF0F1;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 200%;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}

#main p {
	font-size: 110%;
}


/* Main1 Column */

#main1 {
	width: 100%;
	padding: 0;
	margin: 0;
	float: right;
	background-color: #E1FFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
			#main1 h1 {
				margin-top: 10px;
				color: #333333;
				border-bottom: 1px solid #EFF0F1;
				font-family: Helvetica, Arial, sans-serif;
				font-size: 200%;
				font-weight: bold;
				padding-top: 5px;
				padding-right: 0;
				padding-bottom: 5px;
				padding-left: 10px;
			}
			
			#main1 p {
				font-size: 110%;
			}
			#main_left {
				float: left;
				width: 47%;
				text-align: left;
				padding-left: 20px;
				padding-top: 15px;
				border-right-width: 1px;
				border-right-style: dotted;
				border-right-color: #FFFFFF;
							
						}
			#main_left p{
						padding-left: 175px;
							
						}
			#main_right {
	float: right;
	width: 46%;
	padding-right: 15px;
	background-position: top;
	padding-top: 15px;
						}
#wrap_bgImage {
	background-image: url(Image1/BG-Body.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

			#main_right p{
				padding-left: 175px;
			}
			
#Main2 {
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}	
			#main_left2 {
	float: left;
	width: 48%;
	padding-left: 25px;
				
			}	
			
			#main_right2 {
	float: right;
	width: 48%;
				
			}	
			
			
.img_2Column {
	padding-right: 15px;
	float: left;
}


.TitleHead {
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #000000;
}



.rank {
	color: #333333;
	text-align: right;
	background-color: #79C13E;
	font-size: 180%!important;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.Callout {
	background-color: #FAFAFA;
	padding: 5px;
	margin: 20px 10px 0 10px;
	border: 1px solid #CCCCCC;
	background-image: url(Image1/BG_blueGrad.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.productCallout {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #CCCCCC;	
}

.productCalloutALT {
	background-color: #FFFFFF;
	padding: 5px;
	margin: 10px 10px 0;
	border: 1px solid #CCCCCC;
	background-image: url(images/grayGrad.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.post-footerlink {
	margin: 0px;
	border: 1px solid #f2f2f2;
	font-size: 100%;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

		.post-footerlink a{
			color: #FFFFFF;
			text-transform: uppercase;
			padding-left: 0px;
			padding-right: 0px;
}

		.post-footerlink a:hover{
			color: #C5F2FF;	}
			
.post-footerlinkfirst{
			border-left-width: 0px !important;	}


.post-footer {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #666666;
	font-size: 10pt;
	width: 130px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 10px;
	float: left;
	font-family: Helvetica, arial, sans-serif;
	font-weight: bold;
	color: #990000;
	clear: left;}

/* For IE */
* html .post-footer {
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
	clear: left;
}	
		

.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	padding-left: 15px;
	text-align: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	font-size: 10px;
}
.post-footer .readmore {
	padding-left: 20px;
	font-size: 10pt;
	color: #990000;
	background-image: url(images/page.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	font-weight: bold;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 23%;
	padding: 0;
	clear: right;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 10px;
}	
#sidebar h1 {
	margin-top: 0px;
	padding: 5px 0 5px 10px;
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #FFFFFF url(images/headerbg.gif) repeat-x left bottom;
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	margin: 0 0 5px 0;
	border: 1px solid #999999;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	padding: 0px 0 0px 15px;
	margin: 0 2px;
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: underline;
	background-image: none;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-transform: uppercase;
}
#sidebar ul.sidemenu a:hover {
	font-weight: bolder;
	text-decoration: none;
	background-image: none;
	color: #666;
}


#sidebar2 {
	float: left;
	width: 24%;
	padding: 0;
	margin: 0;
}	




/* Footer */	
#footer {
	color: #CCCCCC;
	background: #0E6EBA;
	clear: both;
	width: 100%;
	height: 55px;
	text-align: center;
	font-size: 92%;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #4EBF37;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: left; }

/* display and additional classes */
.clear { clear: both; }
.gray {
	color: #666666;
	margin-left: 10px;
}
.bold {
	font-weight: bold;
}
.User {
	color: #4F82CB;
	text-decoration: underline;
}
.img_left {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin-right: 20px;
	float: left;
	margin-bottom: 5px;
	clear: left;
}
.img_table {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 5px;
}
.red {
	color: #990000;
}
.logotext2 {
	color: #83C140;
}
.firstline {
	margin: 0px;
	padding: 0px;
		}
		.rowA {
	text-align: center;
	background-color: #FFFFFF;
		}
#tdBorder {
	border: 1px solid #999999;
}
.tdBorder {
	border: 1px solid #999999;
	background-color: #CCCCCC;
}

.excellent {
	background-color: #66FFFF;
}
		

.centerTable {
	background-color: fff;
	padding: 5px; margin: 20px 10px 0 10px;
		
}		
		
		.td_pad {
			padding: 0px!important;
			border: 1px solid #0088B6;
			text-align: left;
		}
		#TableWrap {
	background-position: center;
	margin-left: 10px;
	background-color: #E9F3FF;
		}
		#tdTableHead {
	background-color: #FFFFFF;
	background-position: left top;
	overflow: hidden;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(images/BGsubHead.gif);
	background-repeat: no-repeat;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
		}
		
		.2ndPlace {
		color: #000000;
		text-align: center;
		background-color: #999999;
		}
		
		
		.1stplace {
			color: #000000;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFD65A;
			font-size: 110%;
			text-align: center;
			}
		.3rdPlace {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 110%;
			color: #333333;
			background-color: #CCCCCC;
			text-align: center;
		}
		
		
.img_right {
	padding-left: 10px;
}
a img {border:none;}
.center {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	vertical-align: text-bottom;
}
h6 {
	text-align: center;
}
.LargerFont {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


#ContentIndent {
	padding-right: 30px;
	padding-left: 30px;
}


#ContentIndent li{
  font-size: 110%!important;}

.floatleftClear {
	clear: left;
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}


a.special:link {
	color: #00f;
	font-size: 100% !important;	
	font-weight: normal;
     }

a.special:visited {
	color: #00c;
	font-weight: normal;
     }

a.special:hover {
	color: #990000;
	font-weight: normal;
     }

a.special:active {
	color: #00f;
	font-weight: normal;
     }
.img_buy {
	padding-top: 2px;
}
.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
}
.white {
	color: #FFFFFF;
}

