*
{
	margin:0;
	padding:0;
}

body, html
{
	background: #E4E4E4 url(../images/background.jpg) repeat-x;
	color: #333333;
	font : 15px Arial, Helvetica, sans-serif;
}

a
{
	color : #5544AC;
	text-decoration : underline;
}

a:hover
{
	color : #5544AC;
	text-decoration : none;
}

.bold
{
	font-weight : bold;
}

p
{
	padding : 0 0 12px 0;
}

h1
{
	background : url(../images/logo.gif) no-repeat;
	font-size : 1px;
	text-indent : -15000px;
	width : 960px;
	height : 122px;
}

h2
{
	color : #6B5BBE;
	font-size : 25px;
	padding : 0 0 20px 0;
}

h3
{
	font-size : 20px;
	padding : 0 0 15px 0;
}

#adminTable td
{
	padding : 5px;
}

.center
{
	text-align : center;
}

.textRight
{
	text-align : right;
}

.right
{
	float : right;
}

.left
{
	float : left;
}

.clear
{
	clear : both;
}

.just
{
	text-align : justify;
}

.red
{
	color : Red;
}

.input
{
	background-color : #FEFEFE;
	border : 1px solid #727473;
	padding : 2px 5px;
}

.but
{
	background-color : #6B5BBE;
	border : 1px solid #333333;
	padding : 2px 5px;
	color : White;
}

#form
{
	width : 470px;
	padding : 25px;
	background-color : #E3E3E3;
	margin : 15px auto;
}

#formProducts
{
	width : 300px;
	padding : 25px;
	background-color : #E3E3E3;
	margin : 15px auto;
}

#container
{
	width : 960px;
	margin : 19px auto 0 auto;
	background-color : White;
}

#leftColumn
{
	width : 270px;
	float : left;
}

#rightColumn
{
	width : 667px;
	float : left;
}

#leftColumnContent
{
	width : 220px;
	margin : 0 auto;
}

#rightColumn ul
{
	margin : 0px 15px 10px 45px;
}

#lang
{
	float : left;
	width : 260px;
	padding : 7px 0 0 0;
	text-align : center;
}

#Adv1
{
	width : 216px;
	text-align : center;
	float : right;
	padding-bottom : 10px;
}

#Adv2
{
	width : 305px;
	text-align : center;
	float : left;
}

#Adv3
{
	width : 350px;
	text-align : center;
	float : left;
}

#FlashMovie
{
	width : 340px;
	float : left;
}

/* START BOTTOM */

#bottom
{
	background : url(../images/bottom.gif) no-repeat bottom;
	width : 960px;
	margin : 0 auto;
}

#bottomCopy
{
	width : 905px;
	margin : 0 auto;
	border-top : 1px solid #CCCCCC;
	padding : 10px 0 10px 0;
}

#copyright
{
	width : 350px;
	float : right;
	text-align : right;
	font-size : 12px;
	color : #666666;
}

#bottomMenu
{
	width : 500px;
	float : left;
}

#bottomMenu ul
{
	list-style-type : none;
}

#bottomMenu ul li
{
	float : left;
	padding : 0 8px;
	background : url(../images/background-bottom-menu.gif) no-repeat right;
}

#bottomMenu ul li a
{
	font-size : 12px;
	color : #666666;
	text-decoration : none;
}

#bottomMenu ul li a:hover
{
	text-decoration : underline;
}

/* END BOTTOM */

/* START GREY BOX */

.greyBox1
{
	background : #6B5BBE url(../images/corner-blue-top-left.gif) no-repeat top left;
	margin-bottom : 20px;
	width : 220px;
}

.greyBox2
{
	background : url(../images/corner-blue-top-right.gif) no-repeat top right;
}

.greyBox3
{
	background : url(../images/corner-blue-bottom-right.gif) no-repeat bottom right;
}

.greyBox4
{
	background : url(../images/corenr-blue-bottom-left.gif) no-repeat bottom left;
}

.greyBoxMenu
{
	width : 200px;
	margin : 0 auto;
	padding : 15px 0 25px 0;
}

/* END GREY BOX */

/* START PRODUCTS */

.productsList
{
	padding : 25px 0 25px 0;
	border-top : 2px solid #6B5BBE;
}

.productsText
{
	width : 330px;
	float : left;
}

.productsText ul
{
	margin : 10px 10px;
}

.productsImg
{
	width : 270px;
	float : right;
}

.productsImg img
{
	margin-bottom : 10px;
}

/* END PRODUCTS */

/* START PAGE MENU */

#pageMenu
{
	height : 50px;
	margin-top : 25px;
}

#pgNmbr
{
	float : left;
}

#pageMenu ul
{
	list-style-type : none;
	margin : 0;
	padding : 0;
	float : left;
}

#pageMenu ul li
{
	float : left;
}

#pageMenu ul li a
{
	display : block;
	padding : 0px 4px;
	background-color : #F2F2F2;
	float : left;
	border-right : 1px solid White;
	color : #6B5BBE;
	text-decoration : none;
}

#pageMenu ul li a:hover
{
	background-color : #403380;
	color : White;
	text-decoration : none;
}

#pageMenu ul li .selected
{
	background-color : #403380;
	color : White;
	text-decoration : none;
}

/* END PAGE MENU */

/* start products list */

#ProductList
{
	list-style-type : none;
	margin : 0px 0px 0px 0px;
	padding : 0px;
}

#ProductList li
{
	width : 315px;
	float : left;
	margin-left : 10px;
}

#ProductList li a
{
	text-decoration : none;
	font-size : 13px;
}

#ProductList li a:hover
{
	background-color : #6B5BBE;
	color : White;
}

/* end products list */

/* START SUBMENU */

#subMenuTitle
{
	font-size : 14px;
	font-weight : bold;
	text-transform : uppercase;
	color : White;
	padding-bottom : 6px;
	text-indent : 18px;
}

#subMenu ul
{
	list-style-type : none;
	border-top : 1px solid #CCCCCC;
}

#subMenu ul li
{
	border-bottom : 1px solid #CCCCCC;
}

#subMenu ul li a
{
	display : block;
	width : 182px;
	background : #6B5BBE url(../images/background-submenu.gif) no-repeat left center;
	text-decoration : none;
	color : White;
	padding : 7px 0px 7px 18px;
	font-size : 14px;
}

#subMenu ul li a:hover
{
	color : #FFFFFF;
	background : #403380 url(../images/spacer.gif) no-repeat left center;
}

#subMenu ul li #selected
{
	color : #FFFFFF;
	background : #403380 url(../images/spacer.gif) no-repeat left center;
}

/* END SUBMENU */

/* START MENU */

#menu
{
	width : 690px;
	float : right;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li
{
	float: left;
	border-bottom : 3px solid #495358;
	padding-bottom : 1px;
}

/*Top level menu link items style*/
#menu ul li a
{
	display: block;
	width: 165px;
	text-decoration: none;
	color: #FFFFFF;
	text-align : center;
	font-weight : bold;
	font-size : 13px;
	background-color : #495358;
	padding : 7px 0;
	border-right : 1px solid White;
}

#menu ul li #firstTab
{
	background : #495358 url(../images/corner-black-top-left.gif) no-repeat top left;
}

#menu ul li #firstTab:hover
{
	background : #6B5BBE url(../images/corner-blue-top-left.gif) no-repeat top left;
}

#menu ul li #mainFirstSelected
{
	background : #6B5BBE url(../images/corner-blue-top-left.gif) no-repeat top left;
}

#menu ul li #lastTab
{
	background : #495358 url(../images/corner-black-top-right.gif) no-repeat top right;
	border-right : 1px none White;
}

#menu ul li #lastTab:hover
{
	background : #6B5BBE url(../images/corner-blue-top-right.gif) no-repeat top right;
}

#menu ul li #mainLastSelected
{
	background : #6B5BBE url(../images/corner-blue-top-right.gif) no-repeat top right;
}

#menu ul li a:hover
{
	color: #FFFFFF;
	background : #6B5BBE;
}

#menu ul li a.mainSelected
{
	color: #FFFFFF;
	background : #6B5BBE;
}

/* END MENU */