@charset "utf-8";
/* CSS Document */

#content
{
	-moz-border-radius:3em;
	border-radius:3em;
	-webkit-border-radius:3em;
	text-align:left;
}

#contentDetails
{
	margin-top:4em;
	min-height:30em;
}

ul#tablinks.tabs
{
	list-style:none;
	padding-top:0.5em;
	font-size:1.2em;
	margin:0em;
	width:34em;
	margin-left:auto;
	margin-right:auto;
	line-height:2em;
	vertical-align:middle;
}

ul#tablinks.tabs li
{
	display:inline-block;
	position:relative;
	top:2px;
	text-align:center;
	width:6em;
	height:2em;
	margin:0em;
	border:2px black solid;
	background-color:#CCC;
	z-index:1;
	border-bottom:none;
	cursor:pointer;
	-moz-border-radius-topleft:0.3em;
	-moz-border-radius-topright:0.3em;
	border-radius-topleft:0.3em;
	border-radius-topright:0.3em;
	-webkit-border-radius-topleft:0.3em;
	-webkit-border-radius-topright:0.3em;
}

ul#tablinks.tabs li.selected
{
	top:0px;
	border-color:#09F;
	background-color:#09F;
	color:black;
}

#containerBox
{
	width:40em;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	padding-bottom:1em;
	box-shadow:1px 1px 3px gray;
}

h2
{
	text-align:center;
	font-family: Times, Times New Roman, times-roman, georgia, serif;
	color: #000;
	margin:0px;
	padding:0px 0px 6px 0px;
	font-size: 2em;
	line-height: 1.5em;
	font-weight: bold;}

#contactform
{
	width:29em;
	display:inline-block;
	padding:5px;
	float:right;
	background-image:url(../img/servicesbg.png);
	background-repeat:repeat;
}

form
{
	z-index:2;
	text-align:left;
	padding:0em 0.5em 0.1em;
	margin-bottom:1em;
	margin-left:0.5em;
	width:25em;
}

.required
{
	color:red;
	padding-left:0.1em;
}

#quoteList
{
	margin-left:1em;
}

label
{
	text-align:left;
	display:inline-block;
	margin-right:0.2em;
	font-weight:bold;
}

br
{
	margin-bottom:0.5em;
}

input:focus, textarea:focus
{
	border:2px green solid;
}

#name, #phone, #email
{
	width:15em;
	/*background-color:#e7eefb;*/
}

#message
{
	/*background-color:#e7eefb;*/
}

.submenu
{
	margin-left:1em;
}

#verif_box
{
	width:5em;
	/*background-color:#e7eefb;*/
}

.verif_box
{
	padding:4px;
	text-align:left;
	margin-top:1.5em;
	margin-bottom:1.5em;
}

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

.wrongCode
{
	background-color:#D70000;
	color:#FFFFFF;
	padding:4px;
	margin-left:3em;
	width:295px;
	border:1px solid #990000;
}
.buttons
{
	margin-top:1em;
	margin-left:4em;
}

.buttons input
{
	margin-right:2em;
	padding:0.3em;
	font-size:1.2em;
}

.map 
{
	width:30em;
  height:35em;
  border:1px solid #fff;
	box-shadow:1px 1px 3px gray;
	float:right;
	color:#000;
}

.map img
{
	width:5em;
}
