/* Common styles */

.clear  {
	clear:									both;
}


.red { color:red }
.darkpink {color:#660033; }
.green { color:green }
.blue { color:blue }
.darkblue { color:#000055; }
.yellow {color:yellow }
.white {color:white }
.black { color:black }
.grey {color:#4b4b4b; }
.bold { font-weight:bold }
.banner {font-size: 2.0em; font-weight:bold; }
.panelheader { font-size: 1.6em; font-weight: 800 }
.header { font-size: 1.2em; font-weight: 900 }
.big { font-size:1.2em }
.normaltext { font-size: 1em }
.smalltext { font-size: 0.85em }
.small {font-size: 0.8em }
.tiny { font-size:0.7em }
.upper { text-transform:uppercase } 
.italic {font-style:italic}
.indent10 { padding-left:10pt }
.indent20 { padding-left:20pt }
.indent33 { padding-left:33pt } 
.smallgap { font-size: 4px }


.centre img {
	display: block; margin-left: auto; margin-right: auto 
}

.serviceButton {  }

input.serviceButton  {
	min-width: 120px;
	width:auto;
	background:#e8e8e8 url(../graphics/backgrounds2.png) top repeat-x;
	background-position:0 -160px;
	color:#fff;
	border:solid #234d60 1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:12px;
	cursor:pointer;
	height:20px;
	text-align:center;
	letter-spacing:1px;
	padding:2px 5px;
}
input.serviceButton-disabled {
	min-width: 120px;
	width:auto;
	background:#f2f2f2 top repeat-x;
	border:solid #333 1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:12px;
	cursor:auto;
	height:20px;	
	text-align:center;
	letter-spacing:1px;
	padding:2px 5px;
	color:#333;
}

input.serviceButton:hover {
	background-position:0 -200px;
	color:#f2f2f2;
}
button.serviceButton  {
	min-width: 120px;
	width:auto;
	background:#e8e8e8 url(../graphics/backgrounds2.png) top repeat-x;
	background-position:0 -160px;
	color:#fff;
	border:solid #234d60 1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:12px;
	cursor:pointer;
	height:20px;
	text-align:center;
	letter-spacing:1px;
	padding:2px 5px;
}
button.serviceButton-disabled {
	min-width: 120px;
	width:auto;
	background:#f2f2f2 top repeat-x;
	border:solid #333 1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:12px;
	cursor:auto;
	height:20px;	
	text-align:center;
	letter-spacing:1px;
	padding:2px 5px;
	color:#333;
}

button.serviceButton:hover {
	background-position:0 -200px;
	color:#f2f2f2;
}

.deleteButton {  }

input.deleteButton  {
	min-width:120px;
	width: auto;
	background:#e8e8e8 url(../graphics/backgrounds.png) top repeat-x;
	background-position:0 -140px;
	color:#fff;
	border:solid #00a000 1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:12px;
	cursor:pointer;
	height:20px;
	text-align:center;
	letter-spacing:1px;
	padding:2px 5px;
}
input.deleteButton-disabled {
	min-width:120px;
	width: auto;
	background:#f2f2f2 top repeat-x;
	border:solid #333 1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:12px;
	cursor:auto;
	height:20px;	
	text-align:center;
	letter-spacing:1px;
	padding:2px 5px;
	color:#333;
}

input.deleteButton:hover  {
	background-position:0 -100px;
	color:#f2f2f2;
}

.saveButton {  }

input.saveButton  {
	min-width:120px;
	width: auto;
	background:#e8e8e8 url(../graphics/backgrounds.png) top repeat-x;
	background-position:0 -160px;
	color:#fff;
	border:solid #00a000 1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:12px;
	cursor:pointer;
	height:20px;
	text-align:center;
	letter-spacing:1px;
	padding:2px 5px;
}
input.saveButton-disabled {
	min-width:120px;
	width: auto;
	background:#f2f2f2 top repeat-x;
	border:solid #333 1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:12px;
	cursor:auto;
	height:20px;	
	text-align:center;
	letter-spacing:1px;
	padding:2px 5px;
	color:#333;
}

input.saveButton:hover  {
	background-position:0 -200px;
	color:#f2f2f2;
}

.previewButton {  }

input.previewButton {
	min-width:120px;
	width: auto;
	background:#e8e8e8 url(../graphics/backgrounds2.png) top repeat-x;
	background-position:0 -120px;
	color:#555;
	border:solid #234d60 1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:12px;
	cursor:pointer;
	height:20px;
	text-align:center;
	letter-spacing:1px;
	padding:2px 5px;
}
input.previewButton-disabled {
	min-width:120px;
	width: auto;
	background:#f2f2f2 top repeat-x;
	border:solid #333 1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:12px;
	cursor:auto;
	height:20px;	
	text-align:center;
	letter-spacing:1px;
	padding:2px 5px;
	color:#333;
}

input.previewButton:hover  {
	background-position:0 -100px;
	color:#111;
}

.deleteButton {  }

input.deleteButton, button.deleteButton {
	min-width:120px;
	width: auto;
	background:#e8e8e8 url(../graphics/SMbackgrounds.png) top repeat-x;
	background-position:0 -140px;
	color:#fff;
	border:solid #00a000 1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:12px;
	cursor:pointer;
	height:20px;
	text-align:center;
	letter-spacing:1px;
	padding:2px 5px;
}
input.deleteButton-disabled, button.deleteButton-disabled {
	min-width:120px;
	width: auto;
	background:#f2f2f2 top repeat-x;
	border:solid #333 1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:12px;
	cursor:auto;
	height:20px;	
	text-align:center;
	letter-spacing:1px;
	padding:2px 5px;
	color:#333;
}

input.deleteButton:hover, button.deleteButton:hover {
	background-position:0 -100px;
	color:#f2f2f2;
}

.footerlink  {
	visibility: hidden;
	z-index: -10;
}

.tip  {
	color: green;
	font-style: italic;
	font-size: 9pt;
	display: inline-block;
	margin: 2px 10px 5px 50px;	
}

/* Payment & social media loogo line  */

.footer  {
	width:									100%;
}

/* Right panel */
.right_panel  {
  margin-top: 								30px;
  margin-bottom: 							30px;
  margin-right:								10px;
  float: 									right;
  width: 									200px;
  height: 									40px;
 }

/*Social Website logos */
.modulesocial  {
  margin: 40px 0px;
  padding: 10px;
  float: left;
  width: 400px;
  height: 30px;

  font-family: 'Gloria Hallelujah'!important;
}

/* Promise Module */			
.moduletablepromise {			
background:									#4a69a9!important;
  color: 									white;
  border-radius: 							15px 100px;
  padding: 									10px;
  float: 									left;
  border: 									2px solid white;
  margin: 									20px 10px;
  width: 									200px;
  height: 									200px;
  box-shadow: 								10px 10px 10px #444;
  font-family: 								'Open Sans', sans-serif!important;
}				
				
/* Blog panel */				
				
.moduletableblog {				
  background: 								#4a69a9!important;
  color: 									white;
  border-radius: 							15px 100px;
  padding: 									10px;
  float: 									left;
  border: 									2px solid white;
  margin: 									20px 10px;
  width: 									250px;
  height: 									200px;
  box-shadow: 								10px 10px 10px #444;
  font-family: 								'Open Sans', sans-serif!important;
}

.custompromise p, .moduletableblog p, .custompaypal p, .customsocial p  {
  font-family: 								'Open Sans', sans-serif; 
}			
			
/* Bottom panel */			
.bottom_panel  {			
  margin: 									50px 0 20px 0;
  float: 									left;
  width:									1024px;
  height: 									50px;
 }				
				
/*Social Website logos */				
.modulesocial  {				
  margin: 									-10px 40px 0 0;
  padding: 									10px;
  float: 									left;
  width: 									210px;
  height: 									50px;
  font-family: 								'Open Sans', sans-serif; 
}			
			
/* PayPal panel */			
.modulepaypal  {			
  background: 								#ffffff!important;
  color: 									white;
  position:									relative;
  top:										30px;
  margin-bottom: 							30px;  
  margin-right:								5px;
  border-radius: 							20px;
  padding: 									10px;
  float: 									right;
  border: 									2px solid #52964b;
  width: 									200px;
  height: 									60px;
  box-shadow: 								5px 5px 5px #e6e6e6;  
  font-family: 								'Open Sans', sans-serif; 
}
*/                                           
											

/* End of shopping cart page was getting covered up by the bottom-right logo */
.checkout-button-top {
  text-align: 								left;
}

/* Virtuemart system message ugly and pointless */
#system-message-container {
	color: 									red;
}

/* Hide filter thing on weblinks pages */
form#adminForm fieldset.filters {
  display: 									none;
}

/* position social icons */
.nsb_container {
    float:									left;
}		
.nsb_container{}

.nsb_link{float:left;}

.nsb_container a img{opacity:1;filter:alpha(opacity=100);}

.nsb_container a img:hover{opacity:0.4;filter:alpha(opacity=40);}

.blog-title  {
	color:#52964b;
	width 900px;
}

.readmore  {
	color:  blue;
	font-weight: 900;
}
	
.prod-banner  {
	height:				30px;
	background-color:   red;
	margin-bottom: 		5px;
}
.prod-banner-text  {
	color:				white !important;
	font-family: 		"Trebuchet MS", Helvetica, sans-serif;
	font-size:			13pt !important;
	font-weight:   		900;
	text-align:			center;
	padding-top:		4px;
	padding-bottom:		4px;
}

.prod-avail  {
	height:				30px;
	background-color:   #3366ff;
	margin-bottom: 		5px;
}
.prod-avail-text  {
	color:				white !important;
	font-family: 		"Trebuchet MS", Helvetica, sans-serif;
	font-size:			10pt !important;
	font-weight:   		900;
	text-align:			center;
	padding-top:		4px;
	padding-bottom:		4px;
}


