﻿/* CSS Document */

/* colors:

*/

/* ---------------------- */
/* Reset
------------------------- */

/* remember to define focus styles! */
*:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

caption, th {
	text-align: left;
}

abbr, acronym {
	border: 0;
}
/* ---------------------- */
/* MFT Defaults
------------------------- */
html {
	overflow-y: scroll;
}

body {
	font-size: 13px;
	text-align: center; /*IE6 center page fix*/
	margin: 0;
	min-width: 1000px;

	scrollbar-face-color: #ccc;
	scrollbar-highlight-color: #ccc;
	scrollbar-shadow-color: #ccc;
	scrollbar-3dlight-color: #ccc;
	scrollbar-darkshadow-color: #ccc;
	scrollbar-arrow-color: #eee;
	scrollbar-track-color: #eee;
}

body, input {
	font-family: arial, "trebuchet MS", trebuchet, verdana;
}

a:link, a:visited, a:active {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

h1, h1 a:link {
	text-decoration: none;
	color: #333;
}

h1 a:visited {
	text-decoration: none;
}

h1 a:hover, h1 a:active {
	text-decoration: none;
}

.subheadingLG { /*freestyle*/
	font-size: 1.4em;
	font-weight: bold;
}

.subheadingMED { /*freestyle*/
	font-size: 1.3em;
	font-weight: bold;
}

.subheadingSM { /*freestyle*/
	font-size: 1.2em;
	font-weight: bold;
}

h1, /*.subheadingLG, .subheadingMED, .subheadingSM, .bodyTextSM, .bodyTextLG,*/ p {
	margin: 0 0 .8em 0;
	line-height: 1.4em;
}

.bodyTextSM { /*freestyle*/
	font-size: 10px;
}

.bodyTextLG { /*freestyle*/
	font-size: 1.1em;
}

blockquote,
.blockquote { display: inline-block; padding: 2em 3em; background: #fdfdfd; border: 1px solid #ccc; margin: 1em; }

ul {
	margin-left: 2em;
	padding: 0;
	list-style: none;
}

ul li {
	background: url(/Images/bullet_square_4x4.gif) left .5em no-repeat;
	padding: 0 0 0 10px;
}

ul li, ol li {
	margin-bottom: .5em;
}

th, td {
	vertical-align: top;
}

hr {
	border : 0;
	height : 1px;
	background: #666666;
	margin : 0;
	padding: 0;
}

input {
	vertical-align: middle;
}

input.text-button {
	padding-left: .5em;
	padding-right: .5em;
}

/* fixes IE double-padding bug */
input.text-button {
	width: auto;
	overflow: visible;
}

ul.nav,
ul.nav ul {
	margin: 0;
}

ul.nav li {
	margin: 0;
	padding: 0;
	background: none;
}

ul.nav li a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

.clearFix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body.confirm .content ul li {
	background: url(/images/icon-arrow-back.gif) left .45em no-repeat;
}

body.confirm .content ul li:first-child {
	font-weight: bold;
}

iframe { background: #fdfdfd url(/Images/loading.gif) center no-repeat; }

/* ------------------------------------------------------------------------ */
/* START Layout
--------------------------------------------------------------------------- */


body { background: #fff; }

h1 { text-align: center; }
div.pageContainer { padding: 20px 50px; width: 800px; margin: auto; text-align: left; }


 .contact-us
        {
            width: 800px;
        }
        .contact-us table
        {
            width: 100%;
        }
        .contact-us table td,
		.contact-us table th
        {
            vertical-align: top;
            padding: 0 0 20px 20px;
        }
        .contact-us table.order-form
        {
            border-collapse: collapse;
            border: 3px solid #000;
        }
        .contact-us table.order-form th, .contact-us table.order-form td
        {
            padding: 5px 20px;
            border: 1px solid #000;
        }
        .contact-us .text-box-100
        {
           
            border: 0;
            background: #eee;
            padding: .5em;
        }
        .contact-us .text-button
        {
            padding: .75em 1em;
            background: red;
            border: 2px solid #000;
            float: right;
        }


/* ---------------------- */
/* END Layout
------------------------- */

/* ------------------------------------------------------------------------ */
/* START Custom Page Styles
--------------------------------------------------------------------------- */

/* front-end forms
note: padding on textboxes screws up the 100% width thing, therefore you need wierd widths. */

div.form-container.front-end .form-fields { padding: 10px; }
div.form-container.front-end table.form-table th { padding: 8px 0 0!important; }
div.form-container.front-end table.form-table td { padding: 5px 0!important; }
div.form-container.front-end table.form-table td input[type="text"],
div.form-container.front-end table.form-table td textarea { font-size: 1em; padding: .25em!important; }

tr.col2 .text-box-100 { width: 96%!important; }
tr.col3 .text-box-100 { width: 89%!important; }


/* ---------------------- */
/* END Custom Page Styles
------------------------- */
/* ------------------------------------------------------------------------ */
/* START Custom Module Styles
--------------------------------------------------------------------------- */

div.searchBoxContainer { overflow: hidden; }

div.searchBoxContainer * {
	float: left;
	font-size: 11px;
	border: none;
}

div.searchBoxContainer p {
	line-height: 19px;
	border: 0;
	margin: 0 5px 0 0;
	float: none;
}

div.searchBoxContainer div {
	padding: 1px;
	background: black;
	font-weight: normal;
}

div.searchBoxContainer div .text-box,
div.searchBoxContainer div .watermark-text-box {
	height: 13px;
	padding: 2px;
	width: auto;
	background: white;
}

div.searchBoxContainer div .text-button {
	height: 17px;
	background: red url(/Images/icon-arrow.gif) center;
	text-indent: -999em;
	width: 19px;
	margin-left: 1px;
	padding: 0;
	line-height: 0; /* ie7 fix*/
}

a.rpt_repeater {
	border: 1px solid #333;
	overflow: hidden;
	padding: 15px;
	margin-bottom: 10px;
	display: block;
}

a.rpt_repeater:hover { background: #fdfdfd; text-decoration: none; }

a.rpt_repeater .field1 {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	margin-bottom: .5em;
}

a.rpt_repeater .field2,
a.rpt_repeater .field3,
a.rpt_repeater .field4 { 
	margin: .5em 0;
	display: block;
}

a.rpt_repeater .image1,
a.rpt_repeater .image2 {
	float: left;
	margin-right: 5px;
}

div.form-fields { font-size: 12px; }

/* ---------------------- */
/* END Custom Module Styles
------------------------- */
