/* ======================================================================
	* Filename:			style.css
	* Description:		Global CSS
	* Version: 			1.0 (March 9, 2009)
	* Website:			http://djslah.com
	* Author:			Hristo Slavchev
====================================================================== */

body, html {
	padding-top: 10px;
	margin: 0;
	background: #e2e3df url(images/bg.jpg) 0 0 repeat-x; 
	text-align:center;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

a, a:visited, a:active {
	color: #847f7b;
}
a:hover {
	color: #b27137;
	text-decoration: underline;
}

img {
	border: none;
}

div, form, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 180%;
	color: #848484;
	line-height: 2.0em;
}

#header {
	width: 750px;
	height: 520px;
	padding: 10px;
	background-color: #fff;
}

#inner_header {
	width: 750px;
	height: 200px;
	padding: 10px;
	background-color: #fff;
}

#tiger_left {
	width: 230px;
	height: 520px;
	float: left;
	background: url(images/index_left.jpg) top right no-repeat;
}

#tiger_right {
	width: 520px;
	height: 520px;
	background: url(images/index_right.jpg) top left no-repeat;	
	float: right;
}

#logo_left {
	width: 230px;
	height: 200px;
	float: left;
	background: url(images/inner_logo_left.jpg) top right no-repeat;
}

#logo_right {
	width: 520px;
	height: 200px;
	background: url(images/inner_logo_right.jpg) top left no-repeat;	
	float: right;
}

#navbar {
	width: 750px;
	height: 30px;
	overflow: hidden;
	margin: 0;
	padding: 0 20px 0 0;
	background-color: #fff;
}

a#nav_web, a#nav_web:link, a#nav_web:visited {
	float:left;
	width: 116px;
	height: 20px;	
	overflow: hidden;
	background: url(images/nav_web.jpg) 0 0 no-repeat;
	margin-left: 220px;
}
a#nav_web:hover {
	background-position: 0 -20px;
}

a#nav_print, a#nav_print:link, a#nav_print:visited {
	float:left;
	width: 70px;
	height: 20px;
	overflow: hidden;
	background: url(images/nav_print.jpg) 0 0 no-repeat;
}
a#nav_print:hover {
	background-position: 0 -20px;
}

a#nav_various, a#nav_various:link, a#nav_various:visited {
	float:left;
	width: 87px;
	height: 20px;
	overflow: hidden;
	background: url(images/nav_various.jpg) 0 0 no-repeat;
}
a#nav_various:hover {
	background-position: 0 -20px;
}

a#nav_music, a#nav_music:link, a#nav_music:visited {
	float:left;
	width: 76px;
	height: 20px;
	overflow: hidden;
	background: url(images/nav_music.jpg) 0 0 no-repeat;
}
a#nav_music:hover {
	background-position: 0 -20px;
}

a#nav_about, a#nav_about:link, a#nav_about:visited {
	float:left;
	width: 104px;
	height: 20px;
	overflow: hidden;
	background: url(images/nav_about.jpg) 0 0 no-repeat;
}
a#nav_about:hover {
	background-position: 0 -20px;
}

a#nav_contact, a#nav_contact:link, a#nav_contact:visited {
	float:left;
	width: 77px;
	height: 20px;
	overflow: hidden;
	background: url(images/nav_contact.jpg) 0 0 no-repeat;
}
a#nav_contact:hover {
	background-position: 0 -20px;
}

#content {
	background: #fff url(images/content_top.jpg) 0 0 no-repeat;
	width: 730px;
	padding: 20px;
	text-align: left;
}

#footer {
	width: 770px;
	height: 10px;
	background: url(images/out_bottom.jpg) 0 0 no-repeat;
}

#below {
	width: 760px;
	text-align: left;
}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 460px;
	text-align: left;
	padding: 0 0 10px 10px;
	float: left;
}

#valid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 280px;
	text-align: right;
	padding: 0 10px 10px 0;
	float:right;
}

.und {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7a716c;
}

.small {
	font-size: 80%;
}

dt {
	margin: 0 0 10px;
	font-weight: bold;
	position: relative;
	width: 12em;
}

dd {
	background: url(images/doth.jpg) repeat-x 0 100%;
	margin: -2.6em 0 12px 0;
	padding: 0 0 12px 13em;
	overflow: hidden;
}

ul {
	list-style-type: disc;
	color: #555;
	margin-left: 1.3em;
}

li {
	color: #000;
	line-height: 1.7em;
}

.content_left {
	width: 150px;
	padding: 15px 20px 20px 20px;
	float: left;
}

.content_left img {
	border: 10px solid #ececec;	
}
.content_left img:hover {
	border: 10px solid #dddad3;	
}

.content_right {
	width: 500px;
	float: right;
}

.content_right ul {
	list-style: decimal-leading-zero;
}

.design_list {
	background: url(images/doth.jpg) repeat-x 0 100%;
	margin: 0 0 10px 0;
	padding: 0 10px 10px 0;
	overflow: hidden;
	line-height: 1.7em;
	clear: both;				/* IE6 */
	height: auto !important;
	height: 116px;				/* IE6 */
}

.design_list img {
	border: 10px solid #ececec;	
	margin: 0 20px 0 10px;
	float: left;
	padding: 0;
}

.design_list img:hover {
	border: 10px solid #dddad3;	
}

.logo_list {
	background: url(images/doth.jpg) repeat-x 0 100%;
	border-right: 5px solid white;
	border-left: 5px solid white;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	line-height: 1.7em;
	width: 230px;
	text-align: center;
	float: left;	
}

.print_list {
	background: url(images/doth.jpg) repeat-x 0 100%;
	border-right: 5px solid white;
	border-left: 5px solid white;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	line-height: 1.7em;
	width: 330px;
	text-align: center;
	float: left;	
}

.logo_list img, .print_list img {
	border: 10px solid #ececec;	
	margin: 0 0 10px 10px;
	padding: 0;	
}

.logo_list img:hover, .print_list img:hover {
	border: 10px solid #dddad3;	
}



