﻿body 
{
    background-image: url('images/Background.gif');
    background-repeat:repeat-x;
    background-position:top;
    font-family:Verdana, Arial, Helvetica;
    color:#808080;
    font-size:11px;
}

.Wrapper
{
    width:984px;
    min-height:520px;
    margin:0 auto;
    overflow:auto;
}

.Top
{
    height:140px;
    padding-right:8px;
}

.ContentWrapper
{
    padding:0px 8px 0px 8px;
    overflow:visible;
}

.FooterWrapper
{
    min-height:30px;
    background-image:url('images/Footer.gif');
    background-repeat:repeat-x;
    background-position:top;
    padding-top:17px;
}

.Footer
{
    width:830px;
    margin:0 auto;
    padding-left:150px;
}

.MenuWrapper
{
    width:140px;
    float:left;
}

.SeparetedContent
{
    width:828px;   
    overflow:visible;
}

.SeparetedContent h1
{
    text-decoration:none;
	font-weight:bold;
	color:#808080;
	width:400px;
	height:19px;
	float:left;
	padding:3px 0px 0px 4px;
	margin:1px 0px 11px 0px;
    font-size:12px;
    text-transform:uppercase;
    background-image:url('images/TitleBackgroundShort.png');
    background-repeat:no-repeat;
    vertical-align:middle;
    color:#ffffff;
}

.PanelLeft
{
    width:398px;
    float:left;
    margin-left:0px;
}

.PanelRight
{
    width:408px;
    float:left;
    margin-left:22px;
}

.TextWrapper
{
    width:820px;
    float:left;
    margin-top:-3px;
}

.TextPanel
{

}

.Thumbs
{
    height:70px;
    width:400px;
    overflow:hidden;
    margin:6px 0px 6px 0px;
    vertical-align:middle;
}

.Thumbs div
{
    width:440px;
    overflow:hidden;
    vertical-align:middle;
}

.Thumbs img
{
    margin:0px 12px 0px 0px;
}

.MenuWrapper a, .MenuWrapper a:link, .MenuWrapper a:active
{
    text-decoration:none;
	font-weight:bold;
	color:#808080;
	width:115px;
	height:25px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
    font-size:12px;
    text-transform:uppercase;
}

.MenuWrapper a.Active, .MenuWrapper a.Active:link, .MenuWrapper a.Active:active
{
    text-decoration:none;
	font-weight:bold;
	color:#808080;
	width:111px;
	height:19px;
	float:left;
	padding:4px 0px 0px 4px;
	margin:-4px 0px 6px 0px;
    font-size:12px;
    text-transform:uppercase;
    background-image:url('images/MenuItemBackground2.png');
    vertical-align:middle;
    color:#ffffff;
}

.MenuWrapper a:hover
{

}

.MenuWrapper a.Sub, .MenuWrapper a.Sub:link, .MenuWrapper a.Sub:active
{
    font-size:11px;
    text-transform:lowercase;
    font-weight:normal;
    padding-left:11px;
}

.MenuWrapper a.ActiveSub, .MenuWrapper a.ActiveSub:link, .MenuWrapper a.ActiveSub:active
{
    text-decoration:none;
	font-size:11px;
    text-transform:lowercase;
    font-weight:normal;
	color:#808080;
	width:104px;
	height:19px;
	float:left;
	padding:4px 0px 0px 11px;
	margin:-4px 0px 6px 0px;
    background-image:url('images/MenuItemBackground2.png');
    vertical-align:middle;
    color:#ffffff;
}

.Button
{
    border:none;
    background-image:url('images/MenuItemBackground2.png');  
    background-repeat:no-repeat; 
    width:115px; 
    color:#ffffff;
    font-size:12px;
    text-transform:uppercase;
    font-weight:bold;
}

input
{
    border:solid 1px #dddddd;
}

textarea
{
    border:solid 1px #dddddd;
}

a.buttonLeftRight, a.buttonLeftRight:active, a.buttonLeftright:visited
{
    text-decoration:none;
    /*color:#99CC00;*/
    color:#444444;
    padding:20px 4px 14px 4px;
    background-color:#f4f4f4;
    height:29px;
    float:left;
    border:solid 1px #888888;
}

a.buttonLeftRight:hover
{
    background-color:#e7e7e7;
}

a.buttonLeftRightDis, a.buttonLeftRightDis:active, a.buttonLeftrightDis:visited
{
    text-decoration:none;
    /*color:#99CC00;*/
    color:#aaaaaa;
    padding:20px 4px 14px 4px;
    background-color:#ffffff;
    height:29px;
    float:left;
    border:solid 1px #dddddd;
}

a.buttonLeftRightDis:hover
{
    background-color:#ffffff;
}

#mainThumbWrapper
{
    position:relative;
    margin-top:8px;
    width:400px;
    overflow:hidden;
}

#thumbpicturescontainer
{
    position:relative;
    width:9999px;
    overflow:hidden;
}

#innerThumbWrapper
{
    position:relative;
    width:354px;
    overflow:hidden;
    float:left
}

#pictureContainer
{
    width:400px;
    margin-left:5px;
    overflow:hidden;
}
