﻿html 
{
	overflow: auto;
}

body
{
	font-size: 11px;
	color: #000000;
	font-family: Arial;
	background-color: #000000;/**/
}

h1
{
    font-size: 14px;
    color: Blue;
    margin: 0px 0px 5px 0px;
}

#horizon     
{
	background-color: #000000;
	text-align: center;
	position: absolute;
	overflow: visible;
	visibility: visible;
	display: block;
	top: 50%;
	height: 1px;
	width: 99%;
}

a, a:active, a:link, a:sisited
{
    color: #333333;
    text-decoration: underline;
}
a:hover
{
    color: #000000;
    text-decoration: underline;
}

#all 
{
	position: absolute; /* Needed for Safari */
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	width: 900px;
	left: 50%;
	margin-left: -450px;
	text-align: left;
	/*height: 590px;
	top: -295px;*/
	background-color: #000000;
	/*border: solid 1px #ffffff;*/
	top: 10px;
}

#content
{
	position: absolute;
	margin: 0px;
	width: 900px;
	height: 590px;
}
#content2
{
	position: absolute;
	margin: 0px;
	width: 900px;
	top: 50px;
	/*height: 590px;*/
}

#logo
{
	position: absolute;
	left: 508px;
	top: 0px;
}

#storeonlinelogo
{
	position: absolute;
	left: 665px;
	top: 0px;
	width: 235px;
}

#vertdotline
{
    position: absolute;
    left: 0px;
    top: 45px;
    width: 3px;
    height: 545px;
    background-image: url('../../images/greydot.gif');
    background-repeat: repeat-y;
}

#pagecontent
{
    position: absolute;
    left: 195px;
    top: 45px;
    width: 705px;
    height: 545px;
    background-color: #FFFFFF;
}
.pagecontent2
{
    position: relative;
    width: 705px;
    background-color: #FFFFFF;
}

#flags
{
    position: absolute;
    left: 20px;
    top: 500px;
    width: 160px;
}
.flags
{
    margin-top: 7px;
    margin-left: 5px;
    width: 160px;
}

#hordotline
{
    margin-left: 5px;
    margin-top: 5px;
    width: 160px;
    height: 3px;
    background-image: url('/images/greydot.gif');
    background-repeat: repeat-x;
}

.hordotline
{
    margin-left: 5px;
    margin-top: 5px;
    width: 160px;
    height: 3px;
    background-image: url('/images/greydot.gif');
    background-repeat: repeat-x;
}

#hordotline1
{
    position: absolute;
    left: 20px;
    top: 544px;
    width: 160px;
    height: 3px;
    background-image: url('/images/greydot.gif');
    background-repeat: repeat-x;
}

#hordotline2
{
    position: absolute;
    left: 20px;
    top: 587px;
    width: 160px;
    height: 3px;
    background-image: url('/images/greydot.gif');
    background-repeat: repeat-x;
}

.basket
{
    margin-left: 5px;
    margin-top: 5px;
    width: 160px;
    height:20px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

#basket
{
    position: absolute;
    left: 20px;
    top: 559px;
    width: 160px;
    height:20px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

#menu
{
    position: absolute;
    left: 15px;
    top: 45px;
    width: 170px;
    height: 545px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

.menu
{
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

.menu a, .menu a:active, .menu a:visited, .menu a:link,
#menu a, #menu a:active, #menu a:visited, #menu a:link,
#basket a, #basket a:active, #basket a:visited, #basket a:link
{
    text-decoration: none;
    color: #FFFFFF;
}

.menu a:hover,
#menu a:hover,
#basket a:hover
{
    text-decoration: none;
    color: #999999;
}