body{   
background: #000;
font-family: Tahoma;
font-size: 14px;
margin-top:2px;
/*overflow:hidden;*/ 
overflow-x:hidden;
}

html {overflow-y: scroll; }

a:hover { color: #2ECCFA; font-weight: bold;}
a{text-decoration:none; font-weight: bold;color: white;}

﻿/*------------------------------------*\ reset \*------------------------------------*/ body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin:0;
	padding:0;
}

/*------------------------------------*\
	NAV
\*------------------------------------*/
#bgss{
	visibility:hidden;  
}

#skip{
	index:1;
	position:absolute;
	width:100%;
	Text-align:center;
	color:#FFF;
	font-weight:bold;
	font-family: Papyrus;
	font-size: 20px;
	margin-top:20px;
	z-index:1;
}

#skip a:hover{
	color: #2ECCFA;
	/*background:#6b0c36;*/
	text-decoration:none;
}

#ph{
	font-family: Papyrus;
	font-size: 21px;
	color:#CCC;
	line-height:50px;
}

.lnks{
	font-family: Papyrus;
	font-size: 17px;
	color:#CCC;
}



#tx{
	font-size: 16px;
	line-height:24px;
	color:#CCC;
}

#txwrap{
	padding:10px;
	font-size: 17px;
	color:#CCC;
}


#slideshow { 
    position: absolute; 
	top:0px;
}

#slideshow > div { 
    position: absolute;
}

#slideshow > div > img { 
    border: solid 1px white;
	margin-left:-1px;
	margin-top:-1px;
	width:848px;
	height:534px;
}

table{border-collapse: collapse;}
td{
	padding: 3px;
	vertical-align:top;
}


.page {
    border: solid 1px white;
	margin-left:-1px;
	margin-top:-1px;
	margin-bottom:20px;
	width:848px;
    /*zoom: 1.2;
	-moz-transform: scale(1.2);*/
	background:#000;
	color:#FFF;
	padding:15px;
	text-align:left;
	vertical-align:top;
}

.cal {
    border: solid 1px white;
	margin-left:-1px;
	margin-top:-1px;
	width:100%;
	height:564px;
	background:#000;
	color:#FFF;
	padding:5px;
	text-align:left;
	vertical-align:top;
}

.captcha {
	background:#FFF;
	width:152px;
	color:#000;
}



#leftDoor{
z-index:1;
left:0px;
animation: leftDoorOpen 4s ease 4s; 
animation-fill-mode: forwards;
}
#rightDoor{
z-index:1;
right:0px;
animation: rightDoorOpen 4s ease 4s; 
animation-fill-mode: forwards;
}


@keyframes leftDoorOpen {
    from {
       transform: perspective(200px) rotateY(0deg);
       transform-origin: 0% 50%;
    }
    to {
       transform: perspective(200px) rotateY(90deg);
       transform-origin: 0% 50%;
    }
}

@keyframes rightDoorOpen {
    from {
       transform: perspective(300px) rotateY(0deg);
       transform-origin: 100% 50%;
    }
    to {
       transform: perspective(300px) rotateY(-90deg);
       transform-origin: 100% 50%;
    }
}

#result { position:absolute;top:105px;width: 300px; margin: 0 0 35px 0; padding: 10px 20px;margin-left:-140px; font-weight: bold;z-index:1; }
#change-image { font-size: 0.8em; }

.request_quote {width:150px;}

/* Gradient color1 - color2 - color1 */
		
hr {
    border: 0;
    height: 2px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); 
}

		
hr.style-seven {
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;    
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}