@import url("reset.css");
@import url("menu.css");
/*
Theme Name: RUKS ENGINEERING LTD.
Description: The default WordPress RUKS ENGINEERING LTD.
Version: 1.0

*/

body {
	background: url(images/body_bg.jpg) repeat-x left top;
	font-family: "Georgia", times new roman, serif;
	text-align: left;
	color: #000000;
	font-size: 13px;
        line-height: 1.3em;
}

table {
	margin-bottom: 10px;
}

.clear {clear: both;}	

a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;	
}

a:hover {
	text-decoration: underline;
}

blockquote {
	padding: 10px;
}

h1,h2,h3,h4,h5,h6 {
	color: #000000;
	font-weight: bold;
}

h1 {
	font-size:14px;
	color: #000000;
}

h2 {
	font-size: 18px;
	color: #000000;
}

h3 {
	font-size: 13px;
	margin-bottom: 10px;
	color: #000000;
}

h4 {
	font-size: 13px;
	color: #1c3885;
	margin-bottom: 5px;
}

h5 {
	font-size: 14px;
	color: #000000;
}

h6 {
	font-size: 13px;
	color: #000000;
}

p {
	margin-bottom: 10px;

}

#wrapper {
	margin: 0 auto;
	width: 780px;
	background: url(images/header_bg.jpg) repeat-x left top;
}

#headerWrap {
	height: 194px;
	padding: 20px 0 0 0;
	position: relative;
}

#headerWrap .topNav {
	text-align: right;	
	height: 20px;
	padding: 4px 36px 19px 0;
}

#headerWrap .topNav ul li {
	background: url(images/menuTop_li_bg.jpg) no-repeat left center;
	padding: 0 5px 0 10px;
	display: inline;
	line-height: 20px;
}

#headerWrap .topNav ul li:first-child {
	background: none;
}

#headerWrap .topNav ul li a:link,	
#headerWrap .topNav ul li a:visited,
#headerWrap .topNav ul li a:active {
	text-decoration: none;
	color: #afb6bc;
	font-size: 11px;	
	cursor: pointer;
}

#headerWrap .topNav ul li a:hover,
#headerWrap .topNav ul li.active a:link,	
#headerWrap .topNav ul li.active a:visited,
#headerWrap .topNav ul li.active a:active {
	text-decoration: underline;
	cursor: pointer;
}

#headerWrap .header {
	background: url(images/banner_bg.jpg) no-repeat left top;
	height: 95px;
	padding: 23px 0 0 22px;
}

#headerWrap .header .logo {
	width: 229px;
	height: 75px;
	float: left;
}

.moduletable-image {
	width: 444px;
	float: right;
	position: absolute;
	top: 54px;
	right: 33px;
}

.moduletable-image .imgBg {
	background: url(images/img_bg1.png) no-repeat left top;
	float: left;	
	height: 105px;	
	padding: 11px 19px 0 31px;
	width: 100px;
}

.moduletable-image .imgBg2 {
	background: url(images/img_bg2.png) no-repeat left top;
	float: left;	
	height: 105px;	
	padding: 11px 16px 0 20px;
	width: 107px;
}

.moduletable-image .imgBg3 {
	background: url(images/img_bg3.png) no-repeat left top;
	float: left;	
	height: 105px;	
	padding: 11px 23px 0 17px;
	width: 107px;
}

#title {
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height: 22px;
}

#nav {
	height: 30px;
}

#container {
	background: url(images/container_bg.jpg) repeat-y left top;
	padding: 14px 12px 0 20px;
}

#leftCol {
	width: 218px;
	float: left;
}

#contentCol {
	width: 498px;
	float: right;
}

#contentCol .banner {
	border: 1px solid #666666;
	padding: 1px;
	margin-bottom: 10px;
}

#contentCol .content {
	padding: 0 0 10px 0;
}

.componentheading, .contentheading {
	background: url(images/contentheading_bg.jpg) no-repeat left top;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
	height: 23px;
	line-height: 23px;
	margin-bottom: 8px;
}


.content ul {
	margin-bottom: 10px;
}

.content ul li {
	background: url(images/arrow.jpg) no-repeat left 3px;
	padding-bottom: 3px;
	padding-left: 11px;
}

.content ul ul {
	list-style: none;
	margin-left: 20px;
	margin-bottom: 0px;	
}

.content ul ul li {
	list-style: disc;
	padding-left: 0px;
	background: none;
}

.content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 20px;
	margin-bottom: 10px;	
	margin-left:5px;	
}

.content ol li {
	margin-top: 5px;
	margin-bottom: 5px;
}


.content a.readon:link,
.content a.readon:active,
.content a.readon:visited {
	background: url(images/arrow_blue.jpg) no-repeat left center;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #003399;
	float: right;
	padding-left: 12px;
	margin-right: 7px;
}

.small, .createdate, .modifydate {
	color: #333333;
	font-size: x-small;
}

#footerWrap {
	background: url(images/footerWrap_bg.jpg) repeat-x left bottom;
}

#footer {
	width: 780px;
	margin: 0 auto;
	height: 35px;
	text-align: center;
	padding: 12px 0 0 0;
}

#footer ul li {
	background: url(images/footer_li_bg.jpg) no-repeat left center;
	padding: 0px 5px;
	display: inline;
}

#footer ul li:first-child {
	background: none;
}

#footer ul li a:link,
#footer ul li a:visited,
#footer ul li a:active {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
}

#footer ul li a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#footer .text {
	width: 780px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	padding-top: 4px;
}

/**

.mmf-form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 490px;
	margin: 0 auto;
	font-size: 11px;
	color: #666666;
}

.mmf-form .inputWrap {
	padding-bottom: 10px;
}

.mmf-form label {
	width: 190px;
	float: left;
	padding-left: 7px;
	font-size: 12px;	
	padding-top: 15px;
}
.mmf-form input, 
.mmf-form textarea,
.mmf-form .inputbox,
.mmf-form .textarea,
.mmf-form .telephone {
	float: left;
	width: 110px;	
	padding: 2px 5px;
	color: #666666;
	border: 1px solid #333;
}


.mmf-form .address {
	float: left;
	width: 110px;	
	padding: 2px 5px;
	color: #666666;
}
.mmf-form .submit {
	font-size: 11px;
	cursor: pointer;
	width: 60px;
	margin-left: 197px;
}



*/
.mmf-form input {
 padding: 3px;
 width: 140px;
 margin-bottom: 10px;
}


table.catalog td, table.catalog th { padding: 15px;' }
