
.nav-container {
	float:left; }
	
.nav {
	height:753px;
	width:180px;
	position:relative;
	margin-left:0px; }

.nav li {
	padding-left: 18px !important; }

.nav .main-btn {
	background: url(../images/rightarrow.png) no-repeat;
	background-position: 90% center; }

.nav li:hover {
	background-position: 94% center; }

.dropdownmenu {
	margin-left:166px;
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, .25);
	-o-box-shadow: 3px 3px 8px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, .25);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, .25); }

.arrow {
	float: left;
	height:210px;
	width:20px;
	margin-left:-20px;
	margin-top:-181px;
	background: url(../images/arrow-r.png) bottom no-repeat; }

.nav-footer {
	position: relative;
	bottom: -183px;
	height: 35px;
	width: 100%;
	background: #f4f4f4;
	text-shadow: 0 1px 0 white;
	border-top: 1px solid #EEE;
	-webkit-box-shadow: inset 0 1px 0 white; }

.main {
	margin-left: 12px;
	width:694px; }

.intro {
	float: left;
	font-size: 13px;
	width:383px;
	margin-top:36px;
	margin-bottom:6px; }

.img-container {
	float: left;
	margin-top:20px;
	width:230px;
	height: 342px;
	background:#f4f4f4;
	outline: 1px solid #DFDBD3;
	border: 1px solid #FFF; }

img {
	margin-top:5px;
	margin-left: 5px; }

.img-tag {
	float: right;
	margin: -3px 8px 4px 0; 
	font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
	font-style: italic;
	font-size: 12px;
	line-height:27px;
	color: #555;
	text-shadow: 0 1px 0 white; }

.footer {
	width: 100%; }	

/*
@media all and (max-width: 1136px) {
	.wrap { 
		width:954px; }
	.main {
		margin-left: 12px;
		width:544px; }
	.intro {
		width: auto; }
	.img-container {
		display: none; }
}
*/