/*

	-- -- -- -- -- -- --
	Old Mill Knitting Ltd.
	default.css
	main site foundation layout
	-- -- -- -- -- -- --
	
*/

@import url("reset.css");

/* -- basic HTML elements -- */
	a:link, a:visited {color: #000; text-decoration: underline;}
	a:hover, a:focus {color: #254949; text-decoration: underline;}
	
	body {color: #222; background: #343D45 url(../images/bg-tile.jpg) repeat; font: 90% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; margin: 20px 0 10px 0; padding: 0; height: 100%;}
	p {}
	
/* -- Content Styling -- */
	h1 {font-size: 1.6em; font-weight: bold; color: #655630; border-bottom: 1px solid #CABA91; display: block; width: 97%; margin: 8px 10px 15px 8px; text-align: left;}
	h1.title a {width: 200px; height: 100px; display: block; text-indent: -9000px; margin: 0 0 0 53px;}
	h1.title a:hover {background: url(../images/h1-title.jpg) no-repeat;}
	h2 {display: block;	width: 450px; height: 146px; text-indent: -9000px;}
	h3 {font-size: 1.3em; font-weight: bold; color: #666; margin: 8px 0 15px 8px;}
	h4 {font-size: 1.1em; font-weight: bold; color: #655630; margin: 2px 0 0 8px;}
	p {font-size: 1em; font-weight: normal; color: #333; margin: 5px 8px 12px 12px; line-height: 1.4em; text-indent: 0.5em; text-align: justify;}
	a:link, a:visited {color: #7D6C3E; text-decoration: underline;}
	a:hover {color: #333;}

/* -- containers -- */
	#container {width: 776px; height: auto; margin: 0 auto;}
	#container .header {width: 776px; height: 131px; background: url(../images/bg-header.jpg) no-repeat; display: block;}
	#container .banner {width: 776px; height: 106px; display: block; clear: both;}
	#container .content {width: 776px; height: auto; background: url(../images/bg-content-fill.jpg) repeat-y; display: block;}
	#container .content-top {width: 776px; min-height: 600px; background: url(../images/bg-content-top.jpg) center top no-repeat; display: block;}
	#container .content-bottom {width: 776px; min-height: 600px; background: url(../images/bg-content-bottom.jpg) center bottom no-repeat; display: block;}
	#container .footer {width: 750px; height: 20px; display: block; font-size: 0.8em; color: #fff; padding: 0 16px 0 10px;}
	#container .footer a {color: #F6E4B2;}
	#container .footer a:hover {color: #FEF6E1;}
	
	#container .left {width: 260px; min-height: 600px; display: block; float: left;}
	#container .right {width: 476px; min-height: 600px; display: block; margin-left: 260px; padding: 0 10px 40px 0; background: url(../images/flower/bg-flower03.gif) 276px 160px no-repeat;}
	
	#container .right p {line-height: 1.2em; width: 450px;}
	
	#container .photo-box-bg {width: 182px; height: 181px; display: block; margin: 50px 0 0 50px; background: url(../images/bg-photo-box.jpg) no-repeat;}
	#container .photo-box-inner {width: 174px; height: 172px; display: block; margin: 0;}
	#container .photo-box-outer {width: 174px; height: 172px; display: block; background: url(../images/photo-box.gif) no-repeat;}
	
/* -- menu -- */
	#container .menu {width: 776px; height: 25px; float: left;}
	#container .menu ul {width: 776px; height: 25px; text-align: center;}
	#container .menu ul li {width: auto; height: 25px; display: block; float: left; margin: 0 8px; position: relative;}
	#container .menu ul li a {width: auto; height: 25px; display: block; text-indent: -9000px; margin: 5px auto 0 auto;}
	#container .menu ul li a.home {background: url(../images/menu.gif) 0 -1px no-repeat; width: 62px; height: 17px;}
	#container .menu ul li a.home:hover {background: url(../images/menu.gif) 0 -17px no-repeat;}
	#container .menu ul li a.products {background: url(../images/menu.gif) -150px -1px no-repeat; width: 168px; height: 17px;}
	#container .menu ul li a.products:hover {background: url(../images/menu.gif) -150px -17px no-repeat; cursor: pointer;}
	#container .menu ul li a.retail {background: url(../images/menu.gif) -320px -1px no-repeat; width: 148px; height: 17px;}
	#container .menu ul li a.retail:hover {background: url(../images/menu.gif) -320px -17px no-repeat;}
	#container .menu ul li a.contest {background: url(../images/menu.gif) -68px -1px no-repeat; width: 80px; height: 17px;}
	#container .menu ul li a.contest:hover {background: url(../images/menu.gif) -68px -17px no-repeat;}
	#container .menu ul li a.patterns {background: url(../images/menu.gif) -470px -1px no-repeat; width: 125px; height: 17px;}
	#container .menu ul li a.patterns:hover {background: url(../images/menu.gif) -470px -17px no-repeat;}
	#container .menu ul li a.contact {background: url(../images/menu.gif) -600px -1px no-repeat; width: 80px; height: 17px;}
	#container .menu ul li a.contact:hover {background: url(../images/menu.gif) -600px -17px no-repeat;}
	
/*-- menu drop down --*/
	#container .menu ul li ul {display: none; position: absolute; top: 25px; left: 0; width: 168px; height: auto; background: url(../images/bg-menu.png) no-repeat center bottom; padding: 3px 0 10px 0; margin: 0; text-align: left;}
	#container .menu ul li > ul {top: auto; left: 0px;}
	#container .menu ul li:hover ul, #container .menu ul li.over ul {display: block;}
	#container .menu ul li ul li {display: block; width: 150px; height: 18px; float: left; padding: 0 0 0 5px;}
	#container .menu ul li ul li a {color: #F6E4B2; text-indent: 0px; font-size: 0.9em; margin: 0px; text-decoration: none;}
	#container .menu ul li ul li a:hover {color: #FEF6E1; text-decoration: underline;}
	
	/* spacer fix */
	#container .menu ul li .spacer {width: 168px; height: 6px; display: block; clear: both;}
	
	
	