/** BASIC */

html, body {
	height: 100%;
}

.text1 {
	margin-bottom: 15px;
}

/** HEADER */

#header {
	width: 778px;
	height: 187px;
	margin: 0px auto;
}

#logo {
	float: left;
	width: 300px;
	height: 187px;
	background: url(images/homepage01.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	display: none;
}

#splash {
	float: left;
	width: 478px;
	height: 187px;
	background: url(images/homepage02.jpg) no-repeat left top;
}

#splash h3, #splash p, #splash b {
	display: none;
}

#splash a {
	display: block;
	width: 478px;
	height: 187px;
}

/** MENU */

#menu {
	width: 567px;
	height: 80px;
	margin: 0px auto;
	padding: 0px 0px 0px 211px;
	background: url(images/homepage03.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 80px;
}

#menu b {
	display: none;
}

#menu1 {
	width: 65px;
	background: url(images/homepage04.jpg) no-repeat left top;
}

#menu2 {
	width: 81px;
	background: url(images/homepage05.jpg) no-repeat left top;
}

#menu3 {
	width: 103px;
	background: url(images/homepage06.jpg) no-repeat left top;
}

#menu4 {
	width: 132px;
	background: url(images/homepage07.jpg) no-repeat left top;
}

#menu5 {
	width: 93px;
	background: url(images/homepage08.jpg) no-repeat left top;
}

#menu6 {
	width: 93px;
	background: url(images/homepage09.jpg) no-repeat left top;
}

/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
}

#left {
	float: left;
	width: 531px;
}

#right {
	float: left;
	width: 247px;
}

/** BOX1 */

#box1 {
	height: 150px;
	background: url(images/homepage10.jpg) no-repeat left top;
}

#box1 p {
	display: none;
}

/** BOX2 */

#box2 {
}

#box2 .bg3 {
	padding: 10px 39px 30px 22px;
}

/** BOX3 */

#box3 {
	padding: 50px 37px 30px 30px;
}

/** BOX4 */

#box4 {
	padding: 0px 37px 30px 30px;
}

#box4 .title {
	padding-left: 10px;
	background: url(images/homepage13.gif) repeat-y left top;
}

/** BOX5 */

#box5 {
	padding: 90px 20px 20px 20px;
	background: url(images/subpage01.jpg) no-repeat left top;
}

/** FOOTER */

#footer {
	clear: both;
	padding: 20px;
}

/** Accordion */
.AccordionContent
{
  height:0px;
  overflow:auto;
  display:none; 
}
.AccordionContent
{
  margin-top: 10px;
}
/**Articles Page */
#most-recent-articles {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 0 10px;
}
 
#most-recent-articles li {
  float: left;
  width: 180px;
  margin: 0;
  padding: 0;
}
#left-article{
	float: left;
	width: 45%;
}
#right-article{
	float: right;
	width: 45%;
}
#article-body{
	float: left;
	width: 70%;
}
#article-photos,
#special-offer-photos{
	float: right;
	width: 25%;
	padding-left: 15px;
	background: url(images/homepage13.gif) repeat-y left top;
}
/** special offers **/
#description-div{
	float: left;
	width: 70%;
}
#prices-div ul li{
	margin-left: -15px;
}
.order-now-div .orderNow_btn{
	float: right;
	padding: 3px;
	margin-bottom: 10px;
	cursor: pointer;
	background: #988212;
	/*background-image: url(images/homepage12.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	/*background-image: url(images/homepage12.gif) no-repeat left top;*/
}

/** contact us **/
.contact_form {
	border: thin solid #abaf37;
	padding: 5px;
}
.contact_form_div {
	width: 45%;
}
.contact_form_div div {
	width: 100%;
	margin-bottom: 10px;
}
.contact_form_div div .long_input{
	width: 90%;
}
.short_input {
}
.short_input input {
	width: 20px;
}
.title_space{
	margin-bottom: 5px;
}
.contact_form_div div label span {
	color: #F00;
}
.contact_form #contact_btn,
.contact_form #general_contact_btn {
	background-image: url(images/homepage12.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	margin-right: 9px;
	cursor: pointer;
}
.email-result {
	text-align: center;
}

/** About Us **/
#about-left{
	float: left;
	width: 200px;
	height: 281px;
	background-image: url(images/bg08.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#about-right{
	float: right;
	width: 70%;
}
#about-left ul li {
	list-style-type: none;
	margin-left: -15px;
	margin-top: 20px;
}
