#wrapper {
	width: 100%;
}

.row, .column {
	width: 100%;
}

.column
{
	margin-right: 6px;
}

@media screen and (max-width: 320px)
{
	.column.six, .column.six .row,
	.column.four, .column.four .row,
	.column.three, .column.three .row,
	.column.two, .column.two .row
	{
		width: 274px;
	}
	
	.column.oneandahalf, .column.oneandahalf .row {
		width: 131px;
	}
	
	form input
	{
		width: 186px;
	}
	form textarea {
		width: 244px;
	}
}

@media screen and (min-width: 321px)
{
	.column.three, .column.three .row
	{
		width: 211px;
	}
	
	.column.two, .column.two .row
	{
		width: 144px;
	}
	
	.column.six, .column.six .row,
	.column.four, .column.four .row,
	.column.six + .column.three
	{
		width: 434px;
	}
	
	.column.oneandahalf, .column.oneandahalf .row {
		width: 99px;
	}
	
	form input
	{
		width: 172px;
	}
	form textarea {
		width: 404px;
	}
}

#header {
	height: 165px;
	padding-top: 0;
}

#title, .mirror #title {
	height: 139px;
	padding: 0px 0px 0 20px;
	background: url(../images/essentials/main/bg.png);
	margin: -2px 3px 0 3px;
	background-position: -40px 0px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	width: auto;
}

#title h1 {
	padding-top:19px;
	height: 139px;
}

#title a {
	top: 80px;
}

.mirror #title a.first
{
	right: 142px;
}
.mirror #title a.second
{
	right: 52px;
}

#title .badge, .mirror #title .badge
{
	top: 60px;
	right: 10px;
}

#navigation, .mirror #navigation {
	position: static;
	overflow: none;
	left: auto;
	top: auto;
	right: auto;
	padding-right: 0;
	margin-left: 20px;
	margin-top: 20px;
}

#navigation li#winmolink
{
	display: none;
}

#navigation li.current a {
	height: 29px;
}

#navigation li.current a span {
	height: 23px;
}

#main {
	margin: 0 3px 0 3px;
	background-position: -40px 0px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	position: relative;
}

#iphone, .mirror #iphone
{
	margin: 0 auto 20px auto;
	width: 230px;
	height: 346px;
	background-image: none;
	position: static;
	left: auto;
	top: auto;
	right: auto;
	padding: 0;
}

#content, .mirror #content {
	background-position: -40px 0px;
	width: auto;
	padding: 20px 14px 0px 20px;
}

#footer {
	background-image: none;
}
