body
{
    font-family: Arial, Sans-Serif;
    color:Black;
    background-image: url('Images/BG.png');
    background-repeat:repeat-x;
    background-color:#8866ff;
    font-size:smaller;
    text-align:center;
    margin:0;
}

img
{
    border:none;
    padding:0;
    margin:0;
}

a, a:visited
{
    text-decoration:none;
    color:Black;
}

a:hover
{
    text-decoration:underline;
    color:Black;
}

p
{
    margin-top:0em;
    margin-bottom:1em;
}

h1,h2,h3
{
	font-family:Georgia;
	margin:0 0 0 0;
	padding:0;
}

h1, h2
{
	margin-bottom:20px;
}

ol,ul
{
	margin-top:0;
}

.Shadow
{
    margin:auto;
    background-image:url('Images/Slice.png');
    width:980px;
}

.Container
{
    width:900px;
    height:auto;
	min-height:600px;
    margin:auto;
    padding:30px;
	text-align:left;
}

.HomePagePic
{
	border:solid 3px black;
	text-align:center;
	width:800px;
	margin:auto;
	position:relative;
}

.Top-Container
{
    position:relative;
    width:840px;
    height:400px;
    background-color:#a9f;
}

.Linkslist
{
    list-style-type:none;
    padding:0;
    margin:auto;
    height:30px;
    width:420px;
    margin-bottom:20px;
}

.Linkslist li
{
    float:left;
}

.LinksHome
{
    margin-left:50px;
}

.Menu
{
	background-image:url("Images/Menu/Menu-BG.png");
	width:420px;
	height:30px;
	margin:auto;
}

#TopSlice
{
	background-image:url("Images/Top.png");
	width:980px;
	height:10px;
	margin:auto;
	margin-top:10px;
}

#BottomSlice
{
	background-image:url("Images/Bottom.png");
	width:980px;
	height:10px;
	margin:auto;
}

#WelcomeMsg
{
	background-image:url('Images/Transparent.png');
	position:absolute;
	bottom:0;
	left:0;
	width:700px;
	height:60px;
	text-align:center;
	padding:20px 50px;
	color:white;
}

.MainPicDiv
{
    position:absolute;
    border:solid 1px black;
	width:470px;
}

#AboutPage
{
	width:840px;
	padding:0 30px;
}

.About
{
    position:absolute;
    text-align:left;
    width:350px;
    right:0px;
}

.Contact
{
    position:absolute;
    bottom:10px;
    right:0;
    text-align:left;
    width:350px;
    height:150px;
}

.Showlist
{
    padding:0 30px;
	width:840px;
}

.HRule
{
    margin: 40px 0px 40px 74px;
    width:768px;
    height:2px;
}

.ShowListInfo
{
    height:150px;
}

.Contact td
{
    padding: 0px 10px 5px 0px;
}

.ShowlistTable
{
    width:900px;
    border-collapse:collapse; 
    margin-top:30px;
}

.ShowlistTable th
{
    padding:2px 5px 2px 5px;
    background-color:#75f;
    border:solid 1px black;
    color:white;
}

.ShowlistTable td
{
    padding:5px;
    border-bottom:1px solid #baf;
	cursor:pointer;
}

.OddStripe
{
    background-color:#cdf;
}

.EvenStripe
{
    background-color:#bbf;
}

.HoverStripe
{
	background-image:url('Images/Table-Stripe.png');
	background-repeat:repeat-x;
    background-color:#5f4c99;	
    color:White;
    font-weight:bold;
}

.HoverStripe a, .Hoverstripe a:visited
{
    color:White;
}

.HoverStripe a:hover
{
    text-decoration:underline;
    color:Black;
}

.Footer
{
    padding:10px;
    text-align:center;
}

.MailForm
{
    text-align:left;
    margin:auto;
}

label
{
    width:100px;
    float:left;
}

.MailForm input, .MailForm textarea
{
    margin-bottom:5px;
}

.InputBox
{
    background-image:url('http://cms.domcrook.com/images/inner-shadow.png');
    background-position:center top;
    background-repeat:repeat-x;
    border:1px solid #7E8AA2;
    border-top-color:#666;
}

.InputBox:focus
{
    background-color:#ffd;
    border:1px solid #333;
}

.ErrorTxt
{
    padding-left:5px;
}

#Sidebar
{
	background-color:#aa83dd;
	float:left;
	margin-left:30px;
	width:200px;
	padding:0 0 20px 0;
	text-align:center;
	border:solid 1px black;
}

.Sidebar-Header
{
	height:20px;
	padding:5px 30px;
	background-image:url('Images/ProductHeader.png');
	border-bottom:solid 1px black;
}

.Sidebar-Header h3
{
	color:#CCCCFF;
}

#Sidebar ul
{
	list-style-type:none;
	padding:0;
	margin:0;
	text-align:left;
}

#Sidebar li
{
	position:relative;
	line-height:25px;
	width:200px;
	margin:0;
	padding:0;
	z-index:10;
}

#Sidebar li:hover ul
{
	display:inline-block !important;
}

#Sidebar li a, #Sidebar li a:visited
{
	display:block;
	background-color:#bbf;
	background-image:none;
	padding-left:1em;
	color:#000;
}

#Sidebar li a:hover
{
	background-color:#aaaaff;
}

#Sidebar li ul
{
	position:absolute;
	left:200px;
	top:0;
	display:none;
	border:solid 1px black;
	border-left:none;
}

#Products
{
	margin-left:260px;
}

.Product-Container
{
	background-color:#ccf;
	margin-bottom:30px;
	border:solid 1px black;
	width:610px;
}

.Product-Header
{
	height:20px;
	padding:5px 30px;
	background-image:url('Images/ProductHeader.png');
	background-color:#aa83dd;
	border-bottom: solid 1px black;
}

.Product-Header h3
{
	color:#CCCCFF;
}

.Product-Main
{
	padding:30px;
}

.PG-Window
{
	left:35px;
	width:480px;
	height:152px;
	overflow:hidden;
	position:relative;
}

.Product-Gal 
{
	position:absolute;
	top:0;
	left:0;
	height:152px;
	width:960px;
}

.Product-Gal a
{
	padding:0 4px;
}

.Product-Gal img
{
	border:solid 1px black;
	vertical-align:top;
}

.Product-Gal-Section
{
	text-align:center;
	width:480px;
	float:left;
}

.AddToCart
{
	margin-left:215px;
}

.ViewCart
{
	margin-top:60px;
	padding-bottom:10px;
}

#Categories
{
	margin-left:230px;
}

.CatProduct
{
	text-align:center;
	background-color:#ccf;
	float:left;
	width:198px;
	height:200px;
	margin:0 0 20px 20px;
	padding:10px 0;
	border:solid 1px black;
	
}

#ClearDiv
{
	clear:both;
}