/** common **/

img, div, input { behavior: url("css/iepngfix.htc") ; border:none;}

a {
	font:bold 16px arial;
	color:#ed7a00;
	text-decoration:none;
}

a:hover {
	color:#b75e00;
	text-decoration:underline;
}

/** top **/
#top {
	width:960px;
	height:54px;
	margin:auto;
}

#top .logo {
	float:left;
}

#top .phone {
	float:right;
}

/** container **/
#container {
	width:960px;
	margin:auto;
	padding:15px 0px 0px 0px;
}

/** home menu **/
.homeMenu {
	width:205px;
	float:left;
	padding:40px 0px 0px 0px;
}

/** home content **/
.homeContents {
	background:url(../images/homeBg.jpg) no-repeat bottom center;
	width:755px;
	height:700px;
	float:left;
	text-align:center;
}

/** main menu **/
.mainMenu {
	width:270px;
	float:left;
	padding:40px 0px 0px 0px;
}

/** main content **/
.mainContents {
	width:690px;
	float:left;
}

/** CONT **/
.contText {
	font:bold 16px arial;
	color:#ab6b40;
	padding:0px 0px 0px 15px;
}

/** Our BREADS **/
.ourBreadsCompare {
	border-collapse:collapse;
	font:bold 16px arial;
}

.ourBreadsCompare th {
	color:#d87f23;
	background:#935200;
}

.ourBreadsCompare td {
	text-align:center;
}

.ourBreads01 {
	width:675px;
	background:url(../images/ourBreadsBg_01.jpg) no-repeat bottom right;
	font:bold 16px arial;
	color:#ab6b40;
	padding:0px 0px 0px 15px;
}

.ourBreads02 {
	width:675px;
	background:url(../images/ourBreadsBg_02.jpg) no-repeat bottom right;
	font:bold 16px arial;
	color:#ab6b40;
	padding:0px 0px 0px 15px;
}

/** CONATCT **/
.contactForm td input {
	width:200px;
	background:#935200;
	font-size:16px;
	color:#fff;
	padding:3px;
}

.contactForm th {
	text-align:right;
}

.contactForm td .inputFocus {
	width:200px;
	background:#b16300;
}

.contactForm td .btnSubmit {
	width:116px;
	height:57px;
	cursor:pointer;
	background:url(../images/contactBtn.gif) top;
}
.contactForm td .btnSubmitOver {
	width:116px;
	height:57px;
	cursor:pointer;
	background:url(../images/contactBtn.gif) bottom;
}

/** PRESS **/

.pressImg {
	width:183px;
	float:left;
}

.pressTxt {
	width:490px;
	float:left;
}

/** FOOTER **/
#footer {
	width:540px;
	margin:auto;
	font:bold 12px arial;
	color:#957b4d;
	text-align:center;
	padding:45px 0px 25px 90px;
	clear:both;
}


/** COMMON **/
.clear {
	clear:both;
}
