html{overflow: hidden;}

body {
	margin:0px;
	border: 0px;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	
	font-family: verdana,helvetica;
	font-size: 14px;
	
	background-color: white;
}

img {border: none;}

.left {text-align:left; float: left;}
.right {text-align:right;float: right;}
.center {text-align:center;}

h1, h2, h3, h4, h5 {color: #039a74; font-family: georgia,verdana;}

.press {
    padding: 20px;
    width: 85%;
    text-align: left;
}

.shop {
    border-style: dotted;
    width: 550px;
    text-align:right;
    padding: 30px;
    padding-top: 0px;
    background-color:#e1edea;
}

/************************
*    Design             *
************************/

div.design-top {
    top: 0px;
    height: 28px;       
    text-align: right; 
    background-image: url('/images/bar.png');
    background-repeat: repeat-x;
    background-position: left bottom;
}

div.design-bottom {
    bottom:0px; 
    height: 67px; 
    text-align: center; 
    padding-top:15px; 
    background-image: url('/images/bar2.png'); 
    background-repeat: repeat-x;
}

div.design-top, div.design-bottom {
    position: absolute;
    left: 0px;
    width: 100%;

    z-index: 6;

    color: white;
    font-size: 15px;
    font-weight: bold;
    background-color: #039A74;

    overflow: hidden;
    filter: progid:dximagetransform.microsoft.alpha(opacity=80);-moz-opacity: 0.80;
}

div.design-content{
    z-index:2; 
    overflow-y: auto;
    overflow-x: none;

    background-color: white;

    background-image: url(/images/watermark.png); 
    background-repeat: no-repeat; 
    background-position: 50px 0px;
    
    position: absolute;

    top: 43px; 
    left: 230px;
    right:15px;
    bottom:100px;
	
    padding-top:30px; padding-bottom:25px; padding-left:25px; padding-right:25px;

    border:solid; border-color: #039A74;border-width: 2px;
    -moz-border-radius: 3% 0 0 3%; 
}       

.bg{ 
    position: absolute;
    top:0px;
    left:0px;
    height:100%;
    z-index:0;
}

/************************
*    Links              * 
************************/

#purplebar A:link {color:white;text-decoration: none; font-size: 16px;border: none;}
#purplebar A:visited {color:white;text-decoration: none; font-size: 16px;border: none;}
#purplebar A:active {color:white;text-decoration: none; font-size: 16px;border: none;}
#purplebar A:hover {color:white;text-decoration: underline; font-size: 16px;border: none;}

A:link {color:#46a9c5;text-decoration: none; font-size: 16px;border: none;}
A:visited {color:#46a9c5;text-decoration: none; font-size: 16px;border: none;}
A:active {color:#46a9c5;text-decoration: none; font-size: 16px;border: none;}
A:hover {color:#46a9c5;text-decoration: underline; font-size: 16px;border: none;}
