/*Category page */
#category #main-content #albumlist {
	list-style-type: none;
	margin: 26px 0px 0px;
	padding: 0px;
}
#category #main-content #albumlist li {
	float: left;
	margin-bottom: 22px;
	color: #333333;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1em;
	width: 154px;
}
#category #main-content #albumlist img {
	display: block;
	border: 1px solid #333300;
	margin-bottom: 4px;
}
#category #main-content #albumlist a:hover img {
	border: 1px solid #000000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#category #main-content h1, #main-category #main-content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	padding-top: 6px;
	color: #666666;
}
#category #main-content h2, #main-category #main-content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #666666;
	margin-top: 4px;
}
#category #main-content p, #main-category #main-content p {
	margin-top: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.3em;
	line-height: 145%;
	color: #666666;
}
/*Main category page*/
#main-category #main-content #albumlist {
	list-style-type: none;
	margin-top: 30px;
}
#main-category #main-content #albumlist li {
	font-size: 1.3em;
	font-weight: normal;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 130%;
	height: 180px;
}
#main-category #main-content #albumlist li a  {
	display: block;
	background-repeat: no-repeat;
	color: #333333;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 130px;
	color: #666666;
	font-weight: normal;
	height: 180px;
	width: 600px;
}
#main-category #main-content #albumlist li a:hover  {
	text-decoration: none;
	color: #333333;
}
#main-category #main-content #albumlist li strong {
	font-size: 1.5em;
	padding-bottom: 4px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
}
#main-category #main-content #albumlist li a strong {
	color: #4B798D;
}
#main-category #main-content #albumlist li a:hover strong {
	text-decoration: underline;
	color: #304E5B;
}

/*Portfolio page*/
#illustration #portfolio-image {
	float: right;
	width: 560px;
}
#illustration #image-description {
	float: left;
	width: 235px;
	padding-right: 20px;
}
#illustration #image-description h1, #form #form-description h1, #standard #side-content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	padding-bottom: 6px;
	padding-top: 10px;
	color: #666666;
	line-height: 115%;
}
#illustration #image-description h2, #form #form-description h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.4em;
	color: #666666;
	margin-top: 4px;
	line-height: 130%;
	margin-bottom: 10px;
}
#illustration #image-description p, #form #form-description p, #standard #side-content p, #links #side-content p, #downloads #side-content p {
	margin-bottom: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.3em;
	line-height: 145%;
	color: #666666;
}
#illustration #image-description ul, #form #form-description ul, #standard #side-content ul, #links #side-content ul, #downloads #side-content ul {
	margin-bottom: 10px;
	line-height: 145%;
	color: #666666;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	list-style-type: disc;
	padding-left: 20px;
}
#illustration #image-description ul li, #form #form-description ul li, #standard #side-content ul li, #links #side-content ul li, #downloads #side-content ul li {
	font-size: 1.3em;
	line-height: 120%;	
}
#illustration #image-description a {
	color: #4B798D;
	font-weight: bold;
}
#illustration #image-description a:hover {
	text-decoration: underline;
	color: red;
}
/*Form page*/
#form #form-content {
	float: right;
	width: 560px;
}
#form #form-description {
	float: left;
	width: 235px;
	padding-right: 20px;
}
#form #form-content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	padding-top: 10px;
	color: #666666;
	padding-bottom: 10px;
}
#form #form-content h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	color: #666666;
	line-height: 140%;
	margin-top: 10px;
}
#form #form-content p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	color: #666666;
	font-weight: normal;
	margin-bottom: .8em;
	line-height: 160%;
}
#form #form-content p#privacy-statement {
	padding-left: 14px;
	font-size: 1.1em;
	line-height: 120%;
}
#form #form-content p em, #form-page #central-content-container ol em {
	color: #F00 !important;
	font-style: normal;
	font-weight: bold;
}
#form #form-content p#validation {
	padding: 10px !important;
	border: 1px solid #CCCCCC;
	background-color: #EFF3F4;
	color: #F00 !important;
	margin-bottom: 30px;
	width: 398px;
}
#form #form-content form {
	padding-top: 20px;
	width: 420px;
}
#form #form-content form fieldset {
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	padding-left: 8px;
	padding-right: 8px;
}
#form #form-content form fieldset.order {
	background-color: #EFF3F4;
	border-color: #999999;
}
#form #form-content form fieldset.submit {
	border: none;
}
#form #form-content form ol {
	margin-bottom: 25px;
	margin-top: 10px;
}
#form #form-content form ol li {
	padding: 6px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
}
#form #form-content ol li label {
	padding-left: 2px;
	vertical-align: middle;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	display: block;
	text-align: left;
	color: #666666;
}
#form #form-content form ol li label em {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #FF0000;
}
#form #form-content form ol li select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	margin-top: 2px;
	color: #333333;
	background-color: #FFFFFF !important;
}
#form #form-content form ol li input.text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	border: 1px solid #AAAAAA;
	padding: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 2px;
	width: 380px;
	color: #333333;
	background-color: #FFFFFF !important;
}
#form #form-content form ol li input.text:focus {
	border: 1px solid #06C;
	color: #000;
	background-color: #E5F1FA !important;
}
#form #form-content form ol li textarea.text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	border: 1px solid #AAAAAA;
	padding: 3px;
	margin-top: 2px;
	width: 380px;
	color: #333333;
	background-color: #FFFFFF !important;
}
#form #form-content form ol li textarea.text:focus {
	border: 1px solid #06C;
	color: #000;
	background-color: #E5F1FA !important;
}
#form #form-content form ol li img {
	display: block;
	padding-top: 10px;
	padding-bottom: 5px;
}
#form #form-content form fieldset legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.4em;
	color: #666666;
	padding: 1px;
}
.button {
	padding-top: 3px;	
}
#form #form-content form fieldset.submit ol li {
	color: #333333;
	font-size: 1.2em;
}
#form #form-content form fieldset.submit ol li input {
	padding-top: 6px;
}
#form #form-content form ol li label.checkbox-label {
	display: inline;
	vertical-align: bottom;
	margin:0;
	padding:0;
	padding-left: 2px;
}
#form #form-content form ol li input.checkbox {
	vertical-align: bottom;	
	margin:0;
	padding:0;
	display: inline;
}
/*Standard page*/
#standard #central-content {
	float: right;
	width: 530px;
	padding-right: 30px;
	padding-top: 10px;
}
#standard #side-content {
	float: left;
	width: 235px;
	padding-right: 20px;
	padding-top: 10px;
}
#standard #side-content h2, #links #side-content h2, #downloads #side-content h2 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1.5em;
	color: #666666;
	margin-top: 4px;
	line-height: 130%;
	margin-bottom: 10px;
}
#standard #central-content h1, #links #central-content h1, #downloads #central-content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	color: #666666;
	padding-bottom: 6px;
}
#standard #central-content h2, #links #central-content h2, #downloads #central-content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	color: #999999;
	line-height: 120%;
	padding-bottom: 30px;
}
#standard #central-content h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	color: #666666;
	line-height: 140%;
	margin-top: 10px;
	padding-bottom: 10px;
}
#standard #central-content p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	color: #666666;
	padding-bottom: 20px;
	line-height: 160%;
}
#standard #central-content p span.imagecaption {
	display: block;
	font-size: .9em;
	color: #666666;
	padding-bottom: 20px;
	line-height: 120%;
}
#standard #central-content ul {
	margin-bottom: 20px;
	line-height: 145%;
	color: #666666;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	list-style-type: disc;
	padding-left: 20px;
	margin-left: 15px;
}
#standard #central-content ul li ul {
	margin-bottom: 0;
	margin-left: 0;
}
#standard #central-content ul li ul li ul {
	margin-bottom: 0;
	margin-left: 0;
}
#standard #central-content ul li {
	font-size: 1.3em;
	line-height: 140%;
}
#standard #central-content ul li ul li {
	font-size: 1em;
}
#standard #central-content ol {
	margin-bottom: 20px;
	line-height: 145%;
	color: #666666;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	list-style-type: decimal;
	padding-left: 20px;
	margin-left: 15px;
}
#standard #central-content ol li ol {
	margin-bottom: 0;
	margin-left: 0;
}
#standard #central-content ol li ol li ol {
	margin-bottom: 0;
	margin-left: 0;
}
#standard #central-content ol li {
	font-size: 1.3em;
	line-height: 140%;
}
#standard #central-content ol li ol li {
	font-size: 1em;
}
#standard #central-content blockquote {
	padding-bottom: 15px;
	margin-left: 20px;
}
#standard #central-content blockquote p {
	text-indent: -.25em;
	line-height: 130%;
	font-style: italic;
}
#standard #central-content blockquote p em {
	display: block;
	font-size: 1em;
	line-height: 110%;
	font-style: normal;
	font-weight: bold;
	padding-top: 4px;
	text-indent: 0;
	margin-left: 20px;
}
#standard #central-content table {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333333;
	margin-bottom: 35px;
	width: 90%;
}
#standard #central-content table caption {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.3em;
	text-align: left;
	font-weight: bold;
	padding-bottom: .5em;
	padding-top: 1em;
}
#standard #central-content table tr {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 1.2em;
	line-height: 120%;
}
#standard #central-content table td {
	margin: 0;
	border-bottom: 1px solid #CCCCCC;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-right: 20px;
}
/*Links and client pages*/
#links #central-content {
	float: right;
	width: 530px;
	padding-right: 30px;
	padding-top: 10px;
}
#links #side-content {
	float: left;
	width: 235px;
	padding-right: 20px;
	padding-top: 10px;
}
#links #central-content h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	color: #666666;
	line-height: 140%;
	margin-top: 10px;
}
#links #central-content p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	color: #666666;
	padding-bottom: 20px;
	line-height: 130%;
}
/*Downloads(/
/*Links and client pages*/
#downloads #central-content {
	float: right;
	width: 530px;
	padding-right: 30px;
	padding-top: 10px;
}
#downloads #side-content {
	float: left;
	width: 235px;
	padding-right: 20px;
	padding-top: 10px;
}
#downloads #central-content ul {
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	overflow: visible;
}
#downloads #central-content ul li ul {
	background-image: none;
	padding-left: 0;
	padding-top: 8px;
}
#downloads #central-content ul li {
	font-size: 1.3em;
	background-repeat: no-repeat;
	padding-left: 210px;
	height: 190px;
	line-height: 130%;
}
#downloads #central-content ul li strong {
	display: block;
	font-size: 1.21em;
	padding-bottom: 4px;
	padding-top: 6px;
}
#downloads #central-content ul li ul li {
	font-size: .9em;
	padding-left: 0;
	height: auto;
}

