body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
} #frame {
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
    height: auto;
	display:block;
	position:relative;
}  #logo {
    background: url(../images/header.png) no-repeat;
    width: 1024px;
    height: 98px;
    display: block;
    position: relative;
    float: left;
} #nav {
    background-color: #2557c1;
    height: 48px;
    width: 1024px;
    width: auto;
    display: block;
    position: relative;
    float: left;
} #flash {
    display: block;
    position: relative;
    float: left;
} #flash_in {
    padding-top: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
    height: auto;
    display: block;
    position: relative;
    float: left;
} #body {
    padding-top: 0px;
    margin-top: 0px;
    width: 990px;
    height: auto;
	display:block;
	position:relative;
	float:left;
	left:17px;
} #content {
	display:block;
	position:relative;
} #cbleft {
    display: block;
	position:relative;
    float: left;
} #cbleft_top {
    background: url(../images/news_top.png);
    height: 26px;
    width: 288px;
		position:relative;
	display:block;
} #cbleft_middle {
    background: url(../images/news_middle.png);
    height: auto;
    width: 288px;
	position:relative;
	display:block;
	padding-bottom: 21px;
} #cbleft_bottom {
    background: url(../images/news_bottom.png);
    height: 28px;
    width: 288px;
		position:relative;
	display:block;

} #cbright {
    width: 600px;
    display: inline;
    float: right;
    margin-right: 50px;
} #footer {
    float: right;
} #line {
    background: url(../images/bottom_line.png) no-repeat;
    height: 12px;
    width: 987px;
} #copyright {
    display: inline;
    float: left;
} #imedia {
    display: inline;
    float: right;
    margin-right: 5px;
} #man_logo {
    text-align: center;
}
/* Nav */

#nav li { list-style-type: none;
		  float: left;
		  margin-left: -6px;
		  margin-bottom: -6px;}

/* Tags */

#new { margin-bottom: 25px;
	   margin-top: 25px;} 

#edit { margin-bottom: 25px;
	    margin-top: 25px;} 
		
#contact li { list-style-type:none;
			  font-size: 14px;}

#contact { float: right;
		   border: solid black 2px;
		   margin-top: 18px;
		   background-color: #e9e8e8;
		   margin-bottom: 15px;}
		   
#in_contact { padding-right: 40px;}	

#imagebox { display: block;
			position:relative;
			margin-left: 15px;
			
			}
	
#imagefield { display: block;
			  position:relative;
			  float:left;
			  margin: 5px; }

.imageadmin { display:block;
			  position:relative;
			  margin-top: -21px;
			  margin-left: 160px;}
			  	
#photos { width: 650px;}

#employees { float:right;
			 width: 600px;
			 margin-left: 25px;}

#employee_box { min-height: 300px;
				width: 600px;}			 
#employee_text { display: block;
				 position: relative;
				 min-height: 300px;
				 width: 350px;}

#employee_img { float:right;
			    display: block;
				position: relative;
				margin-top: 50px;
				margin-left: 20px;
				margin-bottom: 20px;}

.logo { margin-top: 50px;}									
						  	   
/* Dropdown CSS */ 

a									{ text-decoration: none; }
ul									{ list-style: none; }
p                                   { margin: 15px 0; }
ul.dropdown {min-width: 984px;}
/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative;
									  display: block;
									  z-index: 10; }
ul.dropdown li                      {  float: left; }
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; margin-left: 22px; margin-right: 22px; font-size: 18px;
	 								  color: white; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #2557c1; color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; 
									   margin-top:13px; padding-top: 10px; padding-bottom: 10px; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 




/* Drop Down Rollovers */ .one_a {
    background-image: url(../images/home1.png);
    display: block;
    width: 91px;
    height: 48px;
} .one_a:hover {
    background-image: url(../images/home2.png);
} .two_a {
    background-image: url(../images/product1.png);
    display: block;
    width: 209px;
    height: 48px;
} .two_a:hover {
    background-image: url(../images/product2.png);
} .two_b {
    background-image: url(../images/catalogue1.png);
    display: block;
    width: 171px;
    height: 40px;
} .two_b:hover {
    background-image: url(../images/catalogue2.png);
} .three_a {
    background-image: url(../images/media1.png);
    display: block;
    width: 164px;
    height: 48px;
} .three_a:hover {
    background-image: url(../images/media2.png);
} .four_a {
    background-image: url(../images/about1.png);
    display: block;
    width: 120px;
    height: 48px;
} .four_a:hover {
    background-image: url(../images/about2.png);
} .five_a {
    background-image: url(../images/contact1.png);
    display: block;
    width: 101px;
    height: 48px;
} .five_a:hover {
    background-image: url(../images/contact2.png);
} .six_a {
    background-image: url(../images/dealer1.png);
    display: block;
    width: 151px;
    height: 48px;
} .six_a:hover {
    background-image: url(../images/dealer2.png);
} .seven_a {
    background-image: url(../images/manufacturer1.png);
    display: block;
    width: 159px;
    height: 48px;
} .seven_a:hover {
    background-image: url(../images/manufacturer2.png);
}

/* Tags */
p {
    margin: 10px;
}

h1 {
    font-size: 18px;
}

h2 {
    padding: 0;
    font-size: 16px;
    margin: 0 0 0 10px
}

h3 {
    padding: 0;
    font-size: 14px;
    margin: 0 0 0 10px
}

img {
    border: 0;
    padding: 0;
    margin: 0;
} .admintools {
    margin-left: 10px;
} #admin {
    height: 25px;
}
ul li a:hover { color: red;}
h1.products { margin-left: 15px;
			  margin-top: -2px;}
			  
a:active, a:visited, a:link, a:hover {
    font-size: 12px;
}
/*** CATALOGUE STYLES **/
.catainfo{
	display:block;
	position:relative;
	float:left;
	width:530px;
}
.cataimage{
	display:block;
	position:relative;
	float:right;
	width:70px;
}
.catabox{
	display:block;
	position:relative;
	float:left;
}

/*** PRODUCT STYLES **/

#products { margin-left: 40px;}
			
#product_category { width: 150px;
					height: 175px;
					border: solid black 2px;
					float: left;
					margin: 10px;
					text-align: center;}
#product_index { margin-left: 15px;
				 margin-right: 15px;}

#product_top { background: url(../images/top_product.jpg) no-repeat;
			   width: 670px;
			   height: 26px;
			   margin-bottom: -12px;}	
			   
#product_middle { background: url(../images/middle_product.jpg);
			      width: 669px;
			      min-height: 120px;}
				  
#product_bottom { background: url(../images/bottom_product.jpg) no-repeat;
			     width: 670px;
			     height: 25px;
				 margin-bottom: 15px;}	
				 
#product_text { width: 400px;}	

#product_img { width: 210px;
			  float: right;}

#show_img { width: 670px;}	
#show_text { width: 620px;
			 min-height: 250px;}
#show_video { width: 200px;
			  float: right;
			  margin-left: 25px;}		  			 			  				   				