html{
height: 100%;
border: 0;
padding: 0;
margin: 0;
}

body{
background-image: url(/img/bg-home.jpg);
background-repeat: repeat-x;
background-color:#272727;
height: 100%;
margin: 0;
padding: 0;
border: 0;
}

#spacer{
display: block;
height: 95%;
float: left;
width: 2px; /* 1px would be enough this is for display only */
font-size: 1px; /* to make sure width is not overridden */
padding: 0;
margin: 0;
background-color: red; /* visual effect only */
}

#container {
	margin-left: auto;
    margin-right: auto;
	width:1000px;	
}

a:active {
  outline: none;
}
a {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}
-moz-any-link:focus {
  outline: 1px dotted invert;
}
h1 {padding-bottom:5px}
* {
	margin: 0;
	padding: 0;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

input, select {
	vertical-align: middle;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
	text-align: left;
}

ul, ol {
	list-style: none;
}

object {
	vertical-align: top;
	outline: none;
}
#contentwrap{
display: block;
width: 100%; /* to suit but leave room for spacer */
text-align: center;
padding: 25px 0 0 0;
margin: 0;
}

#content{
margin: 0;
padding: 0;
font-size:12px; color:#FFF; font-family:Arial, Helvetica, sans-serif
}

.block-1, .block-2, .block-3, .block-4 {
	float: left;
	overflow: hidden;
}

.list-1 {
	overflow: hidden;
}

	.list-1 dt {
		padding: 0 0 5px 0;
		text-transform: uppercase;
		font-weight: bold;
		color: #FFFFFF;
	}
	
		.list-1 dt a {
			text-decoration: none;
			color: #FFFFFF;
		}
		
		.list-1 dt a:hover {
			text-decoration: underline;
		}
		
			.list-1 dt a span {
				text-transform: none;
			}
		
	.list-1 dd {
		color: #FFFFFF;
		padding:0 0 0 0;
	}
	
		.list-1 dd a {
			text-decoration: none;
			color: #FFFFFF;
		}
		
		.list-1 dd a:hover {
			text-decoration: underline;
		}

.wrapper {
	width: 100%;
	overflow: hidden;
}

#portfolio {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
}

hr {
  	border: 0;
  	width: 100%;
  	color: #f00;
	background-color:#333;
	height: 1px;
}

#footer {
	height: 138px;
	overflow: hidden;
	clear: both;
	height: 5%;
	padding: 25px 25px 25px 25px;
	margin: 0;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:10px;
}

#footer .inner {
	padding: 20px 3px 0 0;
}

	#footer .block-1 {
		padding: 0 10px 0 0;
	}
	
	#footer .block-2 {
		padding: 0 10px 0 0;
	}
	
	#footer .block-3 {
		padding: 0 10px 0 0;
	}
	
	#footer .block-4 {
		padding: 0 10px 0 0;
	}

#footer p {
		background: url(images/bottom-logo.png) no-repeat 100% 0%;
		margin: 11px 0 0 0;
		padding: 47px 0 0 0;
		float: right;
		line-height: 1.385em;
		font-size: 1.083em;
		color: #eae6da;
		width:372px;
	}
	
		#footer p a {
			margin: 0 0 0 11px;
			color: #eae6da;
		}
		
		#footer p span {
			padding: 0 12px 0 4px;
		}
		
		#pageflip {
	position: relative;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(/img/subscribe.png) no-repeat right top;
	text-indent: -9999px;
}
