/* Main Styles ~ qualitydesignz.com */

/**************** Global Styles ***************/

body {
	font-family: arial, helvetica;
	font-size: 15px;
}
img { border: 0px }
p {}
a:link, a:visited {}
a:hover, a:active {}
h3 {
	color: #999;
	font-family: verdana, sans-serif, tahoma;
	margin-top: 20px;
}

/*************** Format Classes ***************/

.c { text-align: center }
.b { font-weight: bold }

/**************** Main Classes ***************/
.outmost_container {
	margin: 0px auto;
	text-align: center;
	width: 960px;
	}
.header { margin: 0px; }
.content {
	text-align: left;
	margin: 0px 50px;
	/* border: 1px dotted blue; */
}

/************** Navigation Menu ***************/

.navigation {
	margin: 0px auto;
	width: 777px;
	padding: 0px 0px 20px 0px;
}
.nav_menu {
	height: 30px;
	background:#000; 
	color:#FFF;
	padding: 10px 0px 0px 10px;
}
.nav_menu li {
	display: inline;
	list-style-type: none;
	padding-right: 70px;
}
.nav_menu ul {
	margin: 0px;
}
.nav_menu a {
	color: #FFF;
	font-family: verdana, sans-serif, tahoma;
	font-size: normal;
	font-weight: bold;
	text-decoration: none;
}
.nav_menu a:hover {
	color: yellow;
}

/*************** Company ***************/
.company-left {
	width: 430px;
	float: left;
	/* border: 1px dotted red; */
	padding: 10px 20px 20px 20px;	
	font-size: 15px;
	line-height: 20px;
	font-family: arial, helvetica;
}
.company-left {

}
.company-right {
	width: 330px;
	float: right;
	/* border: 1px dotted red; */
	padding: 30px 12px 20px 15px;
}
.inner-slide {
	background-color: #4b2e1a;
	height: 250px;
	padding: 12px;
}
#img-slide {
	border-style:ridge; 
	border-width:medium
}
.company-bottom {
	clear: both;
	/* border: 1px dotted red; */
	padding: 10px;
}
#_contact {
	padding-top: 10px;
	text-align: center;
}
#_contact li {
	padding-right: 30px;
	list-style-type: none;
}
/************** Footer ***************/
.footer {
	height: 30px; 
	color:#000;
	padding: 10px 0px 0px 10px;
	font-size: 12px;
	font-family: verdana, sans-serif, tahoma;
}
.footer li {
	display: inline;
	list-style-type: none;
	padding-right: 70px;
}
.footer ul {
	margin: 0px;
}
.footer a {
	color: #000;
	font-family: verdana, sans-serif, tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.footer a:hover {
	color: yellow;
}

/* Curved Corners, 
 * props to salimchedrawi.com */
.rtop *, .rbottom *{
	display: block;
	height: 1px;
	overflow: hidden;
	background:#000;
}
.r1{ margin: 0 5px}
.r2{ margin: 0 3px}
.r3{ margin: 0 2px}
.r4{ 
	margin: 0 1px; 
	height: 2px
}
.rtop2 *, .rbottom2 *{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #4b2e1a;
}


