/* CSS Document */

/*Layout*/

#body {
width: 800px;
margin: 0 auto; border: solid 1px #CCCCCC }

#header{
	width: 780px;
	margin: 0 auto;
	border: solid 1px #fff;
	height: auto;
}

#nav {
background-color:#e0e0e0;
width:779px; 
margin-left:1px;}

.CommonWrapper{position: relative;
width: 780px;
height:100%; border:solid 1px #CCCCCC;margin: 0px 0px 0px 0px;
}

#container{width:779px;
border:solid 1px #CCCCCC;
height:auto;
text-align: left;
vertical-align: top !important;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}


#leftcontent {
position: relative; float:left; border-left:solid 1px #CCCCCC;border-bottom:solid 1px #CCCCCC;
width:164px;
height:auto;
background:#fff;

}

#centercontent {background-image:url(images/colorprinting-1.jpg); background-repeat: no-repeat;border-bottom:solid 1px #CCCCCC;
width:404px;
height:auto;
float:left;
voice-family: "\"}\"";
voice-family: inherit;
}

#centercontent2 {background-image:url(images/colorprinting-1.jpg); background-repeat: no-repeat;border-bottom:solid 1px #CCCCCC;
width:404px;
height:auto;
float:left;
voice-family: "\"}\"";
voice-family: inherit;
}

#rightcontent {background-image:url(images/two-color-printing.gif);border-right:solid 1px #CCCCCC;border-bottom:solid 1px #CCCCCC;
position:relative;
float:left;
width:209px;
height:auto;
}

#foot{
clear:both;
}


/*text*/
.style-top-menu {font-family: Arial; font-weight: bold; color: #7D7D7D; font-size: 12px; }

.style-menu {font-family: Arial; color: #666666; font-weight: bold; }
.style-orange-arrows {font-family: Arial; color: #FC7C00;font-weight: bold; }
.style-body-text {
	font-family: Arial;
	font-size: 13px;
}

.style-form {
	font-family: Arial;
	font-weight: bold;
	color: #333333;
	font-size: 12px;}

.style-Get-price {font-family: Arial; font-weight: bold; color: #5BC525; font-size: 14px; }

.style6 {font-family: "Arial";
	font-weight: bold;
	color: #666666;
	font-size: 18px;
}
.style7 {
	color: #FC7C00;
	font-weight: bold;font-size: 18px;
}


.style15 {font-family: Arial; font-weight: bold; color: #F51D15; font-size: 12px; }


.style22 {font-family: Arial; font-weight: bold; color: #3C97D8; font-size: 14px; }
.menu123 {font-family: Arial; font-weight: bold; color: #484848; font-size: 14px; }

.style30 {color: #FC7C00}

.style32 {color: #666666; font-family: Arial;}

.title-orange {color: #FF3300;font-size: 21px;}

/* States Dropdown Menu*/ 



dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {width: 160px; background-color:#dbdbdb;
margin-left: 0px auto ;border-left: 0px solid #ababab;border-right: 0px solid #ababab;}



#menu dl {
float: center
width: 8em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #fff; 

margin: 0px;
}
#menu dd {
display: none;
border: 1px solid #FFB66E;
}
#menu li {
text-align: center;
background: #ffffff;
}

#menu li a, #menu dt a { /*Font inside the dropdown*/
color: #999999;
font-size: 11px;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #eee;
}

/* End States*/