/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.5
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */



A.footer:link{COLOR: #ffffff; Text-Decoration:none;	font-family: tahoma; font-size:11px;}
A.footer:hover{COLOR: #ffffff; Text-Decoration:underline;}
A.footer:visited{COLOR: #ffffff; Text-Decoration:none;}

a{COLOR: #000000;Text-Decoration:none;}
a:active{COLOR:#333333}
a:link{COLOR: #000000}
a:hover{COLOR: #000000;Text-Decoration:underline;}


.webs {
	font-weight: bold;
	font-color: #FFFFFF;
 	background-color: #FFFFFF;
}

A.webs:active{COLOR:#000000}
A.webs:link{COLOR: #000000}

A.webs:active{COLOR:#000000}
A.webs:link{COLOR: #000000}
body {
        font-size: 11px; /* Resets 1em to 10px */
	font-family: tahoma;
	color: #333333;
	background: #FFFFFF url(images/backbg.jpg) repeat-y center; border: none;
	margin: 0;
	padding: 0; 
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

#sidebar {
	width: 199px;
	vertical-align: top;
	float: left;
	color: #333333;
	text-decoration: none;
	left: 104px;
	top: 24px;
	text-align: left;
	padding-left: 5px;
	background-image: url(images/left_bg.jpg);
	background-repeat: repeat-y;
	background-position: 5px;



}


/* Begin Structure */


#header{
	width: 594px;
	float: right;

}

#live{
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;

}
#content{
	text-align: left;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 0px 0 0px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
/* End Structure */




/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}
/* End Images */





/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


.nav {
	text-align: left;
	height: 30px;
	font-size: 11px;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	width: 580px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;

}
.nav a {
	text-align: left;
	font-size: 11px;
	color: #303030;
	text-decoration: none;
}

.nav a:hover {
	text-align: left;
	font-size: 11px;
	color: #8F5E27;
	text-decoration: underline;
}


.whitelink {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	}
.whitelink a {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-family: tahoma;
	}

.whitelink a:hover {
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}

.whitelink012 {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	}
.whitelink012 a {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}

.whitelink012 a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

#line {
	background-image: url(images/gray_line.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

#line1 {
	background-image: url(images/gray_line.jpg);
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 8px;
	padding-right:8px;
}

#button {
	background-image: url(images/images/right_button.jpg);
	background-position: right;
		
}

.servicesbutton {
	font-size: 11px;
	font-weight: bold;
	color: 514A4A;
	padding-top: 5px;
	padding-bottom: 11px;
}
.box {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-family: verdana;
	font-size: 10px;
	color: #666666;
}
.grayline {
	background-attachment: fixed;
	background-image: url(images/gray_line.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 10px;
	padding-left: 15px;
}
.text {
	
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin-right: 10px;
	padding-right: 10px;
	text-align: justify;
	padding-left: 10px;
}

.text a{
		color: #333333;
}

.text a:hover{
	color: #930000;
}


.margin {
	margin-right: 10px;
	padding-right: 12px;
	padding-left: 10px;
	padding-top: 10px;
}

#footertext {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: ffffff;
}

.whiite {
	background-image: url(images/white.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left;

}
.text1 {
	font-family: verdana;
	font-size: 11px;
	color: #6B6A6A;
	font-weight: bold;
}
.margin {
	
	font-size: 11px;
	padding-left: 20px;
}
.texthead {
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-left: 20px;
	
	background-image: url(images/headerbullet.jpg);
	vertical-align: middle;
	padding-bottom: 0px;
	background-position: 0px 10px;
	padding-top: 7px;
}

.textheading {
	background-repeat: no-repeat;
	font-size: 12px;
	color: #AF6815;
	padding-left: 2px;
	
	vertical-align: middle;
	padding-bottom: 0px;
	background-position: 0px 10px;
	padding-top: 12px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D2D2D2;
	text-transform: uppercase;
}
.textheadgray1 {
	background-image: url(images/headerbullet.jpg);
	padding-left: 25px;
	background-repeat: no-repeat;
	
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 13px;
	background-position: 2px 14px;
}
.textheadgray2 {
	background-image: url(images/buttonbg1.gif);
	background-repeat: no-repeat;
	
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	padding-left: 25px;
}



.textheadgrey {

	background-image: url(images/buttonbg.gif);
	padding-left: 20px;
}
ul {
	list-style-image: url(images/redbullet.gif);
line-height: 15px;
	
	font-size: 11px;
	color: #333333;
	
}

ul a{
	line-height: 5px;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

select {
	color: #333333;
	background-color: #EEEEEE;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
input {
	color: #333333;
	background-color: #EEEEEE;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
option {
	color: #333333;
	background-color: #FFFFFF;
	font-size: 10px;

}
optgroup {
	color: #333333;
	font-weight: normal;
	font-size: 11px;
	
}
#web-hosting {
	background-color: #E9E9E9;
	border: 1px dotted #D5D5D5;
	font-size: 9px;
}

#latest-project {
	background-color: #E9E9E9;
	border: 1px solid #000000;
	font-size: 9px;
}
.submenu{
	background-image: url(images/bulletmenu.gif);
	display: block;
	height: 19px;
	margin-left: 12px;
	padding-top: 2px;
	padding-left: 23px;
	color: #333333;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 3px;
	background-color: #EDE7D0;
}

.hide{
display: none;
}
.show{
	display: block;
}

.lefttop {
	background-image: url(images/menutop.gif);
	background-repeat: no-repeat;
	background-color: #991916;
	height: 11px;
	background-position: left bottom;
	border-top: 0px none;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
}
.text2{
	
	font-size: 11px;
	margin-right: 10px;
	margin-left: 10px;
}
.menulinks {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;

}
.menubutton {
	background-image: url(images/left_button_bg33.jpg);
	background-repeat: no-repeat;
	padding-bottom:15px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 30px;


}
.menubutton a {
	text-decoration: none;
	
}
.menubutton a:hover{
	color: #745326;
	text-decoration: underline;

}


ul a:hover
{
	color: #5A3C08;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

.border {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #FAE3B2;
	padding-right: 0px;


}

.articles {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #F2F2F2;
	border: 1px solid #E4E4E4;
	padding-right: 3px;
	
}


.grayborder {
	
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-image: url(images/gray_square.jpg);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 10px;

}
.left {
	text-align: center;
	padding: 3px 3px 10px 5px;
	width: 183px;
	margin-left: 2px;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
}
.left1 {
	text-align: center;
	padding-top: 3px;
	padding-right: 7px;
	padding-left: 10px;
	width: 165px;
	margin-left: 2px;
	border-bottom:1px solid #9C826A;
	padding-bottom: 10px;
}
.learn {
	background-image: url(images/learn.jpg);
	background-position: right;
	padding-top: 4px;
	background-repeat: no-repeat;
	
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	font-size: 10px;
	height: 17px;
	padding-right: 5px;
	padding-left: 2px;

}

.learn a {
	
	
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	font-size: 10px;
	height: 17px;
	}

.learn a:hover {
	
	
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
	font-size: 10px;
	height: 17px;
	}
	
	
.black {
	background-image: url(images/black.jpg);
	background-position: right;
	padding-top: 4px;
	background-repeat: no-repeat;
	
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	font-size: 10px;
	height: 17px;
	padding-right: 5px;
	padding-left: 2px;
}

.black a {
	
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	font-size: 10px;
	height: 17px;
}

.black a:hover {
	
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
	font-size: 10px;
	height: 17px;
}

.learn1 {
	background-image: url(images/learn1.jpg);
	background-position: left;
	padding-top: 4px;
	background-repeat: no-repeat;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	height: 17px;
	padding-right: 5px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-left: 15px;

}

.learn1 a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	font-size: 10px;
	height: 17px;
	}

.learn1 a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
	font-size: 10px;
	height: 17px;
	}

.viewsite {
	background-image: url(images/learn.jpg);
	background-position: left;
	padding-top: 4px;
	background-repeat: no-repeat;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	height: 17px;
	padding-right: 5px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-top: 10px;

}

.viewsite a {
    font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	font-size: 10px;
	height: 17px;
	}

.viewsite a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
	font-size: 10px;
	height: 17px;
	}

.lefthead {
	background-image: url(images/box.jpg);
	background-position: 0px 5px;
	padding-left: 22px;
	padding-top: 7px;
	height: 23px;
	background-repeat: no-repeat;
	text-align: left;

}
.leftbg {
	height: 500px;
	background-image: url(images/backbg.jpg);
	background-repeat: repeat-y;
	background-color: #CCCCCC;
}
#footer {

}
footerhead {
	
	font-size: 10px;
	color: #FFFFFF;
}
.block {
	background-image: url(images/domain-block.jpg);
	padding: 10px 10px 0px 20px;
	height: 50px;
	width: auto;
	background-repeat: no-repeat;
	
	font-size: 11px;
	font-weight: bold;
	color: #A41819;
}

.submenu{
background-image: url(images/submenu.gif);
display: block;
height: 19px;
margin-left: 38px;
padding-top: 2px;
padding-left: 7px;
color: #333333;
}

.hide{
display: none;
}
.show{
display: block;
}.block1 {
	padding: 0px 10px 10px;
	font-size: 11px;
	font-weight: normal;
	
	color: #990000;
	background-color: #990000;
}

.serverbg {
	background-image: url(images/server.jpg);
	background-repeat: no-repeat;
	background-position: 190px 5px;
}
.redbullet {
	list-style-image: url(images/redbullet.gif);
}

bullet
{
	color: #000000;
	font-size: 11px;
	
	text-decoration: none;
}
bullet a
{
	color: #000000;
	font-size: 11px;
	
	text-decoration: none;
}

bullet a:hover
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	
	text-decoration: none;
}
.border1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFDDDA;
	border-right-color: #DFDDDA;
	border-bottom-color: #DFDDDA;
	border-left-color: #DFDDDA;
	padding-left: 10px;
	background-color: #A6A6A6;

}


.tabdesign001 {
	background-image: url(images/business_hit.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	
	font-size: 12px;
	font-weight: bold;
	width: 180px;
	height: 20px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
	background-color: #333333;
}

.tabdesign001 {
	background-image: url(images/business_normal.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	
	font-size: 12px;
	font-weight: bold;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #990000;
	width: 180px;
	height: 20px;
	background-color: #333333;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
}


.tabdesign {
	
	font-size: 12px;
	font-weight: bold;
	width: 175px;
	height: 25px;
	text-align: right;
	color: #333333;
	background-image: url(images/tab01.jpg);
	padding-top: 18px;
	border: 1px solid #CCCCCC;
	padding-bottom: 5px;
	float: left;
	margin-right: 5px;

}

.tabdesign1 {
	
	font-size: 12px;
	font-weight: bold;
	width: 175px;
	height: 33px;
	text-align: right;
	color: #333333;
	background-image: url(images/tab01-hover.jpg);
	padding-top: 18px;
	padding-bottom: 5px;
	float: left;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: -1px;
	position: relative;
	background-color: #FFFFFF;
	margin-right: 5px;
}


.navbullet {
	background-image: url(images/navbullet.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
}
.style25 { float:left; width:48.5%;}
.style26 { float:right; width:48.5%;}
.style30 {
	float:left;
	width:20%;
	text-align:center;
	border-top: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	border-left: 2px solid #666666;
	margin-top: 10px;

}
.style29 {
	float:right;
	width:70%;
	padding:8px 14px 0px;
	margin-top: 10px;
}
.style27 { float:left; width:95%;}
.box12 td {border-bottom:1px solid #fff; height:26px; padding:0px 14px 0px 14px; font-size:11px; color:#666666}
.box12 th { font-size:11px; color:#333333; text-align:left}
.box12 .style14 {  background:#ffffff; padding:0px 5px 0px 14px; border-bottom:1px dotted #E7E7E7; padding:0px 5px 0px 14px }
.box12 .style15 {  background: #ffffff; padding:0px 5px 0px 14px;  border-bottom:1px dotted #E7E7E7; padding:0px 5px 0px 14px }
.box12 .style31 {  background: #ffffff; padding:0px 5px 0px 14px;border-top:1px dotted #E7E7E7  padding:0px 5px 0px 14px }

.box12 .style16 { background: #d7e0e9;}
.box12 .style17 { 1px 0px #e8eff5;}
.box12 .style27 { background: #eaeef2; border-bottom:1px solid #fff; padding:0px 5px 0px 14px}
.box12 .style29 { background: #eaeef2; border-bottom:1px solid #fff; padding:0px 5px 0px 14px}
.box12 .style28 { background: #F7F7F7; border-bottom:1px solid #fff; padding:0px 5px 0px 14px}
caption.cpt01 {
	padding:6px 14px;
	font-size:12px;
	color:#333333;
	background:url(images/arrow.gif) no-repeat 0px 9px;
	font-weight:bold;
	border-bottom:1px solid #E1E1E1;
	text-align:left;
	
	margin-top: 10px;

}
h4.var12 {
	font-size:11px;
	color:#333333;
	text-align:left;
	margin:0px;
	padding:3px 5px 4px 20px;
	background:url(images/bullet.gif) no-repeat 0px 5px;
	font-weight: normal;
}

h4.var12 a{
	color:#333333;
	text-alignment:none;
}

h4.var11 {font-size:11px; color:#333333; text-align:left; margin:0px; padding:3px 0px 4px 0px;}
.bordertext {
	
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-position: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D2D2D2;
	margin-bottom: -2px;
	padding-bottom: 10px;
	text-align: justify;
}
p.style01 { padding:10px 0px 13px 0px}
.border4 {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;

}
.border3 {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;

}
.bordertop {
	border: 1px dotted #CCCCCC;

}
.linebg {
	background-image: url(images/linebg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

h2 {
	font-size: 11px;

}

.stylehead {
	
	font-size: 12px;
	font-weight: bold;
	color: #4A4A4A;
	text-decoration: none;
	padding-left: 40px;
	text-align: left;


}

.stylehead-hover{
	
	font-size: 12px;
	font-weight: bold;
	color: #930000;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 5px;
}

.styleheadhosting {
	
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-left: 40px;
	text-align: center;
}
#all {
	height: 0px;
	padding-top: 10px;
}
.spacer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F2F2F2;
	margin-top: -1px;

}
.border001 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.caption-01 {
	background-color: #EEEEEE;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	height: 15px;
	border: 1px solid #CCCCCC;
	padding-left: 20px;
	padding-top: 3px;
	font-size: 11px;
	
}
.learrnfeauter {
	background-image: url(images/learrnfeauter.jpg);
	background-position: left;
	padding-top: 4px;
	background-repeat: no-repeat;
	
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	height: 17px;
	padding-right: 5px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-left: 15px;
}

.learrnfeauter1 {
	background-image: url(images/learrnfeauter.jpg);
	background-position: left;
	padding-top: 4px;
	background-repeat: no-repeat;
	
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	height: 17px;
	padding-right: 5px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-left: 15px;
}

.learrnfeauter1 a{
	color: #FFFFFF;
	text-decoration: none;
}

.learrnfeauter1 a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}




.threed {
	
	font-size: 12px;
	font-weight: bold;
	width: 175px;
	height: 25px;
	text-align: right;
	color: #333333;
	background-image: url(images/tab01.jpg);
	padding-top: 18px;
	padding-bottom: 5px;
	float: left;
	border: 1px solid #CCCCCC;
}

.threed1 {
	
	font-size: 12px;
	font-weight: bold;
	width: 175px;
	height: 33px;
	text-align: right;
	color: #333333;
	background-image: url(images/tab01-hover.jpg);
	padding-top: 18px;
	padding-bottom: 5px;
	float: left;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: -1px;
	position: relative;
	background-color: #FFFFFF;
	margin-right: 5px;
}

.top10 {
	
	font-size: 12px;
	font-weight: bold;
	width: 175px;
	height: 25px;
	color: #333333;
	text-align: right;
	padding-top: 18px;
	background-image: url(images/tab01.jpg);
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	float: left;
	margin-right: 5px;
}

.top101 {
	
	font-size: 12px;
	font-weight: bold;
	width: 175px;
	height: 33px;
	text-align: right;
	color: #333333;
	background-image: url(images/tab01-hover.jpg);
	padding-top: 18px;
	padding-bottom: 5px;
	float: left;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: -1px;
	position: relative;
	background-color: #FFFFFF;
	margin-right: 5px;
}


.style31 {
	width:97%;
	float: left;
	
	font-size: 11px;
	color: #333333;
}
	
	
#flash {
	
	font-size: 10px;
	color: #333333;
	border: 1px solid #CCCCCC;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#threed {

	
	border: 1px solid #CCCCCC;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#web {
	
	font-size: 10px;
	color: #333333;
	border: 1px solid #CCCCCC;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;


}


#flash {

	
	font-size: 10px;
	color: #333333;
	border: 1px solid #CCCCCC;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


#corporate {

	
	font-size: 10px;
	color: #333333;
	border: 1px solid #CCCCCC;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


#mymenu1 {

	
	font-size: 10px;
	color: #333333;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#mymenu2 {

	
	font-size: 10px;
	color: #333333;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#mymenu3 {

	
	font-size: 10px;
	color: #333333;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#mymenu5 {

	
	font-size: 10px;
	color: #333333;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.caption-02 {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	height: 15px;
	padding-left: 20px;
	padding-top: 3px;
	font-size: 11px;
	
}


.cap {
	background-image: url(images/icon-closebutton.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	height: 15px;
	padding-left: 15px;
	padding-top: 3px;
	font-size: 11px;
	
}

.caption-03 {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	height: 15px;
	padding-left: 20px;
	padding-top: 3px;
	font-size: 12px;
	}
.icon {
	background-image: url(images/icon01.jpg);
	padding-left: 20px;
	background-repeat: no-repeat;
	
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 13px;
	background-position: 2px 14px;
}

#h1top
{
	font-size: 10px;
	color: #666666;
	background-color: #F5F5F5;
	border: 3px solid #999999;
	margin-top: 25px;
	margin-left: 10px;
	width: 500px;
	padding: 3px;
	left: 11px;
	top: 11px;
	right: 11px;
	bottom: 11px;
	z-index: 1;
	position: relative;







}

h1 {
	
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: left;

}


h1.top12 {
	font-size:11px;
	color:#333333;
	text-align:left;
	margin:0px;
	padding:3px 5px 4px 20px;
	background:url(images/bullet.gif) no-repeat 0px 5px;
	font-weight: normal;
}

h1.top1 {
	
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-align: left;
}

#h1top2
{
	
	font-size: 10px;
	color: #666666;
	background-color: #F5F5F5;
	position: absolute;
	border: 2px solid #999999;
	margin-top: 25px;
	margin-left: 10px;
	padding-left: 3px;
	padding-bottom: 3px;
	left: 298px;
	top: 156px;
	width: 250px;




}


h1.top12 {
	font-size:11px;
	color:#333333;
	text-align:left;
	margin:0px;
	padding:3px 5px 4px 20px;
	background:url(images/bullet.gif) no-repeat 0px 5px;
	font-weight: normal;
}

.top2 {
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-align: left;
	border: 1px solid #CCCCCC;
	width: 130px;
	height: 55px;
	padding: 5px;

}
.article {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	font-weight: none;
}

.article a{
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	font-weight: none;
}
.article a:hover{
	font-family: verdana;
	font-size: 11px;
	color: #930000;
	text-decoration: underline;
}

.blink{
	
	font-size: 11px;
	color: #333333;
	text-decoration: blink;
	text-align: center;
	border: 1px solid #CCCCCC;
	width: 120px;
	padding: 3px;


}
#seopopup {

	
	font-size: 10px;
	color: #666666;
	background-color: #F5F5F5;
	position: absolute;
	border: 3px solid #999999;
	height: 135px;
	margin-top: 25px;
	margin-left: 10px;
	padding-left: 3px;
	padding-bottom: 3px;
	left: 336px;
	top: 603px;
	width: 310px;
}
.top5 {

	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-align: left;
	border: 3px solid #666666;
	width: 250px;
	height: 55px;
	padding: 5px;
}
#current_footnote {position:absolute; top:0px; right:0px; display:none; background:#ffffff; border:3px solid #B20015; width:200px; padding:10px; color:#000; font-size:11px; z-index:999;}

.box018 {position:absolute; top:0px; right:0px; font-size:1px; visibility:hidden;}
.spacer {	height: 20px;}
.white {
	background-image: url(images/white_footer.jpg);
	height: 80px;
	width: 800px;

}
.gray {
	background-color: #EDE7D0;
	width: 189px;


}
.sideround {
	background-image: url(images/sideround.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 189px;
}
.sideroundflip {
	background-image: url(images/sideflipround.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 189px;
}

.bgcolor {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F4EBD7;

}

.bgcolor1 {
	background-color: #F7F7F7;
}

.whitea {font-family: tahoma; font-size: 11px; color: #FFFFFF; text-decoration: none; }
.whitea a{font-family: tahoma; font-size: 11px; color: #FFFFFF; text-decoration: none; }
.whitea a:hover{font-family: tahoma; font-size: 11px; color: #FFFFFF; text-decoration: none; }
