/* CSS Document */
body
	{
	padding:0px;
	margin:0px;
	text-align:center; /* fixes lack of support for margin auto in IE5.x */
	min-width: 797px;
	background:#ffffff url(bg.jpg);
	}
A:link { COLOR: #666666; TEXT-DECORATION: none }
A:visited { COLOR: #666666; TEXT-DECORATION: none }
A:active { COLOR: #666666; TEXT-DECORATION: none }
A:hover { COLOR: #999999; TEXT-DECORATION: underline }
H1 { FONT-SIZE: 12px; MARGIN: 0px; PADDING-right: 2px }
H2 { font-size: 14px; color: #9113c8; line-height: 100%; padding: 0 }
H3 { font-size: 13px; color: #000000; line-height: 100%; padding: 0 }

#superwrapper
	{
	margin: 0 auto;
	text-align:left;
	font-family:Arial;
	background-color:#ffffff;
	background-image: url(wrapper-bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	}	
#wrapper
	{
	margin: 0 auto;
	text-align:left;
	width:797px;
	font-family:Arial;
	background-color:#ffffff;
	/*background-image: url(h2.jpg);*/
	background-repeat: repeat-y;
	background-position: top center;
	}	

/*header area*/
#customerservice{background:#ffffff}
.topnav{
	padding: 1px;
	border-left:1px solid #ffffff;
	margin-top: 1px;font: normal 11px arial;
}
.topnav A {display:inline; padding: 2px;border-bottom: solid 0px #dedede; font: normal 11px arial; color: #333333; text-decoration:none;}
.topnav A:visited {display:inline; padding: 2px;border-bottom: solid 0px #dedede; font: normal 11px arial; color: #000000; text-decoration:none;}
.topnav A:hover {color: #FF0000;text-decoration:none;}
#header
	{
	width: 100%;
	background-image: url(header-bg.gif);
	background-repeat: no-repeat;
	height: 135px;
	background-color: #FFFFFF;
	margin-bottom: 1px;
	}
#logo{
	float:left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;width: 200px;
	height: 135px;

}
#logo .logolink{height:100px;}
#logo a {width: 200px;
	height: 135px;}
#logo a span{display:none;}
#search{
	
	margin-left:405px;
	height:37px;
	float: left;
	margin-top: 10px;
	width: 222px;
	background-image: url(search-bg.jpg);
	background-repeat: no-repeat;
}
	
#search p {
	float:left;
	padding:3px;
	color:#ffffff;
	font-size:12px;
	font-weight: 700;
	margin: 0;
	}
	
#search img {
	margin-top: 2px;
	margin-left: 2px;
}

#search input {
	margin-top: 2px;
	margin-left:2px;
	color: black;
	width:130px;
	height: 14px;
	padding: 1px;
	border:0px solid #dedede;
	margin-bottom: 7px;
}

*:first-child+html #searchBar input {
margin-top: 0px;
}
#cart
{
	margin-left:50px;
	height:37px;
	float: left;
	margin-top: 8px;
	width: 165px;
	text-align:right;
	margin-right: 2px;
}
.clear
	{
	clear:both;
	}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

p {
	font-size: 12px;
	font-weight: 200;
	color: black;
	line-height: 16px;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clearIt {clear:both;}
.clearRight {clear:right;}	


/* TaBS */
#tabs
	{
	float:LEFT;
	background-image: url(navbg.jpg);
	background-repeat: repeat-X;
	width: 585px;
	margin-top: 100px;
	}

#tabs ul
	{
	margin: 0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
	}	
	
#tabs ul a
	{
	display: block;
margin-left:10px;
margin-right:10px;	
	color:#000066;
	text-decoration:none;
	text-indent:0px;
font-size:11px;
	font-weight:bold;
	}	
	
#tabs a:hover, .selected a
	{
		color:#000066;}	
	
#tabs li.first a
	{
	margin-left:5px;
	margin-right:12px;
	}
	
#tabs li
	{
	display:inline: /* Removes large gaps in IE/Wind */
	}
#tollfree
		{
	height: 20px;
	margin-left:50px;
	margin-right:3px;
	line-height:15px;
	text-align: right;
	font: arial;
	font-size:11px;
	font-weight:bold;
	color: #000066;
	}
		
#horizontal li 
	{
	float:left;
	white-space: nowrap;
	}
	

#pagebodyContainer {
	background: url(contbg.gif);
	height: 100%;
	width: 797px;
	margin: 0 0 0 3px;
	background-position: 1%;
	background-repeat: repeat-y;
	clear: both;
	}

#right-content{
	border-left:0px solid #539855;
	float:left;
	margin-left:0px;
	padding-left:5px;
	height: auto;
	width: 642px;border-top:0px solid #4467A3;
}

#welcometext{padding:5px;font-size: 11px;font-family: Arial;text-align:justify}

/* NAV*/
#leftNav {
	float:left;
	width: 147px;
	height: auto;
	margin-left: 0px;
	background-color: #FFFFFF;
	border-top:0px solid #4467A3;
	border-right: 1px solid #333;
}

#leftNav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#leftNav li {
		border-bottom: 0px solid #90bade;
		margin: 0;
		}

#leftNav li a {
	display:block;
	padding: 2px;
	padding-left: 10px;
	border-bottom: solid 0px #dedede;
	font: normal 11px arial;
	color: #333333;
	text-decoration:none;
	margin:0px;
	background-color: #FFFFFF;
	padding-top: 0px;
		}

html>body #leftNav li a {
		width: auto;
		}

#leftNav li a:hover {
		background-color: #FFFFFF; color: #000000;TEXT-DECORATION: underline;border-bottom: solid 0px #333333;
		}
#leftNav h1 {
	background: url(leftnav_bgdd.gif) repeat-x;
	font-size: 14px;
	text-align: left;
	padding: 5px 5px 5px 9px;
	margin-bottom: 8px;
	color: #000000;
}

#leftNav h2 {
	font-size: 13px;
	font-weight: 700;
	text-align: left;
	padding: 0 0 0 10px;
	margin: 0;
	
}

#testimonials{width:144px;}
#testimonials h1{
	background-image: url(t1.jpg);
	background-repeat: no-repeat;
	clear: both;margin:0;padding:0;height:22px;
}
#testimonials table{background-image: url(t2.jpg);
	background-repeat: repeat-y;}
#testimonials .testimonials-text{
	background-image: url(t4.jpg);
	background-repeat: no-repeat;
	text-align:left;
	padding:4px;
	clear: both;
	background-position: 96% .20em;height:84px;
}
#testimonials h2{
	background-image: url(t3.jpg);
	background-repeat: no-repeat;
	clear: both;margin:0;padding:0;height:37px;text-align:center;padding-top:15px;
}
#testimonials h2 a{
	color: #ffffff;font-size:11px;padding-top:15px;text-align:center
}
/*footer links*/

#footercontainer{
	text-align:center;
	border-top:1px dotted #333333;
	width: 797px;
	margin-left:0px;
	margin-top: 5px;
}
#footercontainer p{margin:0;padding:0;font-size: 11px;font-family: Arial;text-align:center;line-height:12px;}
#footertext{
	padding:5px;
	font-size: 10px;
	font-family: Arial;
	text-align:center;
	width: 99%;
}
#footerlinks{
	text-align: center;
}
#footerlinks ul{padding:0;margin:0;list-style-type:none;}
#footerlinks li{list-style-type: none;padding-right: 1px;padding-left: 1px;margin:0;}
#footerlinks li a{	text-decoration:none;text-indent:0px;font-size:11px;font-weight:normal;border-left:1px solid #666;padding-left:5px;padding-right:5px;}
#footerlinks li a.first{border:0px;padding-left:0px;}
#footerlinks li{display:inline: /* Removes large gaps in IE/Wind */	}

#signupbox
		{float:left;
	margin-left:9px;
	margin-right:3px;
	line-height:19px;
	text-align: center;
	font: arial;
	font-size:12px;
	font-weight:normal;
	color: #999999;width:99%;
	}
#signupbox em{
	display:inline;
	font-style:normal;
}	
#signupbox .signuptext{
	display:inline;margin:2px;
	font-style:normal;
}	
#signupbox img{
	display:inline;margin-bottom:10px;
	font-style:normal;
}	

#footer-bottom{text-align:center;}	
	

#heading
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	border: #ffffff solid 0px;
	margin:0px;
	text-align:left;
	background-color: #FFFFFF;
}

input {font-size:11px}  
.topsearch {height:14px;
  				background-color:#FDFDFD;
				width:110px;
				color:#666666;
				border:1px solid #9194B6;margin-left:5px;margin-right:2px;}
.newsletter {
	height:20px;
	background-color:#FFFFFF;
	width:175px;
	color:#000000;
	border:1px solid #999999;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 3px;
}

.Submit {font-size:10px; 
  			background-color:#F3FEF7;
			color:#2366CD;
			font-size:10px;
			border:1px solid #999;
			padding:1px 3px;
			cursor:hand}





 #featured{
 font-size: 12px;
 text-decoration: none; 
 color: #FFFFFF;padding-left:5px;
 } 
 form{margin:0px;}
#headers {
	padding:5px;
	font-size: 14px;
	font-weight: bold;
	background-color:#96E7EA;
	color: #333333;
	margin-bottom:5px;
	text-align:left;
	padding-left: 10px;
	background-image: url(headers-bg.gif);
	background-repeat: repeat-x;
	height: 15px;
}

#item-name {width:100%;padding:5px;font-size: 14px;font-weight: bold; color: #606391;text-align:justify;}
#options {
	text-align:left;margin-bottom:5px;
}

.rtmlwise{font: normal 11px tahoma,arial;margin:2px;text-align:left;display:none;}
.rtmlwise A {font: normal 11px tahoma,arial; text-decoration:none;}
.rtmlwise A:visited {font: normal 11px tahoma,arial; text-decoration:none;}
.rtmlwise A:hover {font: normal 11px tahoma,arial; text-decoration:underline;}

 /*** PRODUCTS PREVIEW ***/
#contentsectionright
{
	margin: 0 0 30px 8px;
	float: left;
	width: 635px;
	padding-top: 5px;
}
.designpreview
{
	float: left;
	margin: 0px 8px 8px 0;
	padding: 8px;
	border: 0px solid #c1c1c1;
	text-align: center;
	text-transform: none;
	width:185px;
	height: 212px;
}




.dimg
{
	display: block;
	width: 180px;
	height: 155px;
	margin: 2px 0 0px 0;
	padding: 1px;
	border: 0px solid #c1c1c1;
	
}

.dimg img
{
	margin: 0;
	padding: 0;
	border: 0;bottom:0;margin:auto;
}


.designpreview h3
{
	width: 130px;
	margin: 2px 0 5px 0;
	padding: 0px;		
	white-space: nowrap;
	overflow: hidden;
	border: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #434343;
}
.designpreview h4
{
	width: 180px;
	margin: 0px;
	padding: 0;	
	font-size: 0.9em;
}
.designpreview h4 a
{
	font-weight: bold;
}

.designpreview h4 a:hover,
.designpreview h4 a:active
{
	color: #FB9622;
}
.designpreview ul
{
	margin: 2px 0 2px 0;
	padding: 0;	
	/*
	text-transform: lowercase;
	*/
}

.designpreview ul li
{
	display: inline;
	margin: 0;
	padding: 5px;
	list-style: none;
}

.designpreview ul li a
{
	margin: 0;
	padding: 3px 9px;
	font-size: 0.8em;
	text-decoration: none;	
}

.designpreview ul li a.view
{
	margin: 0 3px 0 0;
	background-color: #85C329;
}

.designpreview ul li a.download
{
	background-color: #939393;
}

.designpreview ul li a:link,
.designpreview ul li a:visited
{
	color: #fff;
}

.designpreview ul li a:hover,
.designpreview ul li a:active
{
	background-color: #FB9622;
}
.price
{
	font-weight: normal;
}
.price-striked
{
	font-weight: normal;
	text-decoration: line-through;
}
.sale-price
{
	font-weight: bold;color:#ff0000;
}


/*** END PRODUCTS PREVIEW ***/

#caption {	width:95%;border-top: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #000000;padding:5px;margin-bottom:10px;
}
#caption{border:0px;}
.caption{font size:11px;}

