/* CSS Document */
/**	For One Fourth **/
.one-fourth {
	width: 238px;
	height:auto;
	margin-right: 27px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-bottom:10px;
}
	
	.one-fourth .product-desc {
		width: 180px;
		height: auto;
		float:left;
		margin-left:8px;
	}

/** One Third Boxes **/	
#investor-media-career .one-third .one-third-shadow {
	width:330px;
	height: 245px;
	padding:5px;
	border:1px solid #cfd8ff;
	border-radius:3px;
	
}

	#investor-media-career .one-third .one-third-left {
		width: 134px;
		height:194px;
		float:left;
		
		overflow:hidden;
	}
	
	#investor-media-career .one-third .one-third-right {
		float:left;
		width:195px;
		height:194px;
		background: #f4f8fe;
		position: relative;
	}
	.one-third {
		margin:0 21px 0 0px;
	}
	
/**	Community **/
#community .section-wrapper .one-half {
	width:47%;
	float:left;
}

#community .section-wrapper .one-half {
	margin-right:3%;
}

	#community .sideborder{
		width:96%;
		height:151px;
		padding:1%;
		border:1px solid #cfd8ff;
		/*box-shadow:0 0 5px #cfd8ff;*/
		border-radius:3px;
		margin:1%;
	}
	

/* gallery */
.gallery-section {
	margin:0 27px 20px 0;
}

/**	Menu Fix **/
#navigation .content #navigation-wrapper #main-nav #menu-6 {
	padding-right:0;
}
	
		
		