/*
Theme Name: PowerTech
Author: PowerOne Internet
Author URI: http://power1.com/

*/


body{
	background:url(images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin:0;
	padding:0;
}
h1{
	font-family:BankGothic Md BT;
	font-size:2.3em;
	font-weight:normal;
}
h2{
	color:#767676;
	font-weight:normal;
}
a{
	color:black;
}
a:hover{
	color:white;
	background-color:#666666;
	text-decoration:none;
}
#shell{
	width:1000px;
	margin:auto;
	margin-top:15px;
}
.search{
	float:right;
	width:220px;
	font-size:.9em;
}
.contact{
	font-size:.8em;
	width:430px;
	margin: -50px 0 0px 330px;
	padding-bottom:50px;
}
#nav{
	border-bottom:10px solid #f8e400;
	background-color:#000000;
	color:white;
	height:57px;
	font-size:1.2em;
}
#nav ul{
	list-style:none;
	margin:0;
	padding:0;
}
#nav li{ float:left;}
#nav a{
	display:block;
	padding:12px 20px 0 20px;
	text-decoration:none;
	font-weight:bold;
	color:white;
	height:45px;
	border-right:1px solid #4d4d4d;
}
#nav a:hover{
	background-color:#333333;
}
.subtext{
	color:white;
	text-align:center;
	margin-top:-45px;
	font-size:.7em;
}	
#contentShell{
	background: url(images/content_bg.gif) right;
	border:1px solid #e4e4e4;
	margin-top:10px;
}
#tools{
	width:223px;
	float:right;
	padding-left:10px;
	background:url(images/content_top_bg.png) repeat-x top;
}
#tools h2{
	font-family:BankGothic Md BT;
}
#tools ul{
	list-style:none;
	margin:0;
	padding:0;
}
#tools li{
		
}
#tools li a{
	display:block;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:1px dotted #afafaf;
}
#SideBar{
	width:230px;
	float:right;
	padding-left:10px;
	padding-right:10px;
	background:url(images/content_top_bg.png) repeat-x top;
}
#SideBar h2{
	font-family:BankGothic Md BT;
}
#SideBar ul{
	list-style:none;
	margin:0;
	padding:0;
}
#SideBar li{
		
}
#SideBar li a{
	display:block;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:1px dotted #afafaf;
}
#content{
	width: 470px;
	padding-left:25px;
	padding-right:20px;
	background:url(images/content_top_bg.png) repeat-x top;
	float:left;
}
#content a{
	text-decoration:none;
	border-bottom:1px dotted #CCCCCC;
	color:#666666;
}
#content a:hover{
	border-bottom:1px dotted #000000;
	color:#000000;
}
#contentHome{
	width:290px;
	height:250px;
	background-color:#f8e400;
	margin-top:5px;
	padding:5px;
	border:1px solid #bdbdbd;
	float:left;
}
#contentHome h2{
	font-family:BankGothic Md BT;
	color:black;
}
#homeWidget{
	width:680px;
	height:250px;
	float:right;
	background-color:#dfdfdf;
	margin:5px 0 0 5px;
	padding:5px;
	border:1px solid #bdbdbd;
}
#homeWidget ul{
	list-style:none;
	padding:0;
	margin:0;
}
#homeWidget li{
	padding:2px;
}
#homeWidget li a{
	display:block;
	text-decoration:underline;
	padding:4px;
	color:#333333;
	font-weight:bold;
}
#homeWidget li a:hover{
	background-color:#666666;
	color:white;
}
#homeWidget h2{
	font-family:BankGothic Md BT;
	font-weight:normal;
	color:black;
	margin-bottom:0;
}
#footer{
	text-align:center;
	padding-top:20px;
}
#slideshow{
	margin-top:5px;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 */
