BODY {
  background: #FFF;
  color: #000;
  margin: 0px;
  height:100%; 
}

body, html { height:100%; width:100%; margin: 0px; font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;  font-size: 12px; }

#clear {
	clear: both;
}


/* ################ HEADER ###################### */
#headerWrap {
  width: 100%;
  position: relative;
}

.headerRight DIV {
	margin-top: 42px;
	position: absolute;
}

.headerRight a:link, .headerRight a:visited {
	font-weight: normal;
	color: #999;
}

.headerRight a:hover, .headerRight a:active {
	font-weight: normal;
	color: #C00;
	text-decoration: none;
}

@media (min-width: 840px) {

#header {
  max-width: 990px;
  width: 100%;
  margin: auto auto;
  position: relative;
  overflow:hidden;
  height: auto;
}
#menuBar {
	width: 100%;
	height: 34px;
  	background-image: url("images-private/new-template/menu_bg.png");
	background-repeat: repeat-x;
}

#menuBar:after {
    content: "";
	width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 8px 2px #000000;
       -moz-box-shadow: 0px 0px 8px 2px #000000;
            box-shadow: 0px 0px 8px 2px #000000;
}

.logo {
  width: 350px;
  max-width: 96%;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
}

.headerRight {
  width: 420px;
  max-width: 96%;
  float: right;
  color: #999;
  font-weight: normal;
  padding-top: 10px;
  font-size: 11px;
  text-align: right;
}

#mobileMenu {
	display: none;	
}
.mydiv {
width: 609px; position: absolute; left: 50%; margin-left: -305px; margin-top:250px;
z-index: 9;
}
}


@media (max-width: 930px) {
.headerRight {
	display: none;
}
}
@media (max-width: 839px) {
#header {
  max-width: 990px;
  width: 100%;
  margin: auto auto;
  position: relative;
  overflow:hidden;
  height: auto;
    -webkit-box-shadow: 0px 0px 8px 2px #000000;
       -moz-box-shadow: 0px 0px 8px 2px #000000;
            box-shadow: 0px 0px 8px 2px #000000;
}

#menuBar {
	display: none;
}

#menuBar:after {
	display: none;
}

.logo {
  width: 400px;
  max-width: 75%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  float: left;
}

.logo img {
  width: 100%;
}

.headerRight {
	display: none;
}
#mobileMenu {
	width: 50px;
	height: 60px;
	margin: 0px;
	padding-top: 15px;
	font-size: 18px;
	display: block;
	background-color: #000;
	float: left;
}
.mydiv {
	display: none;
}
}
@media (max-width: 512px) {
.logo {
  width: 400px;
  max-width: 75%;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  float: left;
}

.logo img {
  width: 100%;
}
.mydiv {
	display: none;
}
}
@media (max-width: 399px) {
.logo {
  width: 400px;
  max-width: 75%;
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 10px;
  float: left;
}

.logo img {
  width: 100%;
}
.mydiv {
	display: none;
}
}

/* ################################################# */

ul.pureCssMenu ul{display:none; z-index: 1005; position: absolute;}
ul.pureCssMenu li:hover>ul{display:block}
ul.pureCssMenu ul{position: absolute;left:-1px;top:98%;}
ul.pureCssMenu ul ul{position: absolute;left:100%;top:0px;}
@media (min-width: 840px) {
	ul.pureCssMenu {
		margin: auto auto;
		list-style:none;
		padding:0px;
		width: 100%;
		max-width: 990px;
		height: 26px;
	}
}
@media (max-width: 839px) {
	ul.pureCssMenu {
		display: none;
	}
}
ul.pureCssMenu ul {
	margin:0px;
	list-style:none;
	padding:0px 4px 4px 0px;
	width: 980px;
	height: 24px;
}
ul.pureCssMenu table { border-collapse: collapse; }
ul.pureCssMenu {
	display:block;
	zoom:1;
	background-image: url(images-private/new-template/menu_divider.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 33px;
}
ul.pureCssMenu ul{
	width:220px;
}
@media (min-width: 1000px) {
	ul.pureCssMenu li{
		display:block;
		margin:0px 0px 0px 0px;
		font-size:0px;
		/*border-right: 1px solid #999;*/
		background-image: url(images-private/new-template/menu_divider.png);
		background-position: right;
		background-repeat: no-repeat;
		padding-top: 6px;
		padding-left: 4px;
		padding-right: 0px;
		height: 28px;
	}
}
@media (max-width: 999px) {
	ul.pureCssMenu li{
		display:block;
		margin:0px 0px 0px 0px;
		font-size:0px;
		/*border-right: 1px solid #999;*/
		background-image: url(images-private/new-template/menu_divider.png);
		background-position: right;
		background-repeat: no-repeat;
		padding-top: 6px;
		padding-left: 0px;
		padding-right: 0px;
		height: 28px;
	}
}
ul.pureCssMenu ul li{
	display:block;
	margin:0px 0px 0px 0px;
	font-size:0px;
	padding-top: 2px;
	padding-left: 12px;
	border-bottom: 1px solid #787878;
	background: #666;
	height: auto;
}
ul.pureCssMenu a:active, ul.pureCssMenu a:focus {
outline-style:none;
}
ul.pureCssMenu a, ul.pureCssMenu li.dis a:hover, ul.pureCssMenu li.sep a:hover {
	display:block;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	padding:4px;
	_padding-left:0;
	font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #333;
	text-decoration:none;
	cursor:default;
	text-transform: uppercase;
}
ul.pureCssMenu ul a, ul.pureCssMenu ul li.dis a:hover, ul.pureCssMenu ul li.sep a:hover {
	color: #FFF;
	font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}
ul.pureCssMenu span{
	overflow:hidden;
}
ul.pureCssMenu li {
	float:left;
}
ul.pureCssMenu ul li {
	float:none;
	background-color: #666;
}
ul.pureCssMenu ul a {
	text-align:left;
}
ul.pureCssMenu li.sep{
	text-align:center;
	padding:0px;
	line-height:0;
	height:100%;
}
ul.pureCssMenu li.sep span{
	float:none;	padding-right:0;
	width:5;
	height:16;
	display:inline-block;
	background-color:#FFF;	background-image:none;}
ul.pureCssMenu ul li.sep span{
	width:80%;
	height:3;
}
ul.pureCssMenu li:hover{
	position:relative;
	background-image: url(images-private/new-template/menu_bg_over.png);
	background-repeat: repeat-x;
}

ul.pureCssMenu ul li:hover{ 
	position:relative;
	background: #036;
	background-image: none;
}
ul.pureCssMenu li:hover>a{
	font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;  
	font-size: 12px;
	color: #FFF;
	text-decoration:none;
	cursor:pointer;
}
ul.pureCssMenu li a:hover{
	position:relative;
	font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;  
	font-size: 12px;
	color: #FFF;
	text-decoration:none;
}
ul.pureCssMenu ul li:hover>a{
	font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;  
	font-size: 12px;
	color: #FFF;
	text-decoration:none;
	text-transform: none;
	cursor:pointer;
	font-weight: bold;
}
ul.pureCssMenu ul li a:hover{
	position:relative;
	font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;  
	font-size: 12px;
	color: #FFF;
	text-decoration:none;
	text-transform: none;
	font-weight: bold;
}
ul.pureCssMenu ul li a{
	text-transform: none;
}
ul.pureCssMenu li.dis a {
	color: #AAAAAA !important;
}
ul.pureCssMenu img.over{display:none}
ul.pureCssMenu li.dis a:hover img.over{display:none !important}
ul.pureCssMenu li.dis a:hover img.def {display:inline !important}
ul.pureCssMenu li:hover > a img.def  {display:none}
ul.pureCssMenu li:hover > a img.over {display:inline}
ul.pureCssMenu a:hover img.over,ul.pureCssMenu a:hover ul img.def,ul.pureCssMenu a:hover a:hover ul img.def,ul.pureCssMenu a:hover a:hover img.over,ul.pureCssMenu a:hover a:hover a:hover img.over{display:inline}
ul.pureCssMenu a:hover img.def,ul.pureCssMenu a:hover ul img.over,ul.pureCssMenu a:hover a:hover ul img.over,ul.pureCssMenu a:hover a:hover img.def,ul.pureCssMenu a:hover a:hover a:hover img.def{display:none}
ul.pureCssMenu a:hover ul,ul.pureCssMenu a:hover a:hover ul{display:block}
ul.pureCssMenu a:hover ul ul{display:none}
ul.pureCssMenu span{
	display:block;
	background-position:right center;
	background-repeat: no-repeat;
   padding-right:11px;}
ul.pureCssMenu li:hover>a>span{	}
ul.pureCssMenu a:hover span{	}
ul.pureCssMenu ul span,ul.pureCssMenu a:hover table span{}
ul.pureCssMenu ul li:hover > a span{	}
ul.pureCssMenu table a:hover span,ul.pureCssMenu table a:hover a:hover span{}
ul.pureCssMenu table a:hover table span{}

/* ################ END HEADER ###################### */

#mainContent {
  max-width: 990px;
  width: 100%;
  margin: auto auto;
  position: relative;
  margin-top: 20px;
}

	#infoBox hr {
		width: 90%;
		margin-left: 5%;
	}
@media (min-width: 660px) {
	#leftCol {
		width: 78%;
		max-width: 780px;
		float: left;
	}
	
	#rightCol {
		width: 20%;
		max-width: 200px;
		float: right;
		text-align: center;
	}

	#infoBox {
	  max-width: 96%;
	  width: 200px;
	  display: inline-block;
	  margin-right: 4%;
	  position: relative;
	  background: #EAEAEA;
	  border: 1px solid #999;
	  text-align: center;
	  margin-bottom: 10px;
	}

	#fiftyFifty {
	  float: left; width: 48%;
	}

	#threeCols {
	  float: left; width: 32%; display: inline-block;
	}
	#threeCols2 {
	  width: 46%; display: inline-block; margin: 1%; vertical-align: top;
	}
	
	#threeCols2 img {
		max-width: 100%;
		height: auto;
	}
	
	#threeCols2 table {
		max-width: 100%;
	}
	
	
@media (max-width: 770px) {
	
	#threeCols2 {
	  width: 96%; margin: 2%;
	}
}

	#sections{
		width: 90%;
		overflow:hidden;
		height:250px;
		clear:left;
		margin-left:40px;
	}	
	#footerLinksBox {
		width: 150px; padding-right: 10px; padding-left: 10px; text-align: left; display: inline-block; vertical-align:top;
	}
}
@media (max-width: 659px) {
	#leftCol {
		width: 96%;
		max-width: 660px;
		margin-left: 2%;
	}
	
	#rightCol {
		width: 96%;
		max-width: 660px;
		margin-left: 2%;
	}

	#infoBox {
	  width: 46%;
	  max-width: 330px;
	  margin-left: 2%;
	  position: relative;
	  background: #EAEAEA;
	  border: 1px solid #999;
	  text-align: center;
	  margin-bottom: 10px;
	  float: left;
	}

	#fiftyFifty {
	  float: left; width: 48%;
	  display: inline-block;
	  margin-right: 1%;
	  position: relative;
	}

	#threeCols {
	  float: left; width: 32%;
	}

	#sections{
		overflow:hidden;
		width: 80%;
		height:250px;
		clear:left;
		margin-left: 5%;
	}
	
	#footerLinksBox {
		width: 200px; padding-right: 10px; padding-left: 10px; text-align: left; display: inline-block; vertical-align:top;
	}
}

@media (max-width: 380px) {
	#infoBox {
	  width: 96%;
	  max-width: 330px;
	  margin-left: 2%;
	  position: relative;
	  background: #EAEAEA;
	  border: 1px solid #999;
	  text-align: center;
	  margin-bottom: 10px;
	  float: left;
	}

	#sections{
		overflow:hidden;
		width: 72%;
		height:250px;
		clear:left;
		margin-left:40px;
	}
	
	#footerLinksBox {
		width: 96%; max-width: 290px; margin-left: 2%; text-align: left; display: inline-block; vertical-align:top;
	}

	#fiftyFifty {
	  width: 96%;
	  display: inline-block;
	  margin-left: 2%;
	  position: relative;
	  margin-bottom: 10px;
	}

	#threeCols {
	  width: 96%;
	}
}



#mainBox {
  width: 96%;
  max-width: 775px;
  margin-left: 2%;
  position: relative;
  background: #DDDDDD;
  background-image: -moz-linear-gradient(left top,#DDDDDD 0%,#F4F4F4 100%);
  background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, #DDDDDD),color-stop(1, #F4F4F4));
  background: -webkit-linear-gradient(left top, #DDDDDD 0%, #F4F4F4 100%);
  background: -o-linear-gradient(left top, #DDDDDD 0%, #F4F4F4 100%);
  background: -ms-linear-gradient(left top, #DDDDDD 0%, #F4F4F4 100%);
  background: linear-gradient(left top, #DDDDDD 0%, #F4F4F4 100%); 
  border: 1px solid #CCC;
  margin-bottom: 40px;
  min-height: 410px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

#mainBoxFull {
  width: 96%;
  margin-left: 2%;
  position: relative;
  background: #DDDDDD;
  background-image: -moz-linear-gradient(left top,#DDDDDD 0%,#F4F4F4 100%);
  background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, #DDDDDD),color-stop(1, #F4F4F4));
  background: -webkit-linear-gradient(left top, #DDDDDD 0%, #F4F4F4 100%);
  background: -o-linear-gradient(left top, #DDDDDD 0%, #F4F4F4 100%);
  background: -ms-linear-gradient(left top, #DDDDDD 0%, #F4F4F4 100%);
  background: linear-gradient(left top, #DDDDDD 0%, #F4F4F4 100%); 
  border: 1px solid #CCC;
  margin-bottom: 40px;
  min-height: 410px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}


#mainBox:before, #mainBox:after, #mainBoxFull:before, #mainBoxFull:after 
{
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%; 
  max-width:300px;
  height: 260px;
  background: rgba(0, 0, 0, 0.7); 
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);   
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);    
  -moz-transform: rotate(-3deg);   
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#mainBox:after, #mainBoxFull:after 
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
} 


#mainBox img {
	max-width: 96%;
}

#mainBox div {
	max-width: 96%;
}

#mainBox div img {
	max-width: 96%;
}


#infoBox:before, #infoBox:after 
{
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%; 
  top: 80%;
  max-width:200px;
  background: rgba(0, 0, 0, 0.7); 
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);   
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-6deg);    
  -moz-transform: rotate(-6deg);   
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
#infoBox:after 
{
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
  right: 10px;
  left: auto;
} 

#infoBox h2 {
  background-color: #006194; /* fallback */
  background-repeat: repeat-x;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#006194), to(#000336)); /* Safari 4-5, Chrome 1-9 */
  background: -webkit-linear-gradient(top, #006194, #000336); /* Safari 5.1, Chrome 10+ */
  background: -moz-linear-gradient(top, #006194, #000336); /* Firefox 3.6+ */
  background: -ms-linear-gradient(top, #006194, #000336);/* IE 10 */
  background: -o-linear-gradient(top, #006194, #000336); /* Opera 11.10+ */
  margin-top: 0px; padding-top: 10px; padding-bottom: 10px;
  color: #FFF;
  font-size: 16px;
}

.submit input, .submit a:link, .submit a:visited {  
    width: auto;  
    padding: 8px 15px;   
    border: 0;  
    font-size: 12px;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px; 
	border-radius: 5px;
	behavior: url('http://www.comcater.com.au/comcater-admin/includes/pie/PIE.htc');
    color: #FFF;
	border: 1px solid rgb(181, 181, 183);
    border-color: #1992DA #0C75BB #00589C;
    box-shadow: 0px 1px 1px 0px #6FC5F5 inset;
	background: #37AAEA;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#37AAEA",endColorstr="#117ED2");
	background: -webkit-gradient(linear,left top,left bottom,from(#37AAEA),to(#117ED2));
    background: -moz-linear-gradient(center top , #37AAEA, #117ED2) repeat scroll 0% 0% transparent;
	background-image: -o-linear-gradient(top,#37AAEA 0,#117ED2 100%);
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
	margin: 2px;
}  

.submit input:hover, .submit a:hover {  
    color: #FFF;
	background-image: linear-gradient(to bottom,#2488d4 0,#1c5bad 100%);
	background: #1c5bad;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2488d4",endColorstr="#1c5bad");
	background: -webkit-gradient(linear,left top,left bottom,from(#2488d4),to(#1c5bad));
	background: -moz-linear-gradient(top,#2488d4,#1c5bad);
	background-image: -o-linear-gradient(top,#2488d4 0,#1c5bad 100%);
	-webkit-box-shadow: inset 0 1px 1px 0 #64bef1;
	-moz-box-shadow: inset 0 1px 1px 0 #64bef1;
	box-shadow: inset 0 1px 1px 0 #64bef1;
	cursor: pointer;
	text-decoration: none;
}

.submitGreen input, .submitGreen a:link, .submitGreen a:visited {  
    width: auto;  
    padding: 8px 15px;   
    border: 0;  
    font-size: 16px;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px; 
	border-radius: 5px;
    color: #FFF;
	background-color: #0C0;
	border-bottom: 2px solid #090;
	display: inline-block;
	white-space:normal;
	text-decoration: none;
	margin: 4px;
	-webkit-appearance: none;
	max-width: 100%;
}  

.submitGreen input:hover, .submitGreen a:hover {  
	background-color: #090;
	border-bottom: 2px solid #060;
	cursor: pointer;
}

.submitSm input, .submitSm a:link, .submitSm a:visited {  
    width: auto;  
    padding: 4px 8px;   
    border: 0;  
    font-size: 12px;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px; 
	border-radius: 5px;
	behavior: url('http://www.comcater.com.au/comcater-admin/includes/pie/PIE.htc');
    color: #FFF;
	border: 1px solid rgb(181, 181, 183);
    border-color: #1992DA #0C75BB #00589C;
    box-shadow: 0px 1px 1px 0px #6FC5F5 inset;
	background: #37AAEA;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#37AAEA",endColorstr="#117ED2");
	background: -webkit-gradient(linear,left top,left bottom,from(#37AAEA),to(#117ED2));
    background: -moz-linear-gradient(center top , #37AAEA, #117ED2) repeat scroll 0% 0% transparent;
	background-image: -o-linear-gradient(top,#37AAEA 0,#117ED2 100%);
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
	margin: 2px;
}  

.submitSm input:hover, .submitSm a:hover {  
    color: #FFF;
	background-image: linear-gradient(to bottom,#2488d4 0,#1c5bad 100%);
	background: #1c5bad;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2488d4",endColorstr="#1c5bad");
	background: -webkit-gradient(linear,left top,left bottom,from(#2488d4),to(#1c5bad));
	background: -moz-linear-gradient(top,#2488d4,#1c5bad);
	background-image: -o-linear-gradient(top,#2488d4 0,#1c5bad 100%);
	-webkit-box-shadow: inset 0 1px 1px 0 #64bef1;
	-moz-box-shadow: inset 0 1px 1px 0 #64bef1;
	box-shadow: inset 0 1px 1px 0 #64bef1;
	cursor: pointer;
	text-decoration: none;
}

a:link, a:visited {
	color: #0099CC; text-decoration: none;	
}
a:hover, a:active {
	color: #CC0000; text-decoration: underline;	
}

#productBar {
	background-color: #999999; width: 100%;
}

#productBar h2 {
	color: #FFF; font-size: 18px; text-shadow: #000 2px 2px 2px; margin-left: 10px;
}

#productBox {
  max-width: 96%;
  width: 200px;
  margin-left: 2%;
  position: relative;
  background: #FFF;
  border: 1px solid #333;
  text-align: center;
}


#productBox:before, #productBox:after 
{
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%; 
  top: 80%;
  max-width:200px;
  background: rgba(0, 0, 0, 0.7); 
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);   
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-6deg);    
  -moz-transform: rotate(-6deg);   
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
#productBox:after 
{
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
  right: 10px;
  left: auto;
} 

#productBox h2 {
  background-color: #006194; /* fallback */
  background-repeat: repeat-x;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#006194), to(#000336)); /* Safari 4-5, Chrome 1-9 */
  background: -webkit-linear-gradient(top, #006194, #000336); /* Safari 5.1, Chrome 10+ */
  background: -moz-linear-gradient(top, #006194, #000336); /* Firefox 3.6+ */
  background: -ms-linear-gradient(top, #006194, #000336);/* IE 10 */
  background: -o-linear-gradient(top, #006194, #000336); /* Opera 11.10+ */
  margin-top: 0px; padding-top: 10px; padding-bottom: 10px; margin-left: 0px;
  color: #FFF;
  font-size: 12px;
  height: 32px;
}

#productsBox {
  width: 200px;
  min-height: 220px;
  margin: 5px;
  vertical-align: top;
  position: relative;
  background: #FFF;
  border: 1px solid #333;
  text-align: center;
  display: inline-block;
}

#productsBox h2 {
  background-color: #006194; /* fallback */
  background-repeat: repeat-x;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#006194), to(#000336)); /* Safari 4-5, Chrome 1-9 */
  background: -webkit-linear-gradient(top, #006194, #000336); /* Safari 5.1, Chrome 10+ */
  background: -moz-linear-gradient(top, #006194, #000336); /* Firefox 3.6+ */
  background: -ms-linear-gradient(top, #006194, #000336);/* IE 10 */
  background: -o-linear-gradient(top, #006194, #000336); /* Opera 11.10+ */
  margin-top: 0px; padding-top: 10px; padding-bottom: 10px;
  color: #FFF;
  font-size: 12px;
  height: 32px;
}

#productListingBox {
  width: 100%;
  position: relative;
  background: #FFF;
  text-align: left;
  display: inline-block;
  border: 1px solid #CCC;
}

#productListingBox h2 {
  background-color: #09C;
  margin-top: 0px; padding: 10px;
  color: #FFF;
  font-size: 14px;
}

#mainContent .next, #mainContent .prev{
	position:absolute;
	top:140px;
}

#mainContent .prev{
	left:10px;
}

#mainContent .next{
	right:10px;
}
	
.next, .prev{
	cursor:pointer;
}
#sections ul{
	width:9999px;
	list-style:none;
}

#sections li{
	float:left;
	padding: 0px;
}

#map {
	width: 100%; height: 474px; margin-bottom: 0px; padding-bottom: 0px;
}


#footerMainBox {
	background-color: #333;	 margin-top: -10px;
}

a.footerMainLink:link { font-family: Arial, Trebuchet MS, Verdana, sans-serif; color: #FFF; font-size: 12px; text-decoration: none; }
a.footerMainLink:visited { font-family: Arial, Trebuchet MS, Verdana, sans-serif; color: #FFF; font-size: 12px; text-decoration: none; }
a.footerMainLink:active { font-family: Arial, Trebuchet MS, Verdana, sans-serif; color: #FFF; font-size: 12px; text-decoration: underline; }
a.footerMainLink:hover { font-family: Arial, Trebuchet MS, Verdana, sans-serif; color: #FFF; font-size: 12px; text-decoration: underline; }

a.footerLink:link { font-family: Arial, Trebuchet MS, Verdana, sans-serif; color: #FFF; font-size: 10px; text-decoration: none; }
a.footerLink:visited { font-family: Arial, Trebuchet MS, Verdana, sans-serif; color: #FFF; font-size: 10px; text-decoration: none; }
a.footerLink:active { font-family: Arial, Trebuchet MS, Verdana, sans-serif; color: #FFF; font-size: 10px; text-decoration: underline; }
a.footerLink:hover { font-family: Arial, Trebuchet MS, Verdana, sans-serif; color: #FFF; font-size: 10px; text-decoration: underline; }

@media (min-width: 600px) {
#loginLeft {
	width: 50%; float: left;	
}

#loginRight {
	width: 38%; float: left; margin-left: 6px;
}

#loginForm {
	width: 50%; float: left;	
}
#signUpLeft {
	float: left; width: 33%;
}
#signUpRight {
	float: left; width: 65%;
}
#cartLeft {
	width: 50%; float: left; min-height: 50px;
}
#cartMid {
	width: 40%; float: right; text-align: right;
}
#cartRight {
	width: 40%; float: right; text-align: right; padding-right: 10px; padding-bottom: 0px;
}
#cartHeadLeft {
	width: 70%; float: left; min-height: 50px;
}
#cartHeadRight {
	width: 28%; float: right; text-align: right; padding-right: 10px; padding-bottom: 0px;
}
}

@media (max-width: 720px) {
#loginLeft {
	width: 45%; float: left;	
}

#loginRight {
	width: 38%; float: left; margin-left: 6px;
}

#loginForm {
	width: 50%; float: left;	
}
#signUpLeft {
	float: left; width: 33%;
}
#signUpRight {
	float: left; width: 65%;
}
#cartLeft {
	width: 50%; float: left;
}
#cartMid {
	width: 40%; float: left;
}
#cartRight {
	width: 8%; float: left; text-align: right; padding-right: 10px;
}
#cartHeadLeft {
	width: 70%; float: left; min-height: 50px;
}
#cartHeadRight {
	width: 28%; float: right; text-align: right; padding-right: 10px; padding-bottom: 0px;
}
}

@media (max-width: 599px) {
#loginLeft {
	width: 96%; margin: 2%;	
}

#loginRight {
	width: 96%; margin: 2%;	
}

#loginForm {
	width: 50%; float: left;	
}
#signUpLeft {
	width: 96%; margin: 2%;	
}
#signUpRight {
	width: 96%; margin: 2%;	
}
#cartLeft {
	width: 40%; float: left;
}
#cartMid {
	width: 50%; float: left;
}
#cartRight {
	width: 10%; float: left; text-align: right;
}
#cartHeadLeft {
	width: 70%; float: left; min-height: 50px;
}
#cartHeadRight {
	width: 28%; float: right; text-align: right; padding-right: 10px; padding-bottom: 0px;
}
}

@media (max-width: 379px) {
#loginLeft {
	width: 96%; margin: 2%;	
}

#loginRight {
	width: 96%; margin: 2%;	
}

#loginForm {
	width: 96%; margin: 2%;		
}
#signUpLeft {
	width: 96%; margin: 2%;	
}
#signUpRight {
	width: 96%; margin: 2%;	
}
#cartLeft {
	width: 96%; margin: 2%;	
}
#cartMid {
	width: 96%; margin: 2%;	
}
#cartRight {
	width: 96%; margin: 2%;	text-align: left;
}
#cartHeadLeft {
	width: 70%; float: left; min-height: 50px;
}
#cartHeadRight {
	width: 28%; float: right; text-align: right; padding-right: 10px; padding-bottom: 0px;
}
}

.inputRequirement {
	color: #F00;
}

@media (min-width: 580px) {
	.tabrow {
		text-align: center;
		list-style: none;
		margin: 0px;
		padding: 0;
		line-height: 24px;
		height: 26px;
		overflow: hidden;
		font-size: 12px;
		position: relative;
	}
}
@media (max-width: 579px) {
	.tabrow {
		display: none;
	}
}
.tabrow li {
	border: 1px solid #AAA;
	background: #D1D1D1;
	background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	display: inline-block;
	position: relative;
	z-index: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
	text-shadow: 0 1px #FFF;
	margin: 0 -5px;
	padding: 0 20px;
}
.tabrow a {
	  color: #555;
	  text-decoration: none;
}
.tabrow li.selected {
	background: #FFF;
	color: #333;
	z-index: 2;
	border-bottom-color: #FFF;
}
.tabrow:before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #AAA;
	z-index: 1;
}
.tabrow li:before,
.tabrow li:after {
	border: 1px solid #AAA;
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
}
.tabrow li:before {
	left: -6px;
	border-bottom-right-radius: 6px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 0 #D1D1D1;
}
.tabrow li:after {
	right: -6px;
	border-bottom-left-radius: 6px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 2px 0 #D1D1D1;
}
.tabrow li.selected:before {
	box-shadow: 2px 2px 0 #FFF;
}
.tabrow li.selected:after {
	box-shadow: -2px 2px 0 #FFF;
}

#accountImg {
	max-width: 33%;
	float: left;
	width: 100px;
}

#accountImg img {
	width: 100px; height: auto;
}

#accountRight {
	float: left; width: 65%;
}

/* ########################## Slideshow ########################## */
@media (min-width: 660px) {
	.rslides_container {
	  position: relative;
	  width: 100%;
	  background: #ffffff; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2NjY2NjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #cccccc 100%); /* FF3.6+ */
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
		background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
		background: -o-radial-gradient(center, ellipse cover, #ffffff 0%,#cccccc 100%); /* Opera 12+ */
		background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%,#cccccc 100%); /* IE10+ */
		background: radial-gradient(ellipse at center, #ffffff 0%,#cccccc 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
		border-bottom: 4px solid #999;
		margin-bottom: 20px;
		padding-bottom: 30px;
		-webkit-box-shadow: inset 0px 2px 3px 0 #333;
		-moz-box-shadow: inset 0px 2px 3px 0 #333;
		box-shadow: inset 0px 2px 3px 0 #333;
	}
}
	.rslides_container {
	  position: relative;
	  width: 100%;
	  background: #ffffff; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2NjY2NjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #cccccc 100%); /* FF3.6+ */
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
		background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
		background: -o-radial-gradient(center, ellipse cover, #ffffff 0%,#cccccc 100%); /* Opera 12+ */
		background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%,#cccccc 100%); /* IE10+ */
		background: radial-gradient(ellipse at center, #ffffff 0%,#cccccc 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
		border-bottom: 4px solid #999;
		margin-bottom: 20px;
		padding-bottom: 30px;
		-webkit-box-shadow: inset 0px 2px 3px 0 #333;
		-moz-box-shadow: inset 0px 2px 3px 0 #333;
		box-shadow: inset 0px 2px 3px 0 #333;
	}
  
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  z-index: 9;
  position: absolute;
  margin: auto auto;
  width: 90%;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #999;
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0px 2px 3px 0 #333;
    -moz-box-shadow: inset 0px 2px 3px 0 #333;
    box-shadow: inset 0px 2px 3px 0 #333;
  width: 14px;
  height: 14px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #006194;
  -webkit-box-shadow: inset 0px 2px 3px 0 #333;
    -moz-box-shadow: inset 0px 2px 3px 0 #333;
    box-shadow: inset 0px 2px 3px 0 #333;
  }


/* ########################## End of Slideshow ########################## */

#plusBtn {
	float: left;
	height: 35px;
	width: 40px;
	padding-top: 5px;
	background-color: #5C86AD;
	position: absolute;
	margin-top: -10px;
	font-size: 24px;
	text-align: center;
}

#plusMenu {
	position: absolute;
	display: none;
	width: 80%;
	max-width: 80%;
	float: right;
	top: 140px;
	left: 15%;
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #4B6D8B;
	border-top: 10px solid #4B6D8B;
	z-index: 99;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	text-align: left;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.60);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.60);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.60);
}


@media (max-width: 1120px) {
#plusMenu {
	left: 10%;
}
}

#plusMenu:after, #plusMenu:before {
	bottom: 100%;
	left: 5%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#plusMenu:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #4B6D8B;
	border-width: 10px;
	margin-left: -10px;
}
#plusMenu:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #4B6D8B;
	border-width: 21px;
	margin-left: -21px;
}

#catBox {
  width: 150px;
  margin: 2px;
  background: #FFF;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

#catBox h2 {
  margin-top: 0px; padding-top: 4px; padding-bottom: 4px;
  color: #333;
  font-size: 12px;
}

#catBox img {
	max-width: 100%;
	height: auto;
}

/* ############ PAGINATION ################ */

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #CCC;
	
	text-decoration: none; /* no underline */
	color: #333;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #666;
	background-color: #666;
	color: #FFF;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #0DADD1;
	font-weight: bold;
	background-color: #0DADD1;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
#ouibounce-modal{font-family:'Open Sans',sans-serif;display:none;position:fixed;top:0;left:0;width:100%;height:100%; z-index:9999;}
#ouibounce-modal .underlay{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.5);cursor:pointer;-webkit-animation:fadein .5s;animation:fadein .5s}
#ouibounce-modal .modal{
	width:600px;
	height:400px;
	max-width: 96%;
	max-height: 96%;
	background-color:#f0f1f2;
	z-index:999;
	position:absolute;
	margin:auto;top:0;right:0;bottom:0;left:0;border-radius:4px;-webkit-animation:popin .3s;animation:popin .3s}
#ouibounce-modal .modal-title{font-size:18px;background-color:#1992DA;color:#fff;padding:10px;margin:0;border-radius:4px 4px 0 0;text-align:center}
#ouibounce-modal h3{color:#fff;font-size:1em;margin:.2em;text-transform:uppercase;font-weight:500}
#ouibounce-modal .modal-body{padding:20px 35px;font-size:16px;overflow: auto; height: 60%;}
#ouibounce-modal p{color:#344a5f}
#ouibounce-modal form{text-align:center;margin-top:35px}
#ouibounce-modal form input[type=text]{padding:12px;font-size:1.2em;width:300px;border-radius:4px;border:1px solid #ccc;-webkit-font-smoothing:antialiased}
#ouibounce-modal form input[type=submit]{text-transform:uppercase;font-weight:700;padding:12px;font-size:1.1em;border-radius:4px;color:#fff;background-color:#4ab471;border:none;cursor:pointer;-webkit-font-smoothing:antialiased}
#ouibounce-modal form p{text-align:left;margin-left:35px;opacity:.8;margin-top:1px;padding-top:1px;font-size:.9em}
#ouibounce-modal .modal-footer{position:absolute;bottom:20px;text-align:center;width:100%}
#ouibounce-modal .modal-footer p{text-transform:capitalize;cursor:pointer;display:inline;border-bottom:1px solid #344a5f}
@-webkit-keyframes fadein{0%{opacity:0}100%{opacity:1}}
@-ms-keyframes fadein{0%{opacity:0}100%{opacity:1}}
@keyframes fadein{0%{opacity:0}100%{opacity:1}}
@-webkit-keyframes popin{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}85%{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}
@-ms-keyframes popin{0%{-ms-transform:scale(0);transform:scale(0);opacity:0}85%{-ms-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-ms-transform:scale(1);transform:scale(1);opacity:1}}
@keyframes popin{0%{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}85%{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}}


select {
	font-size: 12px;
	-webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #CCC;
   color: #555;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   border-radius: 6px;
   -khtml-border-radius: 6px;
}

input[type=text], input[type=email], input[type=password], input[type=number], textarea {
	font-size: 12px;
	padding: 5px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	border: solid 1px gainsboro;
	-webkit-transition: box-shadow 0.3s, border 0.3s;
	-moz-transition: box-shadow 0.3s, border 0.3s;
	-o-transition: box-shadow 0.3s, border 0.3s;
	transition: box-shadow 0.3s, border 0.3s;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=number]:focus, select:focus, textarea:focus {
  border: solid 1px #CCC;
  -webkit-box-shadow: 0 0 5px 1px #CCC;
  -moz-box-shadow: 0 0 5px 1px #CCC;
  box-shadow: 0 0 5px 1px #CCC;
}

#errorMessage {
	display: block;
	background-color: #C00;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
}
