/* CSS Document */

/* CSS ZEROING DEFINITIONS */

body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
 
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }
 
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
 
ol, ul { list-style: none; margin: 0; padding: 0; }
 
table { border-collapse: collapse; border-spacing: 0; } 
caption, th { text-align: left; font-weight: normal; font-style: normal; }
 
acronym, abbr, fieldset, img { border: 0;}
 
:focus { outline: 0; }

/* CSS ZEROING DEFINITIONS */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	text-align: center;
}
#wrapper {
	min-width: 780px;
	max-width: 1170px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	background-color: #ECECEC;
	background-image: url(../../gfx/version2/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 103px;
}
#wrapper #masterNav {
	height: 30px;
	padding-top: 2px;
	z-index: 99;
}
#footerWrapper {
	background-color: #5A5C59;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #282927;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footerWrapper #footerContent p {
	font-size: 80%;
	line-height: 1.5em;
	color: #EAEAEA;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


/* #wrapper #masterNav li {
	display: inline;
	padding-right: 12px;
	padding-left: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#wrapper #masterNav ul {
	padding-top: 15px;
}
*/
#wrapper #homeSplash {
	height: 280px;
	z-index: -999;
}
#footerWrapper #footerContent a:hover {
	text-decoration: underline;
}

#wrapper #contentWrapper {
	background-color: #FFFFFF;
	background-image: url(../../gfx/version2/contentShadow.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 25px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	min-height: 500px;
}
#footerWrapper #footerContent a {
	color: #E9E9E9;
	text-decoration: none;	
}
#footerWrapper #footerContent a:hover {
	color: #E9E9E9;
	text-decoration: underline;
}

#wrapper #contentWrapper p {
	font-size: 100%;
	line-height: 1.6em;
	padding-bottom: 1.6em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* #wrapper #masterNav a {
	font-size: 90%;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
} */

#wrapper #header #headRight {
	background-color: #ECECEC;
	background-image: url(../../gfx/version2/contactBlock.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 93px;
	width: 400px;
	text-align: right;
	padding-top: 10px;
}
#wrapper #header #headRight a {
	font-size: 75%;
	color: #666666;
	text-decoration: none;
}
#wrapper #header #headRight a:hover {
	font-size: 75%;
	color: #766C3A;
	text-decoration: underline;
}
#footerWrapper #footerContent {
	margin-right: auto;
	margin-left: auto;
	min-width: 780px;
	max-width: 1150px;

}
.samplesImage {
	background-color: #f2f2f2;
	margin: 5px;
	padding: 5px;
	border: 1px solid #CECECE;
	height: 135px;
	width: 135px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}
.sampleListing li {
	display: inline;
}
#imgPreviewWithStyles {
	background: #222;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 15px;
	z-index: 999;
	border: none;
}
.sampleListing ul {
	text-align: center;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #5D562E;
	padding-bottom: 0.3em;
	margin-bottom: 0.3em;
}
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 170%;
	color: #5D562E;
	padding-bottom: 0.3em;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E8E8E8;
	margin-bottom: 0.3em;
}
#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
#splashPicture {
	float: right;
	width: 387px;
	height: 280px;
	background-image: url(../../gfx/version2/sample_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#wrapper #homeSplash #splashText {
	height: 280px;
}
#homeSplash ul {
	padding-top: 10px;
}

#wrapper #homeSplash #splashText p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.1em;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#wrapper #internalSplash {
	height: 40px;
	background-color: #A99D62;
	background-image: url(../../gfx/version2/internalSplashBackground.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.error {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFEAEA;
	margin: 20px;
	padding: 10px;
	border: 1px solid #FF0000;
}
legend {
	font-size: 140%;
	color: #5D562E;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
fieldset {
	border: 1px solid #CCCCCC;
	color: #666666;
	margin-left:5px;
	width: 98%;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

/* CUSTOM CLASSES */

.blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #333333;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C76F01;
	border-right-color: #C76F01;
	border-bottom-color: #C76F01;
	border-left-color: #C76F01;
	margin: 10px;
	background-color: #FFF7EC;
}
.codeblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #555555;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 10px;
	background-image: url(../../gfx/green_black/interface/codeblock_background.gif);
	background-repeat: repeat;
	background-position: left top;
}
.galleryTable {
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	font-size: 90%;
	color: #AAC259;
	text-align: center;
}
.galleryThumbnail {
	padding: 3px;
	border: 1px solid #F5F5F5;
}

.imageRightOutlined {
	padding: 3px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 8px;
	border: 1px solid #CCCCCC;
}

.imageLeftOutlined {
	padding: 3px;
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}

.imageRight {
	padding: 3px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 8px;
}

.imageLeft {
	padding: 3px;
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 0px;
}

/* CUSTOM CLASSES END */

.contactTable {
	color: #333333;
}
.contactTable input {
	border: 2px solid #C0B099;
	padding: 3px;
	color: #212C32;
}
.contactTable input:hover, .contactTable input:focus {
	border: 2px solid #EAAE9D;
	padding: 3px;
	color: #212C32;
}
.contactTable textarea {
	padding: 2px;
	border: 2px solid #C0B099;
	color: #212C32;
}
.contactTable textarea:hover, .contactTable textarea:focus {
	padding: 2px;
	border: 2px solid #EAAE9D;
	color: #212C32;
}
.contactTable select {
	padding: 2px;
	border: 2px solid #C0B099;
}
.contactTable select:hover {
	padding: 2px;
	border: 2px solid #EAAE9D;
}
.fabricLabel {
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	text-align: left;
	padding: 5px;
}
.fabricImage {
	padding: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
.detailsImage {
	float: left;
}
.details {
	margin-left: 340px;
}
.clearMe {
	clear: both;
}
.fabricDescription {
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
}
.request {
	background-color: #FFEBCC;
	text-align: center;
	padding: 10px;
	border: 1px double #FF9900;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 110%;
	font-weight: bold;
	color: #FF6600;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #5D562E;
	padding-bottom: 0.3em;
	margin-bottom: 0.3em;
}
.sitemap {
	margin-bottom: 1.2em;
}
.sitemap li {
	background-image: url(../../gfx/version2/0156_parl_bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 10px;
	line-height: 1.5em;
}
.sitemap a {
	color: #666666;
	text-decoration: none;
	padding-bottom: 0.5em;
}
.sitemap a:hover {
	text-decoration: underline;
}
.sub {
	left-margin: 10px;
}
#sitemapLeft {
	float: left;
	width: 50%;
	margin-bottom: 25px;
}
#sitemapRight {
	float: right;
	width: 50%;
	margin-bottom: 25px;
}
strong {
	font-weight: bold;
}
.request input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #FF6600;
	background-color: #FFEBCC;
	border: 0px;
	cursor: pointer;
}
.manufacturers {
	margin-left: 25px;
	list-style-type: square;
	line-height: 1.6em;
}
.manufacturers a {
	color: #666666;
	text-decoration: none;
}
.manufacturers a:hover {
	text-decoration: underline;
	color: #333333;
}
#wrapper #homeSplash #splashText #splashPicture #splashSlider {
	background-color: #CCCCCC;
	height: 216px;
	width: 288px;
	position: relative;
	z-index: 999;
	top: 32px;
	left: 56px;
}

/* TOOLTIP CSS */

.tooltip, .preview, .screenshot { cursor:pointer; }
#tooltip, #tooltip2 { width: 250px; }
#tooltip, #tooltip2, #preview {
color:#dddddd;
background:#222222;
border: 1px solid #333333;
padding:5px;
opacity: 0.9;
filter: alpha(opacity=90);
text-align:centre;
display:none;
}

/* TOOLTIP CSS */
.infoBlock {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A99D62;
	text-align: center;
	display: block;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #7D7444;
}
.formButtons {
	color: #696034;
	background-color: #D7D1B5;
	padding: 5px;
	border: 1px solid #6B6336;
	cursor: pointer;
}
.splashText {
	color:#ffffff	
}
