/* CSS Document */

.address, blockquote, caption, center, dd, dir, div, dl, dt, form, menu, li, ol, p, pre, td, ul {
	font-family: Verdana;
	font-size: 9pt;
	color: #3a3a3a;
}

body {
	margin: 15px 0px 0px 0px;
	background-color: #2f4260;
	background-image: url('../images/bg_tile.gif');
	background-position: top;
	background-repeat: repeat-x;
}

.error {
	color: red;
	border: 2px solid red;
	background-color: mistyrose;
}


/** General Link Color
***********************************/

a:link{ 
	color: #51668c;
	text-decoration: underline;
} 

a:visited{ 
	color: #51668c; 
	text-decoration: underline;
}

a:hover{ 
	color: #51668c; 
	text-decoration: none;
}

a:link img, a:visited img, a:hover img{
	border: 0px;
}

/** General Text
***********************************/

h1{
	font-size: 12pt;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	color: #51668c;
}

h2{
	font-size: 13pt;
	padding: 0px;
	margin: 1em 0px 4px 0px;
}

h3{
	font-size: 12pt;
	padding: 0px;
	margin: 1em 0px 4px 0px;
}

h4{
	font-size: 11pt;
	padding: 0px;
	margin: 1em 0px 4px 0px;
}

h5{
	font-size: 10pt;
	padding: 0px;
	margin: 1em 0px 4px 0px;
}

h6{
	font-size: 9pt;
	padding: 0px;
	margin: 1em 0px 4px 0px;
}

.redText{
	color: #b3342b;
	font-size: 10pt;
	font-weight: bold;
}

.redTextSm{
	margin-bottom: 10px;
	color: #b3342b;
	font-size: 8pt;
	text-decoration: none;
}

.redTextSm a:link, .redTextSm a:visited{
	margin-left: 155px;
	color: #b3342b;
	font-size: 8pt;
	text-decoration: none;
}

.redTextSm a:hover{
	margin-left: 155px;
	color: #2b2b2b;
}

/** Background Images
***********************************/

.bkgTop {
	background: url(../images/rcorner_top.gif) top left repeat-x;
	height: 8px;
}

.bkgBottom {
	background: url(../images/rcorner_btm.gif) bottom left repeat-x;
	height: 8px;
}

.bkgBottom_pic {
	background: url(../images/rcorner_btm_pic.gif) bottom left repeat-x;
	height: 8px;
}

.bkgBottom_d1 {
	background: url(../images/rcorner_btm_design01.gif) bottom left repeat-x;
	height: 8px;
}

.bkgBottom_d2 {
	background: url(../images/rcorner_btm_design02.gif) bottom left repeat-x;
	height: 8px;
}

.bkgBottom_d3 {
	background: url(../images/rcorner_btm_design03.gif) bottom left repeat-x;
	height: 8px;
}

.bkgBottom_d4 {
	background: url(../images/rcorner_btm_design04.gif) bottom left repeat-x;
	height: 8px;
}

.bkgBottom_d5 {
	background: url(../images/rcorner_btm_design05.gif) bottom left repeat-x;
	height: 8px;
}

.bkgBottom_d6 {
	background: url(../images/rcorner_btm_design06.gif) bottom left repeat-x;
	height: 8px;
}

.bkgBottom_d7 {
	background: url(../images/rcorner_btm_design07.gif) bottom left repeat-x;
	height: 8px;
}

.bkgBottom_d8 {
	background: url(../images/rcorner_btm_design08.gif) bottom left repeat-x;
	height: 8px;
}

.navBkg{
	background: url(../images/nav_bkg.jpg) top left repeat-y;
	width: 190px;
	background-color: #FFFFFF;
}

.contentBkg{
	background-color: #FFFFFF;
}

/** Default for Form Elements
***********************************/

input, select, textarea {
	
}

/** Search
***********************************/

#search{
	float: left;
	margin: 0px;
	padding: 0px;
}

#search form{
	margin: 0px;
	padding: 0px;
}

.searchText{
	width: 150px;
	font-size: 7pt;
	color: #5b6771;
	margin: 15px 0px 2px 0px;
	padding: 2px 4px 2px 4px;
}

.searchButton{
	height: 20px;
	margin: 2px;
	font-size: 7pt;
}

.searchResult{
	font-size: 12pt;
	font-weight: bold;
}

.searchResult a:link, .searchResult a:visited{
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
}

.searchResult a:hover{
	text-decoration: underline;
}

.searchResult table td{
	margin: 0px;
	padding: 5px 0px;
	font-size: 9pt;
	font-weight: normal;
}

/** Breadcrumbs
***********************************/

.breadCrumb {
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	padding-left: 15px;
}

.breadCrumbSpacer {
	font-size: 9px;
	color: #566989;
	padding-right: 5px;
}

a.breadCrumb:link, a.breadCrumb:visited{
	padding: 5px 5px 0px 0px;
	font-size: 7pt;
	text-decoration: none;
	color: #566989;
}

a.breadCrumb:hover{
	text-decoration: underline;
	color: #2b4166;
}

/** Sitemap
***********************************/

.sitemapParent a:link, .sitemapParent a:visited{
	font-size: 11pt;
	text-decoration: none;
	font-weight: bold;
}

.sitemapParent a:hover{
	text-decoration: underline;
}

.sitemapChild a:link, .sitemapChild a:visited{
	display: block;
	margin: 1px 8px;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
}

.sitemapChild a:hover{
	text-decoration: underline;
}

/** pageImage
***********************************/

#pageImageContainer{
	margin: 0px 0px 0px 0px;
}

/** topColourRow and btmColourRow
***********************************/

.topColourRow{
	background-color: #ADADA5;
	padding: 0px;
	margin: 0px;
}

#topColourRow{
	margin: 5px 5px;
	float: right;
	font-size: 8pt;
	color: #ffffff;
}

#topColourRow a:link, #topColourRow a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#topColourRow a:hover{
	text-decoration: underline;
}

.btmColourRow{
	background-color: #ADADA5;
	height: 23px;
}

/** Footer Links Colour
***********************************/

.footer {
	padding: 5px 5px 5px 5px;
}

.footer a:link, .footer a:visited{
	color: #c0c8d5;
	text-decoration: underline;
}

.footer a:hover{
	text-decoration: none;
}

/** Top Links & Icons
****************************************/

.topLinks {
	margin: 0px;
	width: 400px;
}

/* HOME */
a.btnHome:link{
	float: right;
	text-decoration: underline;
	color: #51668c;
	padding: 0px 9px;
	margin: 25px 0px 0px 0px;
	font-size: 7pt;
	padding: 0px 20px 5px 20px;
	background-image: url('../images/icon_home.gif');
	background-position: left;
	background-repeat: no-repeat;
}

a.btnHome:visited{
	float: right;
	text-decoration: underline;
	color: #51668c;
	padding: 0px 9px;
	margin: 25px 0px 0px 0px;
	font-size: 7pt;
	padding: 0px 20px 5px 20px;
	background-image: url('../images/icon_home.gif');
	background-position: left;
	background-repeat: no-repeat;
}

/* SITEMAP */
a.btnSitemap:link{
	float: right;
	text-decoration: underline;
	color: #51668c;
	padding: 0px 9px;
	margin: 25px 0px 0px 0px;
	font-size: 7pt;
	padding: 0px 20px 5px 20px;
	background-image: url('../images/icon_sitemap.gif');
	background-position: left;
	background-repeat: no-repeat;
}

a.btnSitemap:visited{
	float: right;
	text-decoration: underline;
	color: #51668c;
	padding: 0px 9px;
	margin: 25px 0px 0px 0px;
	font-size: 7pt;
	padding: 0px 20px 5px 20px;
	background-image: url('../images/icon_sitemap.gif');
	background-position: left;
	background-repeat: no-repeat;
}

/* SEARCH */
a.btnSearch:link{
	float: right;
	text-decoration: underline;
	color: #51668c;
	padding: 0px 9px;
	margin: 25px 0px 0px 0px;
	font-size: 7pt;
	padding: 0px 20px 5px 20px;
	background-image: url('../images/icon_search.gif');
	background-position: left;
	background-repeat: no-repeat;
}

a.btnSearch:visited{
	float: right;
	text-decoration: underline;
	color: #51668c;
	padding: 0px 9px;
	margin: 25px 0px 0px 0px;
	font-size: 7pt;
	padding: 0px 20px 5px 20px;
	background-image: url('../images/icon_search.gif');
	background-position: left;
	background-repeat: no-repeat;
}

/* USER LOGIN AND LOGOUT */
a.btnUserLogin:link{
	float: right;
	text-decoration: underline;
	color: #51668c;
	padding: 0px 9px;
	margin: 25px 15px 0px 0px;
	font-size: 7pt;
	padding: 0px 0px 5px 20px;
	background-image: url('../images/icon_login.gif');
	background-position: left;
	background-repeat: no-repeat;
}

a.btnUserLogin:visited{
	float: right;
	text-decoration: underline;
	color: #51668c;
	padding: 0px 9px;
	margin: 25px 15px 0px 0px;
	font-size: 7pt;
	padding: 0px 0px 5px 20px;
	background-image: url('../images/icon_login.gif');
	background-position: left;
	background-repeat: no-repeat;
}

a.btnUserLogout:link{
	float: right;
	text-decoration: underline;
	color: #51668c;
	padding: 0px 9px;
	margin: 25px 15px 0px 0px;
	font-size: 7pt;
	padding: 0px 0px 5px 20px;
	background-image: url('../images/icon_login.gif');
	background-position: left;
	background-repeat: no-repeat;
}

a.btnUserLogout:visited{
	float: right;
	text-decoration: underline;
	color: #51668c;
	padding: 0px 9px;
	margin: 25px 15px 0px 0px;
	font-size: 7pt;
	padding: 0px 0px 5px 20px;
	background-image: url('../images/icon_login.gif');
	background-position: left;
	background-repeat: no-repeat;
}

a.btnHome:hover, a.btnSitemap:hover, a.btnSearch:hover, a.btnUserLogin:hover, a.btnUserLogout:hover{
	color: #51668c;
	text-decoration: none;
}

/**first navigation
**************************************/

.firstNavTable{
	border-collapse: collapse;
	width: 199px;
	margin: 20px 0px 0px 10px;
}

.firstNavTable td{
	padding: 0px;
}

a.firstNav:link, a.firstNav:visited{
	display: block;
	border-top: 1px solid #445269;
	border-bottom: 1px solid #162642;
	width: 178px;
	padding: 8px 0px 8px 10px;
	color: #dee6f3;
	text-decoration: none;
	font-size: 13px;
}

a.firstNav:hover{
	background-image: url('../images/arrow_nav.gif');
	background-position: right;
	background-repeat: no-repeat;
}

a.firstNavSelected:link, a.firstNavSelected:visited{
	display: block;
	border-top: 1px solid #445269;
	border-bottom: 1px solid #162642;
	width: 178px;
	padding: 8px 0px 8px 10px;
	color: #dee6f3; 
	text-decoration: none;
	font-size: 13px;
	background-image: url('../images/arrow_nav.gif');
	background-position: right;
	background-repeat: no-repeat;
}

a.firstNavSelected:hover{
	background-image: url('../images/arrow_nav.gif');
	background-position: right;
	background-repeat: no-repeat;
}

/**second navigatiion
******************************************/

a.secondNav:link, a.secondNav:visited{
	display: block;
	border-top: 1px solid #445269;
	border-bottom: 1px solid #162642;
	width: 168px;
	padding: 8px 0px 8px 20px;
	color: #dee6f3;
	text-decoration: none;
	font-size: 11px;
}

a.secondNav:hover{
	background-image: url('../images/arrow_nav.gif');
	background-position: right;
	background-repeat: no-repeat;
}  

a.secondNavSelected:link, a.secondNavSelected:visited{
	display: block;
	border-top: 1px solid #445269;
	border-bottom: 1px solid #162642;
	width: 168px;
	padding: 8px 0px 8px 20px;
	color: #dee6f3; 
	text-decoration: none;
	font-size: 11px;
	background-image: url('../images/arrow_nav.gif');
	background-position: right;
	background-repeat: no-repeat;
} 

a.secondNavSelected:hover{
	background-image: url('../images/arrow_nav.gif');
	background-position: right;
	background-repeat: no-repeat;
}

/**third navigation
***********************************/

a.thirdNav:link, a.thirdNav:visited{ 
	display: block;
	border-top: 1px solid #445269;
	border-bottom: 1px solid #162642;
	width: 158px;
	padding: 8px 0px 8px 30px;
	color: #dee6f3;
	text-decoration: none;
	font-size: 11px;
} 

a.thirdNav:hover{
	background-image: url('../images/arrow_nav.gif');
	background-position: right;
	background-repeat: no-repeat;
}

a.thirdNavSelected:link, a.thirdNavSelected:visited{ 
	display: block;
	border-top: 1px solid #445269;
	border-bottom: 1px solid #162642;
	width: 158px;
	padding: 8px 0px 8px 30px;
	color: #dee6f3; 
	text-decoration: none;
	font-size: 11px;
	background-image: url('../images/arrow_nav.gif');
	background-position: right;
	background-repeat: no-repeat;
}

a.thirdNavSelected:hover{
	background-image: url('../images/arrow_nav.gif');
	background-position: right;
	background-repeat: no-repeat;
}

/**fourth navigation
*************************************/

a.fourthNav:link, a.fourthNav:visited{ 
	display: block;
	border-top: 1px solid #445269;
	border-bottom: 1px solid #162642;
	width: 148px;
	padding: 8px 0px 8px 40px;
	color: #dee6f3;
	text-decoration: none;
	font-size: 11px;
} 

a.fourthNav:hover{
	background-image: url('../images/arrow_nav.gif');
	background-position: right;
	background-repeat: no-repeat;
}

a.fourthNavSelected:link, a.fourthNavSelected:visited{ 
	display: block;
	border-top: 1px solid #445269;
	border-bottom: 1px solid #162642;
	width: 148px;
	padding: 8px 0px 8px 40px;
	color: #dee6f3; 
	text-decoration: none;
	font-size: 11px;
	background-image: url('../images/arrow_nav.gif');
	background-position: right;
	background-repeat: no-repeat;
}

a.fourthNavSelected:hover{
	background-image: url('../images/arrow_nav.gif');
	background-position: right;
	background-repeat: no-repeat;
}

/**fifth navigation
*************************************/

a.fifthNav:link, a.fifthNav:visited{ 
	display: block;
	border-top: 1px solid #445269;
	border-bottom: 1px solid #162642;
	width: 138px;
	padding: 8px 0px 8px 50px;
	color: #dee6f3;
	text-decoration: none;
	font-size: 11px;
} 

a.fifthNav:hover{
	background-image: url('../images/arrow_nav.gif');
	background-position: right;
	background-repeat: no-repeat;
}

a.fifthNavSelected:link, a.fifthNavSelected:visited{ 
	display: block;
	border-top: 1px solid #445269;
	border-bottom: 1px solid #162642;
	width: 138px;
	padding: 8px 0px 8px 50px;
	color: #dee6f3; 
	text-decoration: none;
	font-size: 11px;
	background-image: url('../images/arrow_nav.gif');
	background-position: right;
	background-repeat: no-repeat;
}

a.fifthNavSelected:hover{
	background-image: url('../images/arrow_nav.gif');
	background-position: right;
	background-repeat: no-repeat;
}

/** Content Containers
***********************************/

#contentContainer{
	width: 730px;
	padding: 10px 15px 10px 15px;
}

#contentContainer_fp{
	width: 760px;
	padding: 0px 0px 10px 0px;
	background-image: url('../images/bg_frontpage.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

#contentContainer_d1{
	width: 760px;
	padding: 0px 0px 10px 0px;
	background-image: url('../images/bg_design01.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

#contentContainer_d2{
	width: 760px;
	padding: 0px 0px 10px 0px;
	background-image: url('../images/bg_design02.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

#contentContainer_d3{
	width: 760px;
	padding: 0px 0px 10px 0px;
	background-image: url('../images/bg_design03.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

#contentContainer_d4{
	width: 760px;
	padding: 0px 0px 10px 0px;
	background-image: url('../images/bg_design04.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

#contentContainer_d5{
	width: 760px;
	padding: 0px 0px 10px 0px;
	background-image: url('../images/bg_design05.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

#contentContainer_d6{
	width: 760px;
	padding: 0px 0px 10px 0px;
	background-image: url('../images/bg_design06.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

#contentContainer_d7{
	width: 760px;
	padding: 0px 0px 10px 0px;
	background-image: url('../images/bg_design07.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

#contentContainer_d8{
	width: 760px;
	padding: 0px 0px 10px 0px;
	background-image: url('../images/bg_design08.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

/** Contact Form DIV Style
***********************************/

.contactForm form {
	width: 370px;
	padding: 10px;
	border: 1px solid #abadb3;
	background-color: #f5f5f5;
}

/** Gallery
***********************************/

.gallery_table{
	padding: 8px;
	margin-left: auto;
	margin-right: auto;
}

.gallery_table td{
	height: 150px;
	width: 140px;
	background-color: #f2f2f2;
	vertical-align: bottom;
	text-align: center;
}

.gallery_table td img{
	margin: 5px 0px 15px;
	padding: 1px;
	border: solid 1px #b8b8b8;
}

.gallery_child_table{
	padding: 8px;
	margin-left: auto;
	margin-right: auto;
}

.gallery_child_table td{
	height: 150px;
	width: 140px;
	background-color: #f2f2f2;
	vertical-align: bottom;
	text-align: center;
}

.gallery_child_table td img{
	margin: 5px 0px 15px;
	padding: 1px; 
	border: solid 1px #666666;
}

.gallery_child_table a:link, .gallery_child_table a:visited{
	font-size: 9pt; 
	color: #3C3C3C; 
	text-decoration: none;
	font-weight: normal;
}

.gallery_child_table a:hover{
	font-weight: normal;
	text-decoration: none;
}

/** Newsletter Signup
***********************************/

#newsletterOutline{
	width: 50%;
	margin: 10px;
	padding:  15px 15px 15px 15px;
	border: 1px solid #eeeeee;
}

#newsletterOutline form{
	margin: 10px;
}

#newsletter_firstname, #newsletter_lastname{
	margin: 3px 5px;
}

#newsletter_email{
	margin-top: 3px;
	margin-left: 39px;
}

.btnNewsReg{
	vertical-align: bottom;
}

.newsletterError, #newsletter_err{
	margin-top: 10px;
	font-size: 8pt;
	color: #993300;
}

.newsletterMessage{
	font-size: 8pt;
}


/** News
***********************************/

.newsCategoryTitle{
	font-weight: bold;
	font-size: 12pt;
}

.mainNewsTitle{ /* Controls the modified date on the main news page for some reason as well...? */
	color: #2b2b2b;
	font-size: 8pt;
	font-style: italic;
}

a.mainNewsTitle:link, a.mainNewsTitle:visited{
	color: #2b2b2b;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
}

a.mainNewsTitle:hover{
	color: #2b2b2b;
	text-decoration: none;
}

.newsSummary{
	padding: 3px 0px 2px 5px;
}

.mainNewsMod{
	padding: 3px 0px 2px 10px;
	font-size: 8pt;
	font-style: italic;
}

.mainNewsPic{
	padding: 0px 8px 5px 5px;
}

.signupInfo{
	padding: 0px 8px;
}

.signupInfo .newsBtn{
	position: relative;
	top: 5px
}

.newsItemTitle{
	color: #2b2b2b;
	font-size: 10pt;
	font-weight: bold;
}

.newsItemContent{

}

.newsItemModified{
	font-size: 8pt;
	font-style: italic;
}

/** Signup and Login
***********************************/

.memberHello{
	font-size: 12pt;
	font-weight: bold;
}

.memberName{
	display: inline;
	font-size: 12pt;
	font-weight: bold;
	color: #77849a;
}

#signupOutline{
	width: 400px;
	margin: 10px;
	padding:  5px 15px;
	border: 1px solid #eeeeee;
}

#member_submit{
	margin: 0px 0px 0px 200px;
}

#loginOutline{
	width: 225px;
	margin: 10px 10px;
	padding:  10px 15px 35px;
	border: 1px solid #eeeeee;
}

#loginOutline input{
	display: block;
	float: right;
	margin: 0px 11px 0px 0px;
}

#forgotPass{
	clear: both;
	text-align: right;
	margin: 0px 11px 0px 0px;
	padding: 10px 0px 0px 0px;
}

#forgotPassOutline{
	width: 320px;
	margin: 10px;
	padding:  15px 15px 68px 15px;
	border: 1px solid #eeeeee;
}


#forgotPassOutline form{
	display: inline;
	margin-top: 2px;
}

#forgotPassOutline br{
	display: none;
}

#forgotPassOutline table{
	float: left;
	margin: 0px;
	padding: 0px;
}

#forgotPassOutline input{
	margin-top: 0px;
}

/**Client Profile
**************************************/

#profileOutline{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 15px;
	padding:  15px;
	border: 1px solid #eeeeee;
}

#profileContainer{
	margin: 0px 0px 0px 0px;
}

#profileSection{
	margin: 15px 0px 15px 15px;
}

#profileText{
	font-size: 9pt;
}

#profileImage{
	display: block;
	border: 1px solid #dfe1e9;
	background-color:#f5f5f5;
	width: 120px;
	padding: 15px;
	margin: 15px 0px 15px 0px;
}

#profileTable{
	margin: 15px 5px;
}

.gridDataTableLarge{
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #e6e8ed;
	border-left: 1px solid #e6e8ed;
}

.gridHeaderRow{
	border-top: 1px solid #e6e8ed;
	border-right: 1px solid #e6e8ed;
	border-bottom: 1px solid #a4a5a9;
	border-left: 0px;
	padding: 5px;
	font-weight: normal;
	font-size: 8pt;
}

.gridRow td{
	border-right: 1px solid #e6e8ed;
	background-color: #f5f5f5;
	text-align: center;
	padding: 0px 3px;
	font-size: 8pt;
}

.gridAltRow td{
	border-right: 1px solid #e6e8ed;
	text-align: center;
	padding: 0px 3px;
	font-size: 8pt;
}

/*********** Shout v3.3.0 - CSS Fix for the client order summary showing bullets ***********/
/** Hover Summary
***********************************/

.tooltip{
	display: block;
	text-align: left;
}

a.tooltip ul{
	text-align: left;
	display: none;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

a.tooltip ul li{
	margin: 0px;
	font-size: 8pt;
	padding: 0px 3px;
	list-style-position: inside;
}

a.tooltip:hover ul{
	margin-left: 0em;
	position: absolute;
	display: inline;
	background-color: ghostwhite;
	border: thin solid silver;
}

/** Hover Summary Mozilla Fix
***********************************/

a.tooltip + ul{
	text-align: left;
	display: none;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

a.tooltip + ul li{
	margin: 0px;
	font-size: 8pt;
	padding: 0px 3px;
	list-style-position: inside;
}

a.tooltip:hover + ul{
	margin-left: 0em;
	position: absolute;
	display: inline;
	background-color: ghostwhite;
	border: thin solid silver;
}
