﻿HTML,BODY {
	margin:0px;
	height:100%;
	cursor:default;
	}
HTML {
	overflow-y:scroll;
	}
BODY {
	background-color:#ffffff;
	background-image:url(Background.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	}

BODY,FONT,TD {
	font-family:Arial;
	font-size:12px;
	}

A { -moz-outline:none }


HTML {
	text-align:center;
	}

DIV#Html-Holder {
	width:900px; /* Body Width */
	text-align:left;
	display:inline-block;
	margin:auto;
	}
	
/*----Header----*/
DIV#Html-Header {
	height:120px; /* Header Height */
	/* margin-bottom:10px; */
	overflow:hidden;
	width:900px;
	}
DIV#Html-Header-Links {
	position:fixed;
	z-index:2000;
	width:900px;
	}
DIV#Html-Header-Links DIV {
	margin-top:0px;
	margin-right:5px;
	float:right;
	width:10px;
	height:30px;
	background-image:url(Stylesheet-Layout.png);
	background-repeat:no-repeat;
	background-position:-805px -20px;
	}
DIV#Html-Header-Links UL {
	margin:0px;
	padding:0px;
	padding-left:15px;
	float:right;
	height:30px;
	list-style:none;
	display:inline-block;
	background-image:url(Stylesheet-Layout.png);
	background-position:-20px -20px;
	}
DIV#Html-Header-Links UL LI {
	float:left;
	height:30px;
	line-height:24px;
	padding-left:5px;
	padding-right:5px;
	}
DIV#Html-Header-Links UL LI.Separator {
	float:left;
	height:30px;
	width:10px;
	padding:0px;
	background-image:url(Stylesheet-Layout.png);
	background-position:-230px -50px;
	}
DIV#Html-Header-Links UL LI.Cart {
	background-image:url(Stylesheet-Layout.png);
	background-position:-20px -50px;
	background-repeat:no-repeat;
	padding-left:20px;
	}
DIV#Html-Header-Links UL A {
	color:#ffffff;
	text-decoration:none;
	}
DIV#Html-Header-Links UL A:Hover {
	color:#ffffff;
	text-decoration:underline;
	}
	
	
	
	
	
	
/*----Main Structure----*/
DIV#Html-Separator {
	height:45px;
	width:900px;
	background-image:url(Html-Separator.png);
	/* position:absolute;
	background-color:#cccccc;
	z-index:200;
	margin-top:-10px; */
	}
DIV#Html-Separator UL {
	list-style:none;
	padding:0px;
	margin:0px;
	height:45px;
	line-height:44px;
	float:left;
	margin-left:15px;
	}
DIV#Html-Separator LI {
	float:left;
	margin-right:15px;
	}
DIV#Html-Separator A {
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	}
DIV#Html-Separator A:HOVER {
	text-decoration:underline;
	}


DIV#Html-Middle {
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
	}
DIV#Html-Sidebar {
	width:200px; /* Sidebar Width */
	float:left;
	display:inline-block;
	height:100%;
	}
DIV#Html-Content {
	width:700px; /* Content Width */
	/* margin-left:10px; */
	float:left;
	display:inline-table;
	}
DIV#Html-Footer {
	height:70px; /* Footer Height */
	padding-top:30px;
	color:#999999;
	width:100%;
	float:left;
	display:inline-table;
	text-align:center;
	background-image:url(Html-Footer.png);
	}
DIV#Html-Footer A {
	color:#999999;
	text-decoration:none;
	}
DIV#Html-Footer A:HOVER {
	color:#ffffff;
	}





DIV.Fixed {
	float:left;
	height:600px;
	}
	
/*----Search----*/
DIV#Html-Sidebar-Search {
	background-image:url(Stylesheet-Layout.png);
	background-position:-440px -100px;
	width:170px;
	padding:10px;
	padding-right:20px;
	padding-top:35px;
	height:20px;
	}
DIV#Html-Sidebar-Search-Footer {
	background-image:url(Stylesheet-Layout.png);
	background-position:-440px -290px;
	width:200px;
	height:15px;
	}
DIV#Html-Sidebar-Search INPUT#Keywords {
	width:166px;
	height:17px;
	border:0px;
	padding:4px;
	background-image:url(Stylesheet-Layout.png);
	background-position:-650px -100px;
	background-color:transparent;
	font-size:13px;
	font-family:Arial;
	}
DIV#Html-Sidebar-Search INPUT#Keywords-Submit {
	margin-top:0px;
	margin-left:140px;
	position:absolute;
	background-color:transparent;
	border:0px;
	height:25px;
	width:40px;
	cursor:pointer;
	}
	
	
	
/*----Sidebar Menu----*/
DIV#Html-Sidebar-Menu {
	background-image:url(Stylesheet-Layout.png);
	background-position:-20px -100px;
	width:175px;
	padding:10px;
	padding-right:15px;
	padding-top:40px;
	padding-bottom:0px;
	display:inline-block;
	}
DIV#Html-Sidebar-Menu-Footer {
	background-image:url(Stylesheet-Layout.png);
	background-position:-20px -1160px;
	width:200px;
	height:25px;
	}
DIV#Html-Sidebar-Menu UL {
	padding:0px;
	margin:0px;
	list-style:none;
	}
DIV#Html-Sidebar-Menu UL LI {
	padding-left:3px;
	font-size:13px;
	font-family:Arial;
	line-height:16px;
	margin-bottom:1px;
	padding-bottom:2px;
	text-decoration:none;
	}
DIV#Html-Sidebar-Menu A {
	color:#666666;
	text-decoration:none;
	}
DIV#Html-Sidebar-Menu A:Hover {
	color:#000000;
	text-decoration:underline;
	}


/*----Sidebar SubMenu----*/
DIV#Html-Sidebar-SubMenu {
	background-image:url(Stylesheet-Layout.png);
	background-position:-230px -100px;
	width:175px;
	padding:10px;
	padding-right:15px;
	padding-top:40px;
	padding-bottom:0px;
	display:inline-block;
	}
DIV#Html-Sidebar-SubMenu-Footer {
	background-image:url(Stylesheet-Layout.png);
	background-position:-230px -1170px;
	width:200px;
	height:15px;
	}




DIV#Html-Sidebar-SubMenu IMG {
	cursor:pointer;
	}
SPAN.Sidebar-Item-Name {
	font-family:Arial;
	font-size:13px;
	display:block;
	font-weight:bold;
	color:#000000;
	line-height:14px;
	margin-top:5px;
	}	
SPAN.Sidebar-Item-Name A {
	color:#333333;
	text-decoration:underline;
	}	
SPAN.Sidebar-Item-Name A:HOVER {
	color:#000000;
	text-decoration:underline;
	}	
SPAN.Sidebar-Item-Description {
	font-family:Arial;
	font-size:12px;
	display:block;
	color:#666666;
	line-height:13px;
	padding-bottom:5px;
	margin-top:5px;
	}	
	
	
	
	


/*----Payment----*/
DIV#Html-Sidebar-Payment {
	display:none;
	}
DIV#Html-Sidebar-Payment-Footer {
	display:none;
	}
	
	
	
	
	
	
	
/*----Sidebar ShoppingCart----*/
DIV#Html-Fixed-ShoppingCart {
	background-image:url(Background-Fixed-ShoppingCart.png);
	width:160px;
	height:60px;
	padding:20px;
	display:inline-block;
	}
DIV#Html-Fixed-ShoppingCart SPAN {
	font-size:15px;
	font-family:Calibri;
	}
DIV#Html-Fixed-ShoppingCart SPAN#Checkout {
	display:block;
	cursor:pointer;
	margin-top:5px;
	margin-left:-2px;
	float:left;
	width:110px;
	height:25px;
	background-image:url(Element-Button-Checkout.png);
	}
	
	
/*----Webpage----*/
DIV.Html-Webpage {
	background-image:url(Background-Webpage.png);
	background-position:top;
	padding:40px;
	display:inline-block;
	width:620px;
	}
DIV.Html-Webpage-Footer {
	background-image:url(Background-Webpage.png);
	background-position:bottom;
	height:10px;
	width:700px;
	}
DIV.Html-Webpage H1 {
	font-family:Calibri;
	font-size:20px;
	font-weight:normal;
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	}
	
	
	
	
	
	
	
DIV#Html-Content-Header {
	background-image:url(Stylesheet-Layout.png);
	background-position:-440px -340px;
	height:5px;
	}
	
DIV#Html-Content-Middle {
	display:inline-block;
	background-color:#ffffff;
	background-image:url(Stylesheet-Layout.png);
	background-position:-440px -345px;
	background-repeat:no-repeat;
	width:700px;
	}
DIV#Html-Content-Footer {
	display:none;
	}
	
	
	
	
IMG.NoPhoto {
	background-image:url(Background-NoPhoto.png);
	background-repeat:no-repeat;
	background-position:center;
	}	