/*
Theme Name: WordPress Bazilio
Theme URI: http://wordpress.ua/
Description: The default WordPress Bazilio theme.
Version: 1.1
Author: Bazilenko Sergey
Author URI: http://bazilio.com.ua/
*/

/* Begin Typography & Colors */
body {
	font-size: 80%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, 'Trebuchet MS', 'Lucida Grande', Sans-Serif;
	background: #ffffff; #f8f8fa;
	bgcolor: #f8f8fa;
	color: #333;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

table.radius5 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-spacing: 0;
	}

table.radius3 {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-spacing: 0;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, 'Lucida Grande', 'Trebuchet MS', Sans-Serif, Arial;
	font-weight: bold;
	}
h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4 {
	font-size: 1.2em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited  {
	text-decoration: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

 a, a a:visited {
	color: #336;
	text-decoration: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

a:hover {
	color: #333;
	text-decoration: underline;
	}

table {
	border: 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
        cellpadding: 0; 
        cellspacing: 0;
	}

/* Begin Images */
p {
	padding: 0 0 0 0;
	max-width: 100%;
	}

img {
	padding: 0 0 0 0px;
	margin: 0 0 0px 0px;
	border: none;
	}


ul, il {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
        margin-left: 10px;
	}

#callbutton {
height: 70px;
position: fixed;
top: 90px;
right: 0;
width: 220px;
z-index: 110;
}

#viewbutton {
border: 0;
padding: 0;
background: url(images/button4.png) 0 0;
bgcolor: #f8f8fa;
height: 70px;
width: 220px;
cursor: pointer;
}

#modal_form {
width: 350px;
height: 520px;
border-radius: 5px;
border: 3px #000 solid;
background: #fff;
position: fixed;
top: 45%;
left: 50%;
margin-top: -235px;
margin-left: -455px;
display: none;
opacity: 0;
z-index: 5;
padding: 20px 10px;
}

.modal_close {
width: 16px;
padding-left: 10px;
height: 18px;
position: absolute;
top: 2px;
right: 5px;
text-decoration: none;
cursor: pointer;
display: block;
border: 1px solid #000;
}
.overlay {
z-index: 3;
position: fixed;
background-color: #000;
opacity: 0.8;
width: 100%;
height: 100%;
top: 0;
left: 0;
cursor: pointer;
display: none;
}