/* daw */
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: 25px;
}
.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;
	}

/* set box */
#title_bar {
	width: 940px;
	float: left;
	background: url(../images/layout/bg_tex.png);
	margin-left: 10px;
	margin-top: 10px;
	padding: 2px 0px 15px 0px;
	border-radius: 5px;
	}
#title_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-top: 26px;
	margin-left: 10px;
	}
	
#box_daw {
	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;
	}
#box_daw 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_daw.png) no-repeat left;
	margin-left: 3px;
	padding: 2px 0px 0px 40px;
	margin-top: 0px;
	border-radius: 0px;
	/*border: 1px solid #555;*/
	}
#box_daw 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;
	}
#box_daw p {
	color: #ccc;
	line-height: 20px;
	text-align: justify;
	font-size: 12px;
	font-family: Arial;
	text-shadow: 2px 2px #333;
	}
#box_daw img {
	border: 2px solid #222;
	padding: 3px;
	margin-right: 0px;
	border-radius: 5px;
	}

/* 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 #AAA;
	max-width: 940px;
	border-radius: 15px;
	}	
#box_display a {
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
	margin-right: 10px;
	}
#box_display 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");
	}