html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, pre, table,
dd, dt, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { 
    display: block;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #AF0002;
}
.page_width {
	width: 1200px;
	margin: 0 auto;
	background-color: undefined;
}
.bg1 {
	background-color: #AF0002;
}
.script_header {
	font-family: 'Kaushan Script', serif;
	font-size:46px;
	color:#FFF;
	text-decoration:none;
}
.color1 {
	color:#C000FF;
}

.m_show {
		display:none;
	}
.m_hide {
	display:block;
}
a {
  color:#FFF;
  text-decoration: none;
}
.order_link {
	text-align:center;
	font-size:22px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#000;
	margin:5px;
	padding:8px 0;
}
.order_link a:hover {
	background-color:#FF0000;
}
.breadcrumbs {
	margin:40px 0;
	font-weight:bold;
	font-size:18px;
}
.breadcrumbs a {
	color:#52F756;	
}
@media screen and (max-width: 530px) {

	.page_width {
		width: 100%;
	}
	.m_show {
		display:block;
	}
	.m_hide {
		display:none;
	}
}
@media screen and (max-width: 1200px) {
	.page_width {
		width: 100%;
	}
}
.d_padding {
	padding:0 3px 0 4px;
}
.txt_center {
	text-align: center;
}
.txt_left {
	text-align: left;
}
.txt_right {
	text-align: right;
}
.c_both {
	clear:both;
}
footer {
	clear:both;
	margin-top:3px;
	color:#CCC;
	font-family:Courier, monospace;
	font-size:12px;
	line-height:2em;
	text-align:center;
}
footer a {
	display:inline-block;
}
h1 {
	color: #FFFFFF;
	text-decoration: underline;
}
h1,h2,h3,h4,h5 {
	margin: 0 0 3px 0;
	padding: 0;
}

.bigger1 {
	font-size:  17px;
}
.smaller1 {
	font-size: 12px;
}
.title1 {
	background-color:#428CFF;
	border-radius: 10px;
	padding:5px;
	font-size:17px;
	color:#FFFFFF;
}
.title2 {
	padding: 5px;
	font-size: 18px;
	color: #844BFC;
}
.h_strips {
	background-color: #69E5FF;
	height: 20px;
}
.red {
	font-family: Tahoma, Geneva, sans-serif;
	color: #F00;
	background-color: #FFF;
}
input, textarea, select {
	border: 1px solid #000;
	background-color: #FFF;
}
input, textarea {
	max-width:100%;
}
input[type="submit"] {
	background-color:#FC6;
	color:#009;
	font-weight:bold;
	padding:3px;
	margin:6px;
}
input[type="submit"]:hover {
	background-color:#009;
	color:#FC6;
}
.p50 {
	width:50%;
	float:left;
}

.toggle, [id^=drop] {
 display: none;
}

nav {
	margin: 0;
	padding: 0;
	background-color: #720000;
}

#logo {
  display: block;
  padding: 3px 5px 0 10px;
  float: left;
  font-size: 20px;
  line-height: 60px;
}

nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

nav ul li {
	margin: 0px;
	display: inline-block;
	float: left;
	background-color: #FF0000;
}

nav a {
  display: block;
  padding: 0 20px;
  color: #FFF;
  font-size: 18px;
  line-height: 60px;
  text-decoration: none;
}

nav ul li ul li:hover { background: #000000; }

nav a:hover { background-color: #000000; }

nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
}

nav ul li:hover > ul { display: inherit; }

nav ul ul li {
  width: 218px;
  float: none;
  /*display: list-item;*/
  position: relative;
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}

li > a:after { content: ' +'; }

li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {
.p50 {
	width:100%;
	float:none;
}
#logo {
  display: block;
  padding: 0;
  width: 100%;
  text-align: center;
  float: none;
}

nav { margin: 0; }

.toggle + a,
 .menu { display: none; }

.toggle {
  display: block;
  background-color: #720000;
  padding: 0 20px;
  color: #FFF;
  font-size: 18px;
  line-height: 60px;
  text-decoration: none;
  border: none;
}

.toggle:hover { background-color: #000000; }

[id^=drop]:checked + ul { display: block; }

nav ul li {
  display: block;
  width: 100%;
}

nav ul ul .toggle,
 nav ul ul a { padding: 0 40px; }

nav ul ul ul a { padding: 0 80px; }

nav a:hover,
 nav ul ul ul a { background-color: #000000; }

nav ul li ul li .toggle,
 nav ul ul a { background-color: #720000; }

nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { 	position: static; }
}

@media all and (max-width : 330px) {

nav ul li {
  display: block;
  width: 94%;
}

}
