body {
	background-color:#f5f5f5;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	
	}
	
h1, h2 {
	padding:0px;
	margin:0px;
	font-weight:bold;
}

h1 {
	color:#EE3333;
	font-size:25px;
	padding:0px 0px 10px 0px;
	line-height:normal;
}

h2 {
	font-size:14px;
}


h3 {
	padding:0px;
	margin:0px;
}

h4 {
	font-weight:bold;
	color:#000000;
	font-size:20px;
}

h5 {
	
	color:#000000;
	font-size:14px;
}

h6 {
	color:#333;
	line-height:150%; 
	font-size:16px;
}


h7 {
	
	color:#EE3333;
	font-size:20px;
}

h8 {
	
	color:#000000;
	font-size:20px;
}





ul {
	margin:0px;
	padding:0px;
	margin-left:15px;
}

table {	
	font-size: 12px;
	line-height:15px;
	width:auto;
	text-align: left;
	border-collapse: collapse;
	border-top: 4px solid #ffbaba;
}

table th {
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	background: #ffcdcd;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #616263;
	text-align:center;
}

table th:last-child, table td:last-child {
	border-right:none;
}

table td {
	padding: 8px;
	background: #ffebeb; 
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #616263;
	border-top: 1px solid transparent;
}

table tr:hover td
{
	background: #ffe0e0;
}


img {
	border:none;
}

a {
	color:#444;
	text-decoration:none;
	border:none;
}

a:hover {
	color:#EE3333;
	text-decoration:underline;
}

form {
	margin:0px;
	padding:0px;
}

.finder_form input, .finder_form textarea, .finder_form select {
	border:1px solid #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:7px 10px 7px 10px;
	font-size:14px;
	background-color:#f6f6f6;
	color:#616263;
	font-family:Arial, Helvetica, sans-serif;
}

textarea {
	min-height:150px;
}

.bur {
	color:#EE3333;
}
	
	

/* --------------------------------------------- TOP BANNER STYLES ------------------------------------------------- */

.logoDiv_2  { /* --------- LOGO DIVIDER ----------   */
	margin-right:0px;
	height:50px;
	text-align:left;
	background-color:#fff;	
	padding-top:3px;
	width:100%;
	border-bottom:#ccc solid 3px;
	
	}
	
.logoDiv_2 img {
	position:relative;
	top:5px;
	left:15px;
	
}

/*  ----------------------  NAVIGATION  ------------------------------------  */

.main {
	border-bottom:8px solid #EE3333;
}

a#menu_btn {
		display:none;
		width:100%;
		background:#616263;
		color:#fff;
		font-weight:bold;
		text-align:right;
		z-index:106;
		padding:12px 0px 12px 0px;
		font-size:16px;
	}
	
a#menu_btn div {
		margin-right:25px;
		background:url("http://www.designatronics.com/images/menu.png") no-repeat right;
	}
	
a#menu_btn span {
		margin-right:40px;
	}





/* -------------------------------------------  MAIN BODY STYLES  ----------------------------------------------- */

.clear {
	clear:both;	
	padding:0px;
	margin:0px;
	display:block;
}

#crums a {
	text-decoration:none;
	color:#333;
}

#crums a:hover {
	color:#EE3333;
}

#crums span {
	background:url("http://www.designatronics.com/images/arw.svg") no-repeat 4px 1px;
	width:15px;
	display:inline-block;
}

#cr_hm {
	height:20px;
	width:20px;
	padding:3px 7px 0px 7px;
	background:url("http://www.designatronics.com/images/home.svg") no-repeat;	
	display:inline;
}




.button, .mainDivMargin .button {
	background-color:#EE3333;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:10px 25px;
	text-decoration:none;
	/*text-shadow:0px 1px 0px #2f6627;*/
	text-align:center;
	margin-bottom:5px;
}
.button:hover {
	background-color:#616263;
	color:#fff;
}
.button:active {
	position:relative;
	top:1px;
}

.radio {
	width:auto;
}

.info_horz_div {
	
}


.prds {
	margin-top:10px;
	border:dotted 1px #CCC; 
	padding:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.prds_link {
	text-align:center;
	/*background-color:#fcf3e7;*/
	width:105px;
	margin-top:10px;
	background-color:fce7d8;
	border:solid 1px #ccc; 
	padding:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.press_info {
	font-size:12px;
	font-style:italic;
	margin-bottom:10px;
	color:#999;
}

.currentPg {
	color:#EE3333;
}


	
/* --------------------------------------------- FOOTER STYLES -------------------------------------------------- */

#Footer {
	background:#616161;
	text-align:center;
	border-top:5px solid #EE3333;
	height:110px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
	z-index:10;
	}
	
#desLogo { /* ---------- DESIGNATRONICS LOGO ----- */
	text-align:left;
	margin-left:2%;
	float:left;
	color:#999;
	position:absolute;
	height:inherit;
	line-height:105px;
}

#desLogo img {
	position:relative;
	top:10px;
}

#desLogo a {
	display:inline-block;
}


#txtFooter { /* ---------- ADDRESS DIV ----- */
	color:#fff;
	float:right;
	text-align:right;
	font-size:14px;
	height:inherit;
	line-height:110px;
	margin-right:2%;
}

#txtFooter span {
	position:relative;
	top:18px;
	left:8px;
}


#footerBottom { /* -------- COPYRIGHT DIV ---- */
	background:#333; 
	font-size:11px;
	clear:both;
	position:absolute;
	z-index:-1;
	width:100%;
	padding-bottom:20px;
}

#copyRight {
	margin-left:1.8%;
	line-height:50px;
}

#footerInfo {
	height:90px;
	margin-left:1.8%;
	margin-right:1.8%;
}

#footerInfo div {
	float:left;
	margin-right:5%;
	margin-top:10px;
}

#footerInfo strong {
	color:#888;
}

#footerInfo a { /* ------ FOOTER NAVIGATION ---- */
	text-decoration:none;
	color:#666;
	font-size:11px;
	display:block;
}

#footerInfo a:hover {
	color:#BB6600;
}

#events {
	background-color:#ccc; 
	height:200px; 
	text-align:center; 
	width:auto;
}


/* ------------------------------------------------------------  MOBILE  ----------------------------------------------------------------- */

@media all and (max-width: 900px) {
	
		
	
}

@media all and (max-width: 800px) {
	
	a#menu_btn {
		display:block;
	}
	
	#cbp-hrmenu {
		display:none;
	}
	
}

@media all and (max-width: 680px) {
				
	input, textarea, select {
		width:92%;
	}
	
}

@media all and (max-width: 480px) {
	
	.logoDiv_2 img {
		position:relative;
		top:8px;
		width:170px;
		left:3%;
	}
	
	#desLogo img {
		top:0px;
	}
	
	#txtFooter { /* ---------------------- ADDRESS DIV ----- */
		line-height:130px;
		font-size:12px;
		margin-right:6%;
	}	
	
	#copyRight, #footerInfo { /* -------- COPYRIGHT DIV ---- */
		margin-left:4%;
	}
	
	#footerInfo div {
		min-width:300px;
	}
	
	#footerInfo div:nth-child(2) {
		margin-right:0%; margin-left:0%
	}
}