a img { border:none } /* Gets rid of IE's blue borders */
a:focus { outline: none; }
body{
	background-image: url('../images/body_bg3.jpg');
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	background-position:center top;
	font-weight: bold;
}

body h2{
	font-weight: bold;	
	font-size: 27px;
	color: #e60523;
}
body h3{
	font-weight: bold;	
	font-size: 25px;
	color: #e60523;
	-webkit-margin-before: 0.5em;
}

body a{
	color: #E60523;
	text-decoration: none;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

body a:hover{
	color: #190B73;
}

body p{
	margin: 0px 0px 10px 0px;
	font-size: 18px;
}

div#header {
	position:relative;
	width:1200px;
	margin:0 auto 0 auto;
	height: 180px;
}

.fixedimage{
	position:absolute;
	margin-left:0%;
	opacity:1;
	width:500px;
}

.slideimage {
	position:absolute;
  -moz-transition-property: margin-left, opacity;
  -moz-transition-duration: 1s, 1.5s;
  -moz-transition-timing-function: ease-in, linear;
  -webkit-transition-property: margin-left, opacity ; 
  -webkit-transition-duration: 1s, 1.5s;
  -webkit-transition-timing-function: ease-in, linear;
  -o-transition-property: margin-left, opacity; 
  -o-transition-duration: 1s, 1.5s;
  -o-transition-timing-function: ease-in, linear;
  margin-left:100%;
  opacity:0;
  width:500px;
}

div#logo {
	position:absolute;
	top: 0px;
	left:0px;
	width: 600px;
	height:140px;
}
div#serviceLogo {
	position:absolute;
	top: 0px;
	left:600px;
	width: 140px;
	height:140px;
}
div#services {
	position:absolute;
	top: 0px;
	right:0px;
	color: #E60523;
	font-weight: bold;
	width: 400px;
	height:140px;
}

.slideText {
	position:absolute;
	left: 50%;
	opacity:0;
	width:200px;
	height:35px;
}
.serviceLogo {
	width:140px;
	height:auto;
	opacity:0;
}


div#page-wrap{
    width:1200px;
	height:auto;
    margin:0 auto 0 auto;
}


div#welcome,
div#gallery,
div#servicesContainer,
div#linksContainer,
div#sales,
div#contact{
	width: 1200px;
	color: #190B73;
	position:relative;
}

div#servicesContainer,
div#linksContainer,
div#contact{
	height: 600px;
	color:#E60523;
}

div#sales{
	text-align:center;
	font-size:24px;
}

div#table-cell-left {
	position: absolute;
	top: 0px;
	left: 0px;
	width:600px;
}
div#table-cell-right {
	position:absolute;
	top: 0px;
	right: 0px;
	width:550px;
}

div#table-cell-bottom {
	position: relative;
	top: 450px;
}
div#table-cell-bottom h3,
div#table-cell-left h3,
div#table-cell-right h3{
	text-align:center;
}


div#table-cell-bottom p a:hover, 
div#table-cell-right p a:hover{
	color:#E60523;		
}

div#footer{
	position:relative;
	clear:both;
	color:#797979;
	margin:0px;
	text-align:center;	
	font-size:13px;
	top: -200px;
}

/* home */



div#filckr{
	float:right;
	width: 500px; 
	margin-right: 20px;
	color: white;

}

ul#flickr-box{
	list-style:none;
}

ul#flickr-box li a{
    display:block;
	float: left;
	margin-right:10px;
	margin-bottom:10px;
	opacity:0.8; 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); /* for Internet Explorer */
	background-color: #fff;
}

.partnersList1 li a {
	width: 80px; 
	height: 80px;
}
.partnersList2 li a {
	width: 115px; 
	height: 50px;
}

ul#flickr-box li a:hover{
	opacity:1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* for Internet Explorer */
} 

.partnersList1 li a img{
	height: 80px; 
	width: 80px;	
}
.partnersList2 li a img{
	width: 115px;	
	height: 50px; 
}

div#table-cell-right p a, 
div#table-cell-bottom p a{
	color: #190B73;
	text-decoration: none;
	/* FOR SMOOTH TRANSITION EFFECT */
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


/* contact */

div#localinfo{
	position:absolute;
	color: #190B73;
	margin-left:20px;
	width: 600px;
	top:0;
	left:0;
}

.email{
	color: #190B73;
	text-decoration: none;
	/* FOR SMOOTH TRANSITION EFFECT */
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.email:hover{
	color: #E60523;
}


ul#contact-list{
	color: white;
	list-style:none;
	font-size:normal;
	height:125px;
}

ul#info-list{
	list-style:none;
	font-size:large;
}

ul#info-list li{
    display:block;
	height:25px;
	margin-top:0px;
}

ul#contact-list li{
    display:block;
	background-image: url('../images/flickr-box.png');
	height:25px;
	width:250px;
    line-height: 25px;
    margin-top: 5px;
}

ul#contact-list li input{
	border-style:none;
	width:300px;
	height:20px;
	font-size:small;
	background-color:#6C6C6C;
	position:absolute;
	left:100px;
	margin-top:2px;
	color:white;
	
	opacity:0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* for Internet Explorer */
	
	/* FOR SMOOTH TRANSITION EFFECT */
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul#contact-list li input:focus{
	opacity:1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* for Internet Explorer */
	color:white;	
}
ul#contact-list li#message{
    width:450px;
    height:160px;
}
ul#contact-list li#message textarea{
	width:390px;
	height:158px;
	background-color:#6C6C6C;
	border-style:none;
	position:absolute;
	left:100px;
	color:white;
	opacity:0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); /* for Internet Explorer */
	/* FOR SMOOTH TRANSITION EFFECT */
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul#contact-list li#message textarea:focus{
	opacity:1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* for Internet Explorer */
	color:white;	
}

div#get-in-touch{
	position:absolute;
	width:500px;
	height:250px;
	top:320px;
	left:0px;
}

div#get-in-touch a{
	color:#190B73;
	text-decoration:none;
	font-size:large;
	margin-top:25px;
}	

div#get-in-touch a:hover{
	color:white;
}

p#send-btn{
	position:relative;
	margin-left: 50px;
	margin-top: 100px;
}

div#gMap{
	position:absolute;
	width: 600px;
	top:50px;
	right:50px;
}

div#media{
	width:1200px;
}


ul #navmenu  {
	list-style:none;
}

div #utilsmenu {
	width:600px;
	height:150px;
	position:relative;
	margin: 0px auto;
	text-align:center;
}


div #utilsmenu div{
	position:absolute;
	top: 0px;
	width:120px;
	height:120px;
}

#link1 {
	left:60px
}

#link2 {
	left:240px
}

#link3 {
	right:60px
}

div #utilsmenu div img {
	width:100px;
	height:100px;
}

div #utilsdiv {
	left:50%;
	width: 0px;
	height:0px;
	opacity:0;
	background: rgba(66, 66, 66, 0); /* 30% alpha */
	color: #fff;
	font-weight: bold;
	text-align: center;
	-webkit-transition-property: height, width, background, color;
	-webkit-transition-duration: 1s, 1s, 1s, 0.5s;
	-webkit-transition-timing-function: linear, linear, ease-in, linear;
}

.utilsiframe {
	opacity:0;
}
