		* { margin: 0; padding: 0 }
		
		p { text-align: left; font-size:12pt; margin-top:10px;}
		
		p, ul { font-size: 11pt; line-height: 1.4em } 
		
		p a, li a { color: #39c; text-decoration: none }
		
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		a:focus { outline:none }
		
		td {
			font-family: 'OpenSansRegular';		
		}
		
		img { border: 0 }
		
		h3 { border-bottom: 1px dashed white; margin-bottom: 5px; padding-bottom: 3px; margin-top:-3px; text-align: left; color:white; }
		
		body {
			font-family: 'OpenSansRegular';
			background: #c70435;
			color: black;
			margin: 0;
			text-align: center;
			padding-bottom: 50px;
			overflow-x:hidden;
		}
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			width: 100%;
			position: relative;
			margin: 20px 0;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 50px; height: 20px; background: #fff; overflow: hidden;}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border:1px dashed #fff;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			border-radius:5px;
			margin:0px auto;
			width: 1000px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 600px;
			clear: both;
			background: #red;
		}
		

		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			-moz-user-select: none; /* Stops the panels from highlighting/selecting, which I found problematic in Firefox. Also stops the CSS from validating though. Oh well. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			width: 1000px; /* Also specified in  .stripViewer  above */
			height: 100%;
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin:0px auto;
			top:-50px;
			width:1000px;
			position:relative;
			overflow: auto;
			z-index: 2;
			/*float:left;*/
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			position:relative;
			width:700px;
			float:left;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 11pt;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			color: #aaa;
			text-decoration: none;
			display: block;
			padding: 0 15px ;
		}
		
		.stripNav a:hover {
			color:#555;
		}
		
		.stripNav a.current {
			color: #555;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.container .panel
		{
			margin: 0 auto;
		}
		
		.container .wrapper
		{
			margin: 0 auto;		
		}

/*FONT FACE FOR ALL DEVICES*/



@font-face {
    font-family: 'OpenSansLight';
    src: url('http://course2011.diamondway.bg/fonts/OpenSans-Light-webfont.eot');
    src: url('http://course2011.diamondway.bg/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://course2011.diamondway.bg/fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('http://course2011.diamondway.bg/fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('http://course2011.diamondway.bg/fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'OpenSansRegular';
    src: url('http://course2011.diamondway.bg/fonts/OpenSans-Regular-webfont.eot');
    src: url('http://course2011.diamondway.bg/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://course2011.diamondway.bg/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('http://course2011.diamondway.bg/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('http://course2011.diamondway.bg/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'OpenSansSemibold';
    src: url('http://course2011.diamondway.bg/fonts/OpenSans-Semibold-webfont.eot');
    src: url('http://course2011.diamondway.bg/fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://course2011.diamondway.bg/fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('http://course2011.diamondway.bg/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('http://course2011.diamondway.bg/fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'OpenSansBold';
    src: url('http://course2011.diamondway.bg/fonts/OpenSans-Bold-webfont.eot');
    src: url('http://course2011.diamondway.bg/fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://course2011.diamondway.bg/fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('http://course2011.diamondway.bg/fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('http://course2011.diamondway.bg/fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*MENU BAR*/
#menu {
	background:url('http://course2011.diamondway.bg/images/menubg.png') repeat-x;
	height:105px;
	position:relative;
	margin:0px auto;
	padding:0px auto;
	/*top:-10px;*/
	left:0px;
	z-index: 1;
}

#menu hr
{
	
	position:absolute; 
	left: 0;
	top:65px; 
	color:#d22238;
	background-color:#d22238;
	height:1px;
	width: 100%;
	border:none;	
}

#cont {
	margin:0px auto;
	/*padding:0px auto;*/
	width:1024px;	
}

#logo, #logoen {
	width:480px;
	height:80px;
	float:right;
	position:relative;
	margin-top: 14px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*top:13px;*/	
}

#logo
{
	background:url('http://course2011.diamondway.bg/images/logo.png') no-repeat center top;
}

#logoen 
{
	background:url('http://course2011.diamondway.bg/images/logoen.png') no-repeat;
}

#menubar {
	background:url('http://course2011.diamondway.bg/images/menubar.png') no-repeat;
	width:221px;
	height:21px;
	position:relative;
	float:left;
	top:35px;
	left:35px;	
}

#lang {
	position:relative;
	margin:0px auto;
	z-index:10;
	width:1000px;	
	overflow: auto;
}

#lang ul li{
	float:left;	
	list-style:none;
	margin-right:10px;
}

#lang ul {
	position:relative;
	overflow: auto;
	float: right;
}

#lang ul li a {
	color:white;	
	font-size:8pt;
	font-family:'OpenSansLight';
	float:left;
}

#mainhead {

	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:960px;
	float:left;
}
#headline {
	font-size:18pt;
	font-family: Verdana 'OpenSansBold';
	width:100%;
	padding:15px 0px 5px 0px;	
}
#headline2 {
	font-size:13pt;
	font-family: 'OpenSansBold' ;
	padding-top:5px;
	padding-bottom:0px;
	margin:0px auto;	
}
#headline3 {
	font-size:10pt;
	font-family: Verdana 'OpenSansBold';
	padding-top:5px;
	padding-bottom:0px;
	margin:0px 0px 15px 0px;
color:gray;	
}

#headlineone {

	font-family:'OpenSansLight';
	padding-top:10px;
	padding-bottom:25px;
	font-size:10pt;
}

.unlist {
	float:left;
	margin-left:-25px;
	margin-top:-8px;
}

.unlist ul li{
	list-style:none;
	float:left;
	margin-right:10px;
	font-size:12pt;
	font-family:'OpenSansRegular';
	color:white;
}

#color {
	position: relative;
	top: 0px; 
	width:1000px;
	
	margin: 0px auto; 
	padding: 0px 20px 30px 20px;
	background-color: white;

	border: 1px solid white;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px; 
	behavior: url(http://course2011.diamondway.bg/css/border-radius.htc);	
}

#last
{
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-radius: 0px; 
	behavior: url(http://course2011.diamondway.bg/css/border-radius.htc);
}

.table {
	background: url('http://course2011.diamondway.bg/images/table.png') no-repeat;
	width:910px;
	height:486px;
	margin:30px auto;
	padding-top:30px;
	position:relative;
	margin-bottom:30px;	
}


#mapss {
	border:15px solid white;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow:0px 1px 7px #000;
	-webkit-box-shadow:0px 1px 7px #000;
	box-shadow:0px 1px 7px #000;
	position:relative;
	right:20px;
	float:right;
	width:500px;
	height:360px;
	margin:15px 5px 20px 5px;
}


#footer {
/*
	background-color:#f68121;
	height:65px;
	bottom:0px;
	
	width:100%;
*/
	position: relative;
	width:1000px;
	margin: 0px auto; 
	margin-top: 50px;

	background-color: white;
	overflow-x: visible;
	border: 1px solid white;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px; 
	behavior: url(http://course2011.diamondway.bg/css/border-radius.htc);	
	overflow: auto;
}

#footer ul
{
	
	list-style-type: none;
	margin: 0 auto;
}
		
#footer a {
	/* 
	color:white; 
	top:20px;	
	*/
	padding: 2px 5px 2px 5px;
	font-size:11pt;
	line-height: 36px;
	text-decoration:none;
	font-family:'OpenSansLight';
}

