body {
	background-color: #000;
	font-size:11px;
	}

#containers_container {
	width: 990px;
	min-height: 705px;
	margin: auto;
	background: #868686 url(../images/containers_container_bg.jpg) top repeat-y;
	position: relative;
	}
	
	#topLeftCorner {
		position: absolute;
			left: 0px;
			top: 0px;
		}
	
	#topRightCorner {
		position: absolute;
			right: 0px;
			top: 0px;
		}
	
	#container {
		width: 843px;
		min-height: 705px;
		margin: auto;
		}
	
		#header {
			background:url('../images/header_bg.jpg') repeat-x left top;
			height: 194px;

			position: relative;
			}
			
			#flash {
				position: absolute;
					bottom: 0px;
				}
				
				.flash { margin-left: 10px; }
			
			#logo {
				position: absolute;
					left: 59px;
					top: 22px;
				}
			
			#pImg {
				position: absolute;
					top: 81px;
				}

		#main1 {
			background: #fff url(../images/main1_bg.gif) top repeat-y;
			}
			
		#main2 {
			background: url(../images/main2_bg.gif) top no-repeat;
			padding-top: 10px;
			}
			
		#colLeft {
			float: left;
			/*width: 138px;*/
			width: 50px;
			position: relative;
				left: 28px; 
			padding: 0;
			}

		#colRight {
			float: right;
			width: 150px;
			margin: 0;
			padding: 0;
			}
			
		#content {
			margin-left: 50px;
			width: 685px;
			background: url(../images/content_bg.gif) top repeat-x;
			background-color: #a8a8a8;
			padding-left: 25px;
			padding-right: 0;
			padding-bottom: 25px;
			}
			
		#home_content {
			width: 843px;
			min-height: 273px;
			background: url(../images/home_content_bg.gif) top no-repeat;
			padding-bottom:10px;
			}
			
			#redTitle {
				margin-top: 6px;
				margin-bottom: 14px;
				color: #871217;
				text-transform: capitalize;
				font-family: "Verdana";
				font-size: 26px;
				line-height: 28px;
				font-weight: bold;
				}
				
			#twoBoxContainer {
				width: 740px;
				margin-left: 57px;
				padding-top: 35px;
				
				}
				
				#homeBox1 {
					width: 355px;
					float: left;
					}
					
				#homeBox2 {
					width: 306px;
					float: left;
					margin-left: 79px;
					}
					
					.homeTitleGif {
						margin-bottom: 12px;
						}
						
					#viewPositions {
						padding-top:15px;
						}
						
					#companyawards {
						margin-top: -4px;
						}
						
						#award1 {
							position: relative;
								top: -18px;
							}
						
						#award2 {
							position: relative;
								top: -18px;
								left: 8px;
							}
							
			#sideMenu {
				margin: 0px;
				padding: 0px;
	z-index: 900;
	position: absolute;
				}
				
			#sideMenu li {
				background: url(../images/sideButton_bg.gif) repeat-x;
				width: 133px;
				height: 25px;
				list-style: none;
				color: #fff;
				font-family: "verdana";
				padding-left: 5px;
				padding-top: 5px;
				}
				
				#sideMenu a {
					color:#fff;
					font-size:0.9em;
					text-decoration:none;
					}
				

		
		#footer { 
			height: 74px;
			background: url(../images/footer_bg.gif) no-repeat;
			position: relative;
			}
			
			#footerLinks {
				width: 793px;
				height: 13px;
				position: relative;
				font-size:8px;
				padding:0 0 0 50px;margin:0;list-style:none;
				}
				#footerLinks li { float:left;border-right:solid #000 1px;}
				#footerLinks li.last {border:none;}
				#footerLinks li a { color:#000;display:block;padding:0 5px;text-decoration:none;text-transform:uppercase;}
				
				
			
			#footercopyright {
				width: 843px;
				font-size: 8px;
				}

			

		
		body.noRight #main2 { 
			background-image: none; 
			}
		
		body.noRight #colRight { 
			display: none; 
			}
		
		body.noRight #content { 
			margin-right: 0; 
			}
		
		body.noLeft #main1 { 
			background-image: none; 
			}
		
		body.noLeft #colLeft { 
			display: none; 
			}
		
		body.noLeft #content { 
			margin-left: 0; 
			}
		
		body.noStructure {
			}
		
		body.noStructure #colLeft,
		body.noStructure #colRight,
		body.noStructure #main1,
		body.noStructure #main2,
		body.noStructure #content,
		body.noStructure #header,
		body.noStructure #footer,
		body.noStructure #menu {
			display:none;
			}

#products {}

#products #categories {
margin: 0 0 15px 0;
padding: 0;
}

#products #categories li {
background: #8a1317 url('../images/cat_bg.gif') repeat-x;
border: 1px solid #8a1317;
list-style: none outside;
width: 22%;
height: 126px;
padding: 5px;
margin: 0 5px 5px 0;
float: left;
}

#products #categories li img {
background: #4c6090;
display: block;
margin: 0 auto;
border: 2px solid #8a1317;
}

#products #categories li a.cat-title {
color: #fff;
font-weight: bold;
padding: 5px 0;
display: block;
text-decoration: none;
text-align: center;
}

#products #categories li a.cat-title:hover { background: #4e6392; }

#products #gallery {
margin: 0;
padding: 0;
}

#products #gallery li {
background: #eee;
list-style: none outside;
float: left;
width: 140px;
height: 106px;
text-align: center;
border: 1px solid #4e6392;
margin: 0 10px 10px 0;
padding: 10px;
}

/* Highslide */
.highslide {
	cursor: url(../images/highslide/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(../images/highslide/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url(../images/highslide/controlbar4.gif);
	width: 167px;
	height: 34px;
	margin-top: -5px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(../images/highslide/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.ClydeImage 
{
border:1px black solid;
padding:5px 5px 5px 5px ;
margin:0px 0px 2px 5px; 
}

.ClydeImageSmall 
{
border:1px black solid;
padding:5px 5px 5px 5px ;
margin:0px 0px 2px 5px; 
}

#location {
	position:absolute;
	margin-left:250px;
	margin-top:60px;
	
}

.ClydeImage 
{
border:1px black solid;
padding:5px 5px 5px 5px ;
margin:0px 0px 2px 5px; 
}

.ClydeImageSmall 
{
border:1px black solid;
padding:5px 5px 5px 5px ;
margin:0px 0px 2px 5px; 
}