/* CSS Document */

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#d0d0ee;
	}
	
/*----- FONTS ----- */

a:link { 
	font-weight:400;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0094d2;
	text-decoration:underlined; }

a:visited { 
	font-weight:400;
	color:#0094d2;
	text-decoration:underlined; }

a:hover, a:active { 
	text-decoration:underline;
	color:#0094d2; }

.link{	font-weight:400;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0094d2;
	text-decoration:underlined;
	}

	
.h1 {
color:#a54399;
font-size:small;
font-weight:600;
font-family:Arial, Helvetica, sans-serif;
}

.h2 {
color:#a54399;
font-size:12px;
font-weight:400;
font-family:Arial, Helvetica, sans-serif;
}

.h3 {
color:#0094d2;
font-size:12px;
font-weight:500;
font-family:Arial, Helvetica, sans-serif;
}

.gray {
color:#909191;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}



/*----- TABLES ----- */	

table#page{
	width:800px;
	heigth:850px;
	border-right: 2pt solid #ffffff;
	border-left: 2pt solid #ffffff;
	border-top: 2pt solid #ffffff;
	border-bottom: 2pt solid #ffffff;
}


table#header{
	width:800px;
	height: 278px;
}

table#body{
	width:800px;
	height:530px;
	background-image: url(images/contentbg.jpg);
}

table#content{
	width:444;
	background-image: url(images/boxbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

table#newsletter{
	background-image: url(images/newsletter.jpg);
	background-repeat: no-repeat;
}

table#giftcard{
	width:444;
	background-image: url(images/boxbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

table#footer{
	width:800px;
	height:41px;
}

table#nav{
	width:171px}

table#leftbar{
	width:172px;
	height:535px;
	background-image: url(images/watermark.png);
	background-repeat: no-repeat;
	background-position:bottom right;
}

table#rightbar{
	width:172px;
	height:523px;
}

table#newsletter{
	background-repeat: no-repeat;
	background-image:;
	background-position: top left;
}


/*----- FORM ----- */

input   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	color: #707070;
	margin:0px 0px 5px 0px;
}

textarea.sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	height:80px;
	color: #707070;
	margin:5px 0px 5px 25px;
}

input.sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	color: #707070;
	margin:0px 0px 5px 25px;
}

input.button_sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:119px;
	color: #707070;
	margin:0px 0px 5px 25px;
}

input.button_content   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:119px;
	color: #707070;
	margin:5px 0px 5px 0px;
}
