/* CSS styles for gorgeousguineas.com */

/*
COLOUR PALETTE
#990000 Dark red (text)
*/

/* Page margins and background + general defaults */
body {
	margin-top: 0px; /* Zero top margin for the page */
	margin-left: 0px; /* Zero top margin for the page */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Verdana is the clearest font for web pages */
	font-size: 12px; /* Readable font size */
	color: #990000; /* Dark red as default font colout */
	line-height: 150%;
	background-color:#990000;
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat;
}

/* Default paragraph settings */
p {
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
}

/* Title, heading, subheading */
/* Main page title */

.pagetitle {
	font-weight: normal;
	font-size: 24px;
	margin-top: 12px;
	margin-bottom: 18px;
}

.subheading1 {
	font-weight: normal;
	font-size: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.subheading2 {
	font-weight: bold;
	font-size: 16px;
	margin-top: 12px;
	font-style: italic;
}
.small {
	font-size: 10px;
}
.tiny {
	font-size: 9px;
}
.spacer6px {
	font-size: 6px;
	margin: 0px;
}
/* Set rule colour*/
HR {
	color:#ff9900;
	height: 1px;
}
ul, li {
	list-style-position: outside;
	list-style-type: disc;
	border: none;
	text-align: left;
	line-height: 150%;
 	margin: 0px 12px 8px 12px;
	}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Verdana is the clearest font for web pages */
	font-size: 12px; /* Readable font size */
	color: #990000;
	background-color: #FFFFCC;
	border: 1px solid #f63;
	padding: 3px;
	margin: 0px;
}


input.tenpx {
	font-size: 10px;
}

p.norightpad {
	padding-right: 0px;
	margin-right: 0px;
	margin-top: 6px;
	text-align:right;

}
/*                      */
/* Hyperlink properties */
/*                      */

a:link, a:visited, a:active {
	text-decoration: none;
	color: #f63;
	border-bottom:1px dotted #f63;
}
a:hover {
	text-decoration: none;
	color: #900;
	border-bottom:1px solid #900;
}
/* Nagivation bar styles */ 
.navigation {
	font-size: 12px;
	color: #990000;
	display: block;
	font-weight: bold;
	background-color: #FFE116;
	border-bottom: 1px solid #FFE116; /* match to bgcolor */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
}
a.navigation:active, a.navigation:link, a.navigation:visited {
	color: #990000;
	text-decoration: none;
	display: block;
	padding: 6px 3px 6px 6px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #FFE116; /* match to bgcolor */
}
a.navigation:hover {
	text-decoration: none;
	display: block;
	padding: 6px 3px 6px 3px;
	background-color: #F4D600;
	margin: 0px 0px 3px 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #990000;
	border-bottom: 1px solid #FFDB4A; /* match to bgcolor */
}
/* Table tags */

TABLE {
}
TABLE.tablecentre {
	text-align: center;
}
TABLE.signupframe {
	border:1px solid #f63;
	padding: 3px;
	margin-left: 12px;
}
TABLE.bordermain, TABLE.bordermainTT {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C49966;
	border-right-color: #C49966;
	border-bottom-color: #C49966;
	border-left-color: #C49966;
}
/* Align table entries to top of all cells as default*/
TR {
	font-size: 12px;
	vertical-align: top;
}
TD.border-right {
	border-right-style: dotted;
	border-right-color: #69c;
	border-right-width: 2px;
}
TR.shaded, TD.shaded {
	background-color: #ccccff;
}
frame {
	max-width: 400px;
}
/* PRODUCT PAGE image style */
IMG.PRODUCTimage {
	border: 1px solid #990000;
	margin: 0px 12px 0px 0px;
	text-align: left;
}

.PANIC {
background-color: #FFFF00;
font-weight: bold;
text-align:center;
padding: 6px;
}

FORM {}