﻿body
{
	padding: 0;
	margin: 0;
	background-image: url(../img/bgd_tst.png);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #dddddd;
	background-color: #4d4d4d;
}

a
{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #F98B18;
}
a:hover
{
	color: #FFFFFF;
}

.UpdatePanel
{
	background-color: #FFFFFF;
	border: solid 1px #000000;
	z-index: 10;
}

#contentWrapper
{
	position: relative;
	width: 960px;
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: center;
}

#headerWrapper
{
	position: relative;
	width: 960px;
	height: 116px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#mainWrapper
{
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#mainWrapper .translucentbkg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 500px;
	background-color: #000000;
	opacity: 0.3;
	filter: alpha(opacity = 30);
}

#leftWrapper
{
	position: relative;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 269px;
	height: 600px;
	z-index: 99;
}

#leftWrapper .translucentbkg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 400px;
	background-color: #000000;
	opacity: 0.3;
	filter: alpha(opacity = 30);
}


#rightWrapper
{
	position: relative;
	float: right;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: left;
	width: 690px;
	z-index: 1;
}

#rightWrapper .translucentbkg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 700px;
	height: 400px;
	background-color: #000000;
	opacity: 0.3;
	filter: alpha(opacity = 30);
}

#bottomMenu
{
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #F98B18;
	font-size: 10px;
	margin-top: 3px;
	background: #2e2e2e;
}

#footerWrapper
{
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #000000;
}

#divTopMenu
{
	height: 33px;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 960px;
	bottom: 0;
	background: #F98B18;
	background-image: url(../img/menu_bg.png);
}


#divLeftMenu
{
	position: relative;
	width: 250px;
	color: #F98B18;
	text-align: left;
	margin: 0 5px 10px 5px;
}

#leftMenuTitle
{
	width: 250px;
	height: 24px;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.shadowBottom
{
	background-color: #C1C1C1;
	opacity: 0.7;
	height: 3px;
	font-size: 0;
}

.cornerLeftTop
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
}

.cornerRightBot
{
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 15px;
	height: 15px;
}

.cornerLeftBot
{
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 15px;
}

.cornerRightTop
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 15px;
}

.LogoList
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 610px; 
	overflow: hidden;
}

.ManufacturerElement
{
	position: relative;
	float: left;
	margin: 0 5px 5px 5px;
}

.ManufacturerElement a
{
	background: #DDDDDD none repeat scroll 0 0;
	display: block;
	float: left;
	padding: 5px;
}

.ManufacturerElement a:hover
{
	background: #F98B18 none repeat scroll 0 0;
}

.ProductElement
{
	position: relative;
	float: left;
	margin: 0 5px 5px 5px;
}

.ProductElement a
{
	background: #DDDDDD none repeat scroll 0 0;
	display: block;
	float: left;
	padding: 5px;
}

.ProductElement a:hover
{
	background: #F98B18 none repeat scroll 0 0;
}

.Navigator
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	width: 610px;
	height: 21px;
	background-image: url(../img/navigator_bg.png);
	background-repeat: repeat-x;
	margin: auto auto 10px auto;
}

.Navigator .LeftButton
{
	position: relative;
	margin: auto auto auto 0;
	text-align: left;
	float: left;
}

.Navigator .Status
{
	position: relative;
	margin: auto auto auto auto;
	width: 100px;
	text-align: center;
	padding-top: 4px;
	font-weight: bold;
}

.Navigator .RightButton
{
	position: relative;
	margin: auto 0 auto auto;
	text-align: right;
	float: right;
}

.PortfolioList
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 610px;
	overflow: hidden;
}

.PortfolioElement
{
	width: 590px;
	padding: 0 10px 5px 10px;
	margin-bottom: 5px;
}

.PortfolioElement .Title
{
	position: relative;
	float: left;
	width: 580px;
	padding-left: 5px;
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: solid 2px #F98B18;
}

.PortfolioElement .Image
{
	position: relative;
	float: left;
	margin-left: 5px;
}

.PortfolioElement .Details
{
	position: relative;
	float: right;
	width: 470px;
	padding-top: 5px;
	color: #dddddd;
}

.PortfolioElement a
{
	background: #DDDDDD none repeat scroll 0 0;
	display: block;
	float: left;
	padding: 3px;
}

.PortfolioElement a:hover
{
	background: #F98B18 none repeat scroll 0 0;
}

.PortfolioElement .More
{
	position: relative;
	float: right;
}

.PortfolioElement .More a
{
	background: none;
}

.PortfolioElement .More a:hover
{
	background: none;
}

.SectionTitle
{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	height: 24px;
	width: 650px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.SectionPictureAndText
{
	width: 610px;
	padding: 10px;
	margin: 0 auto 0 auto;
}
.SectionPictureAndText .Image
{
	position: relative;
	float: left;
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	background-color: #dddddd;
	width: 300px;
	height: 250px;
}

.ProductPictureAndText
{
	width: 635px;
	padding: 10px 10px 10px 45px;
	position: relative;
	float: left;
}
.ProductPictureAndText .Image
{
	padding: 5px;
	padding-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	background-color: #dddddd;
	width: 300px;
	height: 250px;
}
.ProductPictureAndText span
{
	padding-top: 10px;
	position: relative;
}

.ProductAtributes
{
	float: left;
	padding-top: 10px;
	position: relative;
	width: 315px;
}

.ProductAtributes .AttributeNameColumn span
{
	padding: 0 5px 0 0;
}


.PromotionList
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 610px;
	height: 355px;
	overflow: hidden;
}

.PromotionElement
{
	width: 590px;
	padding: 0 10px 5px 10px;
	margin-bottom: 5px;
}

.PromotionElement .Title
{
	position: relative;
	float: left;
	width: 580px;
	padding-left: 5px;
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: solid 2px #F98B18;
}

.PromotionElement .Image
{
	position: relative;
	float: left;
	margin-left: 5px;
}

.PromotionElement .Details
{
	position: relative;
	float: right;
	width: 470px;
	padding-top: 5px;
	color: #dddddd;
}

.PromotionElement a
{
	background: #DDDDDD none repeat scroll 0 0;
	display: block;
	float: left;
	padding: 3px;
}

.PromotionElement a:hover
{
	background: #F98B18 none repeat scroll 0 0;
}

.PromotionElement .More
{
	position: relative;
	float: right;
}

.PromotionElement .More a
{
	background: none;
}

.PromotionElement .More a:hover
{
	background: none;
}

.PromotionText
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 0 10px;
	width: 610px;
	overflow: hidden;
}

.ContactForm
{
	float: left;
	margin-bottom: 5px;
	padding: 0 10px 5px;
	position: relative;
	width: 380px;
}
.ContactForm .Title
{
	border-bottom: 2px solid #F98B18;
	color: #FFFFFF;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px;
	padding-left: 5px;
	position: relative;
	width: 380px;
}
.ContactForm .Content
{
	position: relative;
	float: left;
	padding: 0 0 0 5px;
}

.ContactData
{
	float: left;
	margin-bottom: 5px;
	padding: 0 10px 5px;
	position: relative;
	width: 265px;
}
.ContactData .Title
{
	border-bottom: 2px solid #F98B18;
	color: #FFFFFF;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px;
	padding-left: 5px;
	position: relative;
	width: 260px;
}
.ContactData .Content
{
	position: relative;
	float: left;
	padding: 0 0 0 5px;
}

.ContactAccordionHeader
{
	padding-left: 5px;
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: solid 2px #F98B18;
	cursor: pointer;
	height: 20px;
}
.ContactAccordionHeaderSelected
{
	padding-left: 5px;
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: solid 2px #F98B18;
	cursor: pointer;
	height: 20px;
}
.ContactAccordionContent
{
}

.error
{
	color: #F98B18 !important;
}
.tstHed
{
	position: relative;
	float: left;
	background-image: url(../img/bg_blck.jpg);
	background-repeat: repeat-y;
	height: 300px;
	width: 41px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	color: #ffffff;
	cursor: pointer;
}

.tstCont
{
	position: relative;
	float: left;
	overflow: hidden;
}

.PageContentTitle
{
	padding-left: 5px;
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: solid 2px #F98B18;
	cursor: pointer;
	width: 450px;
}
.PageContentText
{
	padding-left: 5px;
}

.SiteContent
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 0 10px;
	width: 610px;
	overflow: hidden;
}
.Content
{
	float: left;
	margin-bottom: 5px;
	padding: 0 10px 5px;
	position: relative;
	width: 580px;
}
.Content .Title
{
	border-bottom: 2px solid #F98B18;
	color: #FFFFFF;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px;
	padding-left: 5px;
	position: relative;
	width: 575px;
}
.Content .Text
{
	padding-bottom: 5px;
}
.Content .Image
{
	width: 141px;
	height: 150px;
	margin: 0 5px 5px 0;
	float: left;
}

.MiscellaneaList
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 610px;
	overflow: hidden;
}

