/********** MAIN STYLES **********/
html {
 overflow-y: scroll; 
}

body {
	width: 100%;
	margin: 50px auto 0;
	background-color: #EEE;
}

div, p, td, li {
    font-family: 'Custom-Font-1', Arial, Tahoma, Verdana, freesans;  /* freesans is for Linux */
	color: #333;
	font-size: 12px;    
	line-height: 150%; 
	margin: 0 0 10px 0;
}

div {
	margin: 0;    
}


div#wrapper {
	width: 100%;
	margin: 0 auto;
	width: 320px;
	background-color: #FFF;	
}

div.clear {
	clear: both;
	 height: 0;	
}



div.ContentSummary {
    font-family: 'Custom-Font-1', Arial, Tahoma, Verdana, freesans;  /* freesans is for Linux */
	font-size: 18px;
	padding: 5px 0 10px 0;
	line-height: 150%;
}


div.ContentSummary p {
    margin: 0 0 10px 0;
}


@font-face {
    font-family: 'Custom-Font-1';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Custom-Font-2';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Custom-Font-3';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Custom-Font-4';
    src: url('../fonts/opensans-extrabold-webfont.eot');
    src: url('../fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-extrabold-webfont.woff') format('woff'),
         url('../fonts/opensans-extrabold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Custom-Font-5';
    src: url('../fonts/arimo-bold-webfont.eot');
    src: url('../fonts/arimo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arimo-bold-webfont.woff2') format('woff2'),
         url('../fonts/arimo-bold-webfont.woff') format('woff'),
         url('../fonts/arimo-bold-webfont.ttf') format('truetype'),
         url('../fonts/arimo-bold-webfont.svg#arimobold') format('svg');
    font-weight: normal;
    font-style: normal;
}


table {
	border: 0;
}

td {
    font-size: 12px;
	vertical-align: top;
}


img {
	border:0;
}


.normal11 {
	font-size: 11px;
}

.grey10 {
	font-size: 10px;
	color: #777;
}

.grey11 {
	font-size: 12px;
	color: #777;
	padding: 5px;
}

.grey12 {
	font-size: 12px;
	color: #777;
}


.white10 {
	font-size: 10px;
	color: #FFF;
}

.white11 {
	font-size: 11px;
	color: #FFF;
}

.white12 {
	font-size: 12px;
	color: #FFF;
}

.red12 {
	color: #FF0000;
}

.nomargin {
	margin: 0;
}

a {
	color: #333;
}

a:hover {
	text-decoration: none;
}

h1 {
    font-family: 'Custom-Font-5', Arial, Tahoma, Verdana, freesans;  /* freesans is for Linux */
	margin-top: 0;  
	margin: 0 0 24px 0;  
	font-size: 30px;
	color: #12779C;
	line-height: 120%;
	font-weight: 600;
}

h2 {
    font-family: 'Custom-Font-5', Arial, Tahoma, Verdana, freesans;  /* freesans is for Linux */    
	margin-top: 0;
	font-size: 18px;
	margin: 0 0 10px 0;  
	color: #12779C;
	font-weight: 400;	
	line-height: 120%;	
}


h3 {
    font-family: 'Custom-Font-5', Arial, Tahoma, Verdana, freesans;  /* freesans is for Linux */
	margin: 0 0 6px 0;  
	font-size: 14px;
	line-height: 150%;
}

h4,h5,h6 {
    font-family:  Arial, Tahoma, Verdana, freesans;  /* freesans is for Linux */
	margin-top: 0;
	font-size: 12px;
	line-height: 150%;
}

ol, ul {
	padding: 0;
	margin: 0 0 6px 25px;	
}


ol li, ul li {
    margin: 0 0 6px 0;	
	line-height: 120%;	
}

ul li li, ul li li li {
	margin: 6px 0 6px 0;	
	list-style-type: disc;
	line-height: 120%;	
}


div#misc_content1 {

}

div#misc_content2 {

}

div#misc_content3 {

}

div#misc_content4 {

}

div#misc_content5 {

}


/********** HEADER STYLES **********/

div#headerWide {
    background-image: url(../includes_mobile/images/headerWideBG.png);
    background-repeat: repeat-x; 
    width: 100%;	
	height: 100px;
	margin: 0 auto;
	padding: 0;	
}


div#header {
	width: 320px;	
	height: 100px;
	margin: 0 auto;
	padding: 0 0 0 0;	
	text-align: center;
}



/********** IMAGE BLOCK **********/

div#headerImage {
	width: 100%;	
	height: 170px;
    background-image: url(images/headerImage.jpg);
    background-position: bottom center; 
    background-repeat: no-repeat; 
	padding: 0 0 0 0;
	margin: 0 auto;
	background-color: #FFF;		
	text-align: left;
}
div#headerImage p {
    font-family: 'Custom-Font-5', Arial, Tahoma, Verdana, freesans;  /* freesans is for Linux */
    font-size: 20px;
    width: 200px;
    line-height: 120%;
    padding: 120px 0 0 10px;
    text-transform: uppercase;
    color: #585857;
}  

/********** MENU STYLES **********/
#menu {
    width: 300px;
}

#menu li {
    color: #FFF;
}

#menuTOP {
 	position:fixed; 
	top:0px; 
	left: 0px;
	width: 100%;
	background: #333;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	line-height: 40px;
	height: 40px;
	padding: 5px 50px 5px;
}

#menuTOP a {
	background: left center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
	display: block;
	width: 80px;
	height: 40px;
	position: absolute;
	top: 5px;
	left: 20px;
}

#menuTOP a.right, .menuTOP a.right {
	left: auto;
	right: 10px;
}



div#navigation {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	color: #FFF;
	background-color: #FFF;	
}

div#sub_navigation {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	color: #FFF;
	background-color: #FFF;	
}


a.button_content {
  display:inline-block;
  width: 280px; /* 320px less the left/right padding */
  height: 36px; /* 50px less the top padding */
  padding: 12px 10px 0 10px;
  text-align: left;
  text-decoration:none;
  background:url(images/button_content.png) no-repeat,center;
  margin: 0 0 6px 0;
}


a.button_menu {
  display:inline-block;
  width: 280px; /* 320px less the left/right padding */
  height: 36px; /* 50px less the top padding */
  padding: 12px 20px 0 20px;
  text-align: left;
  text-decoration:none;
  background:url(images/button_menu.png) no-repeat,center;
  margin: 0 0 6px 0;
}

a.button_return {
  display:inline-block;
  width: 280px; /* 320px less the left/right padding */
  height: 36px; /* 50px less the top padding */
  padding: 12px 20px 0 20px;
  text-align: left;
  text-decoration:none;
  background:url(images/button_return.png) no-repeat,center;
  margin: 0 0 6px 0;
}


a.button_backtotop {
  display:inline-block;
  width: 280px; /* 320px less the left/right padding */
  height: 36px; /* 50px less the top padding */
  padding: 12px 20px 0 20px;
  text-align: left;
  text-decoration:none;
  background:url(images/button_backtotop.png) no-repeat,center;
  margin: 0 0 6px 0;
}

a.policy_menu {
	padding: 0 10px;
	color: #FFF;	
	text-decoration: none;
}

div#backtotop {
	width: 100%;
	margin: 0px auto;
	height: 60px;
	text-align: left;
	color: #FFF;
	background-color: #FFF;	
}


/********** FORM STYLES **********/

form {
	padding: 0;
	margin: 0;
}

.form_label {
	margin: 8px 5px  0 0;
}

.form_label_right {
	margin: 8px 5px  0 0;
	text-align: right;
}

form input {
	padding: 5px;
	margin: 3px 0;
}

form input[type="text"]{
	width: 180px;
}

form input[type="password"]{
	width: 180px;
}

form input[type="date"]{
	width: 180px;
	font-family: arial;
}

form select {
	height: 28px;
	margin: 3px 0;
	padding: 5px;
	width: 195px;
}

form select.fullWidth {
	height: 50px;
	margin: 3px 0;
	padding: 5px;
	width: 295px;
}

form textarea {
	font-family: arial;
	padding: 5px;
	height: 100px;
	margin: 5px 0;
	width: 180px;		
	font-size: 12px;
}


form input[type="image"]{
	cursor: pointer;
	margin: 0 0 0 0;	
	padding: 0;	
}


.formValidationErrors {
	color: #FF0000;
}

.formRequried {
	color: #999;
	font-size: 10px;
}

.formRequried_Removed {
	display: none;
}

.code_website {
	font-size: 16px;	
	font-weight: 700;
	letter-spacing: 2px;
}

input:focus, textarea:focus {

}

input.error, textarea.error{

}

.form_error {
	padding: 0;
	margin: 0;
	color: #FF0000;
}

td.contact_form_label_column {
	width: 100px;	
}

/********** CONTENT STYLES **********/

div#searchWide {
	width: 100%;
	margin: 0px auto;
	background-color: #DDD;
}

div#search {
	padding: 30px 10px 30px;
}

div#search h2 {
    margin: 0px 0 0 0;
}

div#search h3 {
    font-family: 'Custom-Font-2', Arial, Tahoma, Verdana, freesans;  /* freesans is for Linux */
    padding: 0px 0 0 0;
    margin: 0 0 16px 0;
    color: #000;
    font-size: 14px;
}

div#search a {
    text-decoration: none;
}

div#search a:hover {
    text-decoration: underline;
}


div#homeProducts {
	width: 100%;
	margin: 0px auto;
	background-color: #FFF;
}

div#homeProductsPadding {
	padding: 10px 10px 20px 10px;
}




div#stockists {
	width: 100%;
	margin: 0px auto;
	background-color: #FFF;
}

div#stockistsPadding {
	padding: 0 0 0 0;
}


div#stockists img {
	width: 100%;
	margin: 0px auto;
    padding: 20px 0;
	background-color: #FFF;
}


/********** CONTENT STYLES **********/

div#content {
	width: 100%;
	margin: 0px auto;
	background-color: #FFF;
}

div#contentPadding {
	padding: 10px ;
}

/********** Key Message STYLES **********/

div#keymessage {
	width: 100%;
	margin: 0px auto;
	background-color: #FFF;
}

div#keymessagePadding {
	padding: 10px ;
    text-align: center;
    
}

div.keymessagePadding h2 {
    text-align: center; 
    margin: 0 auto;
    padding: 0; 
    width: 240px; 
    font-size: 18px;
}

div.keymessagePadding p {
    text-align: center; 
    margin:  0 auto 0px; 
    width: 240px; 
    font-size: 16px;
    line-height: 100%;    
}


div#keymessagePadding img {
    padding: 20px 0 10px 0;
}

/********** FITTING VIDEOS STYLES **********/

div#fittingVideosTitle {
	width: 100%;
	margin: 0px auto;
	background-color: #12779C;
}

div#fittingVideosTitlePadding {
	padding: 10px 0 2px 0;
    text-align: center;
    
}

div#fittingVideosTitlePadding h2 {
    font-family: 'Custom-Font-5', Arial, Tahoma, Verdana, freesans;  /* freesans is for Linux */
    color: #FFF;
    font-size: 16px;
    padding: 10px 0;
}


div#fittingVideos {
	width: 100%;
	margin: 0px auto;
	background-color: #FFF;
}

div#fittingVideosPadding {
	padding: 10px ;
    text-align: center;
    
}

div#fittingVideosPadding img {
    padding: 0 0;
}

div#fittingVideosPadding p {
    font-size: 14px; 
    font-family: 'Custom-Font-2'; 
    text-align: left; 
    margin: 0 0 14px 0; 
    padding: 0 0 0 10px;
}
/********** FOOTER STYLES **********/

div#footerWide {
    background-color: #12779C;
    width: 100%;	
	min-height: 120px;
	margin: 0 auto;
	padding: 0;	
}


div#footer {
    background-color: #12779C;	
    margin: 0px auto;
	width: 300px;
	padding: 10px;	
	text-align: center;
	color: #FFF;
}


div#footer p {
	font-size: 11px;
	color: #FFF;
	padding: 2px 0;
	margin: 0;
	text-decoration: none;
}

a.footer {
	color: #FFF;
	text-decoration: none;
}


div#footerCredit {
    background-color: #FFF;
	margin: 0px auto;
	width: 300px;
    height: 20px;
	padding: 10px;	
	text-align: center;
}


div#footerCredit p {
	font-size: 11px;
	color: #444;
	padding: 2px 0 12px;
	margin: 0;
	text-decoration: none;
}

a.footerCredit {
	color: #444;
	text-decoration: none;
}

/********** SOCIAL MEDIA STYLES **********/

#socialMediaWide {
    width: 100%;
    background-color: #FFF;
    height: 50px;
}

#socialMedia {
	padding: 10px 0 0 10px;
}

#socialMedia_facebook {
	float: left;
	margin: 0
}

#socialMedia_twitter {
	float: left;
	margin: 0 0 0 10px;
}

#socialMedia_googleplus {
	float: left;
	margin: 0 0 0 10px;
}

#socialMedia_pinterest {
	float: left;
	margin: 0 0 0 5px;
}




/****************************** MODULES ******************************/

/********** ARTICLE STYLES **********/

.articleCategoryList {
	font-size: 18px;	
}

.articleIndexTitle {
    font-size: 14px;
	margin: 0 0 0 0;
	font-weight: 700;
}

.articleIndexSummary {
	margin: 0 0 6px 0;
}

.articleLastUpdated {
	margin: 0 0 0 0;
	color: #777;
}

a.articleCategoryLinks {
	margin: 0 0 10px 0;
	text-decoration: none;
}

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

.articleLink {
	margin: 0 0 12px 0;
}



/********** BLOG STYLES **********/

.blogtitle {
	font-size: 18px;
	margin: 20px 0 4px 0;
	line-height: 130%;
	font-weight: 400;
}

a.blog_item_link {
	text-decoration: none;	
}

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

.blogdateDisplay {
	font-size: 11px;
	margin: 0;
	font-weight: 400;
	color: #777;
}

.blogpost {
	font-size: 12px;
	margin: 0 0 20px 0;
	font-weight: 400;
	color: #333;
}


.blogcommentsBlock {
	display: none;
	border-bottom: 1px dotted #999; 
	margin: 0;
	padding: 0 0 8px 0;
}

a.blogCommentsLink {
	text-decoration: none;
	padding: 6px 0;
}


.blogcommentDate {
	font-size: 11px;
	margin: 6px	 0 0 0;
	font-weight: 400;
	color: #999;
}

.blogcomments {
	font-size: 11px;
	margin: 6px	 0 0 0;
	font-weight: 400;
	color: #555;
}

.blog_image_list {
	padding: 6px 0 10px 0;	
}

.blog_image_post {
	padding: 6px 0 10px 0;
}

/********** CATALOGUE STYLES **********/

td.listing_col_left {
	width: 135px;	
}

td.listing_col_right {
	
}

.listing_box {
	border-bottom: 1px DOTTED #999;
	padding: 20px 0 20px 0;
}
.listings_ProductName {
	font-size: 14px;
	margin: 0 0 4px 0;
}

a.listings_ProductName {
	text-decoration: none;
}

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

.listings_Price {
	font-size: 12px;
	margin: 0 0 2px 0;
}

.listings_Price_Discounted {
	color: #FF0000;
}

.listings_ShortDesc {
	font-size: 12px;
}


.listingDetails_Price {
	font-size: 14px;
	margin: 0 0 20px 0;
}

.listingDetails_Price_Discounted {
	color: #FF0000;
}


.listingDetails_ShortDesc {
	font-size: 12px;
	padding: 10px 0 0 0;
}

.listingDetails_FullDesc {
	font-size: 12px;
}


/********** CUSTOM CONTENT STYLES **********/

div.custom_content_Desc_Wrapper {
	padding: 0 0 10px 0;
}

div.custom_content_Wrapper {
	padding: 10px 0;
	border-bottom: 1px DOTTED #CCC;
}

.custom_content_image_thumb   {
	float: right;
	margin: 0 0 30px 10px;
	width: 100px;
}

.custom_content1 {
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 4px 0;
}

.custom_content2 {
	font-size: 14px;
	margin: 0 0 4px 0;
}

.custom_content3 {
}

.custom_content4 {
}

.custom_content4 {
}

.custom_content_long1 {
	font-style: italic;
	margin: 0 0 2px 0;
}


/********** FAQ's STYLES **********/

.faqQuestion{
	font-size: 14px;
	margin: 0px 0 4px 0;
	line-height: 130%;
	font-weight: 700;
}

.faqAnswer{

}

/********** FEEDBACK STYLES ***********/
.feedbackHeading {
    color: #333333;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    margin: 0;
}

.feedbackMain {
    color: #333333;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}

.feedbackName {
    color: #333333;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin: 0px 0px;
}

.feedbackWebsite {
    color: #333333;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 10px 0;
}


a.feedback_website {
	
}

/********** GALLERY STYLES ***********/

.photoGalleryHeading{
	font-size: 12px;
	color: #777;
	padding: 5px;
}

.photoGallerycaption{
	font-size: 12px;
	color: #777;
	padding: 5px;
}

img.photoBorder {
    width: 290px;
    padding: 5px;
    border: 1px SOLID #CCC;    
}


/********** GLOSSARY STYLES ***********/

p.glossary_title {
    margin: 16px 0 4px 0;
    font-size: 15px;
    font-weight: 700;    
}

div.glossary_desc {
 
 
}


/********** LINKS STYLES ***********/

.linksCategoryHeading{
	font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    margin: 4px 0 4px;
    color: #000;
}

.linkname {
	color: #0CC402;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 3px;
}

.linkaddress {
	margin: 0;
 	font-weight: 400;
	color: #333;
}

.linkdesc {
 	line-height: 150%;
	margin:  5px 0 3px 0;
	font-weight: 400;
}


.linkaddress {
	margin: 0;
	font-weight: 400;
	color: #333;
}

.linkphonefax {
	margin: 0;
	font-weight: 400;
	color: #333;
}

.linkemail{
	margin: 0;
	font-weight: 400;
	color: #555;
}

.linkwebsite {
	margin: 0;
	font-weight: 400;
	color: #555;
}

a.linkswebsite {
	margin: 0;
	color: #555;
}


/********** NEWS STYLES **********/

.newsWrapper {
    padding: 10px 0;
    border-bottom: 1px dotted #999;
}

.newsTitle {
	font-size: 14px;
	margin: 0 0 4px 0;
	font-weight: 700;
}

.newsPost {
    color: #777;
	padding: 4px 0;
}

.newsPostITEM {
	margin: -40px 0 10px 0;
    color: #777;
	padding: 4px 0;
}

.newsSummary {
	font-weight: 400;
	margin: 0 0 0 0;
}

.newsSummaryITEM {
	line-height: 150%;
	font-weight: 400;
	margin: 0 0 0 0;
}

.newsContent {
	font-weight: 400;
	margin: 0;
}

a.newsLink_Heading {
	text-decoration: none;	   	
}

.newsLink {
	font-weight: 400;
	margin: -10px 0 10px 0;
}

a.newsLink {
	color: #333;
	text-decoration: underline;	
}

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

.newsTitle_plugin {
	margin: 0 5px 2px 5px;
	font-size: 11px;
	font-weight: 700;
}

.newsPageTitle_plugin {
	margin: 5px;
	font-weight: 700;
}

.newsPostdate_plugin {
	margin: 0;
	font-size: 11px;
	color: #333;
}

.newsSummary_plugin {
	margin: 0 5px;
	font-size: 11px;
}

.newsLink_plugin {
	margin: -10px 5px 10px 5px;
	font-size: 11px;
}

.newsMoreNewsLink_plugin {
	margin: 0px 5px 10px 5px;
	font-size: 11px;
}

a.newsMoreNewsLink_plugin {
	text-decoration: none;	
	margin: 0;
}


/********** PORTFOLIO STYLES ***********/

.portfolio_listing_wrapper {
    padding: 10px 0;
    border-bottom: 1px dotted #999;    
}

.portfolio_menuLabel {
	font-size: 12px;
	font-weight: 600;
	margin: 0px 0 2px 0;
}

.portfolio_title_heading {
	font-size: 16px;
	font-weight: 700;
	margin: 20px 0 2px 0;
}


.portfolio_postdate_listings {
	font-size: 11px;
	font-weight: 400;
	margin: 0px 0 6px 0;
}

.portfolio_postdate_details {
	font-weight: 400;
	margin: 0px 0 6px 0;
}

.portolio_img {
    width: 300px;
    margin: 6px 0;
}


.portfolio_company_listings {
	font-weight: 400;
	font-size: 12px;
	margin: 0px 0 0px 0;
}

.portfolio_company_details {
	font-weight: 400;
	margin: 0px 0 6px 0;
}




.portfolio_summary_listings {
	padding: 0;
}

.portfolio_description_details {
	padding: 0 0 10px 0;
}

.portfolio_page_description {
	padding: 0 0 10px 0;
}

.portfolio_feedback_block {
	margin: 20px 0 0 0;
	padding: 0px;	
	line-height: 175%;
}

.portfolio_feedback_title {
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 4px 0;
}

.portfolio_feedback_author {
	font-weight: 400;
	font-style: italic;
	margin: -10px 0 4px 0;
}


.portfolio_image_block_details {
	padding: 10px 0 10px 0;
}

.portfolio_image_details {
	padding: 0 0 10px 0;
}

.portfolio_image_title_details {
	padding: 0;
	margin: 0 0 4px 0;
	font-size: 16px;
	font-weight: 600;
}

.portfolio_image_desc_details {
	padding: 0;
	margin: 0 0 4px 0;
}

.portfolio_video_block {
	padding: 30px 0 10px 0;
}


.portfolio_video_title {
	padding: 0;
	margin: 0 0 4px 0;
	font-size: 16px;
	font-weight: 600;	
}

.portfolio_website {
	
}

a.portfolio_website {
	color: #777;
	text-decoration: none;
}

a.portfolio_website:hover {
	color: #333;
	text-decoration: none;
}

.portfolio_link {
	
}

a.portfolio_link {
	text-decoration: none;
}

a.portfolio_link:hover {
	color: #777;
	text-decoration: none;
}

.portfolio_divider {
	height: 1px;
	border-bottom: 1px SOLID #CCC;
}



/********** PUBLICATIONS MODULE STYLES **********/

div.publications_category_content {
    margin: 0 0 30px 0;    
}


div.publicationsContainer {
    margin: 0 0 20px 0;
}

h2.publications_label {
	margin: 0 0 4px 0;	
}

.publications_date {
	margin:  0 0 2px 0;    
}

.publications_content {
	margin:  0 0 6px 0;	
}


/********** STAFF STYLES ***********/

img.staffPhoto {
    width: 300px;
    margin: 0 0 6px 0;
}

div#staff_cat_content {
    margin: 0 0 20px 0;
}

.staffListingWrapper {
    padding: 16px 0 10px 0;
    border-bottom: 1px DOTTED #999;
    margin: 0;   
}


.staffname {
	font-size: 14px;
	margin: 0 0 2px 0;
	font-weight: 700;
}

.staffposition {
	font-size: 12px;
	margin: 0 0 0 0;
	font-weight: 400;
}

.staffphone {
	font-size: 12px;
	margin: 0 0 0 0;
	font-weight: 400;
}

.email {
	font-size: 12px;
	margin: 0 0 0 0;
	font-weight: 400;
}

.staffdesc {
	font-size: 12px;
	margin: 0 0 0 0;
	font-weight: 400;
}


/*********** VIDEO MODULE STYLES ************/

div.video {
	margin: 0 0 30px 0;
}

div.videoPlugin {
	margin: 10px 0 0  0;
}


/*********** VIDEO MODULE STYLES ************/

div.video {
	margin: 0 0 30px 0;
}

div.videoPlugin {
	margin: 10px 0 0  0;
}


/********** VEHICLE STYLES **********/

td.vehicle_listing_col_left {
	width: 135px;	
}

td.vehicle_listing_col_left img {
	width: 120px;	
	padding: 0 10px 10px 0;
}


td.vehicle_listing_col_right {
	
}


.vName {
	margin: 0;
}

a.vName {
	text-decoration: none;	
}

.vPriceGrid {
	margin: 0;
}

.vPriceGrid_strikethrough {
	text-decoration: line-through;
}

.vDiscountGrid {
	margin: 0;	
	color: #FF0000;
}



td.vehicle_details_col_left {
	text-align: right;
	padding: 6px 10px 6px 0;
	width: 100px;	
	border-bottom: 1px SOLID #CCC;
}

td.vehicle_details_col_right {
	padding: 6px 0;
	border-bottom: 1px SOLID #CCC;
}


/********** PROPERY STYLES **********/

div.propertyRefineSearch_Wrapper {
    padding: 10px 0 20px 0;     
}

form select.property_search_select {
	height: 30px;
	margin: 3px 0;
	padding: 5px;
	width: 300px;
}

div.propertySearchItem_Wrapper {
    padding: 30px 0 10px 0;     
    border-bottom: 1px Dotted #999;
}


.propertiesOpenHome {
	font-size: 12px;
	color: #FF0000;	
	font-weight: 400;
	margin: 0 0 6px 0;	
}

.propertiesOpenHome_detailsPage {
	font-size: 12px;
	color: #FF0000;	
	font-weight: 400;
	margin: 0 0 6px 0;		
}

.propertiesIcons {
	color: #000;	
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 6px 0;
}

.propertyDetailsIcons {
	color: #000;	
	font-size: 16px;
	font-weight: 600;
	margin: 4px 0 8px 0;
}


img.propertyListing_Search {
    padding: 0 0 6px 0;    
}

img.propertyListing_Details {
    padding: 0 0 6px 0;    
}


.propertiesTitle {
	font-size: 18px;
	color: #333;	
	font-weight: 400;
	margin: 0 0 6px 0;
}

.propertiesAddress {
	color: #555;	
	font-weight: 400;
	margin: 0;
}

.propertiesPriceDisplay {
	color: #555;	
	font-weight: 400;
	margin: 0 0 4px 0;
}

.propertiesDescription {
	color: #555;	
	font-weight: 400;
	margin: 0 0 4px 0;
}

td.propDetailsLeft {
	padding: 5px 0 5px 0;	
	border-bottom: 1px SOLID #999;
	text-align: right;
	font-weight: 600;
	width: 120px;
}

td.propDetailsRight {
	padding: 5px 5px 5px 10px;	
	border-bottom: 1px SOLID #999;

}

div#property_weblinks {
	width: 100%;
	padding: 20px 0 20px 0;
}


div#property_weblinks p {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

div#property_rentals_weblinks {
	width: 100%;
	padding: 0px 0 30px 0;
}


div#property_rentals_weblinks p {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}


div#property_video {
	padding: 20px 0 0 0;
}

div#property_map {
	padding: 20px 0 20px 0;
}



.propertyDetailsH2 {
    margin: 20px 0 10px 0;
	font-size: 16px;
	font-weight: 600;	
}

.propertyDetailsAddress {
	color: #555;	
	font-weight: 400;
	margin: 0;
}

.propertyDetailsPriceDisplay {
	color: #555;	
	font-weight: 400;
	margin: 0 0 4px 0;
}

img.property_image_padding {
	width: 300px;
    margin: 0 0 10px 0;
}



/********** QUICK SEARCH STYLES **********/


.productnameListings {
    font-family: 'Custom-Font-5', Arial, Tahoma, Verdana, freesans;  /* freesans is for Linux */
	color: #12779C;
	font-size: 16px;
    text-transform: uppercase;    
    line-height: 100%;
	margin: 20px 0 2px 0;
}


.productcodeListings {
	color: #000;
    font-family: 'Custom-Font-5', Arial, Tahoma, Verdana, freesans;  /* freesans is for Linux */
	margin: 0 0 10px 0;
    font-size: 16px;

}

.productcodeDetails {
	color: #000;
    font-family: 'Custom-Font-5', Arial, Tahoma, Verdana, freesans;  /* freesans is for Linux */
	margin: 0 0 16px 0;
}

div.quickSearch_Desc {
    padding: 10px 0 0 0;
}

div.quickSearch_More {
    margin: -10px 0 40px 0;
}

