/* CSS Document */
/* Gemini Signs */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	background-color:#eee;
	margin:0;
	padding:0;
	font-size:100%;
}

/* 
----- basics -----
*/

h2 {
	color:#993366;
	margin:0;
	font-size:1.75em;
	font-weight:bold;
}

h3 {
	color:#993366;
	margin:0;
	font-size:1.5em;
	font-weight:bold;
}

.h2subtitle {
	color:#993366;
	margin:0;
	size: 1.25em;
}

.companyName {
	font-size:1.15em;
}
.tagLine {
	font-size:1.2em;
	font-style:italic;
	color:#666666;
	margin:2px 0 6px 10px;
}
.headerlinks {
	margin:2px 0 6px 10px;
}
td {
	vertical-align:top;
}
img {
	border:0;
}
caption {
    font-weight: bold;
	padding:4px;
}
.alignRight {
	text-align:right;
}
.alignLeft {
	text-align:left;
}
.alignCenter {
	text-align:center;
}
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
.margin10 {
	margin:10px;
}
.bold {
	font-weight:bold;
}
/*
----- header section -----
*/
#header {
	background-color:#fff;
	padding-bottom:20px;
	border-bottom:2px solid #993366;
}
#header00 {
	padding:5px 0 5px 0;
	width:984px;
	margin-left:auto;
	margin-right:auto;
}
#header01 {
	float:left;
	padding:5px;
}
	#logo {
	}

#header02 {
	float:left;
	width:450px;
	padding:0 7px 0 7px;
	color:#FFFFFF;
	background-color:#FFFFFF;
	font-style:italic;
	text-align:center;
}
	#header02 a {
		font-weight: bold;
		color:#003399;
		margin:0 0 0 4px;
	}
	#headerblurb {
		border:2px solid #993366;
	-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
			border-radius: 8px;
		color:#fff;
		background-color:#993366;
		text-align:center;
		margin-left:8px;
		margin-right:8px;
		margin-bottom:8px;
		padding:5px;
	}
	#headerblurb p {
		margin:2px;
		font-style:italic;
	}

#header03 {
	margin:6px 0 0 0;
	text-align:right;
}
	#headeraddress {
		font-weight: bold;
		color:#993366;
		margin:0 6px 0 0;
	}
	#headeraddress a {
		color:#003399;
	}

/*
---- top navigation section -----
*/
div#navcontainer {
	background-color:#003399;
	text-align:center;
}
div#navcat {
	background-color:#FFFFFF;
	text-align:center;
	color:#000000;
}
div#authorized {
	margin: 10px 0 0 0;
}
	

/*
---- top navigation items -G- -----
*/
div#navcontainer ul {
	list-style:none;
	margin:0 auto 0 auto;
	padding:0;
	font-size:0.9em;
}

div#navcontainer ul li {
	display:inline-block;
	background-color:#FFFFFF;
	padding:2px 3px 2px 3px;
	width:62x;
}

div#navcontainer ul li.none {
	border-top:3px solid #003399;
	border-bottom:3px solid #003399;
	border-left:2px solid #003399;
	border-right:3px solid #003399;
}

div#navcontainer ul li.none a:hover {
	color:#CC0000;
}

div#navcontainer ul li.current {
	border-top:3px solid #ffcc00;
	border-bottom:3px solid #FFFFFF;
	border-left:3px solid #ffcc00;
	border-right:3px solid #ffcc00;
}
div#navcontainer ul li.current a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

/*
----- Main Content Section -----
*/

#maincontentcell {
	width: 984px; /* fix width to center it */
	margin:auto;
	padding:10px;
	background-color:#fff;
	border:1px solid #993366;
	border-top:0px;
}

#signDesigner {
	float:right;
	margin-top:6px;
	text-align:center;
}

div.FlashID {
	text-align:center;
}

/*
----- order calculators -----
*/
div#calculator {
	float:left;
	width:350px;
	
	margin:0px 25px 25px 5px;
}
table#calculator_blue_grey td.calculatorTitle {
	padding:6px 4px 6px 4px;
	color:#FFFFFF;
    font-weight: bold;
	font-size:1.2em;
	text-align:center;
}
table#calculator_blue_grey {
	margin:auto;
	width:100%;
	padding:3px;
	color:#FFFFFF;
	background-color: #003399;
	border: 2px solid #993366;
	-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
			border-radius: 8px;
			
}
table#calculator_blue_grey a {
	color:#CCCCCC;
}

table.calculatorSelections {
	border-collapse:collapse;
	width:98%;
}
table.calculatorSelections th, table.calculatorSelections td, table.calculatorSelections tr {
	border-collapse:collapse;
	padding:0;
}
table.calculatorSelections td {
	padding:6px 4px 6px 4px;
	border-bottom: 1px solid #999;
}
table.calculatorSelections td table {
	width:100%;
}
table.calculatorSelections td td {
	padding:2px;
	border-bottom: 0px solid #999;
}
div.lowerCase {
	color:#000000;
	background-color:#eeeeee;
	padding:2px;
	margin:2px;
	width:30%;
}
td.formPrice {
	width:40%;
	background-color:#FFFFCC;
	color:#000000;
	border:1px solid #999999;
	text-align:right; 
}
td.formError {
	text-align:left;
	background-color:#FFFFFF;
	color:#FF0000;
	font-weight:bold;
	border:2px solid #000000;
	padding:10px 5px 10px 5px;
}
table#calculator_blue_grey td.formError a {
	color:#00F;
	font-weight:normal;
}
/*
---- slide shows -----
*/
.slideShow {
	text-align:center;
	margin:10px auto 10px auto;
}


/*
---- navigation bar left where used -----
*/
/* Left Navigation */
td#nav_cell {
	padding:0px 0px 0px 10px;
	width:180px;
	color:#993366;
	background-color:#FFFFFF;
	border-right:1px solid #CCC;
	font-size:1.0em;
}
td#nav_cell ul {
	margin-left:0;
	margin-top:2px;
	padding:0;
	list-style:none;
}

td#nav_cell li {
	margin:3px 0px 6px 10px;
	padding:0;
}
td#nav_cell p.title {
	padding:0;
	margin:20px 0px 4px 0px;
	font-weight:bold;
}

/*
---- main content -----
*/

/*
#content {
	background-color:#FFFFFF;
	padding:5px 1em 1em 1em;
}
*/
div#content div.contentTitle {
	margin:4px 0px 12px 8px;
}
p.stylelinks {
	font-size:0.95em;
	margin:4px 0px 0px 4px;
}
img.product2 {
	float:right;
	margin:10px;
}
img.product1 {
	float:left;
	margin:15px;
}

#sitemap {
	background-color:#FFFFFF;
	border-bottom:1px solid #003399;
	vertical-align:top;
	margin-left:7.5em;
	margin-right:2em;
}
#sitemap li {
	margin-top:0.5em;
}
img.openLink {
	margin:0px 3px 0px 6px;
}
td.formcell {
	padding:2px;
}
img.signdesigner {
	float:left;
	margin:0 5px 5px 0;
}
img.guarantee {
	border:4px solid #993366;
	text-align:center;
}
td.metalmount {
	border-bottom:1px solid #3300CC;
}
td.swatches {
	border-bottom:1px solid #666666;
}
p.tightindent {
	margin:0 0 5px 1em;
	font-size:0.9em;
	color:#333333;
}
td.quotetitle {
	width:40%;
	border-bottom: 1px solid #999999;
	background-color: #003399;
	color: #FFFFFF;
	font-size:0.9em;
}
td.quoteitem {
	width:60%;
	border-bottom: 1px solid #999999;
	font-size:0.9em;
}
td.quoteitemPrice {
	width:60%;
	border-bottom: 1px solid #999999;
	font-size:0.9em;
	text-align:right;
}
td.quotetotalstitle {
	font-size:0.9em;
	font-weight:bold;
	text-align:right;
}

td.quotetotals {
	font-size:0.9em;
	font-weight:bold;
	text-align:right;
}
td.overline {
	border-top:1px solid #666666;
}
/* color tables */
td.colorcells {
	text-align:center;
	color:#333333;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	padding-bottom:5px;

}
td.pricesets {
	text-align:left;
	color:#000000;
	background-color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	padding-bottom:5px;
}

.pricecells {
	text-align:center;
	color:#000000;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	padding-bottom:5px;
}

td.pricecellspronto {
	text-align:center;
	color:#000000;
	background-color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:0.8em;
	padding-bottom:5px;
}
td.pricecellsprontobuy {
	text-align:center;
	color:#000000;
	background-color:#dddddd;
	font-family:"Times New Roman", Times, serif;
	padding-bottom:10px;
	border:1px solid #999999;
	border-bottom:2px solid #000000;
}
td.grey {
	padding:5px;
	border:2px solid #000000;
	background-color:#FFFFFF;
}

.topMargin {
	margin-top:20px;
	color:#3300CC;
}

td.pricecellsprontoblack {
	text-align:center;
	color:#ffffff;
	background-color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:0.8em;
	padding-bottom:5px;
}
td.pricecellsprontored {
	text-align:center;
	color:#FFFFFF;
	background-color:#FF0000;
	font-family:"Times New Roman", Times, serif;
	font-size:0.8em;
	padding-bottom:5px;
}
td.pricecellsprontowhite {
	text-align:center;
	color:#000000;
	background-color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:0.8em;
	padding-bottom:5px;
}
td.pricecellsprontoblue {
	text-align:center;
	color:#FFFFFF;
	background-color:#182866;
	font-family:"Times New Roman", Times, serif;
	font-size:0.8em;
	padding-bottom:5px;
}
td.pricecellsprontogreen {
	text-align:center;
	color:#FFFFFF;
	background-color:#008938;
	font-family:"Times New Roman", Times, serif;
	font-size:0.8em;
	padding-bottom:5px;
}

/* alana put this in  */
a.viewSets {
	font-weight:bold;
}
p.image {
	padding:0;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
}
	



td.pointcalctitle {
	font-weight:bold;
	font-size:0.95em;
}
td.pointcalclist {
	font-size:0.95em;
}

p.FormError {
	padding:0;
	margin:4px;
	color:#CC0000;
	background-color:#FFFFFF;
	font-style:italic;
}


/* Footer Elements */
#footercell {
	text-align:center;
	padding:10px;
}
.copyright {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	padding:0;
	margin:0;
	text-align:center;
}
/* southborough website design link */
#southborough {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:0.8em;
	text-align:center;
}
#southborough a {
	color:#333333;
	text-decoration:none;
}
#southborough a:hover{
	color:#CC3333;
}
#validation {
	display:block;
	text-align:center;
	margin:3px;
}


/*
----- tables -----
*/
table.common {
	border-collapse:collapse;
	width:984px;
	margin:auto;
}
table.common th, table.common td, table.common tr {
	border-collapse:collapse;
	padding:0;
}
table.common td {
	background-color:#FFFFFF;
	text-align:center;
}

table.plain {
	border-collapse:collapse;
	width:100%;
}
table.plain th, table.plain td, table.plain tr {
	border-collapse:collapse;
	padding:0;
}
table.plain td {
	padding:4px;
}
table.tableBorderBot td {
	border-bottom:1px solid #666;
}

table.plain_p6 {
	border-collapse:collapse;
	margin:auto;
}
table.plain_p6 th, table.plain_p6 td, table.plain_p6 tr {
	border-collapse:collapse;
	padding:0;
}
table.plain_p6 td {
	padding:6px;
}

/* 
----- letter font size tables -----
*/
table.sizeTable {
	background: #fff;
	border: 1px #aaaaaa solid;
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
}
table.sizeTable th, table.sizeTable td {
	border: 1px #aaaaaa solid;
	border-collapse:collapse;
}
table.sizeTable td {
	padding:6px;
}
table.sizeTable td.sizeHeader {
	background-color:#003399;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
}
table.sizeTable td.sizelabel {
	text-align:center;
	font-weight:bold;
}
table.sizeTable td.sizes {
	text-align:right;
}
table.sizeTable tr.sizes:hover {
	background-color: #FFFFBB;
	cursor:pointer;
}


/*
modified wikitable/prettytable class for skinning normal tables 
Depreciation Results Tables
with dollar values right justified
*/
table.prettytable {
	font-size: 0.75em;
	margin-bottom:0.9em;
	margin-top:0.9em;
	background: #fff;
	border: 1px #aaaaaa solid;
	border-collapse: collapse;
}
table.prettytableCenter {
	margin-left:auto;
	margin-right:auto;
}
table.prettytable caption {
	font-size: 1.5em;
}
 /* for table.prettytable tr.headerCell td see amortization */
table.prettytable th, table.prettytable tr.headerCell td, table.prettytable td  {
	border: 1px #aaaaaa solid;
	padding: 0.6em;
	text-align:right;
}

table.prettytable th, table.prettytable tr.headerCell td {
	background: #d9d9d9;
	text-align: center;
	font-weight:bold;
}
/* for row headers */
table.prettytable td.headerCell {
	background: #d9d9d9;
	text-align: right;
	font-weight:bold;
}

table.prettytable caption {
	margin-left: inherit;
	margin-right: inherit;
}

table.wideCell th, table.wideCell td {
	padding:2px 8px 2px 8px;
}

table.prettytable tr.dark_row {
	background: #eee;
}
table.prettytable tr.lite_row {
	background: #fff;
}
table.prettytable tr:hover {
	background-color: #FFFFBB;
	cursor:pointer;
}

div.clearBoth {
	clear:both;
}

/***** Table Cell Borders *****/
/* 1px solid lite grey */
td.border1topLite {
	border-top:1px solid #b3b3b3;
}
td.border1rightLite {
	border-right:1px solid #b3b3b3;
}
td.border1bottomLite, tr.border1bottomLite {
	border-bottom:1px solid #b3b3b3;
}
td.border1leftLite {
	border-left:1px solid #b3b3b3;
}

/* 1px solid med grey */
td.border1topMed {
	border-top:1px solid #666666;
}
td.border1rightMed {
	border-right:1px solid #666666;
}
td.border1bottomMed, tr.border1bottomMed {
	border-bottom:1px solid #666666;
}
td.border1leftMed {
	border-left:1px solid #666666;
}
