/*
	$Id: screen.css 9203 2008-10-02 00:29:22Z svn $

	This file is part of ayudaCMS
	Copyright 2007: ayuda IT
	http://www.ayuda.com.au

	For licencing details, please see LICENCE.txt in the ayudaCMS directory.
*/
/* {literal} */
* {
	font-size: 100.01%; 
} 

html {
	height: 100%;
	background-color: #fefefe;
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/public/layout/background.png);
	background-repeat: repeat-x;
}

body {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; 
	color: #555555; 
	width: 890px;
	margin: auto;
}

html {
	font-size: 62.5%;
}

div#banner {
/*	background-image: url(../../images/public/layout/banner.png);*/
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 0px;
}

a#logo {
	display: block;
	float: left;
}

a#logo img {
	display: block;
	border: none;
}

div#bannerMenu {
	background-image: url(../../images/public/layout/bannerMenuLeft.png);
	background-repeat: no-repeat;
	float: right;
	padding-left: 15px;
}

div#bannerMenu ul {
	background-image: url(../../images/public/layout/bannerMenuRight.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
	margin: 0px;
}

div#bannerMenu ul li {
	list-style-type: none;
	float: left;
	padding-top: 10px;
	padding-bottom: 7px;
}

div#bannerMenu ul li a {
	color: #0b74af;
	display: block;
	text-decoration: none;
	font-size: 1.1em;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #0b74af;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
}

div#bannerMenu ul li.first a {
	padding-left: 0px;
}

div#bannerMenu ul li.last a {
	border: none;
	padding-right: 10px;
}

div#bannerMenu ul li.active a,
div#bannerMenu ul li a:hover {
	text-decoration: underline;
}

img#contact {
	display: block;
	float: right;
	display: none;
}

span#contactPhone {
	font-size: 2.0em;
	background-image: url(../../images/public/layout/contact.png);
	background-repeat: no-repeat;
	min-height: 34px;
	display: block;
	width: 160px;
	padding-top: 7px;
	float: right;
	padding-left: 25px;
	margin-top: 10px;
}

ul#mainMenu {
	clear: both;
	padding-left: 1px;
	margin: 0px;
	padding: 0px;
}

ul#mainMenu li {
	list-style-type: none;
	float: left;
	background-image: url(../../images/public/layout/mainMenuRight.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #494949;
	background-position: right -30px;
}

ul#mainMenu li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	padding-bottom: 7px;
	font-size: 1.3em;
	font-weight: bold;
	background-image: url(../../images/public/layout/mainMenuLeft.png);
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: none;
	background-position: 0 -30px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
}

ul#mainMenu li:hover,
ul#mainMenu li.hover,
ul#mainMenu li.active {
	background-position: right 0px;
	background-color: #914a00;
}
	
ul#mainMenu li:hover a,
ul#mainMenu li.hover a,
ul#mainMenu li.active a {
	background-position: 0 0px;
}

ul#mainMenu li.trolleySummary {
	float: right;
	background-color: #ffffff;
	background-image: url(../../../shop/images/public/trolleyFullRight.png);
	background-position: right top;
	display: block;
	float: right;
}

ul#mainMenu li.trolleySummary a {
	color: #0b74af;
	padding-left: 45px;
	background-position: left top;
	background-image: url(../../../shop/images/public/trolleyFullLeft.png);
}

div#body {
	padding-bottom: 20px;
}

ul#leftMenu {
	margin-top: 5px;
	float: left;
	padding-left: 0px;
	width: 150px;
	margin-left: 15px;
}

ul#leftMenu li {
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #bebebe;
}

ul#leftMenu li a {
	color: #555555;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, Helvetica, sans-serif; 
}

ul#leftMenu li a:hover {
	border-bottom: 1px dotted #bebebe;
}

ul#leftMenu li ul {
	padding: 0px;
	margin: 0px;
}

ul#leftMenu li ul li {
	border: none;
	padding-bottom: 0px;
}

ul#leftMenu li ul li a {
	border-bottom: 1px dotted #ffffff;
	color: #0b74af;
	font-size: 1.3em;
	font-weight: normal;
	text-decoration: none;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; 
}

ul#leftMenu li ul li.active a, 
ul#leftMenu li ul li a:hover {
	font-weight: bold;
	border-bottom: 1px dotted #0b74af;
}

ul#leftMenu li ul li.active a:hover { 
	font-weight: bold;
}

ul#leftMenu li ul li a:hover {
	font-weight: normal;
}

div#homeContent {
	margin-top: 15px;
	font-size: 1.3em;
}

div#content {
	margin-top: 15px;
	font-size: 1.3em;
	margin-left: 15px;
	margin-right: 45px;
	padding-bottom: 30px;
}

div#leftContent {
	float: left;
}

div#rightContent {
	margin-top: 15px;
	width: 656px;
	float: right;
	font-size: 1.3em;
	padding-bottom: 30px;
}

div#homeContent a,
div#content a,
div#rightContent a {
	color: #0b74af;
	text-decoration: none;
	font-weight: bold;
}

div#homecontent a:hover, 
div#rightContent a:hover,
div#content a:hover {
	color: #af3888;
	text-decoration: underline;
}

div#bannerImages {
	margin-bottom: 15px;
}

h1 {
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1.5em;
	color: #666666;
}

h2 {
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, Helvetica, sans-serif;
	padding-left: 13px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1.3em;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 13px;
	padding-right: 17px;
	line-height: 1.3;
	color: #666666;
}

a#back,
a.returnToTop {
	padding-left: 13px;
}

div.standalone h2,
div.standalone p {
	padding-left: 0px;
}

div.standalone ul {
	margin-left: 15px;
}

ul {
	margin: 0px;
	padding: 0px;
	margin-left: 28px;
	margin-bottom: 15px;
	padding-right: 17px;
	line-height: 1.3;
	color: #666666;
}

div.contentArea {
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 100px;
	background-image: url(../../images/public/contentArea.jpg);
	background-repeat: repeat-x;
	background-color: #f5f5f5;
}

div.contentArea .sb-inner {
	background-image: url(../../images/public/contentArea.jpg);
	background-repeat: repeat-x;
	background-color: #f5f5f5;
}

div.contentArea .sb-border {
	background-color: #e5e5e5;
}

div.featureContentArea h2,
div.contentArea h2 {
	margin-top: 10px;
	padding-left: 17px;
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1.5em;
	color: #666666;
	clear: both;
}

div.contentArea h3 {
	padding-left: 19px;
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.3em;
	margin-top: 0px;
	margin-bottom: 10px;
}

div.contentArea p {
	padding-left: 19px;
	padding-right: 86px;
}

div.contentArea ul {
	margin-left: 34px;
}

div.contentAreaTable {
	padding-bottom: 20px;
}

div.contentArea table.feature {
	margin-left: 16px;
	margin-top: 10px;
}

div.contentArea table.feature th {
	text-align: left;
}

div.contentArea table.feature td.name {
	width: 120px;
}

div.contentArea table.feature td.bool {
	width: 100px;
}

div.contentArea table.feature td.price {
	font-size: 1.4em;
	font-weight: bold;
	font-family: Trebuchet MS,Tahoma,Arial,Verdana,Helvetica,sans-serif;
}

div.featureContentArea {
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-image: url(../../images/public/featureContentArea.jpg);
	background-repeat: repeat-x;
	background-color: #eeeeee;
}

div.featureContentArea .sb-inner {
	background-image: url(../../images/public/featureContentArea.jpg);
	background-repeat: repeat-x;
	background-color: #eeeeee;
}

div.featureContentArea .sb-border {
	background-color: #e5e5e5;
}

div.featureContentArea h1 {
	margin-top: 10px;
	padding-left: 16px;
}

div.featureContentArea ul {
	margin-left: 15px;
	width: 185px;
	padding-right: 0px;
	float: left;
}

div.featureContentArea ul.image {
	width: 250px;
	margin-top: -10px;
}

div.featureContentArea ul li {
	list-style-type: none;
	background-image: url(../../images/public/bullets/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 1.4;
	font-size: 0.9em;
	padding-left: 20px;
}

div.featureContentArea ul.image li {
	background-image: none;
	font-weight: bold;
	color: #333333;
	padding-left: 45px;
	min-height: 40px;
	padding-top: 5px;
	background-repeat: left top;
	background-repeat: no-repeat;
}

div.featureContentArea ul.image li.sunburst {
	background-image: url(../../images/public/bullets/sunburst.png);
}

div.featureContentArea ul.image li.shield {
	background-image: url(../../images/public/bullets/shield.png);
}

div.featureContentArea ul.image li.phone {
	background-image: url(../../images/public/bullets/phone.png);
}

div.featureContentArea ul.image li.clock {
	background-image: url(../../images/public/bullets/clock.png);
}

div.featureContentArea div.pricing {
	float: right;
	padding-right: 10px;
	margin-top: -10px;
}

div.featureContentArea span.price {
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, Helvetica, sans-serif;
	display: block;
	font-weight: bold;
	font-size: 3.0em;
	line-height: 1;
	display: block;
	padding-right: 10px;
}

div.featureContentArea span.price span {
	font-size: 0.5em;
	line-height: 1;
	font-weight: normal;
	text-align: right;
	display: block;
}

div.featureContentArea span.legend {
	margin-top: 10px;
	font-size: 1.0em;
	margin-bottom: 30px;
	display: block;
}

div.featureContentArea a.button {
	display: block;
	float: left;
	padding-left: 10px;
	background-image: url(../../images/public/buttonLeft.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: none;
}

div.featureContentArea a.button span {
	display: block;
	background-image: url(../../images/public/buttonRight.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 2px;
	color: #ffffff;
	height: 18px;
	font-weight: normal;
	padding-right: 10px;
	font-size: 1.0em;
}

div.featureContentArea ul {
	width: auto;
}

div.narrowFeature,
div.narrowFeatureRight {
	width: 290px;
	padding-bottom: 0px;
	padding-top: 5px;
	float: left;
	margin-right: 10px;
	min-height: 160px;
}

div.narrowFeatureRight {
	margin-right: 0px;
}

div.narrowFeature h1,
div.narrowFeatureRight h1 {
	margin-bottom: 5px;
}

div.narrowFeature p,
div.narrowFeatureRight p {
	padding-right: 10px;
	padding-left: 15px;
	font-size: 0.9em;
}

div.bannerContentArea {
	width: 590px;
	height: 205px;
	float: left;
	background-image: url(../../images/public/bannerContentArea.png);
	background-repeat: no-repeat;
	padding-bottom: 0px;
	padding-top: 5px;
	margin-right: 9px;
	margin-bottom: 10px;
}

div.bannerContentArea div.content {
	width: 300px;
	float: left;
}

div.bannerContentArea h1 {
	color: #ffffff;
	padding-top: 15px;
	padding-left: 16px;
	font-size: 27px;
}

div.bannerContentArea p {
	color: #ffffff;
	padding-left: 16px;
	padding-right: 40px;
	font-size: 12px;
	line-height: 1.1;
}

div.bannerContentArea a.learnMore {
	margin-left: 17px;
	float: left;
	margin-bottom: 10px;
	display: block;
	background-image: url(../../images/public/learnMore.png);
	background-repeat: no-repeat;
	width: 81px;
	height: 25px;
}

div.bannerContentArea a.choose {
	margin-left: 10px;
	float: left;
	margin-bottom: 10px;
	display: block;
	background-image: url(../../images/public/choose.png);
	background-repeat: no-repeat;
	width: 117px;
	height: 25px;
}

div.bannerContentArea a.choose span,
div.bannerContentArea a.learnMore span,
div.highlightedContentArea a.learnMore span {
	display: none;
}

div.highlightedContentArea a.learnMore {
	margin-left: 17px;
	float: left;
	margin-bottom: 10px;
	display: block;
	background-image: url(../../images/public/learnMoreHighlighted.png);
	background-repeat: no-repeat;
	width: 77px;
	height: 25px;
}

div.bannerContentArea h2 {
	display: block;
	float: right;
	color: #000000;
	font-weight: normal;
	margin-top: 35px;
	padding-top: 30px;
	padding-left: 0px;
	width: 210px;
	text-align: center;
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, Helvetica, sans-serif;
	margin-right: 80px;
	font-size: 47px;
}

div.bannerContentArea h2 span {
	display: block;
	color: #d46b00;
	font-size: 15px;
}

div.highlightedContentArea {
	width: 291px;
	height: 200px;
	float: left;
	background-image: url(../../images/public/highlightedContentArea.png);
	padding-bottom: 0px;
	padding-top: 5px;
	margin-bottom: 10px;
}

div.highlightedContentArea h1 {
	color: #ffffff;
	padding-top: 10px;
	padding-left: 16px;
	margin-bottom: 5px;
}

div.highlightedContentArea ul {
	margin-left: 15px;
	padding-right: 20px;
	float: left;
}

div.highlightedContentArea ul li {
	list-style-type: none;
	background-image: url(../../images/public/bullets/highlightedBullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 1.4;
	font-size: 0.9em;
	padding-left: 20px;
	font-weight: bold;
	color: #ffffff;
}

div.ufoBanner,
div.ufoBannerSmall {
	width: 656px;
	height: 139px;
	background-image: url(../../images/public/ufoBanner.png);
	background-repeat: no-repeat;
	padding-bottom: 0px;
	padding-top: 5px;
	margin-right: 9px;
	margin-bottom: 20px;
}

div.ufoBanner h1,
div.ufoBannerSmall h1 {
	color: #ffffff;
	padding-top: 15px;
	padding-left: 16px;
	font-size: 27px;
}

div.ufoBannerSmall h1 {
	padding-top: 30px;
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div.ufoBanner p,
div.ufoBannerSmall p {
	color: #ffffff;
	padding-left: 16px;
	padding-right: 30px;
	width: 380px;
	font-size: 13px;
	line-height: 1.1;
}

div.ufoBannerSmall p {
	font-size: 17px;
	font-weight: bold;
}

div#rightContent div.ufoBanner p a {
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}

div.personBanner {
	width: 655px;
	height: 205px;
	float: left;
	background-image: url(../../images/public/personBanner.png);
	background-repeat: no-repeat;
	padding-bottom: 0px;
	padding-top: 5px;
	margin-right: 9px;
	margin-bottom: 20px;
}

div#rightContent div.personBanner p {
	margin-left: 0px;
}

div.personBanner a.choose {
	margin-left: 16px;
	float: left;
	margin-bottom: 10px;
	display: block;
	background-image: url(../../images/public/choosePerson.png);
	background-repeat: no-repeat;
	width: 111px;
	height: 24px;
}

div.personBanner a.choose span {
	display: none;
}

div.personBanner div.content {
	width: 310px;
	float: left;
}

div.personBanner h1 {
	color: #ffffff;
	padding-top: 15px;
	padding-left: 16px;
	font-size: 27px;
}

div.personBanner p {
	color: #ffffff;
	padding-left: 16px;
	padding-right: 40px;
	font-size: 12px;
	line-height: 1.1;
}

div.personBanner h2 {
	display: block;
	float: right;
	color: #000000;
	font-weight: normal;
	margin-top: 40px;
	padding-top: 40px;
	width: 172px;
	text-align: left;
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, Helvetica, sans-serif;
	margin-right: 130px;
	font-size: 25px;
}

div.personBanner h2 span {
	display: block;
	color: #d46b00;
	font-size: 15px;
}

div#featurePage {
	padding-top: 10px;
}

div#featurePageLeft {
	width: 668px;
	float: left;
}

div#featurePageRight {
	width: 222px;
	float: left;
}

div#featurePageRight h2 {
	background-repeat: no-repeat;
	padding-left: 40px;
	margin-left: 12px;
	padding-top: 9px;
	min-height: 35px;
	background-position: left 4px;
}

div#featurePageRight h2#disk {
	background-image: url(../../images/public/bullets/disk.png);
}

div#featurePageRight h2#screen {
	background-image: url(../../images/public/bullets/screen.png);
}

div#featurePageRight h2#shield {
	background-image: url(../../images/public/bullets/shield.png);
}

div#featurePageLeft div.featureContentArea ul.image li.sunburst {
	background-image: url(../../images/public/bullets/sunburstLarge.png);
}

div#featurePageLeft div.featureContentArea ul.image li.gears {
	background-image: url(../../images/public/bullets/gearsLarge.png);
}

div#featurePageLeft div.featureContentArea ul.image li.phone {
	background-image: url(../../images/public/bullets/phoneLarge.png);
}

div#featurePageLeft div.featureContentArea ul.image li.shield {
	background-image: url(../../images/public/bullets/shieldLarge.png);
}

div#featurePageLeft div.featureContentArea ul.image li.clock {
	background-image: url(../../images/public/bullets/clockLarge.png);
}

div#featurePageLeft div.featureContentArea ul.image li.linux {
	background-image: url(../../images/public/bullets/linuxLarge.png);
}

div.narrowFeatureSquare,
div.narrowFeatureSquareRight {
	padding-top: 5px;
	width: 216px;
	float: left;
	padding-bottom: 0px;
	margin-right: 10px;
	min-height: 191px;
}

div.narrowFeature a.learnMore {
	margin-left: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	background-image: url(../../images/public/learnMoreNarrow.png);
	background-repeat: no-repeat;
	width: 81px;
	height: 25px;
}

div.narrowFeature a.learnMore span {
	display: none;
}

div#featurePageLeft div#highlightedRow {
	background-image: url(../../images/public/narrowFeatureRow.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: 10px;
}

div#featurePageLeft div.narrowFeatureSquare,
div#featurePageLeft div.narrowFeatureSquareRight {
	background-image: url(../../images/public/narrowFeatureGrey.png);
	background-repeat: repeat-x;
	background-color: #c9c9c9;
}

div#featurePageLeft div.narrowFeatureSquare .sb-inner {
	background-image: url(../../images/public/narrowFeatureGrey.png);
	background-color: #c9c9c9;
	background-repeat: repeat-x;
}

div#featurePageLeft div.narrowFeatureSquare .sb-border {
	background-color: #b2b2b2;
}

div.narrowFeatureSquareRight {
	margin-right: 0px;
}

div#featurePageRight div.narrowFeatureSquare {
	margin-right: 0px;
	min-height: 162px;
	margin-bottom: 8px;
	float: right;
}

div#featurePageRight div.narrowFeatureSquare h3 {
	margin-top: 0px;
	margin-bottom: 5px;
}

div.narrowFeatureSquare h2 {
	font-size: 1.9em;
	padding-left: 12px;
}

div.narrowFeatureSquare h3 {
	font-size: 1.2em;
	display: block;
	padding-left: 12px;
	margin-bottom: 5px;
}

div.narrowFeatureSquare ul {
	float: none;
	margin-left: 12px;
}

div.narrowFeatureSquare ul li {
	background-image: none;
	padding-left: 0px;
	font-size: 1.1em;
}

div.largeFeatureContentArea h2 {
	font-size: 2.0em;
	padding-bottom: 10px;
}

div.largeFeatureContentArea ul.image {
	padding-top: 10px;
	width: auto;
}

div.largeFeatureContentArea ul.image li {
	color: #555555;
	font-weight: normal;
	font-size: 1.3em;
	padding-left: 65px;
	min-height: 50px;
	width: 255px;
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	margin-bottom: 10px;
}

div.largeFeatureContentArea ul.image li h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

div#footer {
	padding-top: 21px;
	background-image: url(../../images/public/layout/footer.png);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

div#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-left: 10px;
}

div#footer ul li {
	display: block;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #666666;
}

div#footer ul li a {
	font-size: 1.1em;
	color: #666666;
	text-decoration: none;
}

div#footer ul li a:hover,
div#footer ul li.active a {
	border-bottom: 1px dotted #666666;

}

div#footer ul li.first {
	padding-left: 0px;
}

div#footer ul li.last {
	padding-right: 0px;
	border: none;
}

ul#faqCategories li {
	line-height: 1.6;
}

div#content ul li a {
	font-weight: normal;
}

div.faq {	
	margin-top: 2.0em;
}

div.faq h2 {
	padding-bottom: 0px;
}

div#faqs h2 span {
	display: block;
	float: left;
}

div#faqs a.arrow {
	margin-top: 4px;
	background-image: url(../../images/public/layout/link.png);
	background-repeat: no-repeat;
	display: block;
	margin-left: 10px;
	width: 10px;
	height: 10px;
	float: left;
}

div#faqs a.arrow span {
	display: none;
}

a#back {
	display: block;
	margin-top: 30px;
}

form.form {
	margin-top: 15px;
	font-size: 1.0em;
}

pre {
	padding-top: 10px;
	padding-bottom: 20px;
	overflow-x: auto;
	width: 820px;
}

form.form fieldset {
	margin-bottom: 1.0em;
	background-image: url(../../images/public/contentArea.jpg);
	background-repeat: repeat-x;
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 40px;
	margin-right: 45px;
}

form.form fieldset.submit {
	padding-left: 1.0em;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #ffffff;
	background-image: none;
	border: none;
}

form.form fieldset h3 {
	border-bottom: 1px solid #ddddff;
	background-color: #f5f5ff;
	margin-right: 1.0em;
	margin-left: 0.8em;
	color: #555555;
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom: 0.5em;
	margin-bottom: 1.0em;
}

form.form fieldset label {
	display: block;
	float: left;
	padding-bottom: 5px;
	padding-left: 1.0em;
	width: 12.0em;
}

form.form fieldset label.wide {
	width: 32.0em;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	float: none;
}

form.form fieldset input.text {
	display: block;
	float: left;
	padding: 0.2em;
	margin-bottom: 5px;
	width: 22.0em;
	border: 1px solid #ddddff;
}

form.form fieldset span.text,
form.form fieldset span.input {
	display: block;
	float: left;
	font-size: 1.2em;
	padding: 0.2em;
	margin-bottom: 5px;
	width: 22.0em;
}

form.form fieldset span.input {
	border: 1px solid #ddddff;
}

form.form label.wideInline {
	width: 33.0em;
}

form.form fieldset span.radioGroup {
	margin-bottom: 1.5em;
}

form.form fieldset span.orphan {
	float: none;
	margin-left: 14.0em;
}

form.form fieldset select {
	display: block;
	float: left;
	margin-bottom: 5px;
	width: 22.6em;
	border: 1px solid #ddddff;
}

form.form fieldset select.date  {
	margin-right: 1.0em;
	width: 7.0em;
}

form.form fieldset input.creditCardNumber {
	margin-right: 0.8em;
	width: 4.5em;
}

form.form fieldset span.legend {
	padding: 1.0em;
	clear: both;
	display: block;
	margin-top: 2.0em;
}

form.form fieldset textarea {
	display: block;
	float: left;
	font-size: 1.2em;
	margin-bottom: 5px;
	width: 250px;
	height: 100px;
	border: 1px solid #ddddff;
}

form.form fieldset.submit input {
	padding: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

form.form fieldset input.inlineSubmit {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.2em;
	clear: none;
	float: left;
}

form.form fieldset span.formError {
	font-weight: bold;
	font-size: 1.2em;
	display: block;
	margin-top: 5px;
	padding-left: 14.2em;
	color: #dd3322;
}

form.form fieldset span.inlineFormError {
	clear: none;
	width: 330px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}

form.form div.formError {
	font-weight: bold;
	font-size: 1.3em;
	padding: 1.0em;
	display: block;
	color: #dd3322;
}

form.form fieldset br {
	clear: both;
}

form.form fieldset input.checkbox {
	margin-right: 10px;
	margin-bottom: 10px;
}

li#globalSearch {
	float: right;
}

li#globalSearch input.globalSearchField {
	width: 100px;
	margin-left: 10px;
	margin-bottom: 5px;
}

li#globalSearch input.submit {
	margin-right: 20px;
}

div#body ul#fullListing {
	margin-left: 0px;
	width: 80em;
}

div#body ul#fullListing li {
	padding-bottom: 2.0em;
	margin-bottom: 2.0em;
	border-bottom: 2px solid #ddddff;
}

div#body ul#fullListing li div.images {
	float: right;
	width: 200px;
	margin-right: 0px;
}

div#body ul#fullListing li div.product {
	float: left;
	width: 430px;
}

div#body ul#fullListing li h3 {
	font-size: 1.2em;
}

div#body ul#fullListing li.first {
	border-top: 2px solid #ddddff;
}

div#body ul#fullListing li.last {
	border: none;
}

div#body ul#fullListing.productCategories {
	margin-bottom: 2em;
	width: 220px;
	float: left;
}

div#body ul#fullListing.productCategories li.clear {
	border-bottom: none;
	height: 15px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

div#contactUs div#contactUsDetail {
	float: left;
	margin-left: 10px;
	margin-right: 40px;
	width: 250px;
}

div#body div#contactUs form#contactUsForm {
	float: left;
	margin-left: 10px;
	border: thin solid #d6d6d6;
	padding: 10px;
	width: 500px;
	margin-top: 0px;
}


div#contactUs {
}

div#contactUs form#contactUsForm fieldset {
	border: none;
}

div#contactUs form#contactUsForm fieldset label {
	float: left;
	width: 160px;
	margin-bottom: 5px;
	font-size: 1.0em;
}

div#contactUs form#contactUsForm fieldset input, div#contactUs fieldset input, div#contactUs fieldset textarea {
	margin-bottom: 5px;
	width: 315px;
	font-size: 1.0em;
}

div#contactUs fieldset textarea {
	height: 80px;
}

div#contactUs form#contactUsForm fieldset input[type="submit"] {
	width: 95px;
}

div#contactUs form#contactUsForm span.formError, div#contactUs span.formError {
	left: 0px;
	padding-left: 0px;
	display: block;
	color: red;
	font-weight: bold;
	font-size: 1.1em;
}

div#contactUs #contactUsForm h2 {
	font-size: 1.6em;
}

ul#photoGalleryCategories,
ul#photoGalleryPhotos {
	margin-left: 0px;
	padding-right: 10px;
	width: 860px;
}

ul#photoGalleryCategories li,
ul#photoGalleryPhotos li {
	float: left;
	width: 200px;
	height: 210px;
	text-align: center;
	list-style-type: none;
	margin-right: 15px;
}

ul#photoGalleryCategories li a img,
ul#photoGalleryPhotos li a img {
	border: none;
	margin-bottom: 5px;
}

div#content img.photoGalleryPhoto {
	border: none;
}

/** START DONT TOUCH THIS **/

.clear:after {
    content:						"."; 
    display:						block; 
    height:							0px; 
    clear:							both; 
    visibility:						hidden;
}

.clear {
	display:						block;
}

/* End hide from IE-mac */

/** END DONT TOUCH THIS **/
/* {/literal} */

