html 
{
    height:100%;
}

body
{
	background: #6D6A56 url('../images/bk.png') repeat-x;
	font-size:11pt;
	color:black;
	font-family:"Arial";
	text-align:center;
}

#content 
{
    position:relative;
    text-align:center;
	padding-top:50px;
    width:100%;
}

.addDiv
{
    position: relative;
    display:table-cell;
    height:180px;
    width:150px;
}

.flashObject
{
    position: relative;
}

.addPanel
{
    padding: 15px;
    background: white;
    border: 1px solid maroon;
	text-align: center;
	margin:15px;
}

table
{    
	margin: 0 auto;
}

img
{
	border-style: none;
}

.splash
{
    position:absolute; 
    top:10%; 
    width:100%; 
    text-align:center;
}

.copyright
{
    font-family: century gothic;
	font-size: 13px;
	letter-spacing: 2px;
	color: white;
	text-decoration:none;
}

.copyright:hover
{
    font-family: century gothic;
	font-size: 13px;
	letter-spacing: 2px;
	color: white;
	text-decoration:none;
}

.copyright:visited
{
    font-family: century gothic;
	font-size: 13px;
	letter-spacing: 2px;
	color: white;
	text-decoration:none;
}


.main
{   
	background: white;
	width: 843;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.menu
{	
	height: 100%;
	background: url(../images/fondomenu.png) repeat-x center;
}

.menuMain
{
    width: 884px;
	height: 32px;
	text-align: center;
	vertical-align:middle;
	padding:4px 0 11px 0; 
}

.menudiv
{
	background: url(../images/div.png) no-repeat center;
	height: 36px;
	width: 5px;
}

.leftMenu
{
    background: url(../images/menuLeft.png) no-repeat left;
	height: 40px;
	width: 5px;
}

.rightMenu
{
    background: url(../images/menuRight.png) no-repeat right;
	height: 40px;
	width: 10px;
}

a.menuLink
{	
    display:table-cell;
	font-family: century gothic;
	font-size: 14px;
	letter-spacing: 2px;
	color: white;
	text-decoration:none;
	padding: 0px 10px 0px 10px;
	vertical-align:middle;
	height: 40px;
}

a.menuLink:hover
{
	color: white;
	/*background-color:Red;*/
	background: url(../images/menuhot.png) repeat-x center;
}

.currentPage
{
	font-family: century gothic;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 2px;
	color: Black;
	text-decoration:none;
	padding: 0px 10px 0px 10px;
	text-align:center;
	vertical-align:middle;
	height: 40px;
    background: url(../images/menucurrent.png) repeat-x center;
}

.menudiv
{
	background: url(../images/div.png) no-repeat center;
	height: 40px;
	width: 5px;
}


.whiteTable
{
	padding: 0px 25px 0px 25px;
}
 
.table
{
	padding: 25px;
	text-align:center;
}

.tableleft
{
	background: url(../images/left.png) repeat-y left;
	width: 16px;
	height: 100%;
}

.tableright
{
	background: url(../images/right.png) repeat-y right;
	width: 25px;
	height: 100%;
}

.tableleftbottomcorner
{
	background: url(../images/leftbottomcorner.png) no-repeat; 
	width: 16px;
	height: 25px;
}

.tablebottom
{
	background: url(../images/bottom.png) repeat-x;
}

.tablerightbottomcorner
{
	background: url(../images/rightbottomcorner.png) no-repeat;
	width: 25px;
	height: 25px;
}

.tabletop
{
	background: url('../images/top.png') repeat-x top;
}

.tablerighttopcorner
{
	background: url(../images/righttopcorner.png) no-repeat;
	width: 25px;
	height: 15px;
}

.tablelefttopcorner
{
	background: url(../images/lefttopcorner.png) no-repeat; 
	width: 16px;
	height: 15px;
}

.product 
{ 
    font-family: Century Gothic;
	font-size: 18pt;
	font-weight: bold;
	color: #660000;
}
.subtitle 
{ 
	font-size: 13pt;
	color: #0066FF;
}

.address
{    
	font-size: 13pt;
	color: #660000;
	font-style:italic;
	font-weight: normal;
}


.dialogTable
{
    border: 1px solid #333333;
}

.dialogTitle
{	
	font-family: century gothic;
	font-size: 13px;
	letter-spacing: 2px;
	color: #333333;
	background: url(../images/fondomenu.png) repeat-x center;
	text-align: center;
	color:White;
}