@charset "utf-8";

body {

	font-family:Verdana, Geneva, sans-serif;

	font-size:12pt;

	background: #7f4e1e;

	margin: 0;

	padding: 0;

	color: #000;

}



/* ~~ Element/tag selectors ~~ */

ul, ol, dl {

	padding: 0;

	margin: 0,0;

	font-weight:bold;

}

h1, h2, h3, h4, h5, h6 {

	margin-top: 0;	 

	padding-right: 15px;

	padding-left: 15px;

	text-align:center;

	color:#7f4e1e;

	font-size:18pt; 

}

a img { 

	border: none;

}



a:link {

	color: #7f4e1e;

	text-decoration: none;

	font-weight:bold; 

}

a:visited {

	color: #7f4e1e;

	text-decoration: none;

	font-weight:bold;

}

a:hover, a:active, a:focus { 

	text-decoration: none;

	font-weight:bold;

}



.container {

	width: 850px;

	background: #FFF;

	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */

	border:18px;

	border-color:#e4bc94;

	border-style:groove;

}



/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */

.top {

	width:850px;

	background: #e4bc94;

	font-weight:bold;

	color:#7f4e1e;

}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */

.city {

	width:850px;

	background: #ffffff;

	height:55px;

	position:relative;

	display:inline-block;

	padding: 0px 0;			

}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */

.locksmith-service {

	background: #ffffff;

	width:850px;

	min-height:126px;

	position:relative;

	padding: 0px 0;

	display:inline-block;	

}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */

.locksmith-service2 {

	background: #ffffff;

	width:850px;

	position:relative;

	padding: 0px 0;

}

.left {

	float: left;

	width: 234px;

	background: #ffffff;

}

.content {

	padding: 0px 0;

	width: 616px;

	float: left;

}



/* ~~ This grouped selector gives the lists in the .content area space ~~ */

.content ul, .content ol { 

	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */

}



/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */

ul.nav {

	list-style: none; /* this removes the list marker */

	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */

	margin-bottom: 15px; /* this creates the space between the navigation on the content below */

}

ul.nav li {

	border-bottom: 1px solid #666; /* this creates the button separation */

}

ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */

	padding: 5px 5px 5px 15px;

	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */

	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */

	text-decoration: none;

	background: #C6D580;

}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */

	background: #ADB96E;

	color: #FFF;

}



/* ~~ The footer ~~ */

.footer {

	padding: 2px 0;

	background: #ffffff;

	text-align:center;

	position: relative;/* this gives IE6 hasLayout to properly clear */

	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */

	background-image:url(professional-locksmith-arizona.jpg);

	background-repeat:no-repeat;

	font-weight:bold;

	color:#ffffff;

	height:36px;

}



.copyright {

	padding: 10px 0;

	background: #ffffff;

	text-align:center;

	font-weight:bold;

	position: relative;/* this gives IE6 hasLayout to properly clear */

	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */

}



.brands {

	padding: 0 0;

	background: #ffffff;

	text-align:center;

	position: relative;/* this gives IE6 hasLayout to properly clear */

	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */

	height:53px;

}



/* ~~ The links ~~ */

.links {

	padding: 2px 0;

	background: #ffffff;

	color:#7f4e1e;

	font-weight:bold;

	text-align:center;

	vertical-align:middle;

	position: relative;/* this gives IE6 hasLayout to properly clear */

	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */

}



/* ~~ miscellaneous float/clear classes ~~ */

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 4px;

	margin-right: 4px;

	border:5px;

	border-color:#e4bc94;

	border-style:solid;

}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */

	clear:both;

	height:0;

	font-size: 1px;

	line-height: 0px;

}

.contact	{

	width:300px;

	float:left;

	font-weight:bold;

}

.data		{

	margin-left:auto;

	margin-right:auto;

	width:100%;

	font-size:10pt;

}

td	{

	vertical-align:top;

}

.center		{

	margin-left:auto;

	margin-right:auto;

	text-align:center;

}

.plain	{

	padding: 5px 0;

	background: #ffffff;

	text-align:left;

	font-weight:bold;

	position: relative;/* this gives IE6 hasLayout to properly clear */

	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */

}

#circle{
float: left;
width: 100%;
background-color:#3e3d3b;
color: #F4C716;
background-color: aliceblue; 	
padding-bottom: 15px;
padding-top: 15px;
}
#titles{font-size: 35px;
font-weight: bold;
color:#f78d17;	
width: 100%;
float: left; 
text-align:center;
}
#circle ul{
width: 100%;
float: left;
box-sizing:border-box;
margin:20px 0;
margin-left: 30px;	
}
#circle ul li {float: left;
width: 25%;
font-size: 15px;
color:#fff;
list-style-type: none;	
box-sizing:border-box;}
@media only screen and (max-width:900px){#circle ul li {width: 40%;}}
@media only screen and (max-width:400px){#circle ul li {width: 100%;}}