﻿html, body
{
	height:100.1%;
}

body 
{
	background: #000 url('../../images/background.jpg') repeat-x;
	font-size: small;
	color: #000;
	text-align: center;
	margin-top: 0px;
	padding:0;
	font-family: Verdana;
}

#page
{
	background: #EAEBED url('../../images/gBGLeft.jpg') repeat-y;
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	min-height: 625px;
}

#header
{
	width: 775px;
	height: 150px;
}

.menuItem
{
	height: 25px;
}

#header img
{
	float:left;
}

img
{
	border: 0;
}

#centerPane
{
	position: relative;
	background: url('../../images/fadeGlobe.jpg') no-repeat;
	width: 547px;
	min-height: 482px;
	left: 185px;
}

#leftSide
{
	position: absolute;
	top: 150px;
}

#footer
{
	margin-top: -1px;
	text-align: center;
	color: #ccc;
	font-size: 80%;
}

#footer p
{
	margin-top: 5px;
}

p
{
	padding:0;
	margin:0;
	margin-bottom:10px;
}

#Level2
{
	margin-left: 15px;
	margin-bottom: 10px;
	padding-left: 5px;
}

#Level3
{
	margin-left: 20px;
	margin-bottom: 10px;
}

.prodTitle
{
	display:block;
	margin-top: 5px;
	margin-bottom:5px;
	font-weight: bold;
}

.category
{
	background: url('../../images/arrow.gif') no-repeat left center;
	padding-left: 15px;
	cursor: pointer;
	color: #26424F;
	font-size: 110%;
	margin-bottom: 10px;
}

.category:hover
{
	text-decoration: underline;
}

.subcategory
{
	background: url('../../images/arrow.gif') no-repeat left center;
	padding-left: 15px;
	cursor: pointer;
	color: #26424F;
	font-size: 110%;
	margin-bottom: 10px;
}

.subcategory:hover
{
	text-decoration: underline;
}

.productName
{
	margin-bottom: 5px;
	font-size: 110%;
}

.productDesc
{
	
}

.left
{
	float:left;
}

.prodImage
{
	float: left;
	margin-right: 10px;
	height: 100px;
	width: 100px;
}

.product
{
	width: 540px;
	margin-bottom: 10px;
	float: left;
}

.productInfo
{
	float: left;
	width: 400px;
}

.contactBtn
{
	background-color: #EDF3F6;
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	float:left;
	color: #000;
	margin-top: 3px;
	margin-left: 185px;
}

.label
{
	width: 70px;
	display: block;
	float: left;
	margin-top: 5px;
}

.textbox
{
	background-color: #EDF3F6;
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 3px;
	color: #000;
}

/*
	Accordion
*/

#accordion_container
{
	float:left;
}

.accordion_toggle
{
    display: block;
    padding: 5px 10px 10px 10px;
    color: #000;
    font-size: 120%;
    cursor: pointer;
    margin: 0 0 0 0;
}
.accordion_toggle_active
{
    color: #ff0000;
    border-bottom: 1px solid #f68263;
}
.accordion_content
{
    background-color: #fff;
    color: #666666;
    border-left: solid 1px #eee;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 5px 10px 5px 10px;
        
    /*without this the accordion will not work properly*/
    overflow: hidden;
}

.accordion_content p
{
    padding-bottom: 5px;
    font-size: small;
}

.accordion_content ul
{
    font-size: small;
    list-style: disc;
}

.accordion_content li
{
    margin-left: 15px;
    padding-bottom: 10px;
    font-size: small;
}

.accordion_toggle:hover {
	color: #ff0000;
}

.catImage
{
	height: 50px;
	width: 50px;
}


