@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

/*make sure all the images dont have a border when they are a link*/
img {
	border:none;
}

label {
	float:left;
	width:120px;
	text-align:left;
	margin-right:5px;
}

/*container to make the whole of the site align in the center*/
#page_holder {
	width:900px;
	margin:0 auto;
}

/*this is the header which contains the logo, menu etc*/
#header {
	width:900px;
	height:365px;
	background:url(/img/header.gif)
}

/*container for all the link menu images*/
#menu {
	height:48px;
	text-align:center;
}

/*the grey->gradient just under the menu*/
.top_gradient {
	background:url(/img/top_gradient.gif) repeat-x;
}

/*main container for everything bewteen the header and footer*/
#main {
	margin-top:10px;
	margin-bottom:60px;
}

/*left box which has the text and magazine picture in*/
#main .left {
	float:left;
	margin-left:40px;
	width:560px;
	font-size:12px;
}

/*The text on the left side*/
#main .left .text {
	float:left;
	width:360px;
}

/*the magazine pic*/
#main .left .picture {
	float:right;
}

/*the orange header above the left hand text*/
#main .left h1 {
	margin:0;
	padding:0;
	font-size:24px;
	color:#f18700;
}

/*makr sure the <p> gets the same margin in FF and IE*/
#main .left p {
	margin-top:15px;
}

/*the right box which contains the numbered 1-10 list*/
#main .right {
	float:right;
	margin-right:30px;
	font-size:12px;
	width:210px;
}

/*The footer containing all of the bottom links*/
#footer {
	background:url(/img/footer.gif) repeat-x;
	height:54px;
	text-align:left;
	font-size:11px;
	color:#ffffff;
	padding-top:10px;
	padding-left:40px;
}

#footer a {
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
}

#footer a:hover {
	color:#333333;
}
/*END OF footer*/

/*this is just to clear some of the float elements*/
.clearit {
	clear:both;
	height:1px;
	visibility:hidden;
	line-height:1px;
}

/*makes links 100% cover the elemnts they are in, (works well for background images)*/
a.image {
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
}

/*style for edition archiv*/
.select_edition {
	float: left;
	padding: 15px;
	padding-top: 5px;
	position: relative;
}
/*style for edition archiv images*/
.select_edition img {
	width: 225px;
	height: 305px;
}

/* old style for buttons */
#content {
	clear: both;
	width: 100%;
	text-align: center;
	margin: .5em auto;
}
#content .twopages {
	text-align: center;
	width: 898px;
	margin: 0 auto;
}
#content .twopages h1 {
	color:#666666;
	padding:0px;
	margin:0px;
}
#content .twopages td.txt {
	width: 449px;
	text-align:left;
	padding-left:100px;
}
#content .twopages img {
	width: 449px;
	height: 608px;
}
#content .twopages img.spacer {
	width: 1px;
}
#content .twopages a {
	color:#F7934B;
	text-decoration:none;
}
#content .twopages a:hover {
	color:#666666;
}
#content .twopages ul {
	list-style-type:square;
	color:#666666;
}
.singlepage img {
	width: 750px;
	height: 1015px;
}

#content .select_edition img {
	width: 225px;
	height: 305px;
}
.buttons {
	width: 100%;
	text-align: center;
}
.buttons img {
	height: 25px;
}
.buttons .li {
	float: left;
	width: 92px;
	height: 25px;
}
.buttons .re {
	float: right;
	width: 92px;
	height: 25px;
}

#contact_us {
	width:550px;
	margin:0 auto;
	margin-top:10px;
	font-size:13px;
	color:#333333;
	position:relative;
}

#contact_us .details {
	float:right;
	margin-bottom:30px;
	font-size:12px;
	position:absolute;
	right:0px;
}

#contact_us .form {
	float:left;
	margin-top:30px;
	width:450px;
	min-height:200px;
}

#contact_us textarea {
	width:300px;
	height:150px;
}

#contact_us ul {
	list-style-type:none;
	color:#FF0000;
	font-size:10px;

	padding-left:0px;
}

/*for requried form fields, makes it red*/
.required {
	color:#FF0000;
}

