
html, body
{
	height: 100%;
}

body
{
	/*margin-top: 50px;*/
	padding: 0px;
	background:  url(images/img1.jpg) repeat;
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	color: #737373;
	
	
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
	font-family: 'Englebert', sans-serif;
	color: #74C5F2;
}

h2
{
	font-weight: 400;
	font-size: 2.00em;
	color: #8B2287;
}

 ol, ul
{
	margin-top: 0px;
}

p
{
	line-height: 180%;
}

strong
{
}

a
{
	color: #8C2287;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: none;
}

img.border
{
}

img.alignleft
{
	float: left;
}

img.alignright
{
	float: right;
}

img.aligncenter
{
	margin: 0px auto;
}

hr
{
	display: none;
}

/** WRAPPER */

#wrapper
{
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,.10);
	border-radius: 40px;
}

.container
{
	width: 1000px;
	margin: 0px auto;
}

.clearfix
{
	clear: both;
}

/** HEADER */

#header
{
	overflow: hidden;
	width: 920px;
	padding: 0px 40px;
	height:110px;
	
}

/** LOGO */

#logo
{
	float: left;
	width: 200px;
	height: 100px;
    position: absolute;
}

#logo h1, #logo p
{
}

#logo h1 a
{
	line-height: 100px;
	text-decoration: none;
	font-size: 2em;
	font-weight: 400;
	color: #FFFFFF;
}

/** MENU */

#menu
{
	float: right;
	width: 710px;
	height: 80px;
	margin-top: 30px;
	
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,.10);
	border-radius: 20px 20px 0px 0px;
	
	background: rgb(180,227,145); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(180,227,145,1) 12%, rgba(97,196,25,1) 49%, rgba(180,227,145,1) 87%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(12%,rgba(180,227,145,1)), color-stop(49%,rgba(97,196,25,1)), color-stop(87%,rgba(180,227,145,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(180,227,145,1) 12%,rgba(97,196,25,1) 49%,rgba(180,227,145,1) 87%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(180,227,145,1) 12%,rgba(97,196,25,1) 49%,rgba(180,227,145,1) 87%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(180,227,145,1) 12%,rgba(97,196,25,1) 49%,rgba(180,227,145,1) 87%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(180,227,145,1) 12%,rgba(97,196,25,1) 49%,rgba(180,227,145,1) 87%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 ); /* IE6-9 */

	
	
	 
}

#menu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li
{
	display: inline-block;
	padding: 0px 5px;
}

#menu a
{
	display: block;
	line-height: 80px;
	text-decoration: none;
	font-family: 'Englebert', sans-serif;
	font-size: 1.50em;
	color: #FFFFFF;
}

#menu a:hover
{
	text-decoration: underline;
}

/** PAGE */

#page
{
	overflow: hidden;
	
	
	
	/*padding: 0px 100px 100px 100px;*/
	
	/*background: #AC0045 url(images/gazon4.jpg) repeat;
	
	--webkit-box-shadow: inset -1px 0px 74px 0px rgba(156,139,139,1);
-moz-box-shadow: inset -1px 0px 74px 0px rgba(156,139,139,1);
box-shadow: inset -1px 0px 74px 0px rgba(156,139,139,1);*/
}

#backgroun-gazon{
    overflow: hidden;
    background-color: #FFFFFF;
	/*background-image: url(images/background.png);*/
	background-repeat: repeat;
    border-radius: 40px;
	/*opacity: 0.9;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

#page h2
{
	padding-bottom: 20px;
}

#skype{
color:#00adef;
}
a:link {
    color: #00adef;
}

/* visited link */
skype a:visited {
    color: #00adef;
}

/* mouse over link */
skype a:hover {
    color: #00adef;
}

/* selected link */
skype a:active {
    color: #00adef;
}

/** slide show */

#slider1_container{
    margin: 20px 20px 20px 20px ;
    width: 98%;
    
    
    position: relative; 
    /*width: 800px;*/
    height: 300px; 
    overflow: hidden;
}

/** CONTENT */


#content{

	float: left;
	
	/*background-color:#FFFFFF;*/
	
	padding: 30px 50px 10px 60px ;
	
}

/**Contact*/

#Phone1,#Phone2,#Phone3{
width:49px;
}

#content-left
{
	/*border-radius: 25px;*/
    border: 2px solid #8AC007;
	float: left;
	
	/*background-color:#FFFFFF;*/
	margin: 0px 0px 20px 20px ;
	padding: 10px 10px 10px 10px ;
	display: inline-block;
}

#content-center
{
	border-radius: 25px;
    border: 2px solid #8AC007;
	
	margin: 20px 20px 30px 20px ;
	padding: 10px 10px 10px 10px ;
	display: inline-block;
}

#content-right
{
	/*border-radius: 25px;*/
    border: 2px solid #8AC007;
	margin: 0px 20px 20px 0px ;
	padding: 10px 10px 10px 10px ;
	display: inline-block;
	width:662px;
	height:481px;
}

/* Footer */

#footer
{
	overflow: hidden;
	padding: 50px 0px;
	/*color: #C54F7F;*/
	color:#FFFFFF;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
    background-position: center; 
	
	
}

.chat img
{
	width: 50px;
	height: 50px;
vertical-align:middle
}

#footer p
{
	text-align: center;
}

#footer a
{
	color: #CE6790;

}

.image-style img
{
	margin-bottom: 2em;
	border-radius: 30px;
}

/** LIST STYLE 1 */

.list-style1
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: 'Open Sans', sans-serif;
	color: #777777;
}

.list-style1 li
{
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #D6D6D6;
}

.list-style1 a
{
	color: #777777;
}

.list-style1 h3
{
	padding: 10px 0px 5px 0px;
	font-weight: 500;
	color: #444444;
}

.list-style1 .posted
{
	padding: 0px 0px 0px 0px;
}

.list-style1 .first
{
	border-top: 0px;
	padding-top: 0px;
}

/** LIST STYLE 2 */

.list-style2
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-style2 li
{
	padding: 10px 0px 20px 0px;
	border-top: 1px solid #C9C9C9;
}

.list-style2 a
{
	color: #777777;
}

.list-style2 .first
{
	padding-top: 0px;
	border-top: 0px;
}

.link-style1
{
	display: inline-block;
	margin-top: 20px;
	background: #8C2287;
	border-radius: 10px;
	padding: 10px 30px;
	text-decoration: none;
	font-family: 'Englebert', sans-serif;
	font-size: 1.50em;
	color: #FFFFFF;
}


/** slide*/
.captionOrange, .captionBlack
        {
            color: #fff;
            font-size: 20px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
        }
        .captionOrange
        {
            background: #EB5100;
            background-color: rgba(235, 81, 0, 0.6);
        }
        .captionBlack
        {
        	font-size:16px;
            background: #000;
            background-color: rgba(0, 0, 0, 0.4);
        }
        a.captionOrange, A.captionOrange:active, A.captionOrange:visited
        {
        	color: #ffffff;
        	text-decoration: none;
        }
        a.captionOrange:hover
        {
            color: #eb5100;
            text-decoration: underline;
            background-color: #eeeeee;
            background-color: rgba(238, 238, 238, 0.7);
        }
        .bricon
        {
            background: url(images/browser-icons.png);
        }
        
.jssorb01 {
                position: absolute;
            }
            .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
                position: absolute;
                /* size of bullet elment */
                width: 12px;
                height: 12px;
                filter: alpha(opacity=70);
                opacity: .7;
                overflow: hidden;
                cursor: pointer;
                border: #000 1px solid;
            }
            .jssorb01 div { background-color: gray; }
            .jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }
            .jssorb01 .av { background-color: #fff; }
            .jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }        
			
			
			
			
