@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-size: 0.8em;
	/* color: #373330; */
	color: #403612;

	scrollbar-face-color:#696664;
	scrollbar-highlight-color:#373330;
	scrollbar-3dlight-color:#ECEBEB;
	scrollbar-darkshadow-color:#373330;
	scrollbar-shadow-color:#373330;
	scrollbar-arrow-color:#FFCC00;
	scrollbar-track-color:#9C9A98;
}
a { color: #BF9900; text-decoration: underline;}
a:hover { color: #D9AD00; text-decoration: none;}

body.home{background: url(gfx/home/bgr_home.jpg);}
body.pages{background: url(gfx/home/bgr_home.jpg);}
body.ladies{background: url(gfx/ladies/bgr_home.jpg);}
body.gents{background: url(gfx/gents/bgr_home.jpg);}
body.boysgirls{background: url(gfx/boysgirls/bgr_home.jpg);}
body.iwant{background: url(gfx/iwant/bgr_home.jpg);}
body.newWatches{background: url(gfx/home/bgr_home.jpg);}

body.contact{background: url(gfx/contact/bgr_home.jpg);}
body.hoovers{background: url(gfx/hoovers/bgr_home.jpg);}
body.man_suit{background: url(gfx/man_suit/bgr_home.jpg);}
body.village{background: url(gfx/village/bgr_home.jpg);}

h1, h2, h3, h4, h5, h6 { margin: 8px 0}
p { margin: 8px 0}
h1 { font-size: 2.0em}
h2 { font-size: 1.7em}
h3 { font-size: 1.5em}
.bgr_image{}
.container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 0 0 10px; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.header { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

} 
.header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}
.siteName{ float: left;}
.siteName a{
	background:url(gfx/home/logo_avia.jpg) no-repeat;
	display:block;
	height:100px;
	line-height:100%;
	margin:0pt;
	padding:0pt;
	text-decoration:none;
	text-indent:-900em;
	width:210px;
}
body.home .siteName a{background:url(gfx/home/logo_avia.jpg) no-repeat;}
body.pages .siteName a{background:url(gfx/home/logo_avia.jpg) no-repeat;}
body.ladies .siteName a{background:url(gfx/ladies/logo_avia.jpg) no-repeat;}
body.gents .siteName a{background:url(gfx/gents/logo_avia.jpg) no-repeat;}
body.boysgirls .siteName a{background:url(gfx/boysgirls/logo_avia.jpg) no-repeat;}
body.iwant .siteName a{background:url(gfx/iwant/logo_avia.jpg) no-repeat;}
body.newWatches .siteName a{background:url(gfx/home/logo_avia.jpg) no-repeat;}

body.contact .siteName a{background:url(gfx/contact/logo_avia.jpg) no-repeat;}
body.hoovers .siteName a{background:url(gfx/hoovers/logo_avia.jpg) no-repeat;}
body.man_suit .siteName a{background:url(gfx/man_suit/logo_avia.jpg) no-repeat;}
body.village .siteName a{background:url(gfx/village/logo_avia.jpg) no-repeat;}

/*- Cat Menu---------------------------  


    .catMenu {
      float:left;
      width:568px;
      margin-top: 39px;
      }
    body.home .catMenu {background: url(gfx/home/cat_menu.jpg) no-repeat;}
	body.pages .catMenu {background: url(gfx/home/cat_menu.jpg) no-repeat;}
	body.ladies .catMenu {background: url(gfx/ladies/cat_menu.jpg) no-repeat;}
	body.gents .catMenu {background: url(gfx/gents/cat_menu.jpg) no-repeat;}
	body.boysgirls .catMenu {background: url(gfx/boysgirls/cat_menu.jpg) no-repeat;}
	body.iwant .catMenu {background: url(gfx/iwant/cat_menu.jpg) no-repeat;}
	
    .catMenu ul {
	  margin:0;
	  padding:0;
	  list-style:none;
      }
    .catMenu li {
      display:inline;
      margin:0;
      padding:0;
      }
    .catMenu a {
      float:left;
      margin:0;
      padding:0;
      text-decoration:none;
      }
    .catMenu a span {
      float:left;
      display:block;
      padding:0;
	  height: 61px;
	  width: 142px;
	  text-indent: -900px;
      }*/
	  /*
	  .catMenu a span.menuLadies {background:url(gfx/home/menu_ladies.jpg) no-repeat right top;}
	  .catMenu a span.menuGents {background:url(gfx/home/menu_gents.jpg) no-repeat right top;}
	  .catMenu a span.menuBoysGirls {background:url(gfx/home/menu_boysgirls.jpg) no-repeat right top;}
	  .catMenu a span.menuIwant {background:url(gfx/home/menu_iwant.jpg) no-repeat right top;}
	  */
	  
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \
    .catMenu a span {float:none;}*/
    /* End IE5-Mac hack 
    .catMenu a:hover span {
		cursor:pointer;
      }*/
	/*
    .catMenu a:hover {
      background-position:0% -42px;
      }
    .catMenu a:hover span {
      background-position:100% -42px;
      }
*/


.container_body{ background: #FFFFFF; clear:both}
.sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
}


/*- Top Menu--------------------------- */ 


    .topMenu {
	  font-family: "Times New Roman", Times, serif;
	  width: 100%;
	  background: url(gfx/topNav_bgr.jpg);
	  font-weight: bold;
	  text-align: center;
	  padding: 5px 0px;
	  font-size: 110%;
      }

    .topMenu a {
      text-decoration:none;
	  color: #FFFFFF;
      }

	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .topMenu a span {float:none;}
    /* End IE5-Mac hack */
    .topMenu a:hover span {
		color:#FFCC00;
      }

.header_list { margin: 0; padding: 20px 0 10px 0; text-align: center; background: url(gfx/header_list_bgr.jpg)}
.header_list h2 { margin: 0; padding: 0; font-family: "Times New Roman", Times, serif; color: #FFCC00}

.menu_list{ overflow: auto; height: 412px; width: 210px; clear:both;}

.menu_list_item_table{ line-height: 1.0em}
a.menu_list_item_link{background-color: #373330; text-decoration: none; color:#FFFFFF; padding: 3px 5px 5px 10px; display: block;}
a.menu_list_item_link:hover{background-color: #FFCC00; text-decoration: none; color:#373330; padding: 3px 5px 5px 10px; display: block;}
.menu_search {padding: 10px 0 0 5px; border-bottom: 5px solid #969696; background: #D5D5D5}
.menu_search select{ width: 185px; margin: 5px 0}
.menu_search label { font-weight: bold}

.menu_list_item_txt{ display: block;}


/*body.home .mainContent { background: url(gfx/home/home_tv.jpg) no-repeat 10px 50px;}*/

body .mainContent {height: 474px;	width: 530px;}
body.ladies .mainContent {height: 421px;	width: 530px;}
body.gents .mainContent {height: 421px;	width: 530px;}
body.boysgirls .mainContent {height: 421px;	width: 530px;}
body.boysgirls .mainContent {height: 421px;	width: 530px;}
body.newWatches .mainContent {height: 421px;	width: 530px;}



.mainContent_block { padding: 90px 145px 20px 45px }
.mainContent { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	overflow: auto;
	height: 420px;
	width: 530px;
} 

.mainContent_flash { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 45px 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	overflow: auto;
	height: 420px;
	width: 550px;
} 

.back_next{float: left; width: 550px; padding: 5px 0 5px 10px;}
.bt_back{float: left;}
.bt_next{float: right;}

.watch_img { float: left; border: 1px solid #D6D6D6;}
.watch_img img { max-width:256px}
.watch_txt { float: left; width: 235px; padding-left: 20px}
.watch_txt h3, .watch_txt p { margin: 0 0;}
.watch_name { text-decoration: none; color: #FFCC00; background: #696664; padding-left: 5px;}
.watch_desc {text-decoration:underline;}
.watch_costs{
	width: 160px;
	border-bottom: 10px solid #FFCC00; /* this the brown color */
	font-weight: bold;
}
.costs{ font-size: 200%}
.rrp{ font-size: 110%}


.footer { 
	padding: 2px 10px 2px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#4F4C45;
	text-align: right;
	color: #FFFFFF;
} 
.footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color:#FFCC00;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.hr_line{margin-top: 20px; height: 1px; background: #D6D6D6; color: #D6D6D6; border: 0;}
/*******************/
.developed_by {
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	clear: both;
}
.developed_by a {
	color: #FFFFFF;
	font-weight: bold;
	
}

/********************************************************/
/* LIGHT BOX ********************************************/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* Addresses **/
.address_tb {}
.address_div { border-bottom: 1px solid #D5D5D5; padding: 10px 0 }


/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
/********************************************************/
/* END LIGHT BOX ********************************************/



    .mainMenu {
	float: left;
	margin-top: 39px;
	height: 63px;
}
body.home .mainMenu {background: url(gfx/home/cat_menu.jpg) no-repeat bottom left;}
body.pages .mainMenu {background: url(gfx/home/cat_menu.jpg) no-repeat bottom left;}
body.ladies .mainMenu {background: url(gfx/ladies/cat_menu.jpg) no-repeat bottom left;}
body.gents .mainMenu {background: url(gfx/gents/cat_menu.jpg) no-repeat bottom left;}
body.boysgirls .mainMenu {background: url(gfx/boysgirls/cat_menu.jpg) no-repeat bottom left;}
body.iwant .mainMenu {background: url(gfx/iwant/cat_menu.jpg) no-repeat bottom left;}
body.newWatches .mainMenu {background: url(gfx/home/cat_menu.jpg) no-repeat bottom left;}

body.contact .mainMenu {background: url(gfx/contact/cat_menu.jpg) no-repeat bottom left;}
body.hoovers .mainMenu {background: url(gfx/hoovers/cat_menu.jpg) no-repeat bottom left;}
body.man_suit .mainMenu {background: url(gfx/man_suit/cat_menu.jpg) no-repeat bottom left;}
body.village .mainMenu {background: url(gfx/village/cat_menu.jpg) no-repeat bottom left;}
/* ######### Matt Black Strip Main Menu Bar CSS ######### */



.mattblackmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
.mattblackmenu li {
	display: inline;
	margin: 0;
}
.mattblackmenu li a {
	float: left;
	display: block;
	margin: 0;
	color: white;
	height: 63px;
	width: 142px;
	text-indent: -900px;
}
.mattblackmenu li a:visited {
	color: white;
}
.mattblackmenu li a:hover {
}
.mattblackmenu a.selected {
}
/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul { /*topmost and sub ULs, respectively*/
	font: normal 13px Verdana;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	border: 1px solid white;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
}
.ddsubmenustyle li a {
	display: block;
	width: 130px; /*width of menu (not including side paddings)*/
	color: white;
	background-color: black;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom: 1px solid white;
}
* html .ddsubmenustyle li { /*IE6 CSS hack*/
	display: inline-block;
	width: 130px; /*width of menu (include side paddings of LI A*/
}
.ddsubmenustyle li a:hover {
	background-color: #FFCC00;
	color: black;
}
