/* CSS Document */

/* Normalizes margin, padding */

body, div, ul, li, a, h1, h2, h3 {
	padding : 0;
	margin : 0;
}


html {
	text-align: center;
	background-color:#FFFFFF;
	
}

body {

	
	text-align: left;
	
	position : relative;
	width : 900px;
	margin : 0 auto;
	xbackground-color:#CCCCCC;
	
	

}

a  {
	color:#FF0000;
	text-decoration:none;
}
p {font : 100%/1.5 "Times new roman", "georgia", serif;
line-height: 1.1;
	color:#000000;
}
.smaller{
font-size: 90%;
}

.bold{
font-weight: bold;
}

.italic{
font-style:italic;
}

.instruction{
font-size: 95%;
margin-right: 60px;
margin-left: 30px;
}
.prices{
border-style: dotted;
border-width:1px;
border-color: #000000;}
H2{
font-family :Times new roman,"georgia",  serif;
font-size: 250%;
font-weight: lighter;
line-height: 1em;
color: #000000;

}

H3{font-size: 140%;
}
H4{font-size: 110%;

}

/* Individual page wrappers */

div#wrapper1{
	width: 900px;
	xmin-height:400px;
	xmargin-top: 125px;
	background : url(../images/generic/central-bg.jpg) repeat;
}





div#branding {
	
	z-index: 5;
	position : relative;
	width : 900px;
	height : 144px;
	margin-top: 30px;
	background-color:#FFFFFF;
	background-image:url(../images/generic/header-bg.jpg);
	background-repeat: no-repeat;
	background-position:bottom;

}

h1 { position: absolute;
z-index:1;
top: 10px;
left: 30px;
xwidth: 100%;
xheight: 144px;

text-indent: -9999px;

}

/* Navigation */

div#navigation {
	z-index:10;
	position : relative;
	color:#330000;
	width : 900px;
	xleft: 380px;
	xright: 30px;
	margin-top: -30px;
	font-family: Times new roman,"georgia",  serif;
	xfont-style: italic;
	text-align: center;
	font-size: 120%;
	xletter-spacing: 0.01em;
	xfont-weight: bold;
	xline-height: 1.5em;	

}

div#lang{
position: relative;
z-index: 9;

margin-left: 820px;
height: 30px;
top: 40px;
width: 300px;
}

div#line-break{
background : transparent url(../images/generic/double-line.jpg);
height:10px;
margin-left:50px;
margin-right:50px;

}


ul#nav_list li{
	display: inline;
	margin: 4px;
}


.nav_list a {
	text-decoration: none;
	color:#000000;
	
	}

.nav_list a:hover {
	color:#666666;
}


/* Content */



div#content_wrapper {
xmargin-top:128px;
width: 915px;
xmin-height: 600px;

xbackground: url(../images/generic/central-bg.jpg) repeat;
}

div#content {

float: left;
position: relative;
margin-right: -60.5%;
width: 50.5%;
xmin-height: 500px;
xbackground-color:#00CCFF;

}

div#content p, h4{
margin-left:50px;
margin-right:40px;
}

div#pic_box{
background-image: url(../images/generic/picturestack-r.jpg);
margin-top:30px;
margin-right:130px;
width:450px;
height:363px;

}
div#pic_box_portrait{
background-image: url(../images/generic/picturestack-portrait.png);
margin-top:30px;
margin-right:130px;
width:418px;
height:495px;

}

.stack_pic{ margin: 40px;}

div#sub_content_7 {

	float: left;
	margin-right: 5px;
	margin-left: 60px;
	margin-top: 60px;
	xmin-height: 400px;
	width: 38.5%;
	background-image: none;
}

/* lists */
ul#list1{
padding:10px;
}

ul#list1 li{
padding:5px;
}


div#siteinfo {
	color:#000000;
	font-size: 95%;
	text-align:center;
	text-indent: 30px;
	padding-top: 30px;
	
	

}

div#siteinfo a  {
	color:#000000;
	text-decoration:none;
}


div#footer{
	clear: both;
	z-index:10;
	width: 900px;
	height: 100px;
	background : url(../images/generic/footer-bg) no-repeat;
}
