/* CSS Document */

body{
margin:0px;
font-family:tahoma;
}

p{
font-size:11px;
color:#666666;
margin:10px;
}

.white-txt{
color:#FFFFFF;
}

.menu-bg{
background:url(images/menu-bg.jpg) center no-repeat;
height:76px;
}

.blue-bg{
background-color:#3e76a9;
}

.top-bg{
background:url(images/top-arc.jpg) center no-repeat;
height:90px;
}

.blue-bg-grad{
background:#ddf0f6 url(images/blue-bg-top.jpg) repeat-x top;
}

.bottom-arc{
background:url(images/bottom-arc.jpg) center top;
height:48px;
}

.light-blue{
background-color:#eff8fb;
}

.main-bottom{
background:url(images/main-bottom-bg.jpg) no-repeat top;
height:76px;
}

.grayblue{
background-color:#def0f7;
}

.bott-toparc{
background:url(images/bottpart-top.jpg) center top no-repeat;
height:72px;
}

.bott-bottarc{
height:57px;
background:url(images/bottpart-bott.jpg) no-repeat center top;
}

h1{
font-family:tahoma;
font-size:13px;
color:#959595;
margin:10px;
}

h2{
font-family:tahoma;
font-size:11px;
color:#ec008c;
margin:10px;
}
.music{
font-family:arial;
font-size:11px;
color:#959595;
margin:10px;
}

.box-products{
background:url(images/box-products.jpg) center center no-repeat;
height:357px;
padding:10px;
}
.tab_text{
font-size:12px;
color:black;
margin:10px;
}


a:link {
	text-decoration: none;
	color: #3e76a9;
}
a:visited {
	text-decoration: none;
	color: #3e76a9;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #3e76a9;
}
a.footer:link {
	text-decoration: none;
	color: white;
}
a.footer:visited {
	text-decoration: none;
	color: white;
}
a.footer:hover {
	text-decoration: underline;
	color: white;
}
a.footer:active {
	text-decoration: none;
	color: white;
}

.dots-right{
border-right:dotted 1px #999999;
}

.right{
float:right;
margin-left:5px;
border:1px solid #CCCCCC;
padding:4px;
background-color:#FFFFFF;
}