/*************************************************************************************\

								CSS FOR PORTFOLIO PAGE

\*************************************************************************************/

#portfolio_container {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

#portfolio_designs {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 45%;
	float: left;
}

#portfolio_copy {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 45%;
	float: left;
}

#portfolio_copy h2 {
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	text-align: left;
}

#select_design {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 325px;
}

#design_selection_form select {
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000;
	text-align: left;
}

#design_selection_form input {
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000;
	text-align: center;
	border: 1px solid black;
}

#select_design p {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	text-align: left;
}

.sk_invisible {
	display: none;
	visibility: hidden;
}

.sk_visible {
	display: block;
	visibility: visible;
}
