@charset "UTF-8";
/*********************************************************************************************

Global Styles for Gnomon Workshop
Version: 1.0

**********************************************************************************************

0.  CSS Reset  -------------------------  All Pages
1.  Basic Setup  -----------------------  All Pages
2.  Header Styles  ---------------------  /includes/header.php
3.  Navigation and Menu Styles  --------  /includes/navigation.php
4.  Index  -----------------------------  index.php
5.  Footer  -----------------------------  /includes/footer.php
6.	PLUGIN: pixel styles ---------------- index.php
7.	PLUGIN: advanced slider ------------- index.php
8.	Results Page ------------------------ modular merchant template (search results)
9.	Checkout Pages ---------------------- modular merchant template (checkout1 - checkout5)
10. Apparel ----------------------------- /apparel/index.php
11. Free Category Styles ---------------- category.freebies, /freebies/wallpaper/, /freebies/screensavers/
12. Jquery slideshow -------------------- Modular Merchant {CUSTOM-17}
13. Subscription Page ------------------- /subscription/index.php, /subscription/pricing.php
14. ERROR pages ------------------------- error404.php, error405.php
15. Testimonials ------------------------ /testimonials/
16. Wufoo Forms ------------------------ /testimonials/

/********************************************************************************************* 

0. CSS Reset  -------------------------  All Pages

*********************************************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color:#464646;
}
a:link, a:visited {
	color: #028fdf;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	color: #464646;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
fieldset, img, a {
	border: 0; 
}
input[type="text"], input[type="password"], input[type="email"] {
	background-color:#242424;
	padding:4px 8px;
	border:none;
	color:#ccc;
}
input[type="submit"] {
	border:none;
}
address, caption, cite, code, dfn, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

em {
	font-style:italic;
	font-weight: normal;
}

ol, ul, li {
	list-style: none;
	color:#464646;
}
.normalList li {
	list-style-position: inside;
	list-style-type: disc;
	margin-left:15px;
	font-size: 13px;
	line-height: 0.8em;
}
.normalOrderedList li {
	list-style-position: inside;
	list-style-type: decimal;
	margin-left:15px;
	font-size: 13px;
	line-height: 1.5em;
}
.normalOrderedList li > ol {
	margin-left:30px;
}
.noBulletList li {
	margin:0 0 20px;
	line-height:normal;
	list-style:none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	font-family:Helvetica, Arial, sans-serif;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
.clear {
	clear: both;
}
.right {
	float:right;
}
.left {
	float:left;
}

/********************************************************************************************* 

1.  Basic Setup  -----------------------  All Pages

*********************************************************************************************/

@font-face {
	font-family:"DIN1451EF-MittelNeu";
	src:url("https://www.thegnomonworkshop.com/fonts/DIN1451/1F6435_1_0.eot?") format("eot"),
	url("https://www.thegnomonworkshop.com/fonts/DIN1451/1F6435_1_0.woff") format("woff"),
	url("https://www.thegnomonworkshop.com/fonts/DIN1451/1F6435_1_0.ttf") format("truetype");
/*	url("https://www.thegnomonworkshop.com/fonts/DIN1451/1F6435_1_0.svg#DIN1451") format("svg");*/
	font-weight:normal;
	font-style:normal;
}

html, body {
	background-color: #000000;
	padding: 0 0 40px;
	background-image: none !important;
	text-shadow: 0 1px 0 rgba(0,0,0,0.01);

}
.center {
	width:1140px;
	margin: 0 auto;
	overflow:hidden;
}
.half {
	width:560px;
}
.third {
	width:366px;
	float:left;
	margin-right:20px;
	overflow:hidden;
}
.third + .last {
	margin-right:0px;
}
.bottomShadow {
	background:url(https://thegnomonworkshop.com/menu/assets/img/navBottomShadow.png) repeat-x;
	height:30px;
}
.rightShadow, .leftShadow {
	height: 427px;
	width:150px;
	z-index:100;
	position:absolute;
	margin-top:-30px;
}
.rightShadow {
	background:url(https://thegnomonworkshop.com/menu/assets/img/sideShadowRight.png) repeat-y;
	right:0;
}
.leftShadow {
	background:url(https://thegnomonworkshop.com/menu/assets/img/sideShadowLeft.png) repeat-y;
	left:0
}
h1 {
	font-size:24px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
p {
	font-size:12px;
	line-height:16px;
	color:#464646;
	font-family:Helvetica, Arial, sans-serif;
}
.sectionTitle {
	word-spacing: -0.25em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	color:#028fdf;
	text-transform:uppercase;
	margin-bottom:10px;
	padding-top: 1px;
}
.subTitle {
	word-spacing: -0.09em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	color:#908f8f;
	text-transform:uppercase;
	margin-bottom:8px;
}
.button, input[type="submit"], #coupon_submit {
	border:none;
	border-top: 1px solid #0e84b7;
	background: #00324d;
	background: -webkit-gradient(linear, left top, left bottom, from(#055987), to(#00324d));
	background: -webkit-linear-gradient(top, #055987, #00324d);
	background: -moz-linear-gradient(top, #055987, #00324d);
	background: -ms-linear-gradient(top, #055987, #00324d);
	background: -o-linear-gradient(top, #055987, #00324d);
	padding: 12px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
	color: #cdcdcd !important;
	font-size: 14px;
	word-spacing: -0em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	text-transform:uppercase;
	display:inline-block;
}
input[disabled="disabled"] {
	border-top: 1px solid #333;
	background: #222;
	padding: 12px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
	color: #111 !important;
	font-size: 15px;
	word-spacing: -0.09em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	text-transform:uppercase;
	display:inline-block;
}
.greyBackground {
	background-color:#111;
	clear:both;
	position:relative;
	border-top: 1px #212121 solid;
	border-bottom: 1px #212121 solid;
	padding:45px 0px;
}

.darkGreyBackground {
	background-color:#070707;
	clear:both;
	position:relative;
	border-top: 1px #212121 solid;
	border-bottom: 1px #212121 solid;
}

#homepage .greyBackground {
	padding:15px 0px;
}

#productPage .greyBackground, #subscriptionPage .greyBackground {
	padding:0px 0px;
	background:url(../img/old-page-gradient.gif) center repeat-y #111;
}

#productPage #content, #subscriptionPage #page_content {
	border-left: 1px #222222 solid;
	border-right: 1px #222222 solid;
}

/*Modular Merchant Styling*/
.modularMerchant #content {
	width: 950px;
	margin: 0 auto;
}

/*Centering Static pages*/
#instructorPage #content, #testimonials #content, #privacyPage #content, #faqPage #content, #termsPage #content, #resellersPage #content, #aboutPage #content, #contactPage #content {
	width:950px;
	margin:0 auto;
}

#freebies #content {
	width:850px;
	margin:0 auto;
}

/********************************************************************************************* 

2.  Header Styles  ---------------------  header.php

*********************************************************************************************/
.headerBackground {
	background:url(https://thegnomonworkshop.com/menu/assets/img/navTopShadow.png) bottom repeat-x #151515;
}

.headerBackground .center {
	background:url(https://thegnomonworkshop.com/menu/assets/img/tagLine.png) no-repeat 280px 53px; 	
}

#headerTopNav h1 a {
	background:url(https://thegnomonworkshop.com/menu/assets/img/logo.gif) no-repeat;
	width:235px;
	height:58px;
	text-indent:-2000px;
	margin:32px 0px 25px;
	float:left;
}
#searchBox {
	float:right;
	background:url(https://thegnomonworkshop.com/menu/assets/img/searchBox.gif) no-repeat top left;
	height:35px;
	clear:both;
}
#search_string {
	border:none;
	height:20px;
	width:195px;
	margin:3px;
	background-color:transparent;
	float:left;
	color:#464646;
}
.social li {
	display:inline-block;
	float:right;
	margin:10px 0px 10px 6px;
}
.social li a {
	display:block;
	height:21px;
	width:21px;
	background-repeat:no-repeat;
}
.facebook {
	background-image:url(https://thegnomonworkshop.com/menu/assets/img/facebook.gif);
}
.facebook:hover {
	background-image:url(https://thegnomonworkshop.com/menu/assets/img/facebookActive.gif);
}
.twitter {
	background-image:url(https://thegnomonworkshop.com/menu/assets/img/twitter.gif);
}
.twitter:hover {
	background-image:url(https://thegnomonworkshop.com/menu/assets/img/twitterActive.gif);
}
.rss {
	background-image:url(https://thegnomonworkshop.com/menu/assets/img/rss.gif);
}
.rss:hover {
	background-image:url(https://thegnomonworkshop.com/menu/assets/img/rssActive.gif);
}
/********************************************************************************************* 

3.  Navigation and Menu Styles  --------  navigation.php

*********************************************************************************************/

.navigationBackground {
	background:url(https://thegnomonworkshop.com/menu/assets/img/navGradient.jpg) #000 repeat-x;
	border-top:1px #002133 solid;
	z-index:100;
}

.mainNav {
	overflow:hidden;	
}

.mainNav li a {
	color:#808080;
	text-transform:uppercase;
	font-size:10.5pt;
	display:block;
	padding:15px 20px;
	cursor:pointer;
}

/*BUG: when copying nav into modular merchant it changes 'L' to lowercase 'l' - huh? */
.mainNav .mainNavLink, .mainNav .mainNavlink {
	word-spacing: -0.09em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	background:url(https://thegnomonworkshop.com/menu/assets/img/navArrowDown.png) no-repeat center right;
	padding:16px 30px 14px 20px;
}
.navHover a.mainNavLink, .navHover a.mainNavLink, .navHover a.mainNavlink, .navHover a.mainNavlink {
	color:#000000;
	background:url(https://thegnomonworkshop.com/menu/assets/img/navArrowDownActive.png) no-repeat center right #cdcdcd;
	padding:15px 30px 15px 20px;
}
.dropDownBlock {
	display:none;
	background-color:#cdcdcd;
	width:1100px;
	z-index:1000;
	position:absolute;
	padding:20px;
}
.browseInstructor .dropDownBlock {
	margin-left:-158px;
	width: 1100px;
}
.assets .dropDownBlock {
	margin-left:-270px;
}
.myAccountBackground a.mainNavLink, .myAccountBackground a.mainNavlink {
	color:#fff;
	background:url(https://thegnomonworkshop.com/menu/assets/img/navArrowDown.png) no-repeat center right;
	padding:15px 30px 15px 20px;
}
.navHover a.myAccountLink {
	color:#000;
	background:url(https://thegnomonworkshop.com/menu/assets/img/navArrowDownActive.png) no-repeat center right #cdcdcd;
}
.myAccountBackground {
	background:url(https://thegnomonworkshop.com/menu/assets/img/myAccountBackground.jpg) no-repeat left top;
}

.navHover a.subscriptionLink, .mainNav a.subscriptionLink, .navHover a.subscriptionlink, .mainNav a.subscriptionlink {
	background-image:none;
	padding:15px 20px;
}
.community .dropDownBlock {
	width:215px;
	margin-left:0px;
}
.mainNav .myAccountBackground .dropDownBlock {
	width:270px;
	margin-left:-131px;
}

.signInOut {
	margin:20px -20px -20px;
	border-top:1px #9d9d9d solid;
	overflow:hidden;
}

.signInOut .logoutLink, .signInOut .loginLink, .signInOut .logoutlink, .signInOut .loginlink {
	padding-bottom:0px;
	word-spacing: -0.09em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	color:#028FDF;
	padding:20px;
}

.signInOut .loginLink , .signInOut .loginlink {
	float:left;
	border-right:1px #9d9d9d solid;
	width:114px;
}

.signInOut .logoutLink, .signInOut .logoutlink  {
	float:right;
	text-align:right;
	width:115px;
}

.mainNav .myAccountBackground .loginLink:hover, .mainNav .myAccountBackground .loginlink:hover {
	color:#ccc;	
	background-color:#028FDF;
}

.mainNav .myAccountBackground .logoutLink:hover, .mainNav .myAccountBackground .logoutlink:hover {
	background-color:#464646;
	color:#ccc;	
}

.mainNav .viewCart a {
	background:none;	
}
.viewCart {
	background:url(https://thegnomonworkshop.com/menu/assets/img/cart.jpg) no-repeat center;
	width:48px;
	display:block;
	text-indent:-2000px;
}
.viewCart:hover {
	background:url(https://thegnomonworkshop.com/menu/assets/img/cartActive.jpg) no-repeat center;
}
.browseInstructor .button {
	display:inline;
	padding: 7.5px 15px;
	margin-right:10px;
}
.projectBased {
	width:200px;
	border-right:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
	padding-left:25px;
}
ol#menu14.simple_menu.simple_menu_css.horizontal, ol#menu14.simple_menu.simple_menu_css.horizontal li {
	width:250px;
}
.projectBased li {
	height:18px;
}
.projectBased .categoryTitle {
	font-size:14px;
	margin-left:5px;
}
.masterClass {
	margin-left:25px;
	background:url(https://thegnomonworkshop.com/menu/assets/img/menu-master-class-boxset.gif) no-repeat center bottom;
	width:300px;
	height:135px;
}
.misc .dropDownBlock {
	margin-left:-291px;
	width:807px;
}
.freebies .dropDownBlock {
	margin-left:-371px;
	width:700px;
}
.freebies .listContainer11 {
	width:640px;
}
.freebies .listContainer11 li {
	width:320px;
	float:left;
}
.tabsBackground {
	overflow:hidden;
	margin-bottom:15px;
}
.mainNav ul.tabs li a {
	width:183px;
	background-color:#8f8f8f;
	height:26px;
	padding:12px 0 0;
	display:block;
	color:#ffffff;
	text-align:center;
}
.selected, .mainNav li li .selected {
	color:#cdcdcd!important;
	background:url(https://thegnomonworkshop.com/menu/assets/img/letterActive.gif) no-repeat bottom center;
	height: 33px !important;
	padding: 12px 0 0 !important;
}
.mainNav ul.tabs1 li a {
	width:157px;
	background-color:#8f8f8f;
	height:28px;
	padding:10px 0 0;
	display:block;
	color:#ffffff;
	text-align:center;
}
.selected1, .mainNav li li .selected1 {
	color:#cdcdcd!important;
	background:url(https://thegnomonworkshop.com/menu/assets/img/letterActive.gif) no-repeat bottom center;
	height: 35px !important;
	padding: 10px 0 0 !important;
}
.tab-content, .introBlock {
	clear:both;
	overflow:hidden;
}
.introBlock {
	color:#404040;
	padding-bottom:35px;
}
.categoryInfo1, .categoryInfo2, .categoryInfo3, .categoryInfo4, .categoryInfo5, .categoryInfo6 {
	overflow:hidden;
}
.menuCategoryDescription {
	width:495px;
	margin-top:15px;
}
.menuCategoryDescription p {
	margin-bottom:25px;
}
p.categoryTitle {
	font-size:21px;
	word-spacing: -0.25em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	margin-bottom:18px;
	text-transform:uppercase;
}
.menuCategoryImage, .menuInstructorImage {
	width:363px;
	height:160px;
	margin-right:40px;
	background-repeat:no-repeat;
}
.categoryInfo1 .menuCategoryImage {
	background-image:url(https://thegnomonworkshop.com/menu/assets/img/menu-digital-production.jpg);
}
.categoryInfo2 .menuCategoryImage {
	background-image:url(https://thegnomonworkshop.com/menu/assets/img/menu-entertainment-design.jpg);
}
.categoryInfo3 .menuCategoryImage {
	background-image:url(https://thegnomonworkshop.com/menu/assets/img/menu-industrial.jpg);
}
.categoryInfo4 .menuCategoryImage {
	background-image:url(https://thegnomonworkshop.com/menu/assets/img/menu-illustration.jpg);
}
.categoryInfo5 .menuCategoryImage {
	background-image:url(https://thegnomonworkshop.com/menu/assets/img/menu-tattoo.jpg);
}
.categoryInfo6 .menuCategoryImage {
	background-image:url(https://thegnomonworkshop.com/menu/assets/img/menu-software.jpg);
}
.menuInstructorImage {
	background-image:url(https://thegnomonworkshop.com/menu/assets/img/menu-instructor.jpg);
}
ol.simple_menu {
	width:170px;
	float:left;
	display:block;
	margin:0 10px 30px 0;
	overflow:hidden;
}
ol.simple_menu li {
	width:180px;
	display:block;
	height:25px;
}
ol.simple_menu li a:hover {
	color:#04496d;
}
.mainNav li li a {
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
	padding:0px;
}
.mainNav li ol li a {
	display:block;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	background-color:none;
	text-transform:capitalize;
	height:12px;
	font-weight:normal;
}
ul.tabs {
	margin:0;
	padding:0;
}
ul.tabs li {
	display:inline-block;
	float:left;
	padding:4px 0px;
}
ul.tabs li a {
	display:block;
	float:left;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	text-transform:capitalize;
	background-color:#8f8f8f;
	padding:10px 0 0;
	height:28px;
	width:183px;
}
ul.tabs li a:hover, ul.tabs1 li a:hover {
	color:#04496d;
	cursor:pointer;
}
ul.tabs1 li {
	display:inline-block;
	float:left;
}
.mainNav .freeTutorials {
	width:465px;
	border-right:2px solid #aaaaaa;
}
.mainNav .freeTutorials li {
	width:210px;
	float:left;
}
.mainNav .freeTutorials li a {
	display:block;
	background-repeat:no-repeat;
	background-position:left center;
	padding:10px 0px 10px 35px;
	color:#000;
	word-spacing: -0.09em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	font-weight:normal;
}
.max {
	background-image:url(https://thegnomonworkshop.com/menu/assets/img/freebie-3dsmax.gif);
}
.bodypaint {
	background-image:url(https://thegnomonworkshop.com/menu/assets/img/freebie-bodypaint.gif);
}
.maya {
	background-image:url(https://thegnomonworkshop.com/menu/assets/img/freebie-maya.gif);
}
.photoshop {
	background-image:url(https://thegnomonworkshop.com/menu/assets/img/freebie-photoshop.gif);
}
.zbrush {
	background-image:url(https://thegnomonworkshop.com/menu/assets/img/freebie-zbrush.gif);
}
.mainNav .freeStuff {
	width:200px;
}
.mainNav .freeTutorials li a:hover {
	color: #028FDF;
}
.mainNav .freeStuff li a, .mainNav .assets li a, .mainNav .myAccountBackground li a, .mainNav .community li a {
	padding:12px 0px 8px 35px;
	display:block;
	background:url(https://thegnomonworkshop.com/menu/assets/img/freebie-arrow.gif) no-repeat left center;
	color:#000;
	word-spacing: -0.09em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	font-weight:normal;
	text-align:left;
}
.mainNav .freeStuff li a:hover, .mainNav .assets li a:hover, .mainNav .myAccountBackground li a:hover, .mainNav .community li a:hover {
	color: #028fdf;
}
.misc .left {
	border-left: 2px solid #AAA;
}
.misc .left:first-child {
	width:181px;
	border:none;
}
.misc .categoryTitle {
	text-align:center;
}
.assets .categoryTitle {
	text-align:left;
}
.apparel a {
	display:block;
	background:url(https://thegnomonworkshop.com/menu/assets/img/misc-apparel.jpg) no-repeat center;
	height:108px;
	width:200px;
	margin:0px 15px;
}
.books a {
	display:block;
	background:url(https://thegnomonworkshop.com/menu/assets/img/misc-books.jpg) no-repeat;
	height:120px;
	width:118px;
	margin:0px 15px;
}
.reference a {
	display:block;
	background:url(https://thegnomonworkshop.com/menu/assets/img/misc-reference.jpg) no-repeat center;
	height:105px;
	width:42px;
	margin:0px 40px;
}
/********************************************************************************************* 

4.  Index  -----------------------------  index.php

*********************************************************************************************/
.featureBackground {
	/*background:url(../img/homepage.2.0/featureImage.jpg) no-repeat top center;*/
	height:474px;
}
.featureCenter {
	width:1420px;
	margin:0 auto;
	position:relative;
}
.trailerCenter {
	width:1140px;
	margin:0 auto;
}
.featureBox {
	width: 1140px;
	margin: 90px 140px 0 0;
	z-index: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.featureBox h1 {
	font-size:34px;
	color:#fff;
	text-transform:uppercase;
	word-spacing: -0.09em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	margin-bottom:0px;
	padding:8px 15px 4px 15px;
	background:url(https://thegnomonworkshop.com/menu/assets/img/black-70.png);
}
.featureBox h2 {
	font-size:18px;
	color:#fff;
	text-transform:capitalize;
	word-spacing: -0.09em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	padding:0px 15px 8px 15px;
	background:url(https://thegnomonworkshop.com/menu/assets/img/black-70.png);
}
.featureDescription {
	background:#101010;
	padding:15px;
	color:#fff;
	line-height:18px;
	width:290px; /* width:450px */
	/*float:right;*/
	margin-bottom:15px;
}
.featureDescription li {
	color: #028FDF;
	list-style:disc;
	font-size:8px;
	margin-left:15px;
}
.featureDescription li span, .featureDescription p {
	color:#fff;
	font-size:12px;
}

.featureVideoBox {
	background: url("https://thegnomonworkshop.com/menu/assets/img/black-70.png") repeat scroll 0 0 transparent;
	display: none;
	height: 474px;
	left: 50%;
	margin: 0 auto 0 -2000px;
	position: absolute;
	width: 4000px;
	z-index: 1000;
}
.close {
	color:#fff;
	float:right;
}
.videoWrap {
	width:640px;
	margin:0 auto;
	padding:25px 0px;
}
.homeTabsBackground {
	margin:-37px auto 0;
	position:relative;
	z-index:500;
	background:url(https://thegnomonworkshop.com/menu/assets/img/black-70.png);
	border-top: 1px #002133 solid;
}
.tabNavigation {
	clear:both;
	overflow:hidden;
}
.tabNavigation li {
	float: left;
	padding: 10px 25px 0px;
	word-spacing: -0.09em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	font-size: 10.5pt;
	text-transform: uppercase;
	border: 1px solid transparent;
	cursor: pointer;
	height: 27px;
}
.tabNavigation li a {
	color:#757575;
}
.tabNavigation li.active {
	background:url(../img/homepage.2.0/tabGlow.gif) no-repeat center top;
	border-bottom:none;
}
.tabNavigation li.active a {
	color:#fff;
}
.tabNavigation li:hover {
	background:url(../img/homepage.2.0/tabGlow.gif) no-repeat center top;
}
.tabNavigation li:hover > a {
	color:#ffffff;
}
.ajaxWrap {
	height:270px;
	background:url(../img/homepage.2.0/ajaxContent-background.gif) no-repeat;
	width:1115px;
	margin:0px auto 0;
	padding:17px 35px;
}
.ajaxContent {
	clear:both;
	width:1140px;
}
.ajaxContent .resultItem {
	margin:0px 0px 0px 20px;
	overflow:hidden;
}
.ajaxContent .resultItem img {
	width:167px;
	height:167px;
	margin-bottom:10px;
}
.ajaxContent .resultItem:first-child {
	margin:0px 0px 0px 0px;
}
.resultItem {
	float:left;
	width:170px;
	height:290px;
	margin:0px 25px 20px 0px;
}
.loader {
	height:15px;
	width:128px;
	margin:130px 518px 0px;
}
.resultItem img {
	width:170px;
	height:170px;
	margin-bottom:8px;
}
.resultItem .name a {
	word-spacing: -0.3em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	font-size:10.5pt;
	color:#ccc;
	font-weight:normal;
	height:55px;
	display:block;
	line-height: 16px;
	letter-spacing: 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../fonts/DINMittelschriftLT/hIEfix.png,sizingMethod=crop);
	zoom:1;
}
.resultItem .name a:hover {
	color:#028FDF;
}
.infoBox {
	color:#464646;
	width:150px;
	display:block;
	background-color:#1b1b1b;
	padding:6px 10px;
}
.instructorName a {
	color:#464646;
	width:160px;
	display:block;
	background-color:#1b1b1b;
	padding:6px 10px;
}
.instructorName a:hover, .instructorName {
	color:#028FDF;
	background-color:#cccccc;
}
.tagBox {
	background:#1b1b1b;
	padding:8px 15px;
	margin:10px 0px 0px;
}
.tagBox a {
	color:#383838;
}
.tagBox a:hover {
	color:#fff;
}
.rssNews h1 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:14px;
	margin-bottom:0px;
}
.rssNews h1 a {
	color:#908f8f;
}
.rssNews h1 a:hover {
	color:#028FDF;
}
.meetArtist {
	margin-right:20px;
	overflow:hidden;
}
.meetArtist h2 a {
	color:#757575;
	margin-bottom:10px;
	display:block;
}
.meetArtist img {
	margin-bottom:25px;
}
.meetArtist .button {
	margin-top:25px;
}
.meetArtist p {
	width:464px;
}
.rssNews {
	width:575px;
	border:1px #0e0e0e solid;
	background-color:#0a0a0a;
	padding:20px 20px 0px;
	margin-top:-1px;
}
.rssNews li {
	width:515px;
	overflow:hidden;
	padding-top:15px;
	margin:15px 0 0px;
	border-top:1px #0e0e0e solid;
}
.rssNews li:first-child {
	padding-top:0px;
	margin:0 0 0px;
	border-top:none;
}
.rssNews li h3 a {
	color:#757575;
}
.rssNews li img {
	float:left;
	height:77px;
	width:77px;
	margin-right:20px;
}
.rssNews li .newsDetails {
	width: 418px;
}
.newsDate {
	color:#333;
	font-size:10px;
	margin-bottom:9px;
}
.newsTabs li {
	float:left;
	padding:10px 20px;
	color:#028FDF;
	font-size:14px;
	text-transform:uppercase;
	word-spacing: -0.09em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	cursor:pointer;
}
.newsTabs li:hover {
	background: #00324d;
	background: -webkit-gradient(linear, left top, left bottom, from(#055987), to(#00324d));
	background: -webkit-linear-gradient(top, #055987, #00324d);
	background: -moz-linear-gradient(top, #055987, #00324d);
	background: -ms-linear-gradient(top, #055987, #00324d);
	background: -o-linear-gradient(top, #055987, #00324d);
	color:#cdcdcd;
	cursor:pointer;
}
li.artistNews.activeTab:hover, .newsTabs li.activeTab {
	border:1px #0e0e0e solid!important;
	border-bottom-color:#0A0A0A!important;
	background-color:#0a0a0a !important;
}
.readMore {
	background:url(../img/homepage.2.0/blueDot.png);
	display:block;
	height:20px;
	margin:20px 0px 0px -20px;
	padding:15px 0px 11px 20px;
	word-spacing: -0.09em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
}
.contestDetails {
	padding-bottom:35px;
	display:none;
}
.prizes li {
	height:19px;
	background-image:url(../img/homepage.2.0/prizeBadges.gif);
	background-repeat:no-repeat;
	padding-left:55px;
	padding:8px 0px 8px 45px;
	margin-bottom:10px;
	display:block;
	color:#ccc;
}
.secondPlace {
	background-position:0 -35px;
}
.thirdPlace {
	background-position:0 -70px;
}
.fourthPlace {
	background-position:0 -105px;
}
.homeContest {
	padding: 20px 0;
}
.prizes li span {
	word-spacing: -0.09em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-size:16px;
	color:#464646;
	margin-right:15px;
	width:80px;
	display:inline-block;
}
.winnerTabs li {
	float: left;
	width: 183px;
	height:16px;
	z-index: 10;
	position: relative;
	cursor:pointer;
	word-spacing: -0.09em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	text-align:center;
	padding-top:7px;
	color:#fff;
	margin-top: -3px;
	background-color:#1b1b1b;
}
.winnerTabs li.winnerActiveTab {
	background-image:url(../img/homepage.2.0/contestTabActive.png);
	background-color:transparent;
	margin-top: -11px;
	padding-top:15px;
}
.winnerInfo {
	background:url(../img/homepage.2.0/contestWinnerBadge.gif) no-repeat;
	padding-left: 60px;
	margin-top: 15px;
	padding-bottom: 10px;
}
.winnerInfo p {
	margin-left:15px;
	font-size:16px;
	line-height:18px;
}
.winnerInfo p:first-child {
	font-weight:bold;
	padding:15px 0 9px;
}
.contestGallery {
	width:754px;
}
.contestGallery .button {
	margin:18px 3px 0 25px;
}
.winnerBadge {
	margin-top:-25px;
	z-index:100;
	position:relative;
}
.enterContest {
	width:600px;
}
.contestDetailsBtn {
	background:url(../img/homepage.2.0/blueArrow.gif) no-repeat center right;
	padding-right:11px;
}
.quoteBox .button {
	margin-top:15px;
}

.quoteBox cite {
	color:#111;	
}

.quoteBox cite .quotescollection_author, .quoteBox cite .quotescollection_source {
	display:block;
	font-size:13px;
	font-family: Helvetica,Arial,sans-serif;
}

 .quoteBox cite .quotescollection_author {
	margin-top:15px;
	text-transform:uppercase;
	color:#777;
	font-weight:bold;
 }

 .quoteBox cite .quotescollection_source {
	margin-top:-26px; 
	line-height:18px;
	color:#464646;	
 }

.testimonialQuote {
	width:545px;
}
.quoteText, .quotescollection_randomquote p {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	clear:both;
	font-style:italic;
	line-height:24px;
	margin-bottom:20px;
}
.quotePortrait {
	margin-right:15px;
}
.enterContest h1 {
	color:#464646;
	font-weight:bold;
	margin:12px 0 5px;
}

.homeReviews p {
	display:block;
	background-color:#1b1b1b;
	padding:8px;
	color:#777777;
	margin-top:-3px;
	text-align:center;
}

/********************************************************************************************* 

5.  Footer  --------  footer.php

*********************************************************************************************/

.footer {
	padding:35px 0px;
	word-spacing: -0.09em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
}
p.footerTitle {
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:4px;
	word-spacing: -0.2em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
}
.linkList {
	width:110px;
}
.linkList li {
	font-size:14px;
	margin-bottom:7px;
}
.mailingList {
	border-left:1px #090909 solid;
	border-right:1px #090909 solid;
	padding: 0 30px;
	height:200px;
}
.mailingList .button {
	font-size:12px;
	margin-top:10px;
}
.mailingList input {
	font-size:12px;
	margin-bottom:15px;
}
.footer label {
	clear:both;
	display:block;
	color: #7f7f7f;
	text-transform:uppercase;
	margin-bottom:4px;
	font-size:13px;
}
.moreGnomon h1 {
	color:#151515;
	margin-left:15px;
	text-transform:uppercase;
	margin-bottom:20px;
	word-spacing: -0.09em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
}
.gnomonCompany {
	width:177px;
	margin-left:20px;
	float:right;
	padding-top:55px;
	background-repeat:no-repeat;
	border:none;
	display:block;
}
.gnomonSchool {
	background-image:url(https://thegnomonworkshop.com/img/footer.2.0/gnomonLogo.gif);
	background-position:left top;
}
.cgchannel {
	background-image:url(https://thegnomonworkshop.com/img/footer.2.0/cgchannelLogo.gif);
	background-position:center top;
}
.gnomonGallery {
	background-image:url(https://thegnomonworkshop.com/img/footer.2.0/gnomongalleryLogo.gif);
	background-position:center 7px;
}
.sketchtheatre {
	background-image:url(https://thegnomonworkshop.com/img/footer.2.0/sketchtheatreLogo.gif);
	background-position:23px 0px;
}
/********************************************************************************************* 

6.	PLUGIN: pixel styles ---------------- index.php

*********************************************************************************************/

.pixel .preloader {
	background: url("images/preloader2.gif") no-repeat scroll 0 0 transparent;
	height: 14px;
	width: 62px;
}
.pixel .caption .background {
	background-color: #000000;
	height: 100%;
	width: 100%;
}
.pixel .caption .content {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	padding: 8px;
}
.pixel .navigation-buttons {
	bottom: -50px;
}
.pixel .thumbnail {
	background-color: #000000;
	background-image: url("images/preloader.gif");
	background-position: center center;
	background-repeat: no-repeat;
	border-right: 10px solid #000000;
	border-bottom: 10px solid #000000;
	border-top: none;
}
.pixel .navigation-thumbnails.vertical {
	margin-left: 50px;
	padding: 20px 0;
}
.pixel .navigation-thumbnails .thumbnail {
	cursor: pointer;
	margin: 0;
}
.pixel .thumbnail .caption .background {
	background-color: #000000;
	opacity: 0.5;
}
.pixel .thumbnail .caption .content {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding: 2px 0;
	text-align: center;
}
.pixel .navigation-thumbnails .arrows a {
	background: url("images/arrows.png") no-repeat scroll 0 0 transparent;
	height: 38px;
	width: 38px;
}
.pixel .navigation-thumbnails.vertical .arrows a {
	background: url("images/arrows_v.png") no-repeat scroll 0 0 transparent;
}
.pixel .navigation-thumbnails .arrows a.next {
	background-position: -38px 0;
}
.pixel .navigation-thumbnails.horizontal .arrows a.previous {
	left: 0;
}
.pixel .navigation-thumbnails.horizontal .arrows a.next {
	right: 0;
}
.pixel .navigation-thumbnails.vertical .arrows a.previous {
	top: 0;
}
.pixel .navigation-thumbnails.vertical .arrows a.next {
	bottom: 0;
}
.pixel .navigation-thumbnails .buttons a {
	background: url("images/buttons_small.png") no-repeat scroll 0 0 transparent;
	height: 10px;
	margin: 2px;
	width: 10px;
}
.pixel .navigation-thumbnails .buttons a.over {
	background-position: -10px 0;
}
.pixel .navigation-thumbnails .buttons a.select {
	background-position: -20px 0;
}
.pixel .navigation-thumbnails.horizontal .buttons {
	margin-top: 0;
}
.pixel .navigation-thumbnails.vertical .buttons {
	margin-left: 0;
}
.pixel .navigation-thumbnails.horizontal .scrollbar {
	margin-top: 5px;
	padding-bottom: 5px;
}
.pixel .navigation-thumbnails.vertical .scrollbar {
	margin-left: 30px;
}
.pixel .tooltip {
	background-color: #DDDDDD;
	border: 4px solid #EEEEEE;
	border-radius: 8px 8px 8px 8px;
	margin-bottom: 20px;
}
.pixel .tooltip .content {
	color: #999999;
	margin: 0;
	padding: 10px;
}
/********************************************************************************************* 

7.	PLUGIN: advanced slider ------------- index.php

*********************************************************************************************/
.advanced-slider {
	font-family: Arial, Helvetica, sans-serif;
	overflow: visible;
	position: relative;
}
.advanced-slider * {
	margin: 0;
	padding: 0;
}
.slider-item {
	left: -9999px;
	position: absolute;
}
.advanced-slider .slide-wrapper {
	overflow: visible;
	position: absolute;
	z-index: 2;
}
.advanced-slider .slide {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 10;
}
.advanced-slider .slice {
	display: block;
	position: absolute;
}
.advanced-slider .preloader {
	position: absolute;
	z-index: 15;
}
.advanced-slider .navigation-arrows a {
	cursor: pointer;
	position: absolute;
	z-index: 30;
}
.advanced-slider .slideshow-controls {
	cursor: pointer;
	position: absolute;
	z-index: 40;
}
.advanced-slider .shadow {
	position: absolute;
	z-index: 1;
}
.advanced-slider .shadow .shadow-left, .advanced-slider .shadow .shadow-right, .advanced-slider .shadow .shadow-middle {
	float: left;
}
.advanced-slider .timer-animation {
	position: absolute;
	z-index: 60;
}
.advanced-slider .caption {
	overflow: hidden;
	position: absolute;
	z-index: 20;
}
.advanced-slider .caption .wrapper {
	position: absolute;
}
.advanced-slider .caption .background {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 10;
}
.advanced-slider .caption .content {
	position: absolute;
	z-index: 20;
}
.advanced-slider .thumbnail {
	overflow: hidden;
	position: relative;
}
.advanced-slider .navigation-buttons {
	position: absolute;
	z-index: 50;
}
.advanced-slider .navigation-buttons .left, .advanced-slider .navigation-buttons .right, .advanced-slider .navigation-buttons .middle {
	float: left;
}
.advanced-slider .buttons a {
	cursor: pointer;
	float: left;
	position: relative;
}
.advanced-slider .buttons .thumbnail {
	position: absolute;
}
.advanced-slider .navigation-thumbnails {
	position: absolute;
	z-index: 3;
}
.advanced-slider .navigation-thumbnails .visible-container {
	overflow: hidden;
	position: absolute;
}
.advanced-slider .navigation-thumbnails .container {
	left: 0;
	position: absolute;
	top: 0;
}
.advanced-slider .navigation-thumbnails .thumbnail {
	cursor: pointer;
	position: absolute;
}
.advanced-slider .thumbnail .caption {
	position: absolute;
	width: 100%;
}
.advanced-slider .thumbnail .caption .background {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 10;
}
.advanced-slider .thumbnail .caption .content {
	position: absolute;
	width: 100%;
	z-index: 20;
}
.advanced-slider .navigation-thumbnails .arrows a {
	cursor: pointer;
	position: absolute;
}
.advanced-slider .navigation-thumbnails .buttons {
	position: absolute;
}
.advanced-slider .navigation-thumbnails .buttons a {
	cursor: pointer;
	position: absolute;
}
.advanced-slider .tooltip {
	position: absolute;
	z-index: 9999;
}
/********************************************************************************************* 

8.	Results Page ------------------------ Modular Merchant Template (search_results)

*********************************************************************************************/

#contentHeader, #contentFooter, #freeContentHeader {
	overflow:hidden;
	clear:both;
}

#searchResultsPage #contentHeader {
	margin-bottom:15px;	
}
.resultsPagination {
	font-size:14px;
	color:#111111;
}
.resultsPagination a {
	text-decoration:none;
	display:inline-block;
	padding:10px 15px;
	background-color:#1e1e1e;
}
.resultsPagination b {
	color:#464646;
	padding:10px 15px;
	background-color:#1e1e1e;
}
.resultsPagination a:hover {
	text-decoration:underline;
	color:#fff;
}
#freeResults {
	width:1140px;
	float:left;
	padding:0 0 0 0;
}
#staticContent {
	width:900px;
	float:left;
	margin:0 0 0 25px;
	padding:0 0 0 0;
}
.results {
	width:1170px;
}
#resultItem {
	width:180px;
	height:300px;
	float:left;
	margin:0 18px 0 0px;
	padding:0 0 0 0;
}
#resultItem .thumb {
	width:180px;
	height:180px;
	border-bottom:1px solid #666;
	margin:0 0 10px 0;
}
.thumb {
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
.thumb:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
#resultItem .name {
	word-spacing: -0.09em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: white;
	font-weight: normal;
	height: 45px;
	display: block;
}
#resultItem .name a {
	color:#CCC;
	text-decoration:none;
}
#resultItem .name a:hover {
	color:#CCC;
	text-decoration:underline;
}

#resultItem .infoBox {
	background-color:#111111;
	background-repeat:no-repeat;
	width:180px;
	height:30px;
	padding:0 0 0 0;
	margin:0 0 40px 0;
}
.infoBox a:hover {
	color:#fff;
	text-decoration:none;
}
.infoBox .price {
	float:right;
	color:#464646;
}

.categoryDescription {
	display:none;
	width:600px;
}
/********************************************************************************************* 

9.	Checkout Pages + Account Pages ------------------------ modular merchant template (checkout1 - checkout5 + customer_account_1 - customer_account_3)

*********************************************************************************************/

.headline {
	font-size: 14px;
	font-weight: bold;
}
.orderNumber {
	padding:15px 10px;
	background:url(../img/grey-stripe.png);
	width:100%
}
#error {
	text-align:center;
	background:url(../img/red-stripe.png);
	margin:0px auto 35px;
	padding: 10px;
}
#error p, #error p b {
	color:#8e1410;
	word-spacing: -0.09em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	line-height: 22px;
}
#message {
	font-size:12px;
	text-align:center;
	background:url(../img/green-stripe.png);
	width:900px;
	margin:10px auto 15px;
	padding: 10px;
	color:#9bbd05;
}
#message p, #message p b {
	color:#9bbd05;
	font-weight:normal;
}
.productRow {
	border-bottom: 1px solid #222;
	padding:10px 0px;
}
.productRow input {
	margin:0px 0px 8px;
}

.updateBasket {
	font-size:10px !important;
	background:#000 !important;
	border:none !important;
	shadow:none !important;
	margin-top:10px;
	cursor:pointer;
}

.updateBasket:hover {
	font-size:10px !important;
	background:#222 !important;
	border:none !important;
	shadow:none !important;
	margin-top:10px;
	cursor:pointer;
}

.tableTitle {
	border-bottom: 3px solid #222;
	padding:0px 0px 15px;
}
.myAccount .tableTitle {
	border-top: 3px solid #222;
	border-bottom: 1px solid #222;
	padding:15px 0px 15px;
	margin-top:15px;
}

.myAccountSidebar h3 {
	 font-family: 'DIN1451EF-MittelNeu',Helvetica,Arial,sans-serif;	
	 background-color: #000000;
	 display: block;
	 padding: 10px 0 10px 10px;
	 text-transform: uppercase;
	 color:#cccccc;
	 margin-bottom: 1px;
}

.myAccountSidebar a {
	background-color: #000000;
    background-position: 9px center;
    background-repeat: no-repeat;
    display: block;
    font-family: 'DIN1451EF-MittelNeu',Helvetica,Arial,sans-serif;
    margin-bottom: 1px;
    padding: 20px 0 20px 55px;
    text-transform: uppercase;
    width: 145px;
	color:#cccccc;
	font-size:14px;
}

.myAccountSidebar a:hover {
	background-color: #cccccc;
	color:#000000;
}

.downloaderBox {
	width:450px;
	margin-left:20px;
}

.downloader .DIGITAL-FILE-ACCESS-BUTTON {
	cursor:pointer;
	margin-top:8px;
}

.downloader td h3 {
	margin-top:13px;
	color:#028FDF;
}

.downloader li div {
	float:left;	
}

.fileName {
	margin-top:13px;
	margin-left:55px;
	width:225px;
}

.fileName h3 {
	color:#028FDF;
}

.downloaderExpiration {
	color:#932727;	
}

.downloadsAllowed {
	margin-top:18px;
	margin-right:15px;
}

.downloader li {
	padding:5px;
	background:url(../img/myAccount.2.0/myAccount-zip.gif) 10px 10px no-repeat;
	overflow:hidden;
	height:55px;
}

.downloader li:hover {
	background-image:url(../img/myAccount.2.0/myAccount-zip-active.gif);
	background-color:#000;
}

.orderHistory a {
	background-image:url(../img/myAccount.2.0/sidebar-order-history.png);	
}

.billing a {
	background-image:url(../img/myAccount.2.0/sidebar-billing.png);	
}

.shipping a {
	background-image:url(../img/myAccount.2.0/sidebar-shipping.png);	
}

.creditCard a {
	background-image:url(../img/myAccount.2.0/sidebar-credit-card.png);	
}

.order {
	margin-bottom:35px;
	border-bottom:1px #222 solid;
	padding-bottom:15px;
}
.cartTotal {
	border-top: 3px solid #222;
	padding-top:15px;
}
.shippingTable td {
	padding-bottom:25px;
}
.width input {
	width:200px;
}
.CUSTOMER-CREDIT-CARD-LIST-TR {
	height:35px;
}
.ship-estimate-table td {
	padding:8px;
	width:150px;
}
.lighttext {
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	padding: 12px;
}
.lighttext a:link {
	color: #FFFFFF;
}
.lighttext a:visited {
	color: #FFFFFF;
}
.lighttext a:hover {
	color: #FF6600;
}
.lighttext a:active {
	color: #FF6600;
}
.darktext {
	height: 35px;
	padding-right: 25px;
}
#logout {
	font-size:12px;
	text-align:center;
	background:url(../img/grey-stripe.png);
	width:900px;
	padding: 10px;
	margin:10px auto 15px;
	color:#666;
}
#logout .darktext {
	padding:0;
}
.customer-field-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.customer-field-description {
	color: #000000;
}
.customer-field-title {
	font-weight: bold;
}
.checkout-field-table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.checkout-field-description {
	color: #000000;
}
.checkout-field-title {
	font-weight: bold;
}
.xsell-table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #333333;
}
.xsell-title {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	color: #FFFFFF;
}
.xsell-product-name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.xsell-product-row {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
}
.xsell-in-basket-summary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.xsell-price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.xsell-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.ship-estimate-table {
	border: 1px solid #333333;
	width:300px;
	margin:35px 0px;
}
.ship-estimate-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333333;
	font-weight: bold;
}
.ship-estimate-row {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.free-download-table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.free-download-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
}
.free-download-link {
	color: #0066FF;
}
.free-download-column-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #333333;
	border: 1px solid #003366;
}
.free-download-left-cell {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.free-download-right-cell {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
.free-download-center-cell {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.shippingNotices {
	background:#000;
	padding:25px;
	overflow:hidden;
	width:510px;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.shippingNotices li {
	border-top:3px #222 solid;	
	clear:both;
	overflow:hidden;
	padding:5px 0px 15px;
}

.shippingNotices li:first-child {
	border-top:none;	
}

.shippingNotices li .right {
	width:320px;
}

.shippingNotices li .left {
	text-transform:uppercase;
	color: #908F8F;
    font-family: 'DIN1451EF-MittelNeu',Helvetica,Arial,sans-serif;
}

.shippingNotices li .left i {
	text-transform:none;
	color: #464646;
    font-family: Helvetica,Arial,sans-serif;
}

.shippingNotices .last {
	padding-top:25px;
	text-align:center;
}

.relatedCarousel ul {
	position:absolute;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.relatedCarousel {
	background: #1c1c1c; /* Old browsers */
	background: -moz-linear-gradient(top, #1c1c1c 0%, #040404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c1c1c), color-stop(100%, #040404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1c1c1c 0%, #040404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1c1c1c 0%, #040404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1c1c1c 0%, #040404 100%); /* IE10+ */
	background: linear-gradient(top, #1c1c1c 0%, #040404 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#040404', GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	overflow:hidden;
	width:905px;
	border: 1px solid #1e1e1e;
	padding:10px;
	 height: 255px;
}
.relatedCarousel .mask {
	position:relative;
	overflow:hidden;
	width:710px;
	float:right;
	margin-right:100px;
	height: 255px !important;
}
.relatedCarousel .pagination-links {
	list-style:none;
	margin:0;
	padding:0;
	position: relative;
	text-align: center;
	display:none;
}
.relatedCarousel .pagination-links li {
	display:inline;
}
.relatedCarousel .pagination-links li a {
	padding:2px 6px;
}
.relatedCarousel .pagination-links li a:hover {
	text-decoration:none;
}
.relatedCarousel .pagination-links li.current a {
	background:#444;
	color:#fff;
}

#my-carousel-2 ul li {
	margin:0 10px 0 0;
}
.relatedCarousel .next {
	float:right;
	position:absolute;
	right: 0;
	top:0;
	padding:129px 18px;
	background: url("../img/homepage.2.0/blueDot.png") repeat scroll 0 0 transparent;
}
.relatedCarousel .prev {
	float:left;
	left: 0;
	top:0;
	padding:129px 18px;
	position:absolute;
	background: url("../img/homepage.2.0/blueDot.png") repeat scroll 0 0 transparent;
}
.relatedCarousel .disabled {
	color:gray;
	cursor:default;
	background: url("../img/greyDot.png") repeat scroll 0 0 transparent;
}

.shippingInfo {
	background: url("../img/green-stripe.png") repeat scroll 0 0 transparent;
    color: #9BBD05;
    font-size: 12px;
    margin: 10px auto 15px;
    padding: 10px;
}


/********************************************************************************************* 

10. Apparel ----------------------------- /apparel/index.php

*********************************************************************************************/

.contentTable {
	background-color:#222;
	padding-bottom:40px;
}
#apparelContainer {
	width:950px;
	margin:0 auto;
	background-image:url(../img/apparel/heroImg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:230px;
	background-color:#222;
	padding-bottom:20px;
	color: #CCCCCC;
}
#apparelContainer .heroHead {
	width:950px;
	height:250px;
	margin:0;
}
#apparelContainer .schwagProd {
	margin:30px 55px 10px 55px;
	background-color:#111111;
	width:845px;
	height:402px;
	overflow:visible;
}
#apparelContainer .schwagProd .apparelDesc {
	overflow:visible;
	float:right;
	width:220px;
	padding:55px 10px 20px 0;
	height:170px;
}
#apparelContainer .schwagProd .cartArea {
	padding:12px 45px 0 535px;
}
.priceTxt {
	font-size:20px;
	color:#3F0;
	font-weight:normal;
}
.ATCbtn {
	padding:15px 0 15px 0;
}
select {
	overflow:hidden;
	background: #222;
	color: #ccc;
	border: #666 solid 1px;
	width:140px;
	font-size:12px;
	padding:1px;
}
option {
	background: #222;
	color: #ccc;
	border: #222 solid 1px;
	font-size:12px;
}
.viewBtn {
	float:left;
	margin:150px 0 0 450px;
	display:block;
	width:110px;
	height:20px;
}
/********************************************************************************************* 

11. Free Category Styles ---------------- not sure?

*********************************************************************************************/

#freeContentHeader .resultsNumber {
	float: right;
	margin: 0 30px 0 0;
	padding: 0;
}
#freeResultItem {
	float: left;
	margin: 0 0 25px 40px;
	padding: 0;
	width: 500px;
}
#freeResultItem ul {
	display: block;
	float: left;
	margin: 12px 0 0 10px;
	padding: 0;
	width: 200px;
}
#freeResultItem ul li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
}
#freeResultItem ul li .infoHeader {
	margin: 0;
	padding: 0;
}
#freeResultItem .freeThumb {
	border-bottom: 1px solid #666666;
	float: left;
	height: 180px;
	margin: 0;
	padding: 0;
	width: 180px;
}
#freeResultItem .freeDetailBox {
	background-color: #000000;
	float: left;
	height: 167px;
	padding: 15px 15px 0px;
}
#freeResultItem .name {
	margin: 0px 0 10px 10px;
	word-spacing: -0.09em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#908f8f;
	text-transform:uppercase;
}
#freeResultItem .description {
	color:#464646;
	margin: 0 0 0 10px;
	font-size: 11px;
	line-height:15px;
}
#freeResultItem .freeInfoBox {
	float: left;
	height: 30px;
	margin: 10px 0 0;
	padding: 0;
	width: 160px;
}
#freeResultCol1 {
	float: left;
	width: 180px;
}
#freeResultCol2 {
	float: left;
	width: 320px;
}
#freeDetailContent {
	float: right;
	margin: 0;
	padding: 0;
}
.freeInfoBox a {
	display: block;
	margin: 7px 0 0;
	text-align: center;
	text-decoration: none;
	width: 168px;
	background-color:#000;
	padding:6px;
}
.freeInfoBox .price {
	float: right;
	font-size: 18px;
	margin: 5px 10px 0 0;
	padding: 0;
}
#freeLoginMessage {
	color: #464646;
	clear:both;
	margin: 10px 0 35px 0px;
	background:url(../img/grey-stripe.png);
	overflow:hidden;
	padding:10px;
}
#freeLoginMessage .left {
	width: 520px;
	padding: 20px;
}
#freeLoginMessage #customer_login_form {
	border-right: 1px #464646 solid;
	margin:0px;
}
#customer_login_form label {
	width: 89px;
	display: inline-block;
}
#customer_login_form input[type="submit"] {
	font-size:11px;
	padding: 10px 15px;
	margin-top:15px;
	float:left;
}
#customer_login_form #forgotPass {
	float:left;
	margin: 24px 0 0 27px;
	text-transform:capitalize;
}
#customer_login_form {
	color: #464646;
	margin: 0 0 35px 0px;
	width: 530px;
}
#customer_login_form .FIELD-EMAIL-LOGIN {
	width: 150px;
	clear:both;
}
#customer_login_form .FIELD-PASSWORD-LOGIN {
	width: 150px;
	clear:both;
}
.wallpaperRow .wallpaperBox, .wallpaperRow .wallpaperBoxRt {
	float:left;
	width:285px;
	height:240px;
}
.wallpaperRow .wallpaperInfo {
	padding-top:10px;
	padding-left:5px;
	font-size:12px;
	line-height:1.5;
	color:#999;
}

#freebies .wallpaperRow .wallpaperBox {
	background-color: #000000;
    border: 0 solid #222222;
    float: left;
    height: 113px;
    margin-right: 15px;
    margin-top: 15px;
    padding: 20px;
    width: 370px;
}

#freebies .wallpaperRow .wallpaperBoxRt {
	float:left;
	width:266px;
	height:220px;
	border:1px #333 solid;
	padding:4px;
	background-color:#000;
}

#freebies .wallpaperRow .wallpaperInfo {
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	padding-left:5px;
	font-size:12px;
	line-height:1.5;
	color:#999;
}

/********************************************************************************************* 

12. Jquery slideshow + XML Slideshow -------------------- Modular Merchant {CUSTOM-17}, index.php

*********************************************************************************************/

#homepage .rotator {
	display:none !important;	
}

.rotatorBackground {
	background-color:#000000;
	z-index:0;
	position:relative;
}

/* rotator in-page placement */
div.rotator {
	position:relative;
	height:113px;
	width:1400px;
	margin: 0 auto;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
div.rotator ul li.show {
	z-index:500;
}

.featureDVDTitle {
	float:right;
	hieght:65px;
	width:300px;
	text-align:right;
	font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	word-spacing:-0.25em;
}


.featureDVDTitle p {
	font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
}

.featureDVDTitle a:hover {
	color:#fff !important;	
}

.prtitle {
	font-size:10pt;	
	clear:both;
	display:block;
}

.imageFrom {
	font-size:9px;
	color:#ccc	;
	clear:both;
	word-spacing:0em;
}

.subprtitle {
	font-size:8pt;
	clear:both;
	color:#ccc	;
}

/********************************************************************************************* 

13. Subscription Page ------------------- /subscription/index.php, /subscription/pricing.php

*********************************************************************************************/
#subscriptionPage #header_container{
	margin:0 auto;
	width:950px;
	}
#subscriptionPage #footer_container{
	margin:0 auto;
	width:950px;
	}	

#subscriptionPage #page_content{
	margin:0 auto;
	width:950px;
	padding:0 0 0 0;
	}
	
#page_content_header{
	height:130px;
	width:950px;
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	}


#subscriptionPage #notice {
	padding: 8px 35px;
	word-spacing: -0.09em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	font-size:24px;
	text-align:center;
	background:#0095E4;
	color:#cccccc;
}
	
#subscriptionPage #page_content_header h1{
	text-indent:-9999px;
	height:70px;
	width:512px;
	float:left;
	background-image:url(http://www.thegnomonworkshop.com/subscription/img/h1_welcome.png);
	background-repeat:no-repeat;
	margin:30px 0 0 10px;
	padding:0 0 0 0;
	}

#subscriptionPage .demoIntro {
	width:335px;
	float:left;
}

.subscriptionIntro {
	background:url(http://www.thegnomonworkshop.com/img/subscription/gnomon-library-intro-background.jpg) no-repeat;
	height:473px;
}

.libraryLogin {
	float:right;
	background:url(http://www.thegnomonworkshop.com/img/subscription/login.png) no-repeat;
	width:152px;
	height:54px;
	display:block;
	margin:5px 74px 0px 0px;
}

.libraryLogin:hover {
	background:urlhttp://www.thegnomonworkshop.com/(img/subscription/login.png) no-repeat bottom;
}

.subscriptionDescription {
	padding:65px 0 0 65px;	
}

.subscriptionDescription h1 {
	margin:0px;	
	font-size:52px;
	text-transform:uppercase;
	color:#bbbbbb;
	word-spacing: -0.3em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	letter-spacing:-2px;
	font-weight:normal;
}

.subscriptionDescription h3 {
	margin:0px 0px 20px;	
	color:#00a1f4;
	text-transform:uppercase;
	word-spacing: -0.3em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	margin-top:-10px;
	font-weight:normal;
	font-size:24px;
}

.subscriptionDescription a {
	background:url(http://www.thegnomonworkshop.com/img/subscription/pricing-signup-1.png) no-repeat;
	height:52px;
	width:266px;
	display:block;
	text-indent:-1000px;
}

.subscriptionDescription a:hover {
	background-position:bottom;	
}

.subscriptionDescription ul {
	color:#00a1f4;
	font-size:8px;
	margin-bottom:35px;
	padding:0 0 0 12px;
}

.subscriptionDescription li {
	padding:4px 0px;
}

.subscriptionDescription ul span {
	color:#bbbbbb;
	paddig-top:2px;
	font-size:12px;
	padding:5px 0px;
}

.companies {
	overflow:hidden;
	background:#000;
	border-top:1px #363636 solid;
	border-bottom:1px #363636 solid;
	padding:14px 30px 0px;
	height:100px;
}

.companies li {
	float:left;
	color:#bbbbbb;
	list-style:none;
	text-indent:-2000px;
}

.pixar {
	background:url(http://www.thegnomonworkshop.com/img/subscription/logo-pixar.gif) no-repeat;
	width:194px;
	height:38px;
	margin:24px 65px 0 15px;
	
}

.waltDisney {
	background:url(http://www.thegnomonworkshop.com/img/subscription/logo-disney.gif) no-repeat;
	width:98px;
	height:68px;
	margin:10px 65px 0 0;
}

.dreamworks {
	background:url(http://www.thegnomonworkshop.com/img/subscription/logo-dreamworks.gif) no-repeat;
	width:173px;
	height:36px;
	margin:24px 65px 0 0;
}

.ai {
	background:url(http://www.thegnomonworkshop.com/img/subscription/logo-ai.gif) no-repeat;
	width:212px;
	height:34px;
	margin:23px 0px 0 0;
}

.libraryTopics {
	background: url(http://www.thegnomonworkshop.com/img/subscription/topic-background-gradient.png) no-repeat top right #1e1e1e;
	border: solid 1px transparent; /*FF and Webkit browser hack*/
	padding:20px 30px 30px;
	overflow:hidden;
	color:#bbb;
	width:889px;
}


.libraryTopics h1 {
	text-transform:uppercase;
	font-size:44px;
	margin-bottom:0px;
	color:#cccccc;
	word-spacing: -0.3em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
}

.libraryTopics h2 {
	text-transform:uppercase;
	margin-bottom:8px;
	word-spacing: -0.3em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	font-size:30px;
	color:#bbb;
	font-weight:normal;
}

.libraryTopics h4 {
	font-size:14px;
	margin-bottom:8px;
	color:#bbb;
	font-weight:normal;
}

.libraryTopics p {
	color:#bbb;
	font-size:12px;
	width:610px;
	line-height:18px;
	padding-bottom:35px;
}

.col1 h3, .col2 h3, .col3 h3 {
	margin-bottom:9px;
		color:#bbb;
}

.col1, .col2, .col3 {
	float:left;
}

.libraryTopics ul {
	font-size:12px;	
}

.libraryTopics li {
	padding-bottom:8px;	
	color:#bbb;
}

.col1 {
	width:305px;	
}

.col2 {
	width:255px;	
}

.col3 {
	width:320px;	
}

.col3 .quoteBox {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	line-height:21px;
	color:#767676;
	background:url(http://www.thegnomonworkshop.com/img/subscription/quoteBubble.gif) no-repeat;
	padding:15px 20px 35px;	
}

.quote span {
	font-size:11px;
}

.plans {
	background:url(http://www.thegnomonworkshop.com/img/subscription/dot.gif);
	border-top:3px solid #3e3e3e;
	color:#bbbbbb;
}

.plans .button {
	margin-left:30px;	
}

.plans h1 {
	color:#0095e4;
	text-transform:uppercase;
	padding: 25px 30px 0px;
	margin:0px;
	letter-spacing:-1px;
	word-spacing: -0.3em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
}

.plans .planIntro {
	width:530px;
	font-size:12px;
	float:left;
	padding: 0 30px 35px;
}


.pricingBtn {
	display:block;
	background:url(http://www.thegnomonworkshop.com/img/subscription/pricing-signup-2.png) no-repeat top right;
	height:66px;
	width:265px;
	float:right;
	margin: 45px 35px 0px;
}

.pricingBtn:hover {
	background-position:bottom right;
}

.planTab {
	padding:18px 25px 15px;
	display:inline-block;
	background:url(http://www.thegnomonworkshop.com/img/subscription/tab-disabled.gif) repeat-x;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	color:#838383;
}

.active {
	background:url(http://www.thegnomonworkshop.com/img/subscription/tab-active.gif) repeat-x;	
	color:#00a1f4;
	padding-top:19px;
}

.rightPlan {
	font-size:12px;
	line-height:18px;
	margin-left:35px;
	padding-bottom:25px;
}

.rightPlan a {
	color:#0095e4;
	font-weight:bold;
	text-decoration:none;
	cursor:default;
}

.studioTab {
	background:url(http://www.thegnomonworkshop.com/img/subscription/studio-background.jpg) no-repeat top right;	
	overflow:hidden;
	padding-bottom:42px;
	background-color:#0e0e0e;
}

.studioIntro {
	background:url(http://www.thegnomonworkshop.com/img/subscription/screenshots.png) no-repeat 371px 60px;
	padding-bottom:79px;
}

.studioIntro .left {
	float:left;
}

.studioIntro .right {
	float:right;
}

.studioNewFeatures {
	height:225px;
	width:485px;
	display:block;
	background:url(http://www.thegnomonworkshop.com/img/subscription/studio-playBtn.png) no-repeat center center;
	margin:116px 38px 0px 0px;
	cursor:pointer;
}

.studioNewFeatures:hover {
	background:url(http://www.thegnomonworkshop.com/img/subscription/studio-playBtn-active.png) no-repeat center center;
	cursor:pointer;
}

.studioIntro h1 {
	width:335px;
	padding:50px 0 0 30px;
	letter-spacing:-1px;
	word-spacing: -0.09em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	font-size:45px;
	line-height:45px;
	color:#cccccc;
	font-weight:normal;
}

.studioIntro p {
	padding:15px 0 25px 30px;
	font-size:12px;
	color:#999;
	line-height:18px;
	width:335px;
}

.quoteBtn {
	background:url(http://www.thegnomonworkshop.com/img/subscription/btnGradient.gif);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:10px 25px;
	display:inline-block;
	margin-left:30px;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

.quoteBtn:hover {
	background-position:bottom left;
}

.studioTab h2 {
	padding:0px 0px 15px 35px;
	margin-top:-10px;
	word-spacing: -0.09em;
	font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:28px;
	color:#eaeaea;
}

.studioTab li {
	float:left;
	list-style:none;
	margin-left:32px;
	color:#00a1f4;
}

.studioTab li a {
	width:266px;
	height:199px;
	display:block;
	border:3px solid #9d9d9d;
	margin-bottom:8px;
}

.studioTab li a:hover {
	background-position:bottom;
}

.bulkDiscounts {
	width:358px;	
	height:114px;
	background:url(../img/subscription/bulkDiscounts.png) center no-repeat;
	margin-left:26px;
}

.bulkDiscounts li {
	display:block;
	height:52px;
	width:119px;
	text-align:center;
	margin-top:8px;
	margin-left:0px;
	text-transform:uppercase;
	font-size:10px;
	color:#ffffff;
}

.bulkDiscounts span {
	display:block;
	height:23px;
	font-size:24px;
}

.teamManagement {
	background:url(http://www.thegnomonworkshop.com/img/subscription/studio-video-license-management-5.jpg) no-repeat;
}

.userManagement {
	background:url(http://www.thegnomonworkshop.com/img/subscription/studio-video-user-management.jpg) no-repeat;
}

.licenseManagement {
	background:url(http://www.thegnomonworkshop.com/img/subscription/studio-video-license-management.jpg) no-repeat;
}

.personalTab {
	background:#0e0e0e url(http://www.thegnomonworkshop.com/img/subscription/personal-background.jpg) 35px 0px no-repeat;	
	overflow:hidden;
	padding-bottom:75px;
}

.personalIntro {
	width:430px;
	float:left;
	padding-top:45px;
}

.personalIntro h1 {
	color:#ccccc;
	font-size:39px;
	line-height:39px;
	margin-bottom:12px;
}

.personalIntro span {
	color:#ffffff;
	font-weight:bold;
}

.personalIntro p {
	padding-left:35px;
	font-size:14px;
	line-height:22px;
	margin-bottom:35px;
	color:#bbb;
}

.signupBtn {
	background:url(http://www.thegnomonworkshop.com/img/subscription/btnGradient.gif);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:10px 25px;
	display:inline-block;
	margin-left:35px;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

.signupBtn:hover {
	background-position:bottom;	
}


.singleVideo {
	background:url(http://www.thegnomonworkshop.com/img/subscription/video.jpg) no-repeat top center;
	height:293px;
	width:439px;
	display:block;
	float:left;
	margin-top:75px;
	margin-left:35px;
}

.singleVideo:hover {
	background:url(http://www.thegnomonworkshop.com/img/subscription/video-2.jpg) no-repeat top center;	
}

.planIntro {
	background:url(http://www.thegnomonworkshop.com/img/subscription/plan-background.jpg) no-repeat #000e17;
	overflow:hidden;
	padding-bottom:35px;
}

.planDescription {
	text-align:center;
	word-spacing: -0.09em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;	
	margin:35px 0px;
}

.planDescription h1 {
	font-size:45px;
	color:#cccccc;
	margin-bottom:0px;
	text-transform:uppercase;
	font-weight:normal;
}

.planDescription h3 {
	font-size:24px;
	color:#cccccc;
	text-transform:uppercase;
	margin-top:-5px;
	font-weight:normal;
}

.planPricing {
	width:311px;
	float:left;
}

.planPricing .button  {
	    display: table;
    margin: 0 auto;
    text-align: center;
}

.planBreakdown {
	margin-left:160px;	
}

.planBreakdown .planPricing:first-child {
	margin-right:35px;	
}

.planList {
	background-color:#1b1b1b;
	overflow:hidden;
	height:310px;
	padding-top:20px;
}

.planList li {
	background:url(http://www.thegnomonworkshop.com/img/subscription/list-arrow.gif) no-repeat left 8px;
	list-style:none;
	padding:10px 0px 10px 25px;
	color:#bbbbbb;
	font-size:14px;
	margin-left:25px;
}

.planTop {
	background:url(http://www.thegnomonworkshop.com/img/subscription/plan-top.gif) no-repeat top center;
	height:94px;
	text-align:center;
}

.planTop h1 {
	letter-spacing:-1px;
	word-spacing: -0.09em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;	
	color:#cccccc;
	text-transform:uppercase;
	margin:0px 0 9px;
	padding:17px 0 0;
	display:block;
	font-weight:normal;
}

.planTop p {
	margin-top:-5px;
	color:#004164;
	font-size:14px;
}

.planBottom {
	background:url(http://www.thegnomonworkshop.com/img/subscription/plan-bottom.png) no-repeat top center;
	height:94px;
	text-align:center;
	color:#0095e4;
	overflow:hidden;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
}

.planBottom h1 {
	word-spacing: -0.09em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	font-size:18px;
	margin-bottom:0px;
	font-weight:normal;
	color:#028FDF;
}

.personalPrice h1 {
	margin-top:21px;	
}

.studioPrice h1 {
	margin-top:15px;	
}

.planBottom p {
	word-spacing: -0.09em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	font-size:12px;
	margin-top:-2px;
	color:#ccc;
}

.planFAQ {
	background-color:#272727;
	overflow:hidden;
	padding-top:35px;
}

.faqBox {
	width:510px;
	margin-left:35px;
	float:left;
	color:#bbbbbb;
	padding-bottom:35px;
}

.faqBox h1 {
	font-size:48px;
	line-height: 48px;
	color:#bbb;
}

.faqBox li {
	list-style:none;
	padding:0 0 20px 0;
}

.faqBox ul {
	list-style:none;
	padding:0 0 0px 0;
	
}

.faqBox p {
	font-size:12px;
	line-height:18px;
	color:#bbb;
}

.faqBox h3 {
	font-weight:normal;
	margin:0px;
	line-height:22px;
	color:#bbb;
}

.helpBox {
	width:270px;
	margin-right:35px;
	float:right;
	background-color:#c7c7c7;
	padding:30px;
	color:#282828;
}

.helpBox p {
	font-size:14px;
}

.helpBox h1, .faqBox h1 {
	margin:0px 0 15px;
	word-spacing: -0.09em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
}

.quoteForm {
	margin: 0px 35px 45px;
	overflow:hidden;
	border-top:1px #444444 solid;
	border-bottom:1px #272727 solid;
}

.quoteForm .right {
	float:left;
	width:400px;
}

.quoteForm .left {
	float:left;
	width:400px;
	margin-left:45px;
}

.quoteForm h1 {
	margin-top:0px;
	letter-spacing:-1px;
	word-spacing: -0.09em;
word-spacing: -0.09em;
font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	color:#cccccc;
	font-size:38px;
	padding:15px 0px 25px 45px;
}

.quoteForm label {
	clear:both;
	font-size:12px;
	color:#cccccc;
	padding-bottom:4px;
	display:block;
}

.quoteForm input[type=text], .quoteForm textarea, .quoteFrom input[disabled="disabled"] {
	width: 362px;
	border:none;
	padding: 7px 4px;
	margin-bottom:25px;
	color:#cccccc !important;
	font:12px Arial, Helvetica, sans-serif;
	box-shadow: none;
}

label.error {
	margin:-15px 0px 15px;
	color:#f4c300;
}	

#math_error {
	float:left;	
}

.quoteCode {
	font-weight:bold !important;
	float:left !important;
	width:200px !important;
	background-color:transparent!important;
	color:#0095e4!important;

}

.quoteForm span {
	float:left;	
	margin:4px 5px 0px;
}

.captchaImage {
	background-color:transparent!important;
}	

.captchaImage, .math {
	width:30px!important;
	float:left!important;
}	

.licensesNum {
	width:30px !important;
	float:left !important;	
}

.planIntro .quoteForm {
	border:none;
	margin-top:45px;
}

/********************************************************************************************* 

14. ERROR pages ------------------------- error404.php, error405.php

*********************************************************************************************/

#errorPage #error p {
	text-align:left;
	color:#464646;
}
#errorPage .greyBackground h1 {
	color:#8E1410;
	font-size:36px;
	text-align:left;
}
#errorPage table {
	width:450px;
}

/********************************************************************************************* 

15. Testimonials ------------------------ /testimonials/

*********************************************************************************************/

.testPage .greyBackground {
		padding-top:35px;
}

.testimonialsIntro.greyBackground {
	height:390px;
}

#testimonials .footer {
	border-top: 1px #212121 solid;	
}

.featuredTestimonials.greyBackground {
	padding-bottom:0px;
	border:none;
	padding-top:0px;
}

.testimonialsIntroText {
	width:538px;	
}

.testimonialInfo h2 {
	font-weight:bold;
	color:#028FDF;
	font-size:16px;
	margin-top:5px;
}

#testimonials p {
	margin-bottom:12px;	
}

#testimonialThumbs {
	margin-top:36px;	
}

#testimonialThumbs .subTitle {
	word-spacing:-3pt;	
}

#testimonialThumbs li {
	height:72px;
	width:72px;
	float:left;
	margin:0px 10px 10px 0px;
	border:1px solid #222;
}

.arronSims {
	background-image: url(../img/testimonials.2.0/aaron-sims.jpg);	
}

.rickBaker {
	background-image: url(../img/testimonials.2.0/rick-baker.jpg);	
}

.jerryOFlaherty {
	background-image: url(../img/testimonials.2.0/jerry-o-flaherty.jpg);	
}

.iainMccaig {
	background-image: url(../img/testimonials.2.0/iain-mccaig.jpg);	
}

.shishAikat {
	background-image: url(../img/testimonials.2.0/shish-aikat.jpg);	
}

.robhRuppel {
	background-image: url(../img/testimonials.2.0/robh-ruppel.jpg);	
}

.jeffOkun {
	background-image: url(../img/testimonials.2.0/jeff-okun.jpg);	
}

.chukWojtkiewicz  {
	background-image: url(../img/testimonials.2.0/chuk-wojtkiewicz.jpg);	
}

.brianSunderlin  {
	background-image: url(../img/testimonials.2.0/brian-sunderlin.jpg);	
}

.terrylWhitlatch  {
	background-image: url(../img/testimonials.2.0/terryl-whitlatch.jpg);	
}

.silVanDerWoerd  {
	background-image: url(../img/testimonials.2.0/sil-van-der-woerd.jpg);	
}

.loadTestimonials {
	margin:160px 210px 0;	
}


#testimonialThumbs li a {
	height:72px;
	width:72px;
	display:block;
	text-indent:-2000px;
	opacity:0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
}

#testimonialThumbs li a:hover, #testimonialThumbs li.nowPlaying a  {
	background-position:center bottom;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.jjAbramsTestimonial {
	padding:20px 0px;
	background:url(../img/testimonials.2.0/JJ-Abrams-Background-3.jpg) center no-repeat;
}

.jjAbramsTestimonial h1 {
	color:#a6a6a6;
	font-size:20px;
	margin-bottom:15px;
}

.jjAbramsQuote {
	width:700px;	
}

.jjAbramsPortrait {
	background-image:url(../img/testimonials.2.0/JJ-Abrams-Portrait.jpg);
	height: 144px;
	width: 143px;
	margin-right:15px;
}

.jjAbramsText {
	width:542px;	
}

#testimonials .logos li {
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	margin-right: 73px;
}

#testimonials .blur {
	background-image:url(../img/testimonials.2.0/logo-blur.gif);
	width:53px;
	height:69px;
	margin-top:15px;
	margin-bottom:15px;
}

#testimonials .disney {
	background-image:url(../img/testimonials.2.0/logo-disney.gif);
	width:89px;
	height:61px;
	margin-top:15px;
}

#testimonials .logos li.pixar {
	background-image:url(../img/testimonials.2.0/logo-pixar.gif);
	width:201px;
	height:32px;
	margin-right: 0px;
	margin-top: 35px;
}

#testimonials .riot {
	background-image:url(../img/testimonials.2.0/logo-riot.gif);
	width:84px;
	height:63px;
	margin-top:19px;
}

#testimonials .sony {
	background-image:url(../img/testimonials.2.0/logo-sony.gif);
	width:214px;
	height:43px;
	margin-top: 28px;
}

#testimonials .vfs {
	background-image:url(../img/testimonials.2.0/logo-vfs.gif);
	width:116px;
	height:59px;
	margin-top:20px;
}

.ajaxVideo div:first-child {
	background:url(../img/testimonials.2.0/videoTriangle.gif) no-repeat bottom left #1c1c1c;
	padding: 9px 9px 23px;
}

#testimonials p.testimonialTitle {
	margin-bottom:0px;	
	color:#313131;
	line-height: 15px;
}

#testimonials p.testimonialName {
	color:#a6a6a6;
	text-transform:uppercase;
	margin-bottom:0px;
	font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	font-size:13px;
	word-spacing:-0.3em;
}	

.row {
display: table;
border-top: 1px #161616 solid;
}

.row:first-child {
	border-top:none;
	margin-top:25px;
}

.row .left.half {
	padding:20px 20px 20px 0px;
	width:549px;
}

.row .right.half {
	padding:20px 0px 20px 20px;
	width:550px;
}

.row:first-child .half {
	padding-top:0;
}

.row h1 {
	color:#a6a6a6;
	font-size:18px;
	margin-bottom:10px;
}


.row .half:first-child {
	border-right:1px #161616 solid;
}

.testimonialPortrait {
	height:97px;
	width:97px;
	background-repeat:no-repeat;
	background-position:center;
}

.patriciaBeckmann {
	background-image:url(../img/testimonials.2.0/Patricia-Beckmann-portrait.jpg);
}

.jimMccampbell {
	background-image:url(../img/testimonials.2.0/Jim-McCampbell-portrait.jpg);
}

.mikeCorriero {
	background-image:url(../img/testimonials.2.0/Mike-Corriero-portrait.jpg);
}

.mattSkonicki {
	background-image:url(../img/testimonials.2.0/Matt-Skonicki-portrait.jpg);
}

.featureQuote {
	width:443px;	
}

.moreTestimonialsLink {
	padding:15px 0px;
	text-align:center;
	text-transform:uppercase;
}

.moreTestimonialsLink a {
	background:url(../img/homepage.2.0/blueArrow.gif) no-repeat center right;
	padding-right:11px;	
	font-family: 'DIN1451EF-MittelNeu', Helvetica, Arial, sans-serif;
	font-size:14px;
	word-spacing:-0.25em;
}

.moreTestimonials .row:first-child {
	margin-top:0px;
}

.moreTestimonials .row:first-child .half {
	padding-top:20px;
}

.row p.testimonialName {
	margin-top:20px;
}