html {
	color: #333333;
	background-repeat: repeat-x;
	background-image: url(../images/header_bg.png);
	background-color: #b6c0b5;
}
#logo {
	margin-top: 40px;
	float: left;
	position: relative;
	display: block;
	background-repeat: no-repeat;
	height: 95px;
	width: 485px;
	background-image: url(../images/logo.png);
}
#ms_partner {
	margin-right: 20px;
	top: 70px;
	float: right;
	border-style: none;
	position: relative;
	height: 50px;
	width: 120px;
}

#badge {
	margin-right: 20px;
	top: 30px;
	float: right;
	border-style: none;
	position: relative;
	height: 129px;
	width: 126px;
}

body {
	
	font-family: verdana;
	padding-right: 30px;
	padding-left: 30px;
}

#menubar {
	background-color: white;
	margin-top: 20px;
	background-repeat: repeat-x;
	background-image: url(../images/tab_fill.png);
	text-decoration: none;
	position: relative;
	float: left;
	height: 49px;
	width: 100%;
	text-align: left;
	min-width:950px;
	


}

#menubar a {
	font-size: 14px;
	text-decoration: none;
	line-height: 16px;

}

#home {
	background-position: 0 1px;
	padding-left: 10px;
	padding-top: 8px;
	float: left;
	position: relative;
	color: #333333;
	background-repeat: no-repeat;
	
	display: block;
	height: 41px;
	width: 110px;
	background-image: url(../images/tab_home.png);
}
#home:hover
{
	background-image: url(../images/tab_home_hover.png);
}

#web {
	padding-left: 10px;
	padding-top: 8px;
	float: left;
	position: relative;
	color: #333333;
	background-repeat: no-repeat;
	line-height: 12px;
	display: block;
	height: 39px;
	width: 103px;
	background-image: url(../images/tab_web.png);
}
#web:hover
{
background-image: url(../images/tab_web_hover.png);
}

#software {
	padding-left: 10px;
	padding-top: 8px;
	float: left;
	position: relative;
	color: #333333;
	background-repeat: no-repeat;
	line-height: 12px;
	display: block;
	height: 39px;
	width: 104px;
	background-image: url(../images/tab_software.png);
}
#software:hover
{
	background-image: url(../images/tab_software_hover.png);
}


#computer {
	padding-left: 10px;
	padding-top: 8px;
	float: left;
	position: relative;
	color: #333333;
	background-repeat: no-repeat;
	line-height: 12px;
	display: block;
	height: 39px;
	width: 105px;
	background-image: url(../images/tab_computer.png);
}
#computer:hover
{
	background-image: url(../images/tab_computer_hover.png);
}

#about {
	padding-left: 10px;
	padding-top: 8px;
	float: left;
	position: relative;
	color: #333333;
	background-repeat: no-repeat;
	line-height: 12px;
	display: block;
	height: 39px;
	width: 105px;
	background-image: url(../images/tab_about.png);
}
#about:hover
{
	background-image: url(../images/tab_about_hover.png);
}

#blog {
	padding-left: 10px;
	padding-top: 8px;
	float: left;
	position: relative;
	color: #333333;
	background-repeat: no-repeat;
	line-height: 12px;
	display: block;
	height: 39px;
	width: 105px;
	background-image: url(../images/tab_blog.png);
}
#blog:hover
{
	background-image: url(../images/tab_blog_hover.png);
}

#downloads {
	padding-left: 10px;
	padding-top: 8px;
	float: left;
	position: relative;
	color: #333333;
	background-repeat: no-repeat;
	line-height: 12px;
	display: block;
	height: 39px;
	width: 105px;
	background-image: url(../images/tab_downloads.png);
}
#downloads:hover
{
	background-image: url(../images/tab_downloads_hover.png);
}

#links {
	padding-left: 10px;
	padding-top: 8px;
	float: left;
	position: relative;
	color: #333333;
	background-repeat: no-repeat;
	line-height: 12px;
	display: block;
	height: 39px;
	width: 105px;
	background-image: url(../images/tab_links.png);
}
#links:hover
{
	background-image: url(../images/tab_links_hover.png);
}

#tab_r {
	height: 49px;
	width: 8px;
	float: right;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../images/tab_r.png);
}

#main {
	background-repeat: repeat-x;
	background-image: url(../images/watermark.png);
	height: 570px;
	width: 100%;
	float: left;
	position: relative;
	background-color: white;
	min-width:950px;
}
#leftcol {
	background-repeat: repeat-y;
	position:absolute;
	width:450px;
	top:0px;
	left:0px;
	height: 570px;
	background-image: url(../images/content_l.png);
	z-index:2;
}
#leftcolsmall {
	background-repeat: repeat-y;
	position:absolute;
	width:50px;
	top:0px;
	left:0px;
	height: 570px;
	background-image: url(../images/content_l.png);
	z-index:2;
}
#rightcol
{
	background-position: 198px;
	background-repeat: repeat-y;
	position:absolute;
	width:200px;
	height: 570px;
	top:0px;
	right:0px;
	background-image: url(../images/content_l.png);
	z-index:1;
	
}
#rightcol h1
{
	text-align: center;
}
.content {
	font-size: small;
	margin-left: 450px;
	margin-bottom: 20px;
	margin-right: 200px;
	margin-top: 60px;
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
	
.contentlarge {
	font-size: small;
	background-repeat: no-repeat;
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	margin:50px 250px 20px 50px;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */

	
}
	
	
	
#content_b {
	background-repeat: repeat-x;
	background-image: url(../images/content_b.png);
	height: 5px;
	width: 100%;
	float: left;
	position: relative;
	min-width:950px;
}

#content_bl {
	background-image: url(../images/content_bl.png);
	height: 5px;
	background-repeat: no-repeat;
	width: 5px;
	float: left;
	position: relative;
}

#content_br {
	background-image: url(../images/content_br.png);
	height: 5px;
	background-repeat: no-repeat;
	width: 5px;
	float: right;
	position: relative;
}

#content_l {
	height: 570px;
	width: 2px;
	float: left;
	position: relative;
	background-color: #a7b995;
}

#content_r {
	height: 570px;
	width: 2px;
	float: right;
	position: relative;
	background-color: #afbf9f;
}



#contactus {
	margin-bottom: 20px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-image: url(../images/contactus.png);
	height: 199px;
	width: 190px;
	position: relative;
}
#contactus h2 {
	font-size:larger;
	top: 4px;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}
#telephone {
	background-position: 4px;
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 6px;
	background-image: url(../images/telephone.png);
	background-repeat: no-repeat;
	position: relative;
	width: 199px;
	height: 45px;
	text-indent: 40px;
	float:left;
}
#telephone span {
	left: 27px;
	top: 10px;
	position: relative;
	text-align: right;
	font-size: 14px;
}
#mobile {
	background-position: 14px;
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
	background-image: url(../images/mobile.png);
	background-repeat: no-repeat;
	position: relative;
	width: 199px;
	height: 50px;
	text-indent: 40px;
	float:left;
}
#mobile span {
	left: 27px;
	top: 10px;
	position: relative;
	text-align: right;
	font-size: 14px;
}

.callme {
	
	position: relative;
	height: 20px;
	width: 130px;
	float:left;
	
}

#mail {

	border-style: none;
	position: relative;
	float: left;
	margin-left: 6px;
}
#contactus a {
	color: #191919;
	top: 12px;
	float:right;
	position: relative;
	font-size: 12px;
	background-color: #f0f6cd;
	margin-right: 12px;

	
}
.rss {
	margin-bottom: 10px;
	
	background-repeat: no-repeat;
	background-image: url(../images/rss.png);
	height: 105px;
	width: 190px;
	position: relative;
}


.rssclass{
	border-style: none;
	font-size: 8pt;
	width: 170px;
	height: 90px;
	padding: 5px;
	text-align: left;
	margin-left: 2px;
}

.rssclass .rsstitle{
	width:170px;
	text-align: center;
	height: 30px;
	margin-top: 2px;
}

.rssclass .rssdate{
	color: gray;
	font-size: 85%;
}

.rssclass a{
	text-decoration: none;
}
.rssdescription
{
	width:170px;
}
#footer
{
	margin-top: 8px;
	float: left;
	position: relative;
	width:100%;
	height: 39px;
	background-color: #80937f 
}
#footer_l
{
	background-image: url(../images/footer_l.png);
	background-repeat: no-repeat;
	width: 2px;
	height: 39px;
	float: left;
	position: relative;
}
#footer_r
{
	background-image: url(../images/footer_r.png);
	background-repeat: no-repeat;
	width: 2px;
	height: 39px;
	float: right;
	position: relative;
}
#footer_c
{
	text-align: center;
	margin-left: 3px;
	float: left;
	background-repeat: no-repeat;
	width: 99%;
	height: 39px;
	position: relative;
	line-height: 14px;
}
#footer span
{
	text-align: center;
	color: white;
	font-size: 10px;
	position: relative;
	left: -170px;

}
#footer a
{
	text-decoration: none;
	color: white;
}
h1 {
	font-size: x-large;
}

.block_l{
	background-repeat: no-repeat;
	background-image: url(../images/large_block_l.png);
	height: 480px;
	width: 30px;
	position: absolute;
	top:10px;
	left:0px;


}
.block {
	margin-left: 20px;
	margin-right: 3px;
	background-repeat: repeat-x;
	background-image: url(../images/large_block_c.png);
	height: 480px;
	width:auto;
	min-width:120px;
	position: relative;
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 30px;

}
	
	
.block_r {

	background-repeat: no-repeat;
	background-image: url(../images/large_block_r.png);
	height: 480px;
	width: 33px;
	position: absolute;
	top:10px;
	right:0px;
	

}
#validxmls
{
	border-style: none;
	margin-left: 30px;
	margin-top: 5px;
	position: relative;
	float: left;
}
#validxmls img
{
	border-style: none;
}
#validcss
{
	border-style: none;
	margin-left: 10px;
	margin-top: 5px;
	position: relative;
	float: left;
}
#validxmls css
{
	border-style: none;
}
#iewarning
{
	font-size: xx-small;
	color: red;
}
.scoot
{
	


	border-color: #666666;
	


	border-style: solid;
	


	margin-left: 20px;
	


	margin-top: 10px;
	


}
