@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 20px 0 0 0;
	padding: 0;
	color: #333333;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
li {
	padding: 10px 0 0 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	margin-bottom: 10px;	 
	padding-left: 10px; 
}
#footerx4 p { 
	padding-right: 110px; 
}
a img {
	border: none;
}

a:link {
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #ff6666;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active, a:focus { 
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

/* Main divs */
#container {
	width: 980px;
	background: #ffffff;
	margin: 0 auto; 
}

#header {
	width: 980px;
	height: 100px;
}
.hback01 {
	background-image:url(../images/navtabs/navtabs-01.jpg);
	background-position:bottom;
	background-repeat:no-repeat;	
}
.hback02 {
	background-image:url(../images/navtabs/navtabs-02.jpg);
	background-position:bottom;
	background-repeat:no-repeat;	
}
.hback03 {
	background-image:url(../images/navtabs/navtabs-03.jpg);
	background-position:bottom;
	background-repeat:no-repeat;	
}
.hback04 {
	background-image:url(../images/navtabs/navtabs-04.jpg);
	background-position:bottom;
	background-repeat:no-repeat;	
}
.hback05 {
	background-image:url(../images/navtabs/navtabs-05.jpg);
	background-position:bottom;
	background-repeat:no-repeat;	
}
.hback06 {
	background-image:url(../images/navtabs/navtabs-06.jpg);
	background-position:bottom;
	background-repeat:no-repeat;	
}


#logo {
	float: left;
	width: 230px;
}
#menu {
	width: 750px;
	float: left;
}
#menutop {
	width: 750px;
	height: 70px;
	text-align: right;
	font-size: 12px;
	color:#cc0000;
}
#menumain {
	width: 750px;
	height: 30px;
}

#crumbs {
	width: 980px;
	height: 45px;
	background-image:url(../images/navtabs/navtabs-base-01.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font-size:11px;
	line-height:15px;
}

#crumbs p {
	padding-top:15px;
}

#crumbs a {
	font-weight:normal;
}

/* ~~ Columns for the layout. ~~ */
#main {
	width: 980px;
	height: auto;
}

#maintext {
	float: left;
	width: 360px;
	font-size: 14px;
	line-height: 18px;
}
#maintext2 {
	float: left;
	width: 740px;
	font-size: 14px;
	line-height: 18px;
}
#maintext3 {
	float: left;
	width: 490px;
	font-size: 14px;
	line-height: 18px;
}
#mainimage {
	float: left;
	padding: 0;
	width: 375px;
	
}
#mainimage1 {
	float: left;
	padding: 0;
	width: 620px;	
}
#mainimage2 {
	float: left;
	padding: 0;
	width: 620px;
	background-image: url(../images/img-graduation-01.jpg);
	background-repeat: no-repeat;
}
#mainimage2 p {
	padding-left: 385px;
	padding-right: 10px;
	color:#999999;
	font-size: 11px;
	line-height: 15px;	
}

#mainimage3 {
	float: left;
	padding: 0;
	width: 490px;	
}
#mainimage4 {
	float: left;
	padding: 0;
	width: 620px;
	background-image: url(../images/img-graduation-02.jpg);
	background-repeat: no-repeat;
}
#mainimage4 p {
	padding-left: 385px;
	padding-right: 10px;
	color:#999999;
	font-size: 11px;
	line-height: 14px;
	margin-bottom:5px;	
}
#slideshow {
	float: left;
	padding: 0;
	width: 490px;
	height:350px;	
}
#mainside {
	float: left;
	width: 245px;
	padding: 10px 0;
}

#addthis {
	padding: 10px 0 0 10px;
}


/* ~~ Product image styles ~~ */
.imgst {
	background-image: url(../images/products/main-st-noodle-soup-02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}



/* ~~ The footer styles ~~ */
#footertopx4 {
	background-image: url(../images/footer/footer-top-x4.gif);
	background-repeat: no-repeat;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	height: 10px;
	width: 980px;
}

#footerx4 {
	padding: 0;
	height: 200px;
	width: 980px;
	background-image: url(../images/footer/footer-back-x4.gif);
	background-repeat: repeat-y;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
}
.footerx4 {
	width: 245px;
	height: 200px;
	float: left;
	font-size:12px;
	line-height:15px;
}
#footerbase {
	color:#cc0000;
	height: 20px;
	width: 980px;
	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 */
	font-size:10px;
	line-height:14px;
	padding-top: 10px;
	background-image: url(../images/footer/footer-base.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/* ~~ 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: 8px;
}
.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;
}
.prop {
	height: 200px;
	float:left;
}
.prop2 {
	height: 350px;
	float:left;
}
.prop3 {
	height: 200px;
}
#addthis {
	padding-bottom:10px;
}
#signup {
	width:360px;
	height:50px;
	background-color:#fff;
	padding:5px;
	float: left;
	border: solid 1px #e5e5e5;
}
.submit {
	background-color:#c00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
   	color: #fff;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    border:none;
	width:110px;
	height:25px;
}

.textfield {
    background-color: #e5e5e5;
   	color: #000;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight:normal;
	font-style:normal;
    text-decoration: none;
	padding-left:5px;
	width:235px;
	height:23px;
	margin-right:5px;
	border:none;
	vertical-align: bottom;
}

.submit:hover {
    background-color:#000000;
    box-shadow: 0px 0px 1px #777;
}
	
	/* Easy Slider */
	#slider {
	float: left;
	padding: 0;
	width: 490px;
	height:350px;
	}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width: 490px;
		height:350px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	


	
/* // Easy Slider */
