@charset "utf-8";
/* CSS Document */

/*
-------------------
GOBAL STYLE RESETS
-------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

p{
	margin-top: .5em;
	margin-bottom: .3em;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}




/*
-------------------
BODY ELEMENTS
-------------------
*/

	body {
		margin: 0; padding: 0; text-align: left; background: #000000 url(../../img/bg_main.jpg) center top no-repeat; 
		}

	#wrapper {
		width: 860px;
		margin-left: auto; margin-right:auto;
		margin-top: 0;
		text-align: left;
		}
	#top_bar {
		width: 420px;
		height: 40px;
		margin-left: 540px;
		margin-top: 0;
		text-align: left;
		}		
	#content_wrapper {
		width: 780px;
		background: #FFFFFF;
		margin: 0; padding:0;
		text-align: left;
		float:left;
		}		


/*
-------------------
HEADER ELEMENTS
-------------------
*/


/* Header Layout */
	
	#header{
		margin:0; padding:0;
		width:860px; height:140px;
		text-align:left;
		/*background: url(../../img/bg_header.jpg) top left no-repeat;
		border:1px solid #000000; */
		}

/* Logo  */
		#logo{
			position: relative; margin-left:300px;
			width:260px;
			height:110px;
			z-index: 10;
			}						
		#logo h1 a{
			position:absolute;
			display:block;
			float:right;
			text-indent:-5000em;
			background:url(../../img/img_logo.jpg) left top no-repeat;
			width:260px;
			height:110px;
			}


	/* Menu */
	#menu{
		position:relative; float:right;
		height: 40px; padding: 20px 0 0 320px;
		text-align:left;
		}
	#menu li { display:inline; text-align:left; }
	#menu li a { height:40px; padding:0; margin:0; display:block; float:left; text-indent:-5000em;}
	#menu li.mn_home a{ background: url(../../img/btt_menu_home.jpg) 0 0 no-repeat; width:62px; }
	#menu li.mn_aboutus a{ background: url(../../img/btt_menu_aboutus.jpg) 0 0 no-repeat; width:99px; }
	#menu li.mn_management a{ background: url(../../img/btt_menu_products.jpg) 0 0 no-repeat; width:105px;}
	#menu li.mn_storelocations a{ background: url(../../img/btt_menu_clients.jpg) 0 0 no-repeat; width:83px;}
	#menu li.mn_careers a{ background: url(../../img/btt_menu_visitus.jpg) 0 0 no-repeat; width:71px;}
	#menu li.mn_contactus a{ background: url(../../img/btt_menu_visitus.jpg) 0 0 no-repeat; width:71px;}
	
	#menu li.mn_home a:hover, #menu li.mn_aboutus a:hover, #menu li.mn_management a:hover, 
	#menu li.mn_storelocations a:hover, #menu li.mn_careers a:hover, #menu li.mn_contactus a:hover 
	{ background-position:0 -40px; }
	
	#menu li.menu_home a.self, 
	#menu li.menu_aboutus a.self, 
	#menu li.menu_products a.self, 
	#menu li.menu_clients a.self, 
	#menu li.menu_visitus a.self 
	{ background-position:0 -40px !important; }
	


/*
-------------------
CONTENT ELEMENTS
-------------------
*/

	#content_wrapper {
		width: 860px; height:402px; padding: 0; margin: 0; position:relative;
		background:  url(../../img/bg_content_wrapper.jpg) top left no-repeat;
		}
		#content_wrapper h1 {
			font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; line-height: 40px;		
			text-indent:-5000px;
			}	
		#content_wrapper a:link, #content_wrapper a:visited { color:#FFFFFF; text-decoration: none;}
		#content_wrapper a:hover, #content_wrapper a:active { color:#FFFFFF; text-decoration: underline;}
							
		#content_wrapper a.general:link, #content_wrapper a.general:visited { 
			background: url(../../img/btt_general.gif) 0 0 no-repeat;
			color:#0D4A7C; text-decoration: none; font-weight:bold; font-size:11px; line-height: 30px;
			width:125px; height:30px; display:block; padding:0 5px 0 30px; margin-top:20px;
			float:right;}
		#content_wrapper a.general:hover, #content_wrapper a.general:active { 
			color:#FFFFFF; background-position:0 -30px !important;}	

		#content_wrapper a.map:link, #content_wrapper a.map:visited { 
			background: url(../../img/img_map.gif) 0 0 no-repeat;
			color:#FFFFFF; text-decoration: none; font-weight:bold; font-size:12px; line-height: 30px;
			height:30px; display:block; padding:0 5px 0 40px; margin-top:20px;
			float:left;}
		#content_wrapper a.map:hover, #content_wrapper a.map:active { 
			color:#FFFFFF; }
			
			#content_wrapper .left1 {
				width: 500px; float:left;
				}
			#content_wrapper .right1 {
				width: 280px; float:right; text-align:left;
				}	
				#content_wrapper .left2 {
					width: 200px; float:left; margin: 10px;
					}
				#content_wrapper .right2 {
					width: 250px; float:right; text-align:left; margin: 10px;
					}
				#content_wrapper .right3 {
					width: 250px; float:left; text-align:left; margin: 10px;
					}	


		#content_wrapper p {
			padding: 0 0 10px 0;
			}						
		#content_wrapper h1.home {
			background: url(../../img/img_welcome_heading.gif) left top no-repeat;
			}
		#content_wrapper h1.about_us {
			background: url(../../img/img_about_us_heading.gif) left top no-repeat;
			}
		#content_wrapper h1.products {
			background: url(../../img/img_products_heading.gif) left top no-repeat;
			}			
		#content_wrapper h1.clients {
			background: url(../../img/img_clients_heading.gif) left top no-repeat;
			}
		#content_wrapper h1.visit_us {
			background: url(../../img/img_visit_us_heading.gif) left top no-repeat;
			}
		#content_wrapper h1.privacy_policy {
			background: url(../../img/img_privacy_policy_heading.gif) left top no-repeat;
			}
		#content_wrapper h1.site_map {
			background: url(../../img/img_site_map_heading.gif) left top no-repeat;
			}
	

/*
------------------------------
CSS FOR PAGES
------------------------------
*/
		#page_home {
			width: 840px; height:380px; padding: 0; margin: 10px 10px 12px 10px;
			background:  url(../../img/img_main_home.jpg) top left no-repeat;		
			}
			#page_home .text {
				padding: 240px 10px 10px 500px;
				font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; line-height: 18px;
				text-align:justify;
				}
				
		#page_about_us {
			width: 840px; height:380px; padding: 0; margin: 10px 10px 12px 10px;
			background:  url(../../img/img_main_aboutus.jpg) top left no-repeat;		
			}	
			#page_about_us .text {
				padding: 20px 30px 50px 20px;
				font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; line-height: 18px;
				text-align:justify;
				}					
								
		#page_clients {
			width: 840px; height:380px; padding: 0; margin: 10px 10px 12px 10px;
			background:  url(../../img/img_main_clients.jpg) top left no-repeat;		
			}	
			#page_clients .text {
				padding: 20px 30px 50px 20px;
				font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; line-height: 18px;
				text-align:justify;
				}
				
		#page_visit_us {
			width: 840px; height:380px; padding: 0; margin: 10px 10px 12px 10px;
			background:  url(../../img/img_main_visit_us.jpg) top left no-repeat;		
			}	
			#page_visit_us .text {
				padding: 20px 30px 50px 20px;
				font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF; line-height: 18px;
				text-align:justify;
				}			
			#page_visit_us h3 {
				font-family: Verdana, Arial, Helvetica, sans-serif; font-size:13px; color: #0098FF; line-height:17px;
				font-weight:bold;
				margin-bottom: 5px; pdding-bottom:0px;
				}	
			#page_visit_us p {margin-bottom: 15px;}						
			
		#page_privacy_policy {
			width: 840px; height:380px; padding: 0; margin: 10px 10px 12px 10px;
			background:  url(../../img/img_main_clients.jpg) top left no-repeat;		
			}	
			#page_privacy_policy .text {
				padding: 20px 30px 50px 20px;
				font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF; line-height: 18px;
				text-align:justify;
				}
		#page_site_map {
			width: 840px; height:380px; padding: 0; margin: 10px 10px 12px 10px;
			background:  url(../../img/img_main_clients.jpg) top left no-repeat;		
			}	
			#page_site_map .text {
				padding: 20px 30px 50px 20px;
				font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; line-height: 18px;
				text-align:justify;
				}
			#page_site_map ul {
				padding: 0 0 0 30px;
				} 
			
			#page_site_map ul li {
				margin: 0; padding: 0 0 5px 10px;
				list-style-image: url(../../img/bullet_square.gif); list-style-position: outside; line-height: 15px;
				list-style-type: none;
				}									

		
		#page_products {
			width: 840px; height:380px; padding: 0; margin: 10px 10px 12px 10px;
			background:  url(../../img/img_main_products.jpg) top left no-repeat;		
			}	
			#page_products #products {
				height:300px;
				padding: 20px 30px 0 20px;
				font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; line-height: 18px;
				text-align:justify;
				}				

			#page_products #products_menu {
				height:60px; position:relative; padding: 0 8px;
				font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 10px; font-weight:bold; color: #FFFFFF;
				letter-spacing:1px;  text-align:left;
				}	
				#products_menu li { display:inline; text-align:left;  }
				#products_menu li a 
				{
					color:#ffffff; display:block; float:left; padding:20px 7px 10px 7px; margin: 1px 0;
					background: url(../../img/bullet_line.gif) right 20px no-repeat;
				}	
				#products_menu li a.last 
				{
					color:#ffffff; padding:0; margin:0; display:block; float:left; padding:20px 7px 10px 7px; margin: 1px 0;
					background: none;
				}		
					
				#products_menu li a:hover {
					background: url(../../img/bullet_arrow.gif) top center no-repeat; text-decoration:none; font-size:10px;
					padding:20px 7px 10px 7px;
					}
				
				#products_menu li a.self{
					background: url(../../img/bullet_arrow_2.gif) top center no-repeat; text-decoration:none; font-size:10px;
					padding:20px 7px 10px 7px;
					}

				#thumbnails img { background:#FFFFFF; padding:2px; margin: 2px;}
				img.left { background:#FFFFFF; padding:5px; margin:0 10px 10px 0; float:left; text-align:left;}
				img.right { background:#FFFFFF; padding:5px; margin:0 0 10px 10px; float:right; text-align:right;}
				
#Map {
	background:#000000; width: 500px; height: 350px; text-align:center; border:1px solid #CCCCCC;
	}	
		#Map a:link, #Map a:visited { 
			color:#000000; font-size: 16px; text-decoration: none;}
		#Map a:hover, #Map a:active { 
			color:#000000; font-size: 16px; text-decoration: underline;}					
/*
-------------------
FOOTER ELEMENTS
-------------------
*/

/* footer Starts */
	
	#footer_wrapper {
		width: 860px; height:150px;	
		background: url(../../img/bg_footer.jpg) top left no-repeat;
		clear:both;
		padding: 0;
		}			
	#footer {			
		font-family: Verdana, Arial, Helvetica, sans-serif; color: #999999; font-size: 10px; line-height: 17px;
		padding: 10px 0 ;
		}		
		#footer a:link, #footer a:visited {
			text-decoration:none; color: #999999;
			}
		#footer a:hover, #footer a:active {
			text-decoration:underline; color: #FFFFFF;
			}
				
		#copyright {
			float:left;
			text-align: left;
			width: 430px;
			}
		#branding {
			float:right; width: 300px;
			text-align: right;
			font-size: 10px;
			}
			.valid { color: #999999;}
		.do_logo {
			float:right;
			padding: 0 0 0 5px;
			}
				

/* Footer Ends */

/*  Begin Footer */

	/* Miscellaneous */
	p.clear {clear:both !important; line-height:0 !important;}
	.floatleft{ float:left !important; }
	.floatright{ float:right !important; }
	.left{ text-align:left !important; }
	.right{ text-align:right !important; }	
	.center{ text-align:center !important; }
	.highlight1	{font-style:italic;}
