body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #2D3700;
}

span.firstletter {
	float:left;
	font-size:18pt;
	margin: 3px 2px 0px 0px;
	vertical-align:top;
}

.quote1 {
	padding:5px;
	font-family: Georgia, Garamond, Gentium, Times New Roman; 
	text-align:justify;
	background: #FFDDBB;
	background-image: url(../images/quotesbg.png);
	background-repeat: no-repeat; 
	background-position: 0px 10px; 
	padding: 10px 30px; 
	margin-bottom: 9px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;	
}

.quote2 {
	padding:5px;
	font-family: Georgia, Garamond, Gentium, Times New Roman; 
	text-align:justify;
	background: #FFFFFF;
	background-image: url(../images/quotesbg.png);
	background-repeat: no-repeat; 
	background-position: 0px 10px; 
	padding: 10px 30px; 
	margin-bottom: 9px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;	
}

.label {
	font-weight:bold;
	background:#707070;
	color:#FFFFFF;
	text-align:center;
	}
.data {
	color:#000000;
	}
.border {
	border:1px solid #000000;
	padding:5px;
	}
.short {
	color:#FF0000;
	}
img {
	border:0px;
	}
	
.tmenu {
	background:url(../images/menu_bg.gif);
}
td.menuit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align:bottom;
	padding:5px 2px 10px 2px;
	text-align:center;
}
td.menuit a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:black;
	text-decoration:none;
}
td.menuit a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:black;
	text-decoration:underline;
}

td.menuit table {
    background:transparent url(../images/sub_bg.jpg) no-repeat scroll center top;
    display:none;	
    width: 160px;
    min-height: 100px;
    margin-left:-20px;
    margin-top: 8px;
    position:absolute;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-color:#FF9933;
	text-align: left;
}
td.menuit table td {
	padding-left: 15px;
	padding-right: 10px;
	text-align: left;
}
td.menuit table a {
	font-size: 11px;
}

td.divider:hover + .menuit table {
	display: block;
}
td.menuit:hover table {
        display: block;
}
td.titl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:white;
	text-decoration:none;
	text-align:right;
	padding: 0px 15px 0px 0px;
	vertical-align:bottom;
}
td.titl h3{
color:#2D3700;
font-family:Arial,Helvetica,sans-serif;
font-size:11pt;
font-weight:normal;
margin:0;
position:absolute;
text-align:right;
text-decoration:none;
width:930px;
top:-239px;
left:10px;
}

td.leftbg {
	padding:0px;
	margin:0px;
	background:url(../images/left_bot_bg.jpg) bottom no-repeat #FFF;
}
td.rightbg {
	padding:0px;
	margin:0px;
	background:url(../images/right_bot_bg.jpg) bottom no-repeat #FFF;
}
td.lmenu {
/*	background:url(../images/logoleft.jpg) bottom no-repeat #FFF;*/
	padding: 0px;
	margin: 0px;
}

tr.ltgreen {
	background-color:#f4f6e8;
}

/* Left menu style */
#leftmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#333;
	text-decoration:none;
	text-align:left;
	vertical-align:bottom;
	line-height:24px;
	padding-left:20px;
	padding-right:15px;
	padding-top:20px;
	padding-bottom:10px;
	
/*	background: url(../images/lmenu_lines.gif) repeat-y;*/
}
#leftmenu a {
	color:black;
	text-decoration:none;
}
#leftmenu a:hover {
	color:#666;
	text-decoration:underline;
}

/* Content style */
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	color:#333;
	line-height:18px;
	text-align: left;
	width: 725px;
}

#content H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: none;
	color:#ff8b0b;
	line-height:36px;
	margin:0px;
}
#content H3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: none;
	color:#ff8b0b;
	line-height:18px;
	margin:0px;
	margin-bottom:10px;	
}
#content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#333333;
	line-height:18px;
	margin:0px;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: none;
	color:#ff8b0b;
	line-height:36px;
	margin:0px;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#333333;
	line-height:18px;
	margin:0px;
}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: none;
	color:#ff8b0b;
	line-height:18px;
	margin:0px;
	margin-bottom:10px;	
}


#content a{
	color:#1362C7;
	text-decoration:underline;
	font-size:12px;
}
#content a:hover{
	color:#ff8b0b;
	text-decoration:underline;
}

#content span.newsdate {
	padding:3px;
	background:#ff8b0b;
	color:black;
	font-size:9px;
	font-weight:bold;
}
#content span.newstitle {
	font-size:14px;
	font-weight:bold;
	color:#333;
}

#sublinks a{
	color:#ffffff;
	text-decoration:underline;
	font-size:13px;
}

#sublinks a:hover{
	color:#ff8b0b;
	text-decoration: underline;
	font-size:13px;
}

#sublinks h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#ffffff;
	line-height:18px;
	margin:0px;
}

#sublinks ul
{
	list-style-type:circle;
	line-height:24px;	
}

#form input
{
	color: #fff;
	background:	#789600;
	border-color: #789600;
	cursor: pointer;
}

.testimonialDiv1
{
	background-color:#789600;
	color:#fff;
	padding:5px;	
}
.testimonialDiv2
{
	padding:5px;	
}
td.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#fff;
	line-height:16px;
	background-color:#789600;
	text-align:justify;
}

/* footer */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#fff;
	text-align:left;
}
#footer a{
	color:#fff;
	text-decoration: underline;
}
#footer td.keys{
	color:#fff;
	font-size:10px;
	text-align:right;
	text-decoration: none;
}

/* bottom menu */
#botmenu {
	color:#000;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
#botmenu a{
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-left:3px;
	padding-right:3px;
	color:#000000;
}

/* submenu style  */
.submenus {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-color:#FF9933;
	background:url(../images/sub_bg.jpg) top center no-repeat;
	padding:10px;
	margin-top:10px;
	margin-left:-20px;
	color:black;
}

.submenus a{
	text-decoration: none;
	color:black;
	font-size:11px;
	font-weight:bold;	
}
.submenus a:hover{
	text-decoration: underline;
}

#border
{
	border-style:solid;
	border-color: #bdcc83;
	border-width:thin;
	background-color:#f1f4e5;
}

#border ul
{
	color:#2D3700;
	list-style-type:square;
	
}

.headRow
{
    background-color: #789600;
    color: #ffffff;
}

table.foldertable {
width: 700px;
}
table.foldertable td {
padding: 4px;
}
table.foldertable td.desc {
	width: 210px;
}
table.foldertable td.price {
text-align: center;
color: #000;
}
table.foldertable tr.headRow {
text-align: center;
font-weight: bold;
}
table.foldertable tr.ltgreen:hover,table.foldertable tr.row:hover  {
background: #e3feed;
}

.product {
	width: 200px;
	position: relative;	
	margin: 0px;
	padding: 0px;
}

.new_product {
  position: absolute;
  top: 0px;
  right: 0px;
}

.new_product_inner{
  position: absolute;
  margin-left:180px;
  top:270px;
}

div.tooltip span {
	display:none; 
	padding:2px 3px; 
	margin-left:8px; 
	width:200px; 
	text-align: left;
}

div.tooltip:hover span{ 
	display:inline; 
	position:absolute; 
	background:#d7e49e; 
	border:1px solid #d7e49e; 
	color: #000000; 
	text-decoration: none; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.product_details {
	font-size: 10px;
	color: #0000FF;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

.ppage_section {
	font-size: 16pt; 
	color: #2d3700; 
	font-weight: bold;
}

.right_header {
	overflow: hidden;
	position: absolute;
	top: -10px;
	width: 925px;
	text-align: right;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

#price_calculator {
	text-align: left;
	background-color: #ABBE62; 
	padding: 5px;
	font-size: 12px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	width: 685px;
}

#cart_calculator {
	text-align: left;
	background-color: #ABBE62; 
	padding: 5px;
	font-size: 12px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	width: 685px;
}

.login {
	position:relative;
	width:1px;
	height:1px;
	float:left;
}

.product_search {
	width: 125px;
	padding: 0px;
	margin: 0px;
}

form {
	margin:0;
	padding:0;
}

td.hover, tr.hover
{
	background-color: #d7e49e;
}

td.hovercell
{
	background-color: #FE9E34;
	color: #FFFFFF;
}

td.hoverrow, th.hoverrow
{
	background-color: #d7e49e;
}

table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/admin/ts/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/admin/ts/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/admin/ts/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}
.cat_content p{
	margin:0;
}



#already_reg_box1 {
	width:507px;
	border:1px solid #888888;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
	padding:9px 0 8px 0;
	float:left; clear:both;
}

#already_reg_box1 h2 {
	font-size:14px;
	font-weight:normal;
	color:#333333;
	margin:0 0 0 20px;
}

#already_reg_box1 h2 a {color:#135fc8;}

#already_reg_box1 h3 {
	font-size:12px !important;
	margin:13px 0 17px 20px;
}

.ar_tl {
	width:10px; 
	height:10px;
	position:absolute;
	top:-1px;
	left:-1px;
	background:url(../images/bgr_already_reg_box1.gif) 0 0;
	font-size:1px;
}

.ar_tr {
	width:10px; 
	height:10px;
	position:absolute;
	top:-1px;
	right:-1px;
	_right:-2px;
	background:url(../images/bgr_already_reg_box1.gif) -10px 0;
	font-size:1px;
}

.ar_bl {
	width:10px; 
	height:10px;
	position:absolute;
	bottom:-1px;
	left:-1px;
	background:url(../images/bgr_already_reg_box1.gif) 0 -10px;
	font-size:1px;
}

.ar_br {
	width:10px; 
	height:10px;
	position:absolute;
	bottom:-1px;
	right:-1px;
	_right:-2px;
	background:url(../images/bgr_already_reg_box1.gif) -10px -10px;
	font-size:1px;
}

.login_form1 {
	display:block;
	margin:0 0 0 20px;
	padding:0 0 3px 0;
}

.login_form1 fieldset {
	padding:0;
	margin:0;
	border:none;
	display:block;
}

.lf1_lbl1 {
	display:block;
	height:22px;
	width:94px;
	margin:0 0 8px 0;
	line-height:22px;
	position:relative;
	float:left;
	padding:0 206px 0 0;
}

.lf1_lbl1 input {
	width:204px;
	height:18px;
	margin:0;
	padding:1px 0 1px 0;
	border:1px solid #c0c0c0;
	position:absolute;
	top:0px;
	left:94px;
}

.login_btn1 {
	width:121px;
	height:29px;
	border:none;
	text-indent:-9999px;
	text-transform:capitalize;
	padding:0;
	margin:2px 187px 0 0;
	background:url(../images/button_already_reg_login1.gif);
	float:right;
}

.forgot_pwd1 {
	color:#135fc8;
	display:block;
	float:left;
	margin:9px 0 0 0;
}

.arf1_collapsed h3 {display:none}

.arf1_collapsed .login_form1 {display:none}

.arf1_collapsed .ar_bl {_bottom:-2px;}
.arf1_collapsed .ar_br {_bottom:-2px;}

.reg_error_msg1 {
	float:left;
	height:22px;
	line-height:22px;
	font-size:11px;
	font-weight:bold;
	color:#e50000;
	margin:0 0 0 10px;
}


.prod_img_box1 {
	display:table; 
	width:200px; 
}
.prod_img_box1 span {
	display:table-cell; 
	width:200px; 
	vertical-align:middle; 
}

.prod_img_box1 * {cursor:pointer}
.prod_img_box1 {$display:block; $position:relative;} 
.prod_img_box1 span {$position:absolute; $top:50%; $left:0; $height:auto;}
.prod_img_box1 span img {$position:relative; $top:-50%; $left:0;}

input.error {
	border-color:#e50000;
}


/* Graphics Design Services Page */

.design_services_box {
	width:717px;
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
}

#content .design_services_box h2 {
	color:#FF8B0B;
    font-size:30px;
    line-height:36px;
    margin:0 0 10px 3px;
}

.design_services_box p {
	line-height:20px;
	padding:0 0 0 16px;
	margin:0 0 9px 0;
}

.view_works_link {
	display:block;
	width:700px;
	height:100px;
	background:url(../images/img_present_folder.jpg);
	text-indent:-9999px;
	margin:0 0 0 13px;
}

.design_services_box ul {
	display:block;
	list-style-type:none;
	padding:0;
	margin:20px 0 0 0;
	width:738px;
	overflow:hidden;
}

.design_services_box ul li {
	float:left;
	width:360px;
	margin:0 9px 22px 0;
}

.design_services_box ul li img {
	width:128px;
	height:128px;
	border:1px solid #e1e1e1;
	float:left;
	margin:0 16px 0 0;
}

.design_services_box ul li a:hover img {
	border:1px solid #bfbfbf;
}

.design_services_box ul li h3 {
	margin:0 0 5px 0;
	color:#1362c7;
	font-size:15px;
}

.design_services_box ul li h3 a {color:#1362c7;}

.design_services_box ul li h3 a:hover {text-decoration:none;}


/* Folders Design Page */

.folder_design_box {
	width:700px;
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
	padding:0 0 20px 0;
}

.folder_design_box div {
	width:710px;
	height:230px;
	clear:both;
}

.folder_design_box div img {
	width:228px;
	height:228px;
	border:1px solid #e6e6e6;
	display:block;
	float:left;
	margin:0 0 0 10px;
}

.folder_design_box div a:first-child img {
	margin:0;
}

.folder_design_box div a:hover img {border:1px solid #bfbfbf;}


.folder_design_box h3 {
	text-align:center;
	font-size:14px;
	margin:0 0 18px 0;
}

.folder_design_box h4 {
	text-align:center;
	margin:12px 0 27px 0;
	font-weight:normal;
	font-size:12px;
}

.folder_design_box p {
	margin:18px 0 6px 0;
}

.graphic_des_bnnr {
	display:block;
	float:right;
	width:265px;
	height:150px;
	margin:5px 10px 0 13px;
}
