/* VST plugins */

html {
	cursor: url(../images/pointers/cursor.cur), auto;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	text-align: center;
	margin: 0;
	background: #000 url(../images/layout/bg_body.png) repeat-x;
	}

a {
	color: #994;
	padding: 4px 6px;
	text-decoration: none;
	cursor: url(../images/pointers/cursor.cur), auto;
	}
a:hover {
	padding: 3px 6px;
	border-radius: 5px;
	background-color: #111;
	}
a:link {
	color: #994;
	}
a:visited {
	color: #974;
	}
	
.set_logo {	
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding-top: 50px;
	}
.set_logo a, #logo img {
	text-decoration: none;
	border: 0px;
	text-align: center;
	}

#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	} 
#header {
	width: 960px;
	height: 200px;
	float: left;	
	margin-top: 4px;
	background: url(../images/layout/banner_software.png) repeat-y;
	border-radius: 5px;
	}
	
#container {
	float: left;
	width: 960px;
	background: url(../images/layout/main_software.png) repeat 0cm 0cm;
	border-radius: 5px;
	}

/* --- text box --- */

#set_box {
	width: 920px;
	float: left;
	padding: 10px;
	background: url(../images/layout/bg_tex.png);
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-radius: 5px;
	}
#set_box h2 {
	font-family: topaz_font, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-shadow: 2px 2px #222;
	color: #ccc;
	background: url(../images/icons/ico_adsr.png) no-repeat left;
	margin-left: 3px;
	padding: 2px 0px 0px 40px;
	margin-top: 0px;
	border-radius: 0px;
	/*border: 1px solid #555;*/
	}
#set_box h3 {
	font-family: topaz_font, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ccc;
	margin-left: 3px;
	padding: 2px 0px 0px 0px;
	margin-top: 0px;
	}
#set_box p {
	color: #ccc;
	line-height: 20px;
	text-align: justify;
	text-shadow: 2px 2px #333;
	font-size: 12px;
	font-family: Arial;
	}
#set_box img {
	border: 2px solid #222;
	padding: 3px;
	margin-right: 0px;
    border-radius: 5px;
	}
	
/* --- text bar --- */

#set_bar {
	width: 940px;
	float: left;
	padding: 0px 0px;
	background: url(../images/layout/bg_tex.png);
	margin-left: 10px;
	margin-top: 10px;
    border-radius: 5px;
	}
#set_bar h2 {
	font-family: topaz_font, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-shadow: 2px 2px #222;
	text-align: center;
	color: #EA3;
	margin-left: 10px;
	}
	
/* --- lightbox --- */
	
#lightbox {
	position: fixed;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	text-align: center;
	background: url(../images/bg_overlay.png) repeat; 
	cursor: url(../images/pointers/cursor_busy.cur), auto;
	}

#lightbox img {
	box-shadow: 0 0 25px #333;
	max-width: 940px;
	border-radius: 5px;
	}
	
#lt_box a {
	display: block;
	float: left;
    padding: 0px 0px 0px 0px;
	margin-right: 10px;
	}
	
#lt_box a:hover {
	box-shadow: 0 0 15px #11B06B;
    padding: 0px 0px 0px 0px;
	border-radius: 5px;
	background-color: #17C77B;
	}

@font-face {
	font-family: topaz_font;
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/amiga4ever pro2.ttf");
	}