/* CSS Document */

/*img { behavior: url(iepngfix.htc); }*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}




body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #666666;
}



#container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/body_BG.gif);
	background-repeat: repeat-y;
} 
#header {
	background-color: #DDDDDD;
	background-image: url(../images/header2.png);
	background-repeat: no-repeat;
	height: 182px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 

/*.top_logo_long{
	height: 90px;
	width: 728px;
	padding-top: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}*/

.top_logo{
	height: 92px;
	width: 250px;
	padding-top: 28px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}




#mainContent {
	float: left;
	padding-right: 15px;
	padding-left: 45px;
	width: 482px;
	padding-top: 10px;
	font-size: 0.9em;
} 


/*#mainContent p{
	font-size: .9em;
	text-align: justify;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-bottom: 6px;
	padding-top: 0px;
}*/

#mainContent p.vat{
	/*font-size: .9em;*/
	text-align: left;
	font-size: 0.7em;
	color: #999999;
	line-height: 1.4em;
	padding-bottom: 8px;
}



/*#mainContent h1 {
	margin: 0; 
	font-size: 1.8em;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 12px;
} 
*/
/* h1 using padding instead of margin will allow you to keep the element away from the edges of the div */

/*#mainContent h2{
	font-size: 1em;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 12px;
	margin: 0;
}
*/
#mainContent h3{
	font-size:1.2em;
	color:#333333;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
}



#main_Nav {
	width: 530px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 15px;
	font-size: 80%;
}
#main_Nav ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#main_Nav li
{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	text-align: center;
}


#main_Nav a.last
{
	border-right:none;
}


#main_Nav a
{
	display: inline;
	outline: none;
	width: auto;
	text-decoration: none;
	margin: 0;
	border-right: 1px solid #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #CCFFFF;
}



#main_Nav a:hover, #main_Nav a:active {
	color: #999999;
}

#main_Nav a.active:link, #main_Nav a.active:visited
{
	position: relative;
	color: #000000;
	font-weight: bold;
}

/*.shadow {
	height: 1em;
	filter: Shadow(Color=#666666, 	
			Direction=135, 
			Strength=5);
}
*/
.boxmain {
	width: 479px;
	background-image: url(../images/maincontent_middle.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	background-position: left top;
	margin-bottom: 10px;
}

.boxmain h1 {
	padding-top: 15px;
	background-image: url(../images/maincontent_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #CC0000;
	padding-left: 15px;
	padding-bottom: 10px;
	font-size: 1.8em;
	}
	
.boxmain h1 {
text-shadow: #666666 2px 2px 2px;
}	
.boxmain p{
	font-size: .9em;
	text-align: justify;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-bottom: 6px;
	padding-top: 2px;
}
	
	

	
	

/*.shadow {
	text-shadow: #666666 5px 5px 5px;
}*/

.boxmain .last {
	padding-bottom: 12px;
	background-image: url(../images/maincontent_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #CC0000;
	padding-top: 5px;
}
.boxmain  h2, .boxmain p {
	padding-left: 15px;
	padding-right: 15px;
}

.boxmain form {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	border: 1px solid #FFFFFF;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 5px;
	background-color: #CCCCCC;
}

input {
	background-color: #E6E6E6;
	border: 2px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #666666;
}

input[type="text"] {
	width: 200px;
	height: 25px;
}

input[type="submit"] {
	border: 2px solid #FFFFFF;
	background-color: #666666;
	color: #FFFFFF;
	width: 120px;
	height: 28px;
	margin-top: 4px;
}

textarea {
	border: 2px solid #FFFFFF;
	background-color: #E6E6E6;
	width: 410px;
	height: 150px;
	font-weight: bold;
	font-size: .9em;
	color: #333333;
}





input:focus, textarea:focus{
	background-color: #e6fdfd;
	color: #666666;
}



.boxmainGreen {
	width: 479px;
	background-image: url(../images/greencontent_middle.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	background-position: left top;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.boxmainGreen h1 {
	padding-top: 10px;
	background-image: url(../images/greencontent_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.2em;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
}

.boxmainGreen .last {
	padding-bottom: 12px;
	background-image: url(../images/greencontent_bottom2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.boxmainGreen   h2, .boxmainGreen p  {
	padding-left: 15px;
	padding-right: 15px;
	color: #FFFFFF;
}

.boxmainGreen p{
	font-size: .9em;
	text-align: justify;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-bottom: 6px;
	padding-top: 0px;
}

.boxmainGreen .enviro {
	color: #CCCCCC;
}

.boxmainReg {
	width: 479px;
	background-image: url(../images/reg_content_middle.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	background-position: left top;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.boxmainReg h1 {
	padding-top: 10px;
	background-image: url(../images/reg_content_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.2em;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
}

.boxmainReg .last {
	background-image: url(../images/reg_content_bottom2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.boxmainReg    h2, .boxmainReg  p  {
	padding-left: 15px;
	padding-right: 15px;
	color: #FFFFFF;
}

.boxmainReg p{
	font-size: .9em;
	text-align: justify;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-bottom: 6px;
	padding-top: 0px;
}
.boxmainReg  .note {
	color: #999999;
	font-size: 0.9em;
}

.boxmain hr {
	border: 0;
	background-color: #B9B9B9;
	height: .1em;
	margin-right: 15px;
	margin-left: 15px;
}




#sidebar1 {
	float: right;
	display:inline;
	width: 195px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	position: relative;
}

#sidebar1 h1 {
	font-size: 1.2em;
	color: #8A0031;
	padding-bottom: 5px;
}

#sidebar1 h2 {
	font-size: 1em;
	color: #CC0000;
}
#sidebar1 p {
	font-size: 0.7em;
	text-align: left;
	padding-top: 0px;
	color: #FFFFFF;
	line-height: 1.2em;
	padding-bottom: 6px;
	}

#sidebar1 .boxout {
	width: 195px;
	overflow: hidden;
	float: left;
	background-image: url(../images/sidebar_middle.gif);
	background-repeat: repeat-y;
	margin-bottom: 10px;
}

#sidebar1 .boxout h2 {
	padding-top: 8px;
	background-image: url(../images/sidebar_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 195px;
	padding-bottom: 8px;
	z-index: 1;
}

#sidebar1 .boxout .last {
	padding-bottom: 8px;
	background-image: url(../images/sidebar_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
}

#sidebar1 .boxout h2, .boxout p {
	padding-left: 10px;
	padding-right: 10px;
}



#sidebar1 ul {
	font-size: 0.85em;
	color: #ccff99;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 0.7em;
	list-style-type: none;
	padding-bottom: 6px;
	line-height:1.4;
}

#sidebar1 li {
	padding-left:15px;
	background-position:0 5px;
	background-color: transparent;
	background-image: url(../images/tick.gif);
	background-repeat: no-repeat;
}
	
/** html h2 {
	zoom: 1;
}*/


/**html .sidebar1 {*/
	/* double margin bug fix */
	/*display: inline;*/
	/* IE 5 box-model fix */
	/*width: 222px;
	w\idth: 250px;
}*/

/*sidebar boxout end*/



#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	height: 89px;
	background-position: bottom;
	color: #FFFFFF;
	font-size: 0.7em;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
	margin-top: 4px;
}

.float_right_woman { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	position: relative;
	right: -12px;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.sidebarimage { /* this class can be used to float an element left in your page */
	margin-top:-11px;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.boxout    a:link {
	color: #CCFFFF;
	text-decoration: underline;
	font-weight: normal;
}
.boxout  a:visited {
	color: #CCFFFF;
	text-decoration: underline;
}
.boxout  a:hover {
	color: #FFFFFF;
	text-decoration: underline;	
}
.boxout  a:active {
	color: #000000;
	text-decoration: none;
}

.boxmain a:link, .boxmain a:visited {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 0.9em;
	padding-left: 3px;
	background-color: #666666;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}


.boxmain a:hover {
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: underline;
	color: #CCFFFF;
}
.boxmain a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 0.9em;
}




#breadcrumbs {
	overflow:hidden;
	padding:0;
	height:30px;
	line-height:30px;
	/*-- sample only --*/
	color:#B0B0B0;
	border:1px solid #E6E6E6;
	margin-bottom:8px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	width: 475px;
	font-size: 0.8em;
}
#breadcrumbs a, div.breadcrumbs em, div.breadcrumbs span {
	float:left;
	overflow:hidden;
	height:30px;
	padding:0 8px;
	font-style:normal;
}
#breadcrumbs span {
	overflow:hidden;
	padding:0 0 0 10px;
	width:0px;
	/*filter:alpha(opacity=40);
	opacity:0.4;*/
	background-image: url(../images/bg-breadcrumb.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.breadcrumbs a:link, a:visited {
	color:#027AC6;
	text-decoration:none;
}



/*.boxmain blockquote {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(../images/top_quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	font-style: italic;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
	background-color: #666666;
}
.boxmain blockquote p {
	text-indent: 20px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-right: 5px;
}
#quote_attrib {
	font-size: 0.7em;
	background-image: url(../images/btm_quote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	padding-bottom: 10px;
	margin-right: 0px;
	padding-right: 40px;
}
*/
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #999999;
	background-image: url(../images/top_quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
blockquote p {
	text-indent: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
blockquote p.quote_attrib {
	font-size: 80%;
	background-image: url(../images/btm_quote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	text-indent: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-right: 40px;
	font-style: italic;
}

table {
	border-collapse: collapse;
	border: 1px solid #666;
	margin-left: 15px;
	margin-right: 15px;
	font-size: .8em;
	margin-bottom: 10px;
}



col {
  border-right: 1px solid #ccc;
}

col#albumCol {
  border: none;
}

thead {
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	background-color: #ccc;
	background-image: url(../images/bar1.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

th {
  font-weight: normal;
  text-align: left;
}

#playlistPosHead {
	height: 28px;
}

th, td {
	padding: 0.1em 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

.odd {
  background-color:#edf5ff;
}

.even {
	background-color:#FFFFFF;
}

tr:hover {
	background-color:#A80024;
	color: #fff;
}

thead tr:hover {
  background-color: transparent;
  color: inherit;
}

.thumbnail{
	padding: 7px;
	border: 1px solid #ddd;
	float: left;
	margin-right: 2px;
	margin-bottom: 15px;
	background-color: #666666;
	margin-left: 15px;
	display: inline;
	}	

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}
.price{
	font-size: 2em;
	font-weight: bold;
	color: #CC0000;
	text-shadow: #666666 2px 2px 2px;
}

.vat{
	font-size:.8em;
	color:#666;
}

/*.hoverbox
{
	cursor: default;
	list-style: none;
	padding-left: 13px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -50px;
	left: -50px;
}

 .hoverbox img
{
	background: #fff;
	color: inherit;
	vertical-align: top;
	width: 129px;
	height: 129px;
	z-index: 1;
	float: left;
	border: 2px solid #666666;
}

.hoverbox li
{
	color: inherit;
	display: inline;
	float: left;
	position: relative;
	padding: 2px;
	margin-top: 6px;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-right: 12px;
}

.hoverbox .preview
{
	border-color: #000;
	width: 220px;
	height: 220px;
	overflow: hidden;
	z-index: 2;
}
*/

.flash{
	margin-bottom:8px;
}
