/* AGENT SITES FRONT END STYLES */ 
/* CSS Document */
body{
	margin: 0px;
	background: url(../images/bg.jpg) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
.grey_border{
	border-top: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}
img{
	border: 0;
}
ul{
	padding: 15px;
	margin: 0;
}
a:link{
	color: #0099FF;
	font-weight: bold;
	text-decoration: underline;
}
a:visited{
	color: #0099FF;
	font-weight: bold;
	text-decoration: underline;
}
a:hover, a:active{
	color: #FF9900;
	font-weight: bold;
	text-decoration:none;
}
#container{
	width: 800px;
	position:relative;
	padding: 0 4px 0 4px;
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
#header-layover{
	position:absolute;
	background: url(../images/header-layover.png);
	left: 4px;
	top: 4px;
	float: left;
	width: 352px;
	height: 200px;
}
#agent-address{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	position: absolute;
	top: 10px;
	right: 10px;
	float: right;
}
#agent-address-shadow{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	top: 9px;
	right: 11px;
	float: right;
}
#menu-container{
	margin-top: 5px;
	margin-bottom: 5px;
	float: center;
	text-align: center;
	padding-top: 10px;
	background: url(../images/center.jpg) repeat-x;
	width: 800px;
	height: 40px;
}
#menu-container a:link{
	font-size: 15px;
	font-weight: bold;
	color: #b12c1b;
	text-decoration: none;
	padding-left: 9px;
	padding-right: 9px;
	border-right: 1px #999999 dotted;
}
#menu-container a:visited{
	font-size: 15px;
	font-weight: bold;
	color: #b12c1b;
	text-decoration: none;
	padding-left: 9px;
	padding-right: 9px;
	border-right: 1px #999999 dotted;
}
#menu-container a:hover{
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-left: 9px;
	padding-right: 9px;
	border-right: 1px #999999 dotted;
}
#menu-container a:active{
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-left: 9px;
	padding-right: 9px;
	border-right: 1px #999999 dotted;
}

#content{
	clear: both;
	width: 780px;
	padding-left: 10px;
	padding-right: 10px;
}

.left-column{
	float: left;
	padding-right: 20px;
}
.right-column{
	float: right;
	padding-left: 20px;
	border-left: 1px solid #CCCCCC;
}
#statement{
	font-size: 14px;
	font-weight: bold;
	width: 440px;
	color: #666666;
	padding-top: 15px;
}
#separator{
	height: 25px;
	width: 780px;
	background: url(../images/separator.jpg) repeat-x;
}

h1 {
	display: inline;
	font-size: 26px;
	font-weight: bold;
	position: relative;
	color: #333333;
}
h1 span {
	background: url(../images/text-gradient.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 35px;
}

.feature-heading{
	font-size: 24px;
	font-weight: bold;
	padding-left: 10px;
	color: #333333;
	text-transform: capitalize;
}

/* Headings can also be links to view the product, therefore, we need styles for them */
.feature-heading a:link{
	color: #333333;
	text-decoration: none;
}
.feature-heading a:visited{
	color: #333333;
	text-decoration: none;
}
.feature-heading a:hover, a:active{
	color: #b12c1b;
	text-decoration: underline;
}
/* END OF HEADING LINK STYLES */
 
.feature-image{
	float: right;
	padding: 3px;
	margin-left: 10px;
	background: #000000;
	border: 1px solid #999999;
}
.feature-layout{
	float: left;
	padding: 3px;
	background: #ededed;
	border: 1px solid #999999;
}
.feature-text{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 230px;
	font-size: 14px;
	color: #666666;
}
.feature-title{
	font-size: 18px;
	font-weight: bold;
	color: #B12C1B;
}

.favourite-heading{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

/* Headings can also be links to view the product, therefore, we need styles for them */
.favourite-heading a:link{
	color: #333333;
	text-decoration: none;
}
.favourite-heading a:visited{
	color: #333333;
	text-decoration: none;
}
.favourite-heading a:hover, a:active{
	color: #b12c1b;
	text-decoration: underline;
}
/* END OF HEADING LINK STYLES */

.favourite-text{
	font-size: 14px;
	color: #666666;
}
.favourite-block-left{
	float: left;
	line-height: 18px;
	width:250px;
	padding-left: 20px;
	padding-right: 5px;
	border-right: 1px solid #666666;
}
.favourite-block-right{
	float: left;
	line-height: 18px;
	width:240px;
	padding-left: 9px;
}
.specials-title{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#bottom-links{
	width: 800px;
	text-align: center;
	font-size: 11px;
	background: #efefef;
	padding-top: 3px;
	padding-bottom: 3px;
}

#bottom-links a:link{
	color: #b12c1b;
	font-weight: bold;
	text-decoration: underline;
}
#bottom-links a:visited{
	color: #b12c1b;
	font-weight: bold;
	text-decoration: underline;
}
#bottom-links a:hover{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#bottom-links a:active{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

#footer{
	width: 800px;
	height: 20px;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
	background: url(../images/bg-footer.jpg) repeat-x;
}

/*--------------------
/* VIEW PRODUCT STYLES
/*--------------------*/
.viewProductImage{
	margin-top: 3px;
	border: 1px #999999 solid;
	background: #FFFFCC;
	padding: 3px;
}


/*--------------------------------------------
/* CONTACT INFO STYLES 
/*--------------------------------------------*/
.contact-text{
	font-size: 14px;
}
.contact-title{
	color: #b12c1b;
	font-weight: bold;
}

/*--------------------------------------------
/* ABOUT STYLES 
/*--------------------------------------------*/
.about-text{
	width: 480px;
}

/*--------------------------------------------
/* LINKS STYLES 
/*--------------------------------------------*/
.links-left{
	width: 140px;
	height: 40px;
	display: block;
}
.links-left a:link{
	width: 140px;
	height: 40px;
	display: block;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	background: #FFFFFF;
	border-left: 3px solid #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	padding: 12px 5px 0 5px;
}
.links-left a:visited{
	width: 140px;
	height: 40px;
	display: block;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	background: #FFFFFF;
	border-left: 3px solid #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	padding: 12px 5px 0 5px;
}
.links-left a:hover{
	width: 140px;
	height: 40px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	background: #333333;
	border-left: 3px solid #b12c1b;
	border-bottom: 1px dotted #b12c1b;
	border-top: 1px dotted #b12c1b;
	border-right: 1px dotted #b12c1b;
	padding: 12px 5px 0 5px;
}
.links-left a:active{
	width: 140px;
	height: 40px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	background: #333333;
	border-left: 3px solid #b12c1b;
	border-bottom: 1px dotted #b12c1b;
	border-top: 1px dotted #b12c1b;
	border-right: 1px dotted #b12c1b;
	padding: 12px 5px 0 5px;
}

/*--------------------------------------------
/*--------------------------------------------
/* BORDER SHADOW STYLES
/*--------------------------------------------
/*--------------------------------------------*/

table.shadow {
   width: 800px; 
   align: center;
   background-color: #000000;
   border-left: #FFFFFF solid 1px;
   border-right: #FFFFFF solid 1px;
   border-bottom: #FFFFFF solid 1px;
   padding-left: 1px;
   padding-right: 1px;
   padding-bottom: 2px;
}


/* TOOLTIP */
a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#efefef;
    color:#666;
    text-decoration:none}

a.info:hover{z-index:25; background-color: #FFFFCC}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em;
	padding: 1px;
    border:1px solid #333;
    background-color: #b12c1b; color:#fff;
    text-align: center
}

/* VIEW PRODUCT STYLES */
.product-heading{
	color: #b12c1b;
	font-size: 18px;
	font-weight: bold;
}



/* BLOG STYLES */
.blogList {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.blogListDesc {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
}

.weeklyArchive {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.monthlyArchive {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.articleHeadline {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.articleHeadlineSide {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.articleText {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}

.articleDescription {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : italic
}

.articleByLine {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
}

.articleCaption {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
}

.articleDate {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}

.dateHeading {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	color:#b12c1b;
}

.warningMessage {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #990000;
}

.pageTitle {
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
}

.blogName {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : large;
	font-weight : bold;
}

.sideNoteHeading {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.sideNoteText {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}

.sidePrompt {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}

.sideNoteByLine {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
}

sideNoteCaption {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
}

.sideNoteHeadingMain {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.sideNoteTextMain {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}

.sidePromptMain {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}

.sideNoteByLineMain {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
}

sideNoteCaptionMain {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
}

.calendarHeading {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.calendarColHead {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.calendar {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}

.prompt {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}

.navLink {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.syndicate {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.visitorName {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.visitorEmail {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}

.visitorWebpage {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}

.visitorComments {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}

.visitorDateTime {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}

.code {
	font-family : Courier, monospace;
	font-size : 12px;
	font-weight : normal;
}

.hilight {
	background-color: yellow; 
	font-weight: bold;
}
