*
{
	margin: 0px;
	padding: 0px;
}

html
{
	width: 100%;
}


body 
{
	background-image: url(/template/images/top-line.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", "Geneva CY", Verdana;
	font-size: 12px;
	color: #454545;
	width: 1024px;
	margin:0 auto;
}

#page 
{	
	min-height: 400px;
}

img
{
	border: 0px;
}

.wrapper 
{
	width: 90%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header
{
	width: 90%;
	padding: 0px;
	margin: 0 auto;
	height: 100px;
}

.header-left
{
	float: left;
	width: 360;
	padding-top: 5px;
}

.header-right
{
	float: right;
	width: 450px;
	padding-right: 50px;
}

.header-right ul
{
	padding: 0px;
	margin: 0px;
}

.header-right li
{
	float: right;
	list-style-type: none;
	margin: -4px 2px 0 0;
}

/* css for non active menu */
.header-right li.button
{

	background-image: url(/template/images/button.png);
	background-repeat: no-repeat;
	width: 90px;
	height: 50px;
}

.header-right li.button:hover
{
	background-image: url(/template/images/button-hover.png);
	background-repeat: no-repeat;
}


.header-right a.nonactive
{
	float:left;
	text-decoration: none;
	font-family: arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bolder; 
	min-height: 40px;
	
}

.header-right a.nonactive:hover
{
	text-decoration: underline;
	
}


/* css for active menu */

.header-right li.button-ac
{
	background-image: url(/template/images/button-active.png);
	background-repeat: no-repeat;
	width: 90px;
	height: 90px;
}

.header-right li.button-ac:hover
{
	background-image: url(/template/images/button-active.png);
	background-repeat: no-repeat;
}

.header-right a.active
{
	float:left;
	text-decoration: none;
	font-family: arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 60px;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bolder; 
	min-height: 80px;
	
}

.header-right a.active:hover
{
	text-decoration: underline;
	
}

/* main css */

#main
{
	width: 90%;
	padding-top: 0px;
	margin: 0 auto;
	min-height: 300px;


}

.main-left
{
	float: left;
	width: 360px;
	padding: 0px;
	margin: 0px;
	
}

.main-right
{
	float: left;
	width: 500px;
	padding: 0px 0px 57px 0px;
	border-bottom: 4px solid #292f49;
	margin: 0px;
}


.main-right-content
{
	border: 1px solid #CCC;
	padding: 20px;
	margin: 0px;
	height: auto !important;
	min-height: 530px;
}

.border
{
	width: 100%;
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	text-align: center;
	height: auto !important; 
	min-height: 530px;
	margin: 0px;
	padding: 0px;
}

.border img
{
	padding: 0px;
	margin: 0px;
}

.border-img
{
	float: left;
	width: 90%;
	margin: 8px 0px 0px 0px;
	background-image: url(/template/images/border.gif);
	background-repeat: repeat-x;
	height: 4px;
	padding: 0px;
}

.right
{
	float: right;
	height: 10px;
	padding: 0px 2px 0px 0px;
	margin: 0px;
}

.block
{
	width: 100%;
	font-family:Tahoma;
	font-size: 11px;
	border-bottom: 1px dotted #111;
	height: auto !important;
	min-height: 520px;
	margin: 0px;
}

.block li
{
	margin-left: 20px;
}

.block-end
{
	width: 100%;
	font-family:Tahoma;
	font-size: 11px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.block a, .block-end a
{
	color:#c80600;
	text-decoration:underline;
}


.block a:visited, .block-end a:visited
{
	text-decoration:underline
}

.block a:hover, .block-end a:hover
{
	text-decoration:none
}

.more
{
	font-weight: bold;
	color: #2a304a;
	background-image: url(/template/images/link.gif);
	background-position: 0px 7px;
	background-repeat: no-repeat;
	padding: 4px 0 0 14px;
	margin: 0 0 0 2px;
	text-decoration: none;
	font-size: 10px;
	line-height: 12px;
	height: 12px;
}

.title
{

	font-family: arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bolder; 
	font-size: 14px;
	margin: 0px 0px 40px 0px;
	
}

a.product img
{
	border: 2px solid #cccccc;
	height: 120px;
	width: 72px;
	padding : 4px;
}



a.product:hover img
{
	border: 3px solid #aaaaaa;
}



.clear
{
	clear: both;
}


/* image list */

#image-list img 
{ 
	padding: 0px; 
	margin: 0px; 
	height: 80px;
	width: 48px;
}


#image-list
{
	text-align: center;
	margin: 0px 3px 0px auto;
	border-bottom: 4px solid #bfbfbf;
}

#footer{
	margin:0 auto;
	padding:10px 0;
	text-align:center;
	width:90%;
}
.floatLeft
{
	float: left;
}

/* end image list */
