.portfolioText {
	color:#FFFFFF;
	width:950px;
	margin-left:25px;
	
}
.portfolioText p{
	font-size:14px;
	color:#FFFFFF;
	padding-top:10px;
}

.qitem {
	width:215px;
	height:215px;	
	border:4px solid #222;	
	margin:5px 5px 5px 0;
	background: url(../media/images/portfolio/bg.gif) no-repeat;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
	cursor:hand; cursor:pointer;
}

	.qitem img {
		border:0;
	
		/* allow javascript moves the img position*/
		position:absolute;
		z-index:200;
	}

	.qitem .caption {
		position:absolute;
		z-index:0;	
		color:#fff;
		display:block;
	}

		.qitem .caption h4 {
			font-size:12px;
			padding:10px 5px 0 8px;
			margin:0;
			color:#369ead;
		}
.qitem .caption h2 {
			font-size:12px;
			text-align:center;
			padding:10px 5px 0 8px;
			margin:0;
			color:#369ead;
}

		.qitem .caption p {
			font-size:10px;	
			padding:3px 5px 0 8px;
			margin:0;
			color:fff;
		}



/* Setting for corners */

.topLeft, .topRight, .bottomLeft, .bottomRight {
	position:absolute;
	background-repeat: no-repeat; 
	float:left;
}

.topLeft {
	background-position: top left; 	
} 

.topRight {
	background-position: top right; 
} 

.bottomLeft {
	background-position: bottom left; 
} 

.bottomRight {
	background-position: bottom right; 
}

.clear {
	clear:both;	
}

/*********Slide Portfolio Pages *****************/
.q2item {
	width:126px;
	height:126px;
	border:4px solid #222;	
	margin:5px 5px 5px 0;
	background: url(../media/images/portfolio/bg2.gif) no-repeat;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
	cursor:hand; cursor:pointer;
}

.q2item img {
	border:0;
/* allow javascript moves the img position*/
	position:absolute;
	z-index:200;
}

.q2item .caption {
	position:absolute;
	z-index:0;	
	color:#fff;
	display:block;
}

.q2item .caption h4 {
	font-size:12px;
	padding:10px 3px 0 5px;
	margin:0;
	color:#369ead;
	text-align:center;
}

.q2item .caption p {
	font-size:10px;	
	padding:3px 5px 0 8px;
	margin:0;
	color:#8AE1DF;
}
.q2itemName {
	text-align:center;
	width:126px;
	height:26px;
	margin:5px 13px 5px 0;
	/* for child absolute position */
	position:relative;
	/* display div in line */
	float:left;
	cursor:hand; cursor:pointer;
}

.q2itemName .caption {
	position:absolute;
	z-index:0;	
	color:#fff;
	display:block;
}

.q2itemName .caption h2 {
	font-size:11px;
	padding:0px 5px 0 5px;
	margin:0;
	color:#1A4B53;
}
#backButton a{
	font-size:13px;
	padding:0px 5px 0 5px;
	margin:0;
	color:#1C3151;
	float:left;
}
#buyButton{
	font-size:13px;
	padding:0px 5px 0 5px;
	margin:0;
	color:#1C3151;
	float:right;
}
.bottomContent {
	font-size:13px;
	padding:20px 5px 0 5px;
	margin:0;
	color:#1C3151;
	width:90%;

}
.bottomDisclaimer{
	font-size:9px;
	padding:20px 5px 0 5px;
	line-height:10px;
	margin:0;
	color:#1C3151;
	width:95%;
}

h1 {
	font-size:17px;
	padding:20px 5px 0 5px;
	margin:0;
	color:#1C3151;
}
