/*Copyright 2006 Compass Design and Joomlashack All rights reserved*/
/*Joomlashack.com Joomla Template*/

@import url("base.css"); /*Base css file with text resizers and width buttons*/

/*Uncomment one of these files if you want a fixed width with no stylechange width button*/
/*@import url("800fixed.css"); Fixed width 800 px*/
/*@import url("1024fixed.css"); Fixed width 1024 px*/

@import url("customize.css"); /*Use this file to customize your website*/

/*This CSS controls the width of the logo. You must also set the line height of the H1 tag to the same height of your logo for SEO*/
/*To adjust the height you will need to edit the topbar and body.bodyfluid.topbar classes in 800.css and 1024.css*/
/*If you are using the fixed width option you must change the 800fixed.css or 1024fixed.css to adjust the width*/
.topbar h1{position:relative;margin:0;padding:0;background:url(../images/logo.jpg) no-repeat 20px 0;}
.topbar h1 a{display:block;text-indent:-5000px;text-decoration:none;width:450px;line-height:44px;}
.topbar {position:relative;width:100%;}
body.contentpane {background:#fff}
.imgleft {
    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: #b3b3b3;
	border-right-color: #b3b3b3;
	border-bottom-color: #b3b3b3;
	border-left-color: #b3b3b3;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0pt;
	padding-top: 2px;
	padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
	}
.imgright {
    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: #b3b3b3;
	border-right-color: #b3b3b3;
	border-bottom-color: #b3b3b3;
	border-left-color: #b3b3b3;
	float: right;
	margin-top: 5px;
	margin-right: 0pt;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
	}
.imgcenter {
    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: #b3b3b3;
	border-right-color: #b3b3b3;
	border-bottom-color: #b3b3b3;
	border-left-color: #b3b3b3;
	align: center;
	margin-top: 5px;
	margin-right: 0pt;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
	}
.mosimage {
    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: #b3b3b3;
	border-right-color: #b3b3b3;
	border-bottom-color: #b3b3b3;
	border-left-color: #b3b3b3;
	/* float: left; */
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0pt;
	padding-top: 2px;
	padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}