/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: URL("/graphics/bg.gif") #000 repeat-x;
	font-family:arial,sans-serif;
	font-size:13px;
	color:#5a5656;
	
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:986px; 
	padding: 0;
	background: URL("/graphics/mainbg.gif") repeat-y; 
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}


div#splashcontainer {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:986px; 
	padding: 0;
	background: URL("/graphics/mainbg.gif") repeat-y; 
}

div#header {
	width:986px;
	height:163px;
	background: url("/graphics/header.gif") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:0 0 179px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#splashcontent {
	padding:0 0 0 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}


div#footer {
	position:absolute;
	width:986px;
	height:111px;
	padding:68px 0 0 0;
	bottom:0; /* stick to bottom */

	background: url("/graphics/footer.gif") no-repeat;
	font-size:11px;
	font-family:tahoma,arial,sans-serif;
	margin: 0 auto 0 auto;
	visibility: hidden;
	color: #383837;
	text-transform:uppercase;

}

div#splashfooter {
	width:986px;
	height:90px;

	background: url("/graphics/splashfooter.gif") no-repeat;
	font-size:11px;
	font-family:tahoma,arial,sans-serif;
	margin: 0 0 0 8px;
	color: #383837;
	text-transform:uppercase;

}




/* main nav */


#rightmenu {
	width: 250px;
	margin: 26px 29px 20px 0px;
	float:right;
	display:inline;
	font-size:15px;
	color:#d03c36;
	font-weight:bold;
	line-height:22px;
	border-left:1px solid #9d9999;
	padding:0 0 32px 25px;
}




/* content formatting */

#titlebar {
	width: 932px;
	height:37px;
	padding:87px 0 0 38px;
	margin: 0 auto;
	background: url("/graphics/titlebar.jpg") no-repeat;
}


#pagecontent {
	width: 830px;
	margin: 0 0 20px 49px;
	padding:26px 32px 0 0;
	overflow: auto;
	line-height:21px;
	float:left;
	display:inline;
}

#servicespagecontent {
	width: 600px;
	margin: 0 0 20px 49px;
	padding:26px 32px 0 0;
	overflow: hidden;
	line-height:21px;
	float:left;
	display:inline;
}

#splt {
	width:970px; 
	height:241px; 
	float:left;
	background: url("/graphics/sprt.gif") repeat-x;
	padding:0 0 21px 0;
}

/* old version #splt {
	width:681px; 
	height:241px; 
	float:left;
	background: url("/graphics/sprt.gif") repeat-x;
} */

#sprt {
	width:187px; 
	height:241px; 
	padding:21px 60px 0 42px;
	line-height:16px;
	color:#fff;
	float:right;
	background: url("/graphics/sprt.gif") no-repeat;
}

#spbg {
	width:895px; 
	padding: 0 42px 0 33px;
	line-height:21px;
	background: url("/graphics/spbg.gif") #e4e2e1 repeat-x;
}
#lu {
	background: url("/graphics/lu.gif") no-repeat;
	float:right; 
	width:225px;
	padding:33px 0 0 0;
}

#left_foot {
	float: left;
	padding-top: 32px;
	padding-left:32px;
}

#right_foot {
	float: right;
	padding-top: 32px;
	padding-right:32px;
}


#right_foot a{
	color: #383837;
	text-decoration: none;
}

#right_foot a:hover{
	color: #d03c36;
	text-decoration: underline;

}


#clear {
	clear: both;
}

div.clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #cc3932;
	text-decoration: none;
	 outline: none;

}
a:hover {
	color: #dc7762;
	text-decoration: underline;
}


a.learn {
	color: #cc3932;
	text-decoration: none;
	 outline: none;
	 margin:0 0 0 2px;

}
a.learn:hover {
	color: #dc7762;
	text-decoration: underline;
}

a.butn2 {
	color: #fff;
	text-decoration: none;
	background:#6a6363;
	padding:3px 8px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}
a.butn2:hover {
	color: #ffb600;
	background:#cc3932;
	text-decoration: none;
}

#indexcontent {
	float:left; 
	width:390px;
}

#indexcontent ul{
list-style: none;
margin:0 0 20px 20px;
padding:0;
}

#indexcontent li {
	background: url("/graphics/bullet.gif") no-repeat 0 7px;
	padding:0 0 2px 15px;
}


#newslist{
padding: 0;
text-align:left;
}

#newslist ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#newslist li {
margin: 0;
}

li a.newslist {
display: block;
padding: 8px 0;
color: #cc3932;
text-decoration: none;
}

li a.newslist:hover{
color: #dc7762;
	text-decoration: underline;
}










h1 {
	font-weight:bold;
	font-size:15px;
	color: #d03c36;
	text-transform: capitalize;
	margin:27px 0 0 49px;
}


p { 
	margin:16px 0 16px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

.error {
	font-size:15px;
	line-height:17px;
	color: #1b1a1d;
	padding:10px 20px 20px 20px;
}



/* catalog styles */

a.catalog {
	color: #01177a;
	text-decoration: none;
}
a.catalog:hover {
	color: #0266c4;
	text-decoration: none;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #5C4033;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
td.cartdisplay {
	background: #eaeaea;
	border-bottom: solid 1px #bababa;
	padding: 6px 8px;
	}

td.cartdisplaytop {
	border-bottom: solid 1px #bababa;
	padding: 2px 8px;
	font-weight: bold;
	}
	
td.cartname {
	font-weight: bold;
	font-size:11px;
	}
td.cartoptions {
	font-size: 11px;	
	}
td.cartsub {
	padding: 6px 8px;
	}
.border {
	border: solid 1px #eeaf04;
}


/* links page  */

h5 {
	font-weight:bold;
	font-size:14px;
	text-transform: uppercase;
	margin:20px 0 5px 0;
	color: #e32b00;
}

	
div.links {
	padding: 8px 0 8px 10px;
	border-top: solid 1px #ccc6b4;
	width: 90%;
}

div.links a{
	color: #000000;
	text-decoration: none;
}

div.links a:hover{
	color: #e32b00;
	text-decoration: underline;
}






/* menu codes */





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 250px;
padding: 0;
font-size: 13px;
text-align:left;
text-transform:uppercase;
	font-weight:normal;
}

* html #blueblock{ /*IE 6 only */
w\idth: 250px; /*Box model bug: 180px minus all left and right paddings for #blueblock  from the UL and LI */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
margin: 0;
}

li a.blueblock {
display: block;
padding: 8px 0 0 0;
color: #5a5656;
text-decoration: none;
width: 250px;
height:21px;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #d03c36;
	text-decoration: none;
}





#topmenu ul {
	list-style: none;
   width: 970px;
	height:40px;
	padding:0;
	margin: 0 auto;
   position: relative;
	overflow: hidden;
	background: url("/graphics/topmenu.gif") no-repeat;
   }

#topmenu li {
   display: inline;
   position: absolute;
}


#topmenu li a{
   float: left;
	font-size:11px;
   line-height: 14px;
   white-space: nowrap;
   	text-transform: uppercase;
   	text-align:center;
padding: 0 0 0 0;
text-indent:200px;
overflow:hidden;
height:40px;
}

#topmenu li a:hover {
	color: #bceffa;
	}
a.on {
	color: #bceffa;
	}
	
#topmenu a {
	color: #ffffff;
	text-decoration: none;

}
#topmenu a:hover {
	color: #bceffa;
	text-decoration: none;
}	
	
	
	


a.home {
background: url("/graphics/topmenu.gif") -7px 0 no-repeat;
width:119px;
}

a.home:hover{
background: url("/graphics/topmenu.gif") -7px -40px no-repeat;
}

a.services {
background: url("/graphics/topmenu.gif") -142px 0 no-repeat;
width:138px;
}

a.services:hover{
background: url("/graphics/topmenu.gif") -142px -40px no-repeat;
}

a.contact {
background: url("/graphics/topmenu.gif") -295px 0 no-repeat;
width:159px;
}

a.contact:hover{
background: url("/graphics/topmenu.gif") -295px -40px no-repeat;
}

a.coverage {
background: url("/graphics/topmenu.gif") -469px 0 no-repeat;
width:143px;
}

a.coverage:hover{
background: url("/graphics/topmenu.gif") -469px -40px no-repeat;
}

a.clients {
background: url("/graphics/topmenu.gif") -627px 0 no-repeat;
width:123px;
}

a.clients:hover{
background: url("/graphics/topmenu.gif") -627px -40px no-repeat;
}

a.gallery {
background: url("/graphics/topmenu.gif") -766px 0 no-repeat;
width:196px;
}

a.gallery:hover{
background: url("/graphics/topmenu.gif") -766px -40px no-repeat;
}



ul.dropdown {
list-style: none;
margin: 0;
padding: 0;
border: none;
z-index:10000;
position:relative;
}

ul.dropdown li span {
display: block;
_display:inline-block;
text-decoration: none;
}
ul.dropdown li a {
display: block;
position: relative;
_display:inline-block; /* so IE doesn't add space between elements */
_width: 83%; /* makes block fill width in IE */
padding: 6px 0 6px 8px;
font-size: 11px;
line-height:13px;
font-weight:bold;
color: #ffffff;
text-decoration: none;
border-bottom:1px solid #fff;

}


ul.dropdown li a:hover{
color: #ffffff;
background: #c8332e;
	text-decoration: none;
}


#services {
	width:138px;
	padding: 0px 0;
	background: #de7865;
	position: absolute;
	top: 198px;
	left: 150px;
	display: none;
	z-index:1000;
}


a.butn {
	color: #fff;
	text-decoration: none;
	background:#d33f39;
	padding:5px 10px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}
a.butn:hover {
	color: #fff;
	background:#6d6a6a;
	text-decoration: none;
}
