﻿/*Css Style sheet*/
tml, body {
	width:100%;
	margin:auto;
	min-width:600px;
	max-width:1280px;		
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Arial;
	color: #000000;	
}

p {margin: 0; padding: 0;}

input, select, textarea {
	outline: none;
}

/* ==================== */

.category {
	color: #617081; font-size: 12px; font-family: Arial; text-decoration: none;
}
.category a {
	color: #617081; text-decoration: none;
}
.category a:hover {
	color: #617081; text-decoration: underline;
}

/* ==================== */

.speedbar {
	color: #757575;
	font-size: 11px;		
	font-family: tahoma;	
	text-decoration: none;
}
.speedbar a {
	color: #4b719e;
	text-decoration: none;
}
.speedbar a:hover {
	color: #4b719e;
	text-decoration: underline;
}

/* ==================== */

.slink {
	color: #000000; font-size: 12px; font-family: Arial; text-decoration: none;
}
.slink a:active, .slink a:visited, .slink a:link {
	color: #000000; text-decoration: underline;
}
.slink a:hover {
	color: #000000; text-decoration: none;
}

/* ==================== */

.copy {
	color: #000000; font-size: 11px; font-family: Arial; text-decoration: none;
}
.copy a:active, .copy a:visited, .copy a:link {
	color: #757575; text-decoration: none;
}
.copy a:hover {
	color: #056ec8; text-decoration: underline;
}

/* ==================== */

.stext {
	color: #000000; font-size: 11px; font-family: Arial; text-decoration: none;
}
.stext a:active, .stext a:visited, .stext a:link {
	color: #056ec8; text-decoration: none;
}
.stext a:hover {
	color: #056ec8; text-decoration: underline;
}

/* ==================== */
/*
.ltitle {
	color: #E34000;
	font-size: 18px;
	font-weight: bold;
}
*/
/* ==================== */

.ntitle {
	color: #000000; font-family: Arial; font-size: 18px;
}
.ntitle a {
	color: #000000; text-decoration: none;
}
.ntitle a:hover {
	color: #000000; text-decoration: underline;
}

/* ==================== */

.ctitle {
	color: #000000; font-family: Arial; font-size: 11px; font-weight: normal;
}
.ctitle a {
	color: #056ec8; text-decoration: none;
}
.ctitle a:hover {
	color: #056ec8; text-decoration: underline;
}

/* ==================== */

.news {
	color: #000000; font-size: 12px; font-family: Arial; text-align: justify; line-height: 18px;
}
.news a {
	color: #056ec8; text-decoration: none;
}
.news a:hover {
	color: #056ec8; text-decoration: underline;
}
.news img {
	padding-right: 10px; padding-bottom: 10px; padding-top: 10px; border: none;
}

/* ==================== */

.userstop {
	color: #000000; font-size: 12px; font-family: Arial; text-decoration: none;
}
.userstop a {
	color: #056ec8; text-decoration: none;
}
.userstop a:hover {
	color: #056ec8; text-decoration: underline;
}
.userstop td {
	padding: 3px;
}
.userstop thead {
	color: #000000; font-weight: bold;
}

/* ==================== */

.hr_line {
	background: url(images/line.gif);
	width: 100%;
	height: 7px;
	font-size: 3px;
	margin-top: 4px;
	margin-bottom: 4px;
}

/* ==================== */

.skin {
	padding-left: 10px;
}
select {
	font-size: 11px;
	font-family: tahoma;
}

/* OLD NAVIGATION WITHOUT IMAGES */

.s_field {
	color: #000000; font-size: 12px; font-family: Arial; height: 18px; padding-left: 3px; border: 0px; background-color: transparent;
}
.s_field2 {
	color: #616a73; font-size: 12px; font-family: Arial; height: 18px; padding-left: 3px; border: 0px; background-color: transparent; font-style: italic;
}
.a_field {
	color: #000000;	font-size: 12px; font-family: Arial; height: 18px; padding-left: 3px; border: 0px; background-color: transparent;
}

.f_textarea {
	color: #000000;			/* ! */
	font-size: 11px;		/* ! */
	font-family: Arial;	/* ! */
	background-image: url(images/dlet_field_o.gif);
	background-repeat: repeat-x;
	
	width: 459px;
	height: 156px;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
}
.f_input {
	color: #000000;			/* ! */
	font-size: 11px;		/* ! */
	font-family: Arial;	/* ! */
	background-image: url();
	background-repeat: repeat-x;
	
	width: 300px;
	height: 14px;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
}
.f_select {
	color: #000000;			/* ! */
	font-size: 11px;		/* ! */
	font-family: Arial;	/* ! */
	background-image: url(images/dlet_field_o.gif);
	background-repeat: repeat-x;
	
	height: 14px;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
}
.ahdr01 {
	background-image: url(images/dlet_ahdr01.gif); background-repeat: repeat-x; height: 128px;
}
.ahdr01-31 {
	background-image: url(images/dlet_ahdr01-31.jpg); background-repeat: no-repeat;
}
.themenu {}

.themenu ul {
	list-style: none; margin: 0; padding: 0;
    height: 44px;
}
.themenu li {
	font-family: Arial; background-color: transparent; display: block; float: left; height: 35px; line-height: 35px; text-align: center; padding: 0 16px;
}
.themenu li a {
	font-size: 13px; color: #ffffff; text-decoration: none; display: block;
}
.themenu li a:hover {
	color: #ffffff;
}
.themenu li:hover 
{
   
	background-image: url(images/dlet_ahdr04-1.gif); 
	background-repeat: repeat-x;	
}

.themenu .liSpace
{
	width:70px;
}
.themenu .liSpace:hover
{
	width:70px;
	background-image: url(images/dlet_ahdr01.gif); background-repeat: repeat-x;
    background-position: left 70px;
}

.themenu li.spec {
	width: 2px; float: left; padding: 0;
}
.themenu li.icn {
	width: 25px; float: left; padding: 0;
}
.themenu li.icn:hover {
	background: none;
}
.aftr00 {
	background-image: url(images/dlet_aftr00.gif); background-repeat: repeat-x; height: 224px;
}
.aftr01 {
	background-image: url(images/dlet_aftr01.jpg); background-repeat: no-repeat; background-position: center bottom; height: 70px;
}
.ftrtxt {
	color: #abbefa; font-size: 12px; font-family: Arial; text-decoration: none;
}
.ftrtxt a:active, .ftrtxt a:visited, .ftrtxt a:link {
	color: #abbefa; text-decoration: none;
}
.ftrtxt a:hover {
	color: #abbefa; text-decoration: underline;
}
.ftrtxt2 {
	color: #7283b8; font-size: 12px; font-family: Arial; text-decoration: none; line-height: 15px;
}
.ftrtxt2 a:active, .ftrtxt2 a:visited, .ftrtxt2 a:link {
	color: #ffffff; text-decoration: none;
}
.ftrtxt2 a:hover {
	color: #ffffff; text-decoration: underline;
}
.aftr03 {
	background-image: url(images/dlet_aftr03.jpg); background-repeat: no-repeat; height: 62px;
}
.aftr04 {
	background-image: url(images/dlet_aftr04.gif); background-repeat: repeat-x;
}
.colmn01 {
	background-image: url(images/dlet_colmn01.gif); background-repeat: repeat-y;
}
.colmn02 {
	background-image: url(images/dlet_colmn02.gif); background-repeat: repeat-y;
}
.colmn06 {
	background-image: url(images/dlet_colmn06.gif); background-repeat: repeat-y;
}
.colmn07 {
	background-image: url(images/dlet_colmn07.gif); background-repeat: repeat-y;
}
.colmn0345 {
	background-image: url(images/dlet_colmn0345b.gif); background-repeat: repeat-x;
}
.colmn0345t {
	background-image: url(images/dlet_colmn0345t.gif); background-repeat: repeat-x;
}
.bloauthttl {
	background-image: url(images/dlet_bloauthttl.gif); background-repeat: no-repeat; height: 35px; font-family: Arial; font-size: 13px; color: #4E5A67; text-indent: 17px;
}
.authfld {
	background-image: url(images/dlet_authfld.gif); background-repeat: no-repeat; height: 26px;
}
.cpsmall {
	color: #606a72; font-size: 10px; font-family: Arial; text-decoration: none; line-height: 15px;
}
.cpsmall a {
	color: #606a72; text-decoration: none;
}
.cpsmall a:hover {
	color: #606a72; text-decoration: underline;
}
.blorfirstttl {
	background-image: url(images/dlet_blorfirstttl.gif); background-repeat: no-repeat; height: 35px; font-family: Arial; font-size: 13px; color: #4E5A67;
}
.tizers {
	color: #000000; font-size: 12px; font-family: Arial; text-decoration: none; line-height: 15px;
}
.tizers a {
	color: #056ec8; text-decoration: none; font-weight: bold;
}
.tizers a:hover {
	color: #056ec8; text-decoration: underline;
}
.blolttl {
	background-image: url(images/dlet_blolttl.gif); background-repeat: no-repeat; height: 30px; color: #FFFFFF; font-family: Arial; font-size: 13px; text-indent: 17px; font-weight: bold;
}
.blorttl {
	background-image: url(images/dlet_blorttl.gif); background-repeat: no-repeat; height: 30px; color: #FFFFFF; font-family: Arial; font-size: 13px; text-indent: 17px; font-weight: bold;
}
.navmenu {}
.navmenu ul {
	list-style: none; margin: 0; padding: 0;
}
.navmenu li {
	font-family: Arial; background-image: url(images/dlet_navli.gif); background-repeat: no-repeat; display: block; height: 26px; line-height: 25px; text-align: left; padding: 0 0 0 35px;
}
.navmenu li a {
	font-size: 12px; color: #000000; text-decoration: none; display: block;
}
.navmenu li a:hover {
	color: #ffffff;
}
.navmenu li:hover {
	background-image: url(images/dlet_ahdr04-1.gif); background-repeat: repeat-x;
}
.navmenu li.spec {
	width: 2px; padding: 0;
}
.navmenu li.icn {
	width: 25px; padding: 0;
}
.navmenu li.icn:hover {
	background: none;
}
.stext1 {
	color: #000000; font-size: 12px; font-family: Arial; text-decoration: none;
}
.stext1 a:active, .stext1 a:visited, .stext1 a:link {
	color: #056ec8; text-decoration: none;
}
.stext1 a:hover {
	color: #056ec8; text-decoration: underline;
}
.navmenu2 {}
.navmenu2 ul {
	list-style: none; margin: 0; padding: 0;
}
.navmenu2 li {
	font-family: Arial; background-image: url(images/dlet_navli2.gif); background-repeat: no-repeat; display: block; height: 26px; line-height: 25px; text-align: left; padding: 0 0 0 35px;
}
.navmenu2 li a {
	font-size: 12px; color: #000000; text-decoration: none; display: block;
}
.navmenu2 li a:hover {
	color: #ffffff;
}
.navmenu2 li:hover {
	background-image: url(images/dlet_ahdr04-1.gif); background-repeat: repeat-x;
}
.navmenu3 {}
.navmenu3 ul {
	list-style: none; margin: 0; padding: 0;
}
.navmenu3 li {
	font-size: 12px; color: #000000; font-family: Arial; background-image: url(images/dlet_navli3.gif); background-repeat: no-repeat; height: 26px; line-height: 25px; text-align: left; padding: 0 0 0 39px;
}
.navmenu3 li a {
	color: #000000; text-decoration: none;
}
.navmenu3 li a:hover {
	color: #ffffff;
}
.navmenu3 li:hover {
	background-image: url(images/dlet_ahdr04-1.gif); background-repeat: repeat-x;
}
.ablo12 {
	background-image: url(images/dlet_ablo12.gif); background-repeat: repeat-x; height: 21px;
}
.ablo22 {
	background-image: url(images/dlet_ablo22.gif); background-repeat: repeat-x;
}
.ablo22-1 {
	background-image: url(images/dlet_ablo22-1.gif); background-repeat: no-repeat;
}
.ablo32 {
	background-image: url(images/dlet_ablo32.gif); background-repeat: repeat-x; height: 55px;
}
.ablo42 {
	background-image: url(images/dlet_ablo42.gif); background-repeat: repeat-x; height: 8px;
}
.ablo43{
margin-bottom:auto;
} 
.stext2 {
	color: #3b424a; font-size: 12px; font-family: Arial; text-decoration: none;
}
.stext2 a:active, .stext2 a:visited, .stext2 a:link {
	color: #3b424a; text-decoration: none;
}
.stext2 a:hover {
	color: #3b424a; text-decoration: underline;
}
.center {
	background-image: url(images/center.gif); background-repeat: repeat-x; height: 35px;
}
.style1 {
	font-size: 11px;
}
#img a {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
	text-decoration: none;
	color: #EDF0EC;
}

#img a:hover {

	text-decoration: none;
	color: #0B010B;
}
#link a {
font-family:Arial, Helvetica, sans-serif;
margin-right:0;
font-size: 12px;
	text-decoration: none;
	color: #EDF0EC;
}

#link a:hover {
	text-decoration: none;
	color: #0B010B;
}
#more a {
font-family: inherit;
font-size: 12px;
text-decoration: none;
color: #262423;
}

#more a:hover {
	text-decoration: underline;
	color: #C91F08;
}

#sidebar ul {
	
	padding: 0;
	margin-left:10px;
	list-style: none;
	line-height: normal;
	
	
}

#sidebar li {
	margin-bottom: 15px;
	margin-left:0;
	
}

#sidebar ul li {
margin-left:0px;
padding: 0px 0px 0px 0px;
background: url(images/img10.jpg) repeat-x left bottom;

}
#sidebar ul li a {
font-family: Arial, Helvetica, sans-serif;

	font-size:12px; 
	font-style: inherit;
	text-decoration:none;
	color:#0789C5;
	background: url(images/bul.gif) no-repeat left 3px;
	padding-left: 20px;
	
}
#sidebar ul li a:hover {
text-decoration: underline;
	color:#0789C5;
}

	
	#sidebarl ul {
	
	padding: 0;
	list-style: none;
	line-height: normal;
	
	
}

#sidebarl li {
	margin-bottom: 15px;
	margin-left:0;
	
}
#sidebarl ul li a {
font-family: Arial, Helvetica, sans-serif;

	font-size:11px; 
	font-style: inherit;
	text-decoration:none;
	color:#0789C5;
	background: url(images/bul.gif) no-repeat left 3px;
	padding-left: 20px;
	
}
.text {
	PADDING-RIGHT: 20px; PADDING-LEFT: 10px; FONT-SIZE: 12px; COLOR:#5B5B52; LINE-HEIGHT: 20px; PADDING-TOP: 10px; FONT-FAMILY:Arial; TEXT-ALIGN: justify;
    }
    
    .text2 {
	PADDING-RIGHT: 20px; text-align:left; list-style:disc; PADDING-LEFT:5px; FONT-SIZE: 12px; COLOR:#5B5B52; LINE-HEIGHT: 15px; PADDING-TOP: 5px; FONT-FAMILY:Arial;
    }


#h3 {
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
	text-decoration: none;
	color: #D27F07;
}
#h8 {
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
padding:"20px 20px 20px 20px";
	text-decoration: none;
	color: #D27F07;
}


.right a {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
	text-decoration: none;
	color:#0789C5;
}

.right a:hover {
	text-decoration: underline;
	color: #0789C5;
}
#footer a {
font-family: inherit;
font-size: 11px;
	text-decoration: none;
	color:#FDFEFF;
}

#footer a:hover {
	text-decoration: underline;
	color: #054FB4;
}
.elem
{
    cursor:pointer;
    cursor:hand;
}



.center{width:960px;margin:0 auto;}

/*SlideShow Begin*/
#cu3er-container {margin-top:30px;padding-left:0px;padding-right:0px;width:960px;}
#cubershadow{width:680px;height:350px;background:url(images/shadow.jpg) no-repeat bottom;}
/*SlideShow End*/

/*product*/
.content { padding-bottom:16px;}
.content .mainbar { margin:0; padding:0; float:left; width:620px;}
.content .mainbar .article, .content .sidebar .gadget { margin:0; padding:0 0 16px 0;}
.content .sidebar { margin:0; padding:0; float:right; width:220px;}



.style1 {
	margin-left: 0px;
	margin-right:0px;
}

#client a {
background-color:#1BBC0A;
padding:2px 5px 5px 5px;
font-family: inherit;
font-size: 12px;
text-decoration: none;
color: #FAFDF9;
height:20px;
width:30px;
}

#client a:hover {
font-family: inherit;
font-size: 12px;
text-decoration: none;
background-color:#128B05;
text-decoration: none;
color: #FAFDF9;
}

#client1 a {
background-color:#F81C1C;
padding:2px 5px 5px 2px;
font-family: inherit;
font-size: 12px;
text-decoration: none;
color: #FAFDF9;
height:20px;
width:30px;
}

#client1 a:hover {
font-family: inherit;
font-size: 12px;
text-decoration: none;
background-color:#D91717;
text-decoration: none;
color: #FAFDF9;
}



.style2 {
	font-family: "Arial Rounded MT Bold";
}
.plan{float:left;display:block;width:135px;height:38px;background:url(images/clients.jpg) no-repeat 0px -101px;text-indent:-1000px;}
.plan:hover{ background-position: 0px 5px;}
.whyus{margin-top:10px;float:left;display:block;width:135px;height:87px;background:url(images/clients.jpg) no-repeat 0px 0px;text-indent:-1000px;}
.whyus:hover{ background-position: 0px -88px;}

.gap {
width:20px;
	 background-image: url(images/gap.gif); background-repeat: repeat-y;
}
.content {
	background-image: url(images/content.gif); background-repeat: repeat-x; height: 35px;
}

#menu a {

text-decoration: none;
	
}

#online  {
 background-image:url('images/demo.gif'); background-repeat:no-repeat;
 background-position:center;
 text-align:center;
 font-family:Arial, Helvetica, sans-serif;
 font:menu;
 font-weight:lighter;
 color:white;
}

#online:hover {
background-image:url('images/demo1.gif');
background-position:center;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
 font:menu;
 font-weight:lighter;
 color: black;

}
.online a  {
font-family:Arial, Helvetica, sans-serif;text-align:center;
margin-left:0px;
font-size:small;
text-decoration:none;
color:white;

}
.online a:hover  {
font-family:Arial, Helvetica, sans-serif;text-align:center;

text-decoration: none;
color: black;

 }
 
 
 
 #navigation {

width: 215px;




margin-left: 7px;

margin-right: 6px;

}

#navigation h2, #navigation hr {

display: block;

padding: 10px 5px 0px 0px;

border-bottom-width: 1px;

border-bottom-style: solid;

border-bottom-color: #00214C;

}

#navigation ul {

margin: 0px;

padding: 0px;

list-style: none;

}

#navigation ul li {

border-bottom-width: 1px;

border-bottom-style: solid;

border-bottom-color: #00214C;

} 

#navigation ul li a {

padding: 5px;
display: block;
color: #FFFFFF;
font-size:12px;
text-decoration: none;
background:#084EAA url(images/title.gif) repeat-x;
margin-bottom:2px;
} 

#navigation ul li a:hover {

background:#084EAA url(images/hi.gif) repeat-x;
color:black;
display: block;
padding: 5px;
margin-bottom:2px;
}

#quick a {
text-decoration: none;
	color:#F9FBFD;
}

#quick a:hover {
	text-decoration: underline;
	color: #14263F;
}

CATALOG
{
background-color: #ffffff;
width: 100%;
}
CD
{
display: block;
margin-bottom: 30pt;
margin-left: 0;
}
TITLE
{
color: #FF0000;
font-size: 20pt;
}
ARTIST
{
color: #0000FF;
font-size: 20pt;
}
COUNTRY,PRICE,YEAR,COMPANY
{
display: block;
color: #000000;
margin-left: 20pt;
}
h6.inner{font:17px Myriad Pro, Arial, Helvetica, sans-serif; color:#555555; font-weight:100; padding:0px 0px 5px 0px;	margin:0px 0px 0px 0px; background:none }

.project-img{ float:none; margin-right:10;	border: 6px solid #dcdcda;
    width :120;
    height: 90;
}
.ourprojectrow{margin-bottom:10; border-bottom:1px dotted #000; padding-bottom:10;}
.clear
{margin:0px;
padding:0px;
clear:both;
}
.product
{
    background-color:#E6EAE4;
}
.ul
{
    font-family:Arial; font-size:12px; color:#51575D;  line-height:20px;
}
.head1
{
    font-family:Arial; font-size:13px; color:#3D9006;
    width: 419px;
}
.head2
{
    font-family:Arial; font-size: 13px; color:#CB1F0D; 
    
}
#more1 a {
font-family: inherit;
font-size: 11px;
	text-decoration: none;
	color: #262423;
}

#more1 a:hover {
	text-decoration: underline;
	color: #C91F08;
}
#more2 a {
font-family: inherit;
background-color:#CE2C0C;
padding:5px 10px 5px 10px;
font-size: 12px;
	text-decoration: none;
	color: #F5EFEE;
}

#more2 a:hover 
{
    background-color:#E72E09;
	text-decoration: underline;
	color: #F5EFEE;
}
.back {
	background-image: url(images/back.gif); background-repeat: repeat-x; height: auto;
}
.iframe {
	background-image: url(images/iframe.gif); background-repeat: repeat-x; height: auto;
}
		
.text1 {
	PADDING-RIGHT: 10px; FONT-SIZE: 12px; COLOR:#5B5B52; LINE-HEIGHT: 20px; FONT-FAMILY: Arial; TEXT-ALIGN: justify;
    width: 463px;
}
.h3
{
    color:Green;
    font-size:14px;
    font-weight:bold;
    font-family:Arial;
    width: 340px;
    height: 17px;
}
.h4
{
    color:#F38709;
    font-size:12px;
    font-weight:bold;
    font-family:Arial:
    
    }
    
.span
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#0C90C1;
font-weight:bold;
	
} 
.span1  {
	
	font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#3C3D3E;

}
.read a 
{
font-family:Arial;
background-color:#CE2C0C;
text-decoration:none;
float:right;
padding:3px 3px 3px 3px;
font-size: 12px;
color: #F5EFEE;
}

.read a:hover 
{
    background-color:#E72E09;
	text-decoration: underline;
	color: #F5EFEE;
} 
    
    
    
    
    
    
    






