#flashcontent {
	position: relative;
	top: 0px;
	left: 0px;
}

#page, #subnav, #subnav div, #subnav form, #footer .gallery, #home #content .gallery a, #quotation #content form, #quotation #content .upload_button, #gallery .item { /* RELATIVE POSITIONING */
	position: relative;
}
.topleft, .topright, .bottomleft, .bottomright, .overlay, #page .logo, #main, #footer, #footer .image, #home #content .gallery .image, #quotation #content .upload_button input, #quotation #content form .req { /* ABSOLUTE POSITIONING */
	position: absolute;
}
#navbar a, #subnav, #footer .gallery, #home #content .gallery, #home #content .gallery a, #login #content label, #login #content .text, #contact #content label, #contact #content .text, #quotation #content .upload_details, #quotation #content .material, #quotation #content .material_link, #blog #content div, #gallery #content .item, #knowledgebank #content a { /* FLOAT LEFT */
	float: left;
}
#content, #footer .request, #footer div, #content .why, #contact #content .details, #quotation #content .upload_button, #quotation #content .send, #quotation #content ul, #blog #content .more, #blog #content .image, #gallery #content img.image, #blog #content .mainimage, #quotation #content #filename { /* FLOAT RIGHT */
	float: right;
}
#login #content .go, #contact #content .send, #gallery #content .item, #knowledgebank #content a, #quotation #content .material_link, #checkout #content .buy { /* CENTRAL ALIGNMENT */
	text-align: center;
}
a, #subnav form, #footer, #quotation #content h2, #quotation #content ul, #gallery #content h2, #knowledgebank #content a, #links #content strong, #quotation #content #filename, #quotation #content #progress2 { /* BROWN TEXT */
	color: #8B001D;
}
#login #content label, #login #content .go, #contact #content label, #contact #content .send, #checkout #content .buy, #content .sectionheader, #quotation #content #quick_quote h2, #quotation #content #quick_quote .upload_details a, #quotation #content #quick_quote #filename { /* WHITE TEXT */
	color: #FFFFFF;
}
.error, #subnav h2, #subnav .details, #subnav .details a, #content h1, #home #content h3, #about #content .why h2, #contact #content .details span, #quotation #content form .req, #knowledgebank #content a:hover { /* RED TEXT */
	color: #c51136;
}
#checkout #content .buy { /* RED BACKGROUND */
	background-color: #c51136;
}
#content .sectionheader { /* BROWN BACKGROUND */
	background-color: #8B001D;
}
#page { /* WHITE BACKGROUND */
	background-color: #FFFFFF;
}
#subnav form, #quotation #content form { /* PINK BACKGROUND */
	background-color: #FAC4B9;
}
.error, #subnav form, #footer, #contact #content .details, #quotation #content .material_link, #quotation #content ul, #quotation #content form .req span, #knowledgebank #content a, #checkout #content .buy, #content .sectionheader, #quotation #content #progress1, #quotation #content #progress2 { /* BOLD TEXT */
	font-weight: bold;
}
body, h1, h2, h3, #subnav form, #gallery #content .description, #gallery #content .text, #blog #content .text { /* NO MARGIN */
	margin: 0;
}
a img, #login #content .go, #contact #content .send { /* NO BORDER */
	border: none;
}
.clear, #subnav div a, #footer .gallery, #home #content .gallery a, #contact #content .details img, #blog #content .back, #knowledgebank #content a, #content .back, #sitemap #content a, #tutorials #content .link, #gallery .item .image, #quotation #content a, #checkout #content .buy { /* BLOCK LEVEL */
	display: block;
}
#subnav .details a, #quotation #content .upload_button { /* INLINE */
	display: inline;
}
#login #content .go, #contact #content .send, #quotation #content .upload_button input, #gallery #content .item { /* HAND CURSOR */
	cursor: pointer;
}
#subnav .email, #subnav .dummy, #subnav .password, #footer { /* FONT SIZE 9PX */
	font-size: 9px;
}
#subnav, #subnav h3, #footer h3, #login #content label, #login #content .go, #contact #content label, #contact #content .send, #quotation #content .text, #quotation #content form .req, #blog #content div, #gallery #content p, #links #content p, #content .back, #terms #content, #contact #content .reg, #quotation #content p a { /* FONT SIZE 11PX */
	font-size: 11px;
}
#home #content h3, #theprocess #content, #quotation #content h2, #quotation #content form, #quotation #content ul, #quotation #content a, #faqs #content, #blog #content h2, #explained #content, #gallery #content .text, #blog #content .text, #contact #content .details div, #checkout #content .buy, #quotation #content #progress1, #quotation #content #progress2 { /* FONT SIZE 12PX */
	font-size: 12px;
}
#content, #subnav h2, #about #content h2, #faqs #content strong, #gallery #content h2, #links #content strong, #quotation #content p { /* FONT-SIZE 13PX */
	font-size: 13px;
}

body {
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #CCCCCC;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 10px 0px 0px 0px;
}
a {
	text-decoration: none;
}
a[href] {
	text-decoration: none;
}
ul {
	margin-left: 15px;
	padding-left: 0px;
}
textarea {
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #8B001D;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkShadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;	
}
.clear {
	visibility: hidden;
	height: 0;
	clear: both;
}
.topleft, .topright, .overlay {
	top: 0;
}
.bottomleft, .bottomright {
	bottom: 0;
}
.topleft, .bottomleft, .overlay {
	left: 0;
}
.topright, .bottomright {
	right: 0;
}

#page {
	width: 955px;
	margin: 0px auto 10px auto;
	background-color: #fcfdf8;
}
#page .logo {
	top: 16px;
	right: 0;
	background: #fcfdf8;
}
#header {
	margin: 3px 0 3px 5px;
}
#navbar {
	height: 31px;
	background-image: url(images/navbar/bg.jpg);
	background-repeat: repeat-x;
}
#main {
	top: 157px;
	left: 0;
	width: 955px;
	padding-top: 5px;
	background: #fff;
}
#content {
	margin: 30px 0 146px 0;
	width: 698px;
	line-height: 20px;
}
#content h1 {
	line-height: 100%;
	font-size: 17px;
}
#subnav {
	margin-left: 5px;
}
#subnav a:hover {
	text-decoration: underline;
}
#subnav h2 {
	line-height: 35px;
}
#subnav .faqs {
	background-color: #FDE3DC;
	min-height: 189px;
}
* html #subnav .faqs {
	height: 189px;
}
#subnav .blog {
	background-color: #FBD3C9;
	min-height: 193px;
}
* html #subnav .blog {
	height: 193px;
}
#subnav .faqs, #subnav .blog, #subnav form {
	padding: 5px 0 10px 18px;
	width: 209px;
	line-height: 19px;
}
#subnav form {
	padding-top: 10px;
	min-height: 92px;
}
#subnav form a {
	font-weight: normal;
	line-height: 40px;
}
* html #subnav form {
	height: 92px;
}
#footer {
	left: 257px;
	bottom: 0;
	width: 698px;;
}
#footer h3 {
	line-height: 33px;
}
#footer .gallery {
	width: 107px;
	height: 88px;
	margin-right: 9px;
}
#footer .image {
	visibility: hidden;
	left: 53px;
	top: 44px;
}
#footer div, #content .why, #contact #content .details, #quotation #content ul, #blog #content, #terms #content {
	padding-right: 25px;
}
#footer div {
	line-height: 25px;
}
#footer div a {
	margin: 0 5px 0 5px;
}

/* HOME */

#home #content, #quotation #content {
	margin-bottom: 25px;
}
#home #content {
	width: 718px;
	margin: 0 0 25px 0;
}
#home #content h3 {
	line-height: 29px;
}
#home #content .gallery {
	margin-left: 17px;
}
#home #content .gallery a {
	width: 137px;
	height: 113px;
	margin-right: 13px;
}
#home #content .gallery .image {
	visibility: hidden;
	left: 68px;
	top: 56px;
}
#home #content .gallery .clear {
	height: 6px;
	float: none;
}

/* ABOUT */

#about #content p {
	width: 420px;
}
#about #content .why h2 {
	margin-bottom: 1.33em;
}

/* PRICING */

#pricing #content p, #pricing #content div, #theprocess #content p, #faqs #content, #links #content, #tutorials #content, #explained #content, #ordering #content, #turnaround #content {
	width: 530px;
}

/* LOGIN */

#login #content div, #login #content .go, #contact #content form div, #contact #content .send, #contact #content .question {
	background-repeat: no-repeat;
}
#login #content div, #contact #content form div {
	width: 334px;
	height: 30px;
	background-image: url(images/form-bg.gif);
	margin-bottom: 3px;
}
#login #content label, #contact #content label {
	line-height: 30px;
	width: 70px;
	padding-left: 15px;
}
#login #content input, #contact #content input, #contact #content textarea {
	border: 0 solid #FFFFFF;
}
#login #content .text, #contact #content .text {
	width: 230px;
	height: 13px;
	margin-top: 4px;
}
#login #content .go, #contact #content .send {
	background-image: url(images/button-bg.gif);
	margin: 3px 0 0 254px;
	width: 80px;
	height: 24px;
	line-height: 24px;
}

/* CONTACT */

#contact #content .question {
	width: 334px;
	height: 146px;
	background-image: url(images/textarea-bg.gif);
}
#contact #content textarea {
	width: 230px;
	height: 129px;
	margin-top: 4px;
	overflow: auto;
}
#contact #content .details {
	font-size: 14px;
	line-height: 28px;
}
#contact #content .details div {
	line-height: 18px;
	margin: 15px 0;
}
#contact #content .details a {
	color: #000000;
}
#contact #content .details img {
	margin-top: 20px;
}
#contact #content .reg {
	line-height: 15px;
}

/* QUOTATION */

#quotation #content {
	font-size: 16px;
}
#quotation #content form {
	padding-left: 13px;
	width: 447px;
	margin-bottom: 0;
	margin-top: 45px;
	padding-bottom: 10px;
}
#quotation #content form .req {
	top: -32px;
	left: 13px;
}
#quotation #content form .req span {
	font-size: 20px;
}
#quotation #content h2 {
	line-height: 35px;
}
#quotation #content .text {
	width: 423px;
	height: 22px;
	border: 0px solid #FFFFFF;
	margin-bottom: 3px;
}
#quotation #content #quick_quote {
	width: 461px;
}

#quotation #content #bottom {
	width: 461px;
	height: 8px;
	background: url(images/3d_printing_quote_bg_bottom.jpg) no-repeat;
}

#quotation #content #quick_quote #content {
	width: 461px;
	height: auto;
	background: url(images/3d_printing_quote_bg_top.jpg) no-repeat #e32547;
	color: #fff;
	overflow: hidden;
}

#quotation #content #quick_quote form {
	padding: 13px 0 0 13px;
	margin: 0px;
	background: none;
	width: 447px;
	overflow: hidden;
}
#quotation #content #quick_quote h2, #quotation #content #quick_quote .upload_details a {
	color: #FFFFFF;
}

#quotation #content #quick_quote input, #quotation #content #quick_quote select, #quotation #content #quick_quote textarea {
	border: 0px;
	background-color: #fff;
	padding: 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	height: auto;
}

#quotation #content #quick_quote #button_div {width: 100%; text-align: right;} 

#quotation #content #quick_quote .button {
	width: 91px;
	height: 24px;
	background: url(images/button-quick-bg.gif) no-repeat;
	border: 0px;
	color: #d1143a;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
	position: relative;
	top: 0px;
	left: 12px;
	margin: 10px 26px 0px 0px;
}

#quotation #content #quick_quote .button:hover {background: url(images/button-quick-bg-over.gif) no-repeat;}

.radio_gap {margin: 0px 0px 0px 20px;}

.intro_text {
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
}

#quotation #content #quick_quote #radio_buttons {
	width: auto;
}

#quotation #content #quick_quote #radio_buttons .radio {
	float: left;
	width: auto;
}

#quotation #content #quick_quote #radio_buttons input {
	width: auto;
	margin: 0px 6px 0px 0px;
	border: 0px;
	background: none;
}
#quotation #content .required {
	background-image: url(images/quotation/required.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#quotation #content .material {
	width: 410px;
}
#quotation #content .material_link {
	line-height: 22px;
	font-size: 17px;
	width: 21px;
	margin-left: 0;
}
#quotation #content textarea.text {
	height: 36px;
}
#quotation #content .upload_details {
	line-height: 16px;
	width: 250px;
}
#quotation #content .upload_details a {
	font-size: 9px;
	margin-left: 0;
}
#quotation #content .upload_button, #quotation #content #filename {
	width: 176px;
}
#quotation #content .upload_button {
	height: 31px;
	overflow: hidden;
	margin-right: 13px;
}
#quotation #content .upload_button input {
	width: 176px;
	top: 0;
	right: 50px;
	z-index: 1;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
}
#quotation #content .upload_button img {
	z-index: 2;
}
#quotation #content .firstname, #quotation #content .surname {
	width: 206px;
}
#quotation #content .firstname {
	margin-right: 3px;
}
#quotation #content .send {
	margin: 0 13px 3px 0;
}
#quotation #content ul {
	line-height: 27px;
}
#quotation #content a {
	margin-left: 13px;
}
#quotation #content .password {
	display: none;
}
#quotation #content #filename {
	font-size: 10px;
	display: none;
	overflow: hidden;
}
#quotation #content #progress1, #quotation #content #progress2 {
	display: none;
	float: right;
	margin-right: 15px;
}

/* FAQS */

#faqs #content, #links #content, #tutorials #content, #explained #content, #ordering #content, #turnaround #content {
	margin-right: 168px;
}

/* BLOG */

#blog #content, #terms #content {
	width: 673px;
}
#blog #content div {
	width: 520px;
	line-height: 17px;
}
#blog h1 {
	margin-bottom: 0.67em;
}
#blog #content h2 {
	margin: 0.83em 0;
}
#content .back {
	font-style: italic;
	color: #000000;
}
#blog #content .clear {
	border-top: 8px solid #FFFFFF;
	border-bottom: 8px solid #FFFFFF;
	height: 1px;
	background: #fff url(images/clear.png) no-repeat;
	visibility: visible;
	width: 100%;
}
#blog #content .mainimage {
	margin: 0 0 25px 25px;
}

/* GALLERY */

#gallery h1, #knowledgebank h1, #tutorials h1 {
	margin-bottom: 1.5em;
}
#gallery #content .item {
	margin-right: 14px;
	width: 155px;
}
#gallery #content .item.last {
	margin-right: 0;
}
#gallery .item .image {
	width: 155px;
	height: 127px;
	display: table-cell;
	vertical-align: middle;
}
#gallery #content .clear {
	height: 20px;
}
#gallery #content h2 {
	line-height: 23px;
}
#gallery #content .description {
	line-height: 12px;
}
#gallery #content .text {
	line-height: 20px;
	margin-right: 25px;
}
#gallery #content img.image {
	margin: 0 25px 25px 0;
}
#content .back {
	margin-top: 20px;
}
#gallery #footer .request, #gallery #footer div a {
	visibility: visible;
}

/* 3D KNOWLEDGE BANK */

#knowledgebank #content a {
	width: 164px;
	line-height: 134px;
	font-size: 14px;
	background-image: url(images/knowledgebank/bg.gif);
	margin-right: 3px;
}
#knowledgebank #content .clear {
	height: 16px;
}

/* TUTORIALS */

#tutorials #content .link {
	margin-bottom: 10px;
}

/* CHECKOUT */

#checkout #content .buy {
	width: 100px;
	line-height: 25px;
}

#theprocess #content a, #materials #content a, #pricing #content a {
	text-decoration: underline;
}

.pricingTable {
	margin: 0 auto 0 auto;
}

.pricingTable .title {
	font-size: 14px;
	font-weight: bold;
	color: #ED1941;
}

.pricingTable gapRight {
	padding-right: 30px;
}

.centerText {text-align: center;}

/* NEW PRICING -------------------------------------------------- */

#pricing #content .pricing_example_div {
	width: 520px;
	height: 164px;
	background: url(images/pricing_bg_1.jpg) #fff no-repeat;
	color: #fff;
	padding: 0px 8px 0px 0px;
	margin: 0px 0px 6px 0px;
	font-size: 12px;
	line-height: 16px;
}

#pricing #content .pricing_example_div .small {font-size: 11px; font-weight: bold; width: auto; padding-top: 6px;}
#pricing #content .pricing_example_div .title {font-size: 16px; font-weight: bold; width: auto; margin-bottom: 8px;}


.pricing_example_div img {
	float: left;
	width: 294px;
	margin: 3px 6px 0px 3px;
}

#pricing #content .pricing_example_express, #pricing #content .pricing_example_low {
	width: 528px;
	height: 99px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	margin: 0px 0px 6px 0px;
}

#pricing #content .pricing_example_express {background: url(images/pricing_bg_2.jpg) #fff no-repeat;}
#pricing #content .pricing_example_low {background: url(images/pricing_bg_3.jpg) #fff no-repeat;}

#pricing #content .pricing_example_express .box, #pricing #content .pricing_example_low .box, #pricing #content .pricing_example_express .box2, #pricing #content .pricing_example_low .box2, #pricing #content .pricing_example_express .box3, #pricing #content .pricing_example_low .box3 {
	float: left;
	width: 166px;
	height: auto;
	margin: 6px 0px 0px 6px;
}

#pricing #content .pricing_example_express .box2, #pricing #content .pricing_example_low .box2 {
	width: 146px;	
}

#pricing #content .pricing_example_express .box3, #pricing #content .pricing_example_low .box3 {
	width: 186px;	
}


#pricing #content .pricing_example_express .box .small, #pricing #content .pricing_example_low .box .small {font-size: 14px; text-transform: uppercase; line-height: 24px;}
#pricing #content .pricing_example_express .box .title, #pricing #content .pricing_example_low .box .title {font-size: 21px; font-weight: bold; text-transform: uppercase;}

#quotation .title {
	color: #ED1941;
	font-weight: bold;
	font-size: 14px;
}

.br {clear: both;}

/* NEW PRICING -------------------------------------------------- */


#subnav .blog h2, #subnav .faqs h2 {
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 8px 0px;
}

#subnav .blog a, #subnav .faqs a {
	margin: 0px 0px 4px 0px;
	line-height: 17px;
	width: 200px;
	display: block; 
}

#subnav .blog p.rule, #subnav .faqs p.rule {
	padding: 0px;
	margin: 0px 0px 4px 0px;
	width: 200px;
	height: 1px;
	overflow: hidden;
	background: #fff;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	clear: both;
}

#subnav .blog a:hover, #subnav .faqs a:hover {
	color: #62666f;
	text-decoration: none;
}

#subnav .password {
	display: none;
}
#subnav .email, #subnav .dummy, #subnav .password {
	width: 179px;
	height: auto;
	border: 0 solid #fff;
}
#subnav .login {
	margin-left: 130px;
}
#subnav .details {
	text-align: right;
	line-height: 28px;
}
#subnav .details strong {
	margin-left: 5px;
}

#subnav input {
	margin: 3px 0px 0px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #62666f;
	padding: 5px;
}

#subnav input:focus {
	background: #feefea;	
}

.gallery a:hover, .why a:hover, #gallery #content .item:hover, .quote-details a:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;

}

#flashcontent1 {
	margin: 0px 0px 6px 0px;	
	width: 710px;
	height: 264px;
	display: block;
}

.gallery a {
	width: 107px;
	height: 88px;
	display: block;
	overflow: hidden;
}

div.item {
	width: 155px;
	height: 127px;
	display: block;
	overflow: hidden;
}

#gallery #content .item {
	width: 155px;
	height: auto;
	display: block;
	overflow: hidden;
}

#gallery #content .item .description {
	padding: 6px 0px 0px 0px;
	margin: 0px;
	line-height: 15px;
}


#home #content .gallery h3, #home #content .why h3 {
	font-size: 16px;
	letter-spacing: -0.2px;
	margin: 0px 0px 8px 0px;
}

#home #content .why {
	position: relative;	
	width: 340px;
	height: 269px;
	font-size: 14px;
}

.addthis_button {
	margin: 0px 0px 0px 16px;	
}

#home #content .why img {
	position: absolute;
	bottom: 0px;
	left: 0px;
	cursor: pointer;
}

#footer {color: #da163c; font-size: 10px;}
#footer a:link {color: #da163c;}
#footer a:visited {color: #da163c;}
#footer a:hover {color: #62666f;}
#footer a:active {color: #da163c;}

#content .back {
	display: block;
	font-style: normal;
	font-size: 15px;
	letter-spacing: -0.2px;
	font-weight: bold;
	color: #fff;
	width: 92px;
	height: 24px;
	background: #fff url(images/bg_button_return.png) no-repeat;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 9px 0px 0px 26px;
	text-transform: uppercase;
	overflow: hidden;
}

#content .back:hover {background: #fff url(images/bg_button_return.png) no-repeat 0px -33px;}

#blog #content .more, .quote-details a {
	display: block;
	font-style: normal;
	font-size: 11px;
	letter-spacing: -0.2px;
	font-weight: bold;
	color: #fff;
	width: 74px;
	height: 21px;
	background: #fff url(images/bg_button_read_more.png) no-repeat;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 9px 0px 0px 26px;
	text-transform: uppercase;
	overflow: hidden;
	float: right;
}

#blog #content .more:hover {background: #fff url(images/bg_button_read_more.png) no-repeat 0px -31px;}

.quote-details {
	position: relative;
	width: 532px;
	height: auto;
	margin: 0px 0px 32px 0px;
	padding: 0px 0px 12px 0px;
	overflow: visible;
	border-bottom: 1px solid #c51136;
}

.quote-details span {color: #c51136;}

.quote-details a {
	position: absolute;
	top: -6px;
	left: 420px;
	display: block;
	float: none;
	font-size: 10px !important;
	padding: 7px 0px 0px 23px;
	width: 77px;
	height: 23px;
}

input, textarea, select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px !important;
	color: #000;
	border: 0px;
	padding: 4px;
}