/*-----------------------------------------
# [Color codes]
# Dark grey (text): #333333
# Dark Blue (headings, links) #000066
# Mid Blue (header) #333399
# Light blue (top navigation) #CCCCFF
# Mid grey: #666666
-----------------------------------------*/

html {
		height:100%
}
body {
		padding: 0px;
		margin: 0px;
		background-color:#221f20;
		text-align:center;
		font:12px Tahoma;
		color:#7D7D7D;
		height:100%;
}
img	{
		border: none;
}
table {
		border-collapse: collapse;
		border: none;
		font:12px Tahoma;
		color:#7D7D7D;
}
td	{
		vertical-align: top;
}
table.all {
		height:100%;
		width:100%;
}
table.main {
		width:710px;
}
td.bg_head {
		background:url(images/bg_head_top.jpg) top left no-repeat;
		width:710px;
		height:279px;	
}
td.footer {
		height:90px;
		background:url(images/bg_footer.gif) bottom left no-repeat;
}

a {
		font:bold 12px Tahoma;
		color:#C400A0;
}

a:hover {
		font:bold 12px Tahoma;
		color:#C400A0;
		text-decoration:none;
}

div.head {
		position:relative;
		width:710px;
		height:279px;
}

div.menu {
		position:absolute;
		top:80px;
		left:40px;
		font:11px Arial;
		color:#7E7D7D;
}

div.menu a {
		font:11px Arial;
		color:#7E7D7D;
		text-decoration:none;
}

div.menu a:hover {
		text-decoration:underline;
}

a.left_but {
		display:block;
		background:url(images/bg_left_but1.gif) no-repeat;
		width:194px;
		height:39px;		
		padding-top:12px;
		padding-left:22px;
		font:bold 12px Tahoma;
		color:#81006A;
		text-decoration:none;
		margin-bottom:-10px;
}

,a.left_but {
		margin-bottom:0px;
}

div.left_menu {
		padding:20px 0px 25px 20px;
		width:194px;
}

div.left_menu a {
		display:block;
		background:url(images/bg_li.gif) top left no-repeat;
		padding-left:15px;
		padding-bottom:8px;
		font:12px Arial;
		color:#eaeaea;
		width:180px;
}
div.left_menu a:hover {
		color:#C900A5;
		text-decoration:none;
}

table.content {
		height:100%;
		width:504px;
		background:url(images/bg_cont.gif) repeat-y;
		margin-left:-10px;
}

,table.content {
		margin-left:5px;
}

table.content td.cont {
		padding:20px 20px 20px 20px;
		background:url(images/bg_cont_top.gif) top left no-repeat;
}

table.content td.cont p {
		text-indent:25px;
}

table.content td.cont b {
		color:#8c8d8e;
}

div.footer {
		position:relative;
		width:710px;
		height:90px;		
}

div.footer div.foot_menu {
		position:absolute;
		top:28px;
		right:10px;
		font:11px Arial;
		color:#878585;
}

div.footer div.foot_menu a {
		font:11px Arial;
		color:#878585;
		text-decoration:none;
}

div.footer div.foot_menu a:hover {	
		text-decoration:underline;
}

table.product {
		width:470px;
		margin:-10px 0px 20px 0px;
		background:url(images/bg_tb_bot.gif) bottom left repeat-x;
}

table.product td.bot_tb {
		height:10px;
}

table.product td.name {
		font:bold 12px Tahoma;
		color:#C400A0;
		padding-right:20px;
		text-align:right;
		background:url(images/bg_tb_bot.gif) top left repeat-y;		
}

table.product td.name span {
		font:normal 11px Tahoma;
}

table.product td.foto {
		text-align:center;
		padding:10px 20px 20px 10px;
}

table.product td.foto div {
		border:2px solid #555555;
		padding:1px;
}

table.product td.foto div img {
		border:1px solid #999999;
}

table.product td.descript {
		padding:10px 10px 20px 21px;
		font:11px Tahoma;
		background:url(images/bg_tb_bot.gif) top left repeat-y;		
}

table.product div.price {
		margin-top:25px;
		font:bold 14px Tahoma;
		color:#eaeaea;
}

table.product div.price p {
		display:block;
		float:left;
		margin-top:0px;
		text-indent:0px;
}

table.product div.price img {
		margin-left:10px;
}

div.news a {
		font:12px Tahoma;
		color:#7D7D7D;
		text-decoration:none;
}

div.news a.name {
		font:bold 12px Tahoma;
		color:#8C8D8E;
		display:block;
		margin-bottom:4px;
		text-decoration:none;		
		text-indent:25px;
}

div.news a.name:hover {
		text-decoration:underline;
}

