html { 
	min-width: 752px;
	 }
	 
/* layout  */

body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;	
/*	background: #524A42 url(/global/images/layout/1holder.gif) top center repeat-y; */
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	
div#wrapper	{
	color: #325087;
/*	background: transparent url("/global/images/layout/background.gif") top left repeat-y; */
	width: 762px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-right: 3px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	}
	
div#header	{
	height: 150px;
	width: 752px;
	margin: 0 0 0 0px;
	padding: 0;
	border: 0;
	background: url(/global/Images/layout/header.jpg) top left repeat-x;
/*	background: #EEEEDD; */
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin-left: 10px;
	}
	
	/* Primary nav 	*/

div#globalnav	{
	position: relative;
	height: 40px;
	width: 752px;
	margin: 0 0 0 0px;
	padding-right:5px;
	padding-left:5px;
	border: 0;
	background: #FFFFFF;
	line-height: 1;
	font-size: 11px;
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin-left: 10px;
	z-index:1;
	}
	
div#globalnav ul 	{
    padding: 5px;
	position: relative;
    margin: 0;
    list-style: none;
	line-height: 1;
	font-size: 11px;
	color: #FFFFFF;
	z-index: 200;
	}	
	
div#globalnav li {
	float: left;
	position: relative;
	width: 109px;
	height: 20px;
	text-align: left;
	cursor: default;
	background-color: #CCCCCC;
	border-width: 1px 0;
  }
		
div#globalnav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0.5em 0 1em 0;
	background-color: #DCDCDC;
	border-bottom: 1px solid #999;
	font-size: 11px;
	padding-bottom: 3px;
  }
div#globalnav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}	
div#globalnav li > ul {
	top: auto;
	left: auto;
	}

div#globalnav li:hover ul, li.over ul{ display: block; }	

#nav a {
	display: block;
	text-decoration: none;
	color: #000000;
	font-weight:bold;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #000000;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #000000;
	border-width: 0 5px;
}

li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

	
div#maincontent 	{
	float: left;
	width: 740px;
	padding: 0;
	border: 0;
	margin: 0;
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin-left: 6px;
	}

div#maincontent h2 {
	font-size:15px;
	font-weight: bold;
	color: #000;
	margin:5px 0px 5px 10px;
	}
	
div#maincontent h3 {
	font-size:14px;
	font-weight: bold;
	width:90%;
	color: #000;
	border-bottom: 1px solid #000;
	margin:10px 0px 10px 10px;
	padding: 0px 0px 5px 0px;
}

div#maincontent h4 {
	font-size:10px;
	font-weight: bold;
	width:90%;
	color: #000;
	border-bottom: 1px solid #000;
	margin:10px 0px 10px 10px;
	padding: 5px 0px 5px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	}

div#maincontent h5 {
	font-size: 11px;
	font-weight: bold;
	margin:10px 0px 0 10px;
	padding: 0;
	}
	
div#maincontent p, div#maincontent td {
	font-size:11px;
	line-height:1.7em;
	color: #000;
}

div#maincontent p{
	margin: 0px 10px 10px 10px
}

div#maincontent input,select {
	z-index: 100;
}

div#maincontent table {
	padding-left: 10px;
	padding-right: 10px;
}

div#maincontent ul {
	font-size:11px;
	color:#333333;
	position: relative;
	list-style-type: none;
	padding: 0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}

div#maincontent ol {
	font-size:11px;
	color:#333333;
	list-style-type: decimal;
	position: relative;
	padding: 0px 0px 10px 25px;
	margin:0px 0px 0px 0px;
}

div#maincontent ol li {
	padding: 3px 5px 8px 0px;
	margin: 0px 0px 0px 7px;
	line-height:1.7em;
}
	

html>body div#maincontent {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 12px;
	min-height: 800px;
	}

div#rightside	{
	margin: 0 0 0 504px;
	padding: 0;
	width: 230px;
	border: 0;
	}

div#footer	{
	clear: both;
	border: 0;
	border-top: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	background: url(/global/images/footer.jpg) top left repeat-x;
	color: #000000;
	width: 740px;
	padding: 5px 0;
	margin: 10px 0 0 12px;
	}
	
div#header	img {
	position: relative;
	float: left;
	margin: 10px 0px 0px 0px;
	}
img.home 	{
	border: 2px solid #ccb;
	}
	
div#footer p	{
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 0 0px;
	color:#000000;
	}
	
div#footer a:link, div#footer a:hover, div#footer a:visited	{
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 0 0px;
	color:#FFFFFF;
	}	

h1	{
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h1 a:link, h1 a:visited	{
	display: block;	
	width: 700px;
	height: 50px;
	background: #cc9 url(/global/images/layout/logohed.gif) top left no-repeat;
	margin: 0 0 0 12px;
	padding: 0;
	border: 0;
	}
	
h1 a:hover	{
	background: #cca url(/global/images/layout/logohed.gif) top left no-repeat;
	}
		
		
	/* Default links 	*/

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color:#524A42;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color:#524A42;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color:#524A42;
	background: transparent;  
	}

div#maincontent p a:link, div#maincontent p a:visited, 
div#maincontent dd a:link, div#maincontent dd a:visited,
div#maincontent li a:link, div#maincontent li a:visited {
	text-decoration: underline;
	} 

div#maincontent p a:hover, div#maincontent li a:hover {
	text-decoration: none;
	} 
	/* Typography 	*/
	
h2, h3, h4	{
	font-weight: bold;
	line-height: 1.2em;
	margin: 15px 0 0 0;
	}

div#maincontent p	{
	margin: 0 0 1em 0;
	line-height: 140%;
	color:#524A42;
	}
	
div#maincontent h2	{
	font-size: 18px;
	color:#524A42

	}

body#home div#maincontent h2	{
	margin-top: 25px;
	
	}

body#home div#maincontent h2.follow	{
	margin-top: 5px;
	}

div#maincontent h3	{
	font-size: 14px;
	color:#524A42
	}

blockquote	{
	padding: 0;
	padding-left: 10px;
	margin-left: 10px;
	border: 0;
	border-left: 1px dotted #785;
	}
	/*  List frippery */

div#maincontent ul 	{
	margin: 3px 0;
	padding: 0 0 5px 0;
	color:#524A42
	}
	
div#maincontent ol li		{
	list-style: decimal outside;
	line-height: 140%;
	margin: 0 5px 5px 0;
	padding: 0 0 0 5px;
	}

div#maincontent ul li	{
	line-height: 140%;
	margin-bottom: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-left: 5px;
	list-style:square inside;
	}
	
div#maincontent ul ul li {
	margin-top: 10px;
	list-style: square inside;
	}
	
body #rightside h2 	{
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
	background: transparent;
	color: #FFFFFF;
	padding: 2px 5px 3px 5px;
	background: #524A42;
	font-size: small;
	font-weight: normal;
	}
	
body #rightside p 	{
	background: transparent;
	color: #FFFFFF;
	padding: 2px 5px 3px 5px;
	font-weight: normal;
	margin: 0 0 1em 0;
	line-height: 140%;	}	
	
body #rightside ul li	{
	line-height: 140%;
	margin-bottom: 5px;
	padding-bottom: 0;
	list-style:square inside;
	color:#FFFFFF
	}
	
body #rightside a 	{
	background: transparent;
	color: #FFFFFF;
	padding: 2px 5px 3px 5px;
	font-weight: normal;
	margin: 0 0 1em 0;
	line-height: 140%;	}		
	
body #rightside p a:link, body #rightside p a:visited, 
body #rightside li a:link, body #rightside li a:visited {
	text-decoration: underline;
	color:#FFFFFF
	} 

body #rightside p a:hover, body #rightside li a:hover {
	text-decoration: none;
	color:#FFFFFF;
	} 
	
div#home, div#aboutus, div#products, div#contactus, div#customwork {
	position:relative;
	float: left;
	width: 145px;
	height: 20px;
	font-size: 11px;
	line-height: 17px;
	text-align: center;
	border-right: 1px solid #A1A1A1;
	margin: 5px 0px 5px 0px;
}

div#contactus {
	border-right: none;
}

div#home a, div#aboutus a, div#products a, div#contactus a, div#customwork a {	
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

div#home a:hover, div#aboutus a:hover, div#products a:hover, div#contactus a:hover, div#customwork a:hover {
	color: #CE5736;
}

/* homepage boxes */

.infobox {
	position:relative;
	float:left;
	width: 210px;
	height: 229px;
	padding: 0px 5px 0px 0px;
	margin-left: 1px;
	margin-right: 1px;
	background-image:url(/global/images/layout/boxbg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	z-index: 0;
	}
	
.infobox_logo {
	position:relative;
	float:left;
	width: 210px;
	height: 229px;
	padding: 0px 5px 0px 0px;
	margin-left: 1px;
	margin-right: 1px;
	background-position: bottom;
	background-repeat: repeat-x;
	z-index: 0;
}	
	
.infobox_image {
	position:relative;
	float:left;
	width: 210px;
	height: 229px;
	padding: 0px 5px 0px 0px;
	margin-left: 1px;
	margin-right: 1px;
	background-image:url(/global/images/layout/boxbg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	z-index: 0;
	}	
.infoboxcontent {
	position:relative;
	float:left;
	width: 210px;
	z-index: 0;
}
.infoboxtitle {
	position:relative;
	float:left;
	border-bottom: 1px solid #CCCCCC;
	width: 210px;
	z-index: 0;
	}
	

.infobox h2 {
	margin: 10px 0px 10px 10px;
	color:#000000;
	font-size:12px;
}

.infobox h3 {
	font-size: 10px;
	line-height:1.7em;
	margin: 0px 2px 0px 10px;
	color:#524A42;
}

.infobox h4 {
	margin-bottom:0px;
	margin-top:0px;
	padding:8px 5px 8px 10px;
	font-size:10px;
	color:#666666;
	background-repeat: no-repeat;
	font-weight: normal;
}

.infobox h5{
	font-size:10px;
	text-align:right;
	padding:10px 5px 8px 0px;
	margin-bottom:0px;
	margin-top:0px;
}

.infoboxcontent p {
	font-size: 10px;
	line-height:1.7em;
	margin: 0px 2px 15px 10px;
	color:#333333;
}
.infoboxcontent ul {
	margin-top: 0px;
	list-style:square;
}
.infoboxcontent li {
	font-size: 10px;
	line-height:1.7em;
	color:#333333;
}
.infobox h4{
	margin-bottom:0px;
	margin-top:0px;
	padding:8px 5px 8px 10px;
	font-size:10px;
	color:#666666;
	background-repeat: no-repeat;
	font-weight: normal;
}

.infobox h5{
	font-size:10px;
	text-align:right;
	padding:10px 5px 8px 0px;
	margin-bottom:0px;
	margin-top:0px;
}

div#tier1solutions {
	position: relative;
	width: 435px;
	float:left;
	background-image:url(/global/images/layout/boxbg.gif);
	background-repeat:repeat;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	z-index: 0;
}

div#tier1solutions h2 {
	margin: 10px 10px 0px 10px;
	z-index: 0;
	color:#333333;
	font-size:11px;
	line-height:1.7em;
}


div#tier1solutions h3 {
	font-size: 12px;
	line-height:1.7em;
	margin: 0px 2px 0px 10px;
	color:#524A42;
}

div#tier1solutions p{
	margin: 0px 10px 15px 10px;
	z-index: 0;
	color:#333333;
	font-size:11px;
	line-height:1.7em;
}

div#tier1solutions a, .infobox a {
	text-decoration:none;
	color:#325087;
	font-weight: bold;
}

div#tier1solutions a:hover, .infobox a:hover {
	color:#000000;}