/*
Theme Name: Logan Fridge and Wash Repairs
Theme URI: http://dexteroustechnologies.com
Description: This is the theme for Logan Fridge and Wash Repairs
Author: Dexterous Technologies
Version: 1.1
Tags: 
*/


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

body{
	margin:0px;
	padding:0px;
	background:#003399;
	color:#FFFFFF;
}

#header{
	height:251px;
	width:100%;
	background:#3F7FFF;
}

#background{
	background-image:url(images/header.jpg);
	height:251px;
	width:1200px;
	background-repeat:no-repeat;
	margin:auto;
}

#banner{
	background-image:url(images/header-img-2.png);
	height:250px;
	width:950px;
	background-repeat:no-repeat;
	margin:auto;
}

#callnow{
	float:right;
	text-align:right;
	margin-top:160px;
	margin-right:50px;
}

#description{
	padding-top:210px;
	margin-left:25px;
	position:absolute;
}

#slideshow{
	background-color:#FFFFFF;
	height:240px;
	text-align:center;
}

#main-container{
	width:950px;
	margin:auto;
	/*background:#9C6;*/
}

#sidebar{
	float:right;
	width:230px;
	padding:10px;
	/*background:#C0C;*/
}

#content{
	/*background:#F06;*/
	margin-right:250px;
}

#services{
	background-image:url(images/bulletsbg2.png);
	height:300px;
	background-repeat:no-repeat;
	margin-top:10px;
}

.text{
	font-size:12px;
	width:380px;
	margin-top:-12px;
}

#bullethead1{
	background-image:url(images/dryer.gif);
	height:100px;
	width:213px;
	background-repeat:no-repeat;
	float:left;
	padding-right:10px;
}

#bullethead2{
	background-image:url(images/fridges.gif);
	height:100px;
	width:213px;
	background-repeat:no-repeat;
	float:left;
	padding-right:10px;
}

#bullethead3{
	background-image:url(images/washing.gif);
	height:100px;
	width:213px;
	background-repeat:no-repeat;
	float:left;
	padding-right:10px;
}


#bulletcontainer{ 
	width:680px; 
	height:270px; 
	background-image:url(images/bulletsbg2.png);
	background-repeat:no-repeat;
}

#bulletcontainer ul{
	list-style-type:none;
}
 
#bulletl{
	width:213px;
	height:150px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	font-size:16px;
	padding-top:6px;
}

#bulletm{
	width:213px;
	height:150px;
	float:left;
	padding-right:10px;
	font-size:16px;
	padding-top:6px;
}

#bulletr{
	width:213px;
	height:150px;
	float:left;
	padding-right:10px;
	font-size:16px;
	padding-top:6px;
}

#bulletl ul, li{
	padding-left:30px;
}

#bulletm ul, li{
	padding-left:30px;
}

#bulletr ul, li{
	padding-left:30px;
}

#footer{
	margin-top:20px;
	background-image:url(images/footerbg.jpg);
	background-repeat:repeat-x;
	height:150px;
	margin-bottom:5px;
}

#innerfooter{
	background-image:url(images/innerfooter.png);
	background-repeat:no-repeat;
	margin:auto;
	height:150px;
	width:950px;
}

.smallfont{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.25em;
}

.phone{
	color:#FFFF00;
	font-size:16px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:bold;
}

.aclear{
	clear:both;
}

.heading{
	color:#555555;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
}

.form{
	width:200px;
	font-size:12px;
	color:#fff;
	margin-left:15px;
}

.phone{
	color: #FF0;
	font-size: 16px;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
}
 
.formtext{
	font-size: 10px;
} 

input,button,textarea,select,optgroup,option{
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}

input,button,textarea,select{
	*font-size:100%;
}