@charset "UTF-8";
/* CSS Document */

/* MENU GPA START */
/* MENU GPA START */

/* menu */
#menuGPA {
	background: #000000;
	/*border-bottom: 1px solid #000000;*/
	height: 43px;
	margin-bottom: 15px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0px 0px;
	margin-left:25px;
	margin-right:24px;
        background-image:url('images/footer_center.png');
background-repeat:repeat-x;
background-position:top;
}

#menuGPA li span {
padding-left:2px;
}


#menuGPA ul {
	list-style: none;
	margin: 0;
	margin-left:0px;
	margin-right:0px;
	padding: 0;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
behavior: url("PIE.htc.html");	
}
#menuGPA > ul > li {
	position: relative;
	z-index: 20;	
	float: left;
	border-right:1px solid #555;
}

#menuGPA > ul > li.first {	
	border-right:1px solid #555;
        border-radius: 10px 0px 0px 10px;
        -webkit-border-radius:10px 0px 0px 10px;
        -moz-border-radius: 10px 0px 0px 10px;
}

#menuGPA > ul > li.last {	
	border-right:0px solid #555;
        border-radius: 0px 10px 10px 0px;
        -webkit-border-radius:0px 10px 10px 0px;
        -moz-border-radius: 0px 10px 10px 0px;
	padding: 0px 2px 0px 2px;

}



#menuGPA > ul > li:hover {

background: #5d0916;
background-image:url('images/barbg_on.gif');
background-repeat:repeat-x;
background-position:top; 


}
#menuGPA > ul > li > a {
	height: 20px;
	font-size: 16px;
	font-weight:bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 10px 67px 11px 66px;
	z-index: 6;
	position: relative;
}
#menuGPA > ul > li.last > a {
	padding: 10px 45px 11px 44px;
}


#menuGPA > ul > li > div {
	font-size:13px;
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 15px 0px 15px 0px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
behavior: url("PIE.htc.html");
	background: url('images/menu.png');
}
#menuGPA > ul > li:hover > div {
	display: table;
}
#menuGPA > ul > li > div > ul {
	display: table-cell;
}
#menuGPA > ul > li ul + ul {
	padding-left: 20px;
}
#menuGPA > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px 15px 4px 15px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menuGPA > ul > li ul > li > a:hover {
	background: #000000;
}
#menuGPA > ul > li > div > ul > li > a {
	color: #FFFFFF;
}

/* MENU GPA END */
/* MENU GPA END */
/* MENU GPA END */
/* MENU GPA END */
/* MENU GPA END */



body {
	color: #000000;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 0px;
	padding: 0px;
background-color:#fff;
background-image:url('images/bg.jpg');
background-repeat:repeat-x;
background-position:top; 
background-attachment:fixed;

}

td {
	font-size:14px;
	}

hr {
	border: 0;
	margin-top:25px;
	margin-bottom:25px;
	height:1px;
	color:#ccc;
	background-color:#ccc;
	}


a, a:visited, a b {
	color: #009933;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color:#e20916;
	text-decoration: none;
}
a img {
	border: none;
}



/* header */
#header {
	height: 90px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
	z-index: 99;
}

#header .heading {
	display:none;
}

#header #logo {
	position: absolute;
	top: 25px;
	left: 20px;
}

#header #phone {
	position: absolute;
	top: 37px;
	left: 725px;
}

#header #stop {
	position: absolute;
	top: 27px;
	left: 345px;
}





/* menu */
#menu {
	background: #000000;
	/*border-bottom: 1px solid #000000;*/
	height: 43px;
	margin-bottom: 15px;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
behavior: url("PIE.htc.html");
	padding: 0px 0px;
	
background-image:url('images/footer_center.png');
background-repeat:repeat-x;
background-position:top; 		

}




#menu ul {
	list-style: none;
	margin: 0;
	margin-left:5px;
	padding: 0;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
behavior: url("PIE.htc.html");	
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;	
	border-right:1px solid #555;
}
#menu > ul > li.last {	
	border-right:0px solid #555;
}



#menu > ul > li:hover {

background: #5d0916;
background-image:url('images/barbg_on.gif');
background-repeat:repeat-x;
background-position:top; 
border-radius: 5px 0px 0px 0px;
-webkit-border-radius:5px 0px 0px 0px;
-moz-border-radius: 5px 0px 0px 0px;

}
#menu > ul > li > a {
		height: 20px;

	font-size: 16px;
	font-weight:bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 10px 29px 11px 30px;
	z-index: 6;
	position: relative;
}
#menu > ul > li > div {
	font-size:13px;
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 15px 0px 15px 0px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
behavior: url("PIE.htc.html");
	background: url('images/menu.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px 15px 4px 15px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}






/* layout */
#container {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	margin-bottom:0px;
	text-align: left;
	padding:0px 0px 25px 0px;
	   
}

#content {
	margin: 0px 25px 40px 25px;
	}


#content-productinfo {
	margin: 0px 25px 20px 25px;
	}



#left img, #right img {
	
	min-height:320px;
}



#flyers #left, #flyers #right{

	margin-bottom: 28px;
	padding:10px;
	border:solid;
	border-width:1px;
	border-color:#999999;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
        behavior: url("PIE.htc.html");	
	background-color:#fff;	
	width:277px;
	float:left;
	}
	
	#flyers #fullwidth {
		margin-bottom: 28px;
		padding:10px;
		border:solid;
		border-width:1px;
		border-color:#999999;
		border-radius: 10px;
		-webkit-border-radius:10px;
		-moz-border-radius: 10px;
			behavior: url("PIE.htc.html");	
		background-color:#fff;	
		width:900px;

	}
	


#flyers #left {
	margin-right:11px;
}


#flyers #right {

}


#flyerFull {
        margin:0px 0px -20px 0px;
	border:solid;
	border-width:1px;
	border-color:#999999;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#fff;	
	width:900px;
	padding:10px;
    text-align: center;
	}



h1 {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px 0px 10px;

}

h2 {
	color: #666;
	font: tahoma;
	margin: 25px, 25px, 25px, 25px;
	padding-bottom:15px;
	font-size: 30px;
	font-weight: normal;
	border-bottom: 1px solid #999;
	text-shadow: 0 0 0.2em #fff;
	}
	



h5 {
	color: #666666;
	font: tahoma, bold;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 10px;

}




#download {
	color: #666666;
	font-family: tahoma, bold;
	font-size: 16px;
	font-weight: bold;
    display: inline-block;
}




/* footer */ 
#footer {
        font-size:13px;
	color:#fff;
	clear: both;
	overflow: auto;
	padding: 0px;
	margin:0px;
	background-color:#000;
        height:43px;

background-image:url('images/footer_center.png');
background-repeat:repeat-x;
background-position:top; 	

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
        behavior: url("PIE.htc.html");
}



#footer .column {	
}
#footer .column ul {
	margin: 0px;
	padding: 11px 0px 0px 22px;
	list-style-type:none;

}
#footer .column ul li {
        padding: 0px;
	margin: 0px;
	position: relative;
	float: left;	

}
#footer .column a {
	text-decoration: none;
	color: #fff;
}
#footer .column a:hover {
	text-decoration: underline;
}


#description
{
font-size:10px;
text-align:center;
color:#ccc;
padding-bottom:15px;
}


/* form */

input[type="text"] {
border: 1px solid #666666;
height:20px;
margin:5px;
margin-left:10px;
padding-left:10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
        behavior: url("PIE.htc.html");
}

input.large {
width:205px;
}
input.small {
width:110px;
}

input[type="submit"] {
margin:5px;
margin-left:10px;

}


select{
width:155px;
margin:5px;
margin-left:10px;

}



#label {
text-align:right;
padding-right:10px;
border-right: 1px solid #cccccc;
font-weight:bold;
font-size:12px;

}


#formfooter {
border-top: 1px solid #cccccc;

}

.note {
font-size:10px;
font-weight:normal;
}

div.letusknow table {
margin-bottom:30px;
}

div.letusknow table td {
padding:0px;
padding-right:50px;
}

div.letusknow table th {
padding:0px;
padding-right:50px;
}


div.letusknow table th {
padding-bottom: 10px;
text-align:left;
}

div.letusknow {
background-image:url('images/mh.png');
background-repeat:no-repeat;
background-position:bottom right;
border:0px solid red;
margin-bottom:65px;
}

div.productinfo {
font-size: 0;
margin-left:0px;
margin-bottom:-10px;
margin-top:-10px;
padding-bottom:0px;
clear:both;
}

div.marginfix {
margin-left:-24px;
}



div.productbox {
font-size: 12px;
float:left;
width:208px;
height:258px;
padding:0px;
padding-top:1px;
margin:8px 11px 30px 11px;
text-align: center;
position:relative;
display:block;
border:0px solid #ccc;
}

div.productbox img.product {
border:0px solid #ccc;
border-radius: 22px;
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
behavior: url("PIE.htc.html");
overflow:hidden;
}


div.productinfolink {
display:inline-block;
padding-top:10px;
padding-right:15px;
}



div.logobox {
font-size: 12px;
float:left;
width:212px;
height:212px;
padding:0px 0px 0px 0px;
margin:12px 0px 12px 24px;
text-align: center;
position:relative;
display:block;
box-sizing: border-box;
    
}

.clickhere {
    padding:8px;
    border-radius: 8px;
    box-sizing: border-box;
    position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, -50%);
  margin: 0 auto;
    width:80%;
    font-weight: bold;

    border:1px solid #bf0014;
    font-size: 13px;
    text-transform: uppercase;
    color: #bf0014;
    background-color: #fff;
}




div.logobox a:hover>div.clickhere {
    border:1px solid #bf0014;
    color: #fff;
    background-color: #bf0014;
background-image: none;    
      box-shadow: none;

}

div.logobox a {
    
border:2px solid #ccc;
height:inherit;
width:inherit;

-webkit-border-radius:10px;
-moz-border-radius: 10px;
border-radius: 10px;

background-color:#fff;
display: table-cell;
vertical-align: middle;
}


div.logobox a:hover {
border:2px solid #bf0014;
}


div.logobox a.dead {
}

div.logobox a.dead:hover {
cursor: default;
border:2px solid #ccc;

}

div.logobox a.dead img {
opacity: .3;
filter: grayscale(100%);
}


div.logobox img {
display:inline-block;
vertical-align: middle;
margin-bottom: 16px;
}

div.buffer {
height:1px;
clear:both;
}


h2 img {
vertical-align:middle;
}


