/* Reset all styles */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,img{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/* Style for site */

div.basket				{ float: right;padding: 1px;border: 1px solid #cccccc;margin-right: 30px;background-color: #ffffff; }

div.prices 				{ float: right;padding: 0px;border: 0px;margin: 0px;margin-left: 8px;width: 250px;padding: 4px;border: 1px solid #cccccc; }

p.heading 				{ font-size: 20px;text-decoration: underline;padding: 2px; }
p.subhead 				{ font-size: 14px;font-weight: bold;padding-top: 5px; }

body
{
	background-color: #cccccc;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: none;
}

#container
{
 margin: auto;
 margin-top: 25px;
 width: 900px;
 background-image: url(/bin/images/body.jpg);
 background-repeat: repeat-y;
 background-position: top left;
}

#title
{
 width: 900px;
 height: 130px;
 background-image: url(/bin/images/top.jpg);
 background-repeat: no-repeat;
 background-position: top left;
}

#titlebanner
{
 width: 900px;
 height: 130px;
 background-image: url(/bin/images/top.jpg);
 background-repeat: no-repeat;
 background-position: top left;
}

#title img
{
 width: 663px;
 height: 78px;
 margin: 10px 0px 0px 180px;
}

#titlebanner img
{
 width: 663px;
 height: 78px;
 margin: 10px 0px 0px 180px;
}

#clear
{
 clear: both;
 height: 10px;
}

#nav
{
 margin: 5px 0px 0px 180px;
 width: 663px;
 text-align: center;
}

#nav p
{
 text-align: center;
}

#nav a
{
 color: #000000;
 text-decoration: none;
 padding: 0px 6px 0px 6px;
}

#nav a:hover
{
 color: #aaaaaa;
 text-decoration: none;
}

#btm
{
 margin: auto;
 margin-top: 0px;
 width: 900px;
 background-image: url(/bin/images/btm.jpg);
 background-position: top left;
 background-repeat: no-repeat;
}

#btm p
{
 padding-top: 20px;
 font-size: 11px;
 color: #666666;
 text-align: center;
}

#btm a
{
 font-size: 11px;
 color: #666666;
 text-decoration: underline;
}

#btm a:hover
{
 font-size: 11px;
 color: #ffffff;
 text-decoration: none;
}

#portfolio
{
 margin: auto;
 margin-bottom: 0px;
 width: 820px;
 height: 425px;
}

#portfolio a.nav
{
 color: #000000;
 text-decoration: none;
}

#portfolio a.nav:hover
{
 color: #999999;
 text-decoration: underline;
}

#portfolio h1
{
 font-size: 16px;
 text-align: left;
 margin: 2px 0px 5px 15px;
}

#content
{
 margin: auto;
 margin-bottom: 0px;
 width: 800px;
 height: 425px;
}

#content a
{
 color: #999999;
 text-decoration: underline;
}

#content a:hover
{
 color: #000000;
 text-decoration: none;
}

#content a.nav
{
 color: #000000;
 text-decoration: none;
}

#content a.nav:hover
{
 color: #999999;
 text-decoration: underline;
}

#content h1
{
 font-size: 16px;
 text-align: left;
 margin: 2px 0px 5px 5px;
}

#content .center
{
 text-align: center;
}

#menu
{
 margin: auto;
 margin-bottom: 0px;
 width: 830px;
 height: 425px;
}

#menu img
{
 width: 150px;
 height: 275px;
}

#menu ul
{
 position: absolute;
 z-index: 50;
 margin: 0px;
}

#menu li
{
 float: left;
 margin:  25px 7px 0px 7px;
 position: relative;
 background-color: #ffffff;
 color: #000000;
 border: 1px solid #cccccc;
 text-align: center;
 height: 320px;
 z-index: 10;
}

#menu li:hover
{
 background-color: #eeeeee;
 color: #000000;
 border: 1px solid #000000;
}

#menu li a
{
 color: #000000;
 text-decoration: none;
 display: block;
 width: 150px;
 font-size: 14px;
}

#menu li a:hover
{
 color: #000000;
 background-color: #eeeeee;
 text-decoration: none;
}

ul.sitemap
{
 margin: 0px 0px 0px 10px;
 padding: 0px;
 list-style-type: disc;
 list-style-position: inside;
}

ul.sitemap li ul
{
 margin: 0px 0px 0px 10px;
 padding: 0px;
 list-style-type: circle;
 list-style-position: inside;
}

ul.sitemap li
{
 padding: 5px;
}

#content p
{
 margin-bottom: 5px;
 text-align: left;
}

#content p.right
{
 margin-bottom: 5px;
 text-align: right;
}