/* HTML TAG*/
/***********************************************/ 
html {
	height:100%;
	margin-bottom:1px;

}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-image: url(images/bg.jpg);
	background-color: #666666;
	background-position: top;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 24px;
 color: #1f2a33;
}

h2{
 font-size: 20px;
 color: #1f2a33;
}

h3{
 font-size: 18px;
 color: #1f2a33;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #1f2a33;
}

h5{
 font-size: 100%;
 color: #1f2a33;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

.b {
	font-weight: bold;
}
		
/***********************************************/
/****** LAYOUT DIVS ******/
/***********************************************/
#divContainer{
	width:960px;
	height:100%;
	margin:0 auto;
	padding:0;
	background-color: #ffffff;
	background-image: url(images/shadow_container.jpg);
	background-repeat: no-repeat;
	background-position: right top;
} 
/************* HEADER AND NAV **************/

#header{
	margin: 0;
	width: 960px;
}

#globalNav{
	width:960px;
	height: 102px;
}

/************* END HEADER AND NAV **************/

/************* MID AREA **************/
#mid{
	width: 960px;
	margin: 0px;
	float: left;
	background-color: #FFFFFF;
}

#mid a:link{
	color: #333333;
	text-decoration:underline;
}

#mid a:visited{
	color: #333333;
	text-decoration:underline;
	
}

#mid a:hover{
    color: #b24626;
	text-decoration:underline;
}

#midText{
	width: 840px;
	margin: 0px;
	float: left;
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 14px;
	padding-bottom: 14px;
}

#midText a:link{
	color: #333333;
	text-decoration:underline;
}

#midText a:visited{
	color: #333333;
	text-decoration:underline;
	
}

#midText a:hover{
    color: #b24626;
	text-decoration:underline;
}

#midBoxhm{   /************* USED FOR BOXES ON HOME PAGE**************/
	width: 834px;
	margin: 0px;
	float: left;
	padding-left: 63px;
}
#midBoxhm img{
	margin: 0px;
	float: left;
}

#midShopHm{
	width: 391px;
	height: 296px;
	margin: 0px;
	float: left;
	background-image: url(images/bg_shop_on_line.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 12px;
	
}
#midClientsHm{
	width: 315px;
	height: 296px;
	margin: 0px;
	float: left;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 80px;
}


/************* MID LEFT RIGHT AREA INSIDE**************/
#midLt{
	width: 330px;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#midLt a:link{
	color: #333333;
	text-decoration:underline;
}

#midLt a:visited{
	color: #333333;
	text-decoration:underline;
	
}

#midLt a:hover{
    color: #b24626;
	text-decoration:underline;
}
#midRt{
	width: 564px;
	float: right;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 40px;
	padding-left: 18px;
}

#midRt a:link{
	color: #333333;
	text-decoration:underline;
}

#midRt a:visited{
	color: #333333;
	text-decoration:underline;	
}

#midRt a:hover{
    color: #b24626;
	text-decoration:underline;
}


#midBoxes{   /************* USED FOR SMALL BOXES IN A ROW**************/
	width: 834px;
	margin: 0px;
	float: left;
	padding-left: 63px;
}

/************* SMALL BOXES ***************/
#smBox{
	width: 262px;
	margin: 0px;
	float: left;
	padding: 8px;
}

#smBox a:link{
	color: #333333;
	text-decoration:underline;
}

#smBox a:visited{
	color: #333333;
	text-decoration:underline;
	
}

#smBox a:hover{
    color: #b24626;
	text-decoration:underline;
}
#bigPhoto{   /************* USED FOR SMALL BOXES IN A ROW**************/
	width: 960px;
	margin: 0px;
	float: left;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 20px;
}
#bigArea{   /************* USED FOR FULL MIDDLE AREA**************/
	width: 960px;
	margin: 0px;
	float: left;
	text-align: center;
}
/************* BEGIN FOOTER STYLES ***************/

#footer{
	clear: both;
	width:930px;
	height:64px;
	margin-top:0px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 30px;
	text-align: center;
	background-color: #000000;
}
#footer a:link{
	color: #FFFFFF;
}

#footer a:visited{
    color: #FFFFFF;
}

#footer a:hover{
    color: #3892df;

}
.copyright {
	font-size: 10px;
	color: #FFFFFF;
}
/************* END FOOTER STYLES ***************/
