/*
 * © IT Media, 2009
 * info@itmedia.lv
 * www.itmedia.lv
 */

/* Main */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	color: #000;
	font-family: Verdana;
	font-size: 12px;
	background-color: #fff;
}

ul, ol {
	margin-left: 15px;
}

a {
	color: #000;
}

a:hover {
	color: #FF0026;
}

img {
	border: 0;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	border: 0;
	/*
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff981;*/
}

table td {    /*
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff981;*/

}

.ytable td {
	padding:4px;
	padding-right:40px;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #fff981;
}

/* Page Structure */
body.page {
	background: url('/images/page_background_mirror.jpg') center;
}

table.border {
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff981;
}

table.border td {
	border-width: 0 0 2px 2px;
	border-style: solid;
	border-color: #fff981;
	padding: 3px;
}

#wrapper {
	width: 935px;
	min-height: 100%;
	margin: 0 auto;
	background: url('/images/page_background.jpg') repeat-y center;
}

#butterfly {
	position: relative;
	top: -20px;
	left: 60px;
}

/* Top */

#top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff url('/images/top_background_mirror.jpg') repeat-x bottom center;
}

#top .fixbg {
	width: 897px;
	height: 150px;
	margin: 0 auto;
	background: url('/images/top_background.jpg') no-repeat bottom;
	position: relative;
}

#top .logo {
	display: block;
	margin-top: 23px;
	width: 205px;
	height: 105px;
	background: url('/images/varaviksne_logo.png') no-repeat;
	position: absolute;
}

#top .tools {
	position: absolute;
	bottom: -10px;
	left: 25px;
}

#top .tools img {
	margin-right: 10px;
	vertical-align: bottom;
}

#menu {
	margin: 0;
	position: absolute;
	bottom: -18px;
	right: 40px;
}

/* Container */

#container {
	width: 889px;
	margin: 0 auto;
	padding-top: 170px;
}

#container-top {
	width: 889px;
	height: 30px;
	background: url('/images/container_top.png') no-repeat;
	text-align: left;
	padding-top: 20px;

}

#container-middle {
	width: 889px;
	background: url('/images/container_bg.png') repeat-y;
	min-height: 320px;
}

#container-bottom {
	width: 889px;
	height: 17px;
	background: url('/images/container_bottom.png') no-repeat;
	padding-top: 23px;
	font-size: 11px;
}

/* Submenu */

#container-top #dot{
    position:relative;
	float:left;
	padding-left:40px;
	top:-5px;

}

#container-top #inmenu{	margin-left:100px;
}

#container-top #inmenu a{
	font-weight: bold;
	text-decoration: none;
	margin-right: 15px;
	padding-left: 5px;
	border-left:1px solid #FFF300;
}

#container-top #inmenu a.active {
	color: #ff9e40;
}

#container-top #inmenu a:hover {
	color: #FF0026;
}

/* Footer */

#container-bottom .copyright {
	padding-left: 30px;
}

#container-bottom .address {
	padding-left: 15px;
}

#container-bottom .phones, #container-bottom .email {
	padding-left: 10px;
}

/* Contents */

#content {
	padding: 30px 30px 30px 100px;
}

#content a {
	/*color: #FF0026;*/
}

/* Personal */

#personal {
	margin-top: -10px;
	padding-left: 30px;
}

#personal .name {
	color: #ff7e00;
	font-size: 18px;
	padding-top: 25px;
}

#personal .experience {
	font-size: 11px;
}

#personal .description, #personal .pm {
	padding-top: 15px;
}

#personal .uimg {
	float: left;
	margin-right: 10px;
	border: 3px solid #fff301;
}

#pm-form {
	background-color: #fff;
	padding: 10px;
	width: 400px;
}

#pm-form .row {
	clear: left;
	padding: 2px 0;
}

#pm-form label {
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	color: #8d8d8d;
	font-size: 11px;
	padding-right: 5px;
}

#pm-form input.t {
	width: 250px;
	border: 1px solid #fff97f;
}

#pm-form textarea {
	border: 1px solid #fff97f;
	height: 100px;
	overflow: auto;
	width: 250px;
}

#pm-form .submit {
	padding: 10px 10px 0 0;
	text-align: right;
}

#pm-form .title {
	font-size: 11px;
	padding: 0 0 10px 6px;
}

#pm-form .title .name {
	color: #ff7e00;
	font-size: 18px;
}

/* Gallery */

#gallery .item {
	float: left;
	margin:1px;
	padding: 0 0 10px 0;
	width: 33%;
}

#gallery img {
	float: left;
	border: 2px solid #fff301;
	margin: 0 10px 0 0;
}

#gallery .name {
	color: #ff9e40;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
}

#gallery a {
	text-decoration: none;
}

/* Sitemap */

#sitemap ul{
	background-color:#FFF;
	list-style-type: disc;
	color: #ff9e40;
}

#sitemap ul li{
	background-color:#FFF;
}

#sitemap a{	text-decoration:none;
	color: #FF0026;
}

#sitemap a:hover{
	text-decoration:underline;
	color: #ff9e40;
}
