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

								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;
}

#portfolio_copy ul {
	margin: 0;
}

#portfolio_copy li {
	list-style-type: none;
}

#portfolio_copy li a {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #00f;
	text-align: left;
}

#portfolio_products {
	margin: 0px 0px 0px 30px;
	padding: 0;
}

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

#portfolio_products ul {
	margin: 0px 0px 0px 40px;
}

#portfolio_products li {
	list-style-type: none;
}

#portfolio_products li img {
	display: inline;
	position: relative;
	margin: 0px 5px 0px 0px;
}

#portfolio_products li a {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #00f;
	text-align: left;
}

#portfolio_products li a:hover {
	color: #000;
}

#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;
}
