HTML {
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	margin: 0px 0px 0px 0px; /* overflow: hidden; */
	scrollbar-3dlight-color: Silver;
	scrollbar-arrow-color: White;
	scrollbar-base-color: White;
	scrollbar-darkshadow-color: Black;
	scrollbar-face-color: Red;
	scrollbar-highlight-color: White;
	scrollbar-shadow-color: Black;
	scrollbar-track-color: White;
	font-family: verdana;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}

DIV#container {
	width: 800px;
	height: auto;
}

/****************** HEADER ******************/
DIV#header {
	width: 100%;
	height: 88px;
	background-image: url(../images/logo_artkitchen.jpg);
	vertical-align: bottom;
	text-align: left;
}

a#menu {
	color: Black;
	font-size: 15px;
	font-family: Default;
	font-weight: bold;
}
a#menu:hover {
	color: White;
	background-color: Red;
}
a#menu:active {
	color: White;
	background-color: Red;
}
/****************** SUBMENU ******************/
DIV#sub {
float: left;
display: inline;
	width: 120px;
	height: 454px;
	text-align: left;
}
A#sub_selected {
	font-weight: bold;
}
/****************** MAIN ******************/
DIV#main {
float: left;
display: inline;
	width: 680px;
	height: 454px;
	text-align: left;
}

DIV#item {
	float: left;
	margin: 3px 0px 3px 6px;
	width: 331;
	text-align: left;
}

TABLE {
	width: 100%;
	border: 1px solid Black;
}

TD#center {
	text-align: center;
}

TD#right {
	text-align: right;
}

DIV#large_img {
	width: 674px;
	margin: 3px 0px 3px 6px;
}

DIV#info {
float: left;
display: inline;
	margin: 3px 0px 3px 6px;
	width: 218;
	text-align: left;
}

DIV#order {
	float: left;
	display: inline;
	margin: 3px 0px 3px 6px;
	width: 450;
	text-align: left;
}
/****************** FOOTER ******************/
DIV#footer {
	width: 100%;
	height: 64px;
	background-color: Black;
	color: White;
	vertical-align: middle;
	text-align: left;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: bold;
}


DIV#special {
	width: 672px;
	margin: 3px 0px 3px 6px;
}

DIV#special_title {
	font-size: 60px;
}

DIV#special_image {
	
}

DIV#special_summ {
	
}

IMG#special {
float: left;
	width: 200px;
	height: 200px;
	border: 1px solid Black;
}








HTML body#sub {
	background-color: Red;
}

HTML body#main {
	background-color: White;
	background-image: url(../images/bground.gif);
	background-attachment: scroll;
	background-position: bottom right;
	background-repeat: repeat-x;
}



table#bg_1 {
	background-image: url(../images/bg_1.gif);
	background-attachment: scroll;
	background-position: middle center;
	background-repeat: no-repeat;
}
table#bg_2 {
	background-image: url(../images/bg_2.gif);
	background-attachment: scroll;
	background-position: middle center;
	background-repeat: no-repeat;
}
table#bg_3 {
	background-image: url(../images/bg_3.gif);
	background-attachment: scroll;
	background-position: middle center;
	background-repeat: no-repeat;
}



th {
	font-family: verdana;
	font-size: 11px;	
}

td {
	font-family: verdana;
	font-size: 11px;
}

p {
	font-family: verdana;
	font-size: 11px;
	text-align: justify;
}

div#text p {
	width: 390px;
}

a {
	text-decoration: none;
	color: Red;
}
a:hover {
	color: Black;
}

hr {
	/* width: 55px;
	border: 0;
	height: 10px; */
	color: Red;
	background-color: Red;
}

li {
	list-style-type: none;
	color: Red;
}

img {
	border: 1px solid Black;
}
img#bl {
	border: 0px none;
}
img#bigImage {
	width: 380px;
	height: 362px;
}
img#submenu {
	margin: 5px;
}
/******************  AKlogo ******************/

#artkitchen1 {
	/*the red art in artkitchen
	font-family : "Franklin Gothic Medium";
	font-size : 13px;*/
	color : Red;
	
}
#artkitchen2 {
	/*the black kitchen in artkitchen
	color : Black;
	font-size : 11px;
	font-family : "Times New Roman";
	text-transform : uppercase;*/
}

#title {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	/*font-weight : bold;
	background: url(../images/bar_h.gif) no-repeat 0 0;
	text-indent: 65px;*/
	text-align: left;
}


#listitem {
	float: left;
	width: 180px;
	color: Red;
	margin: 5px;
}

/******************  site ******************/

table#container {
	width: 800px;
}


/******************  MotionContainer ******************/

#motioncontainer {
	background-color: Red;
}

#motioncontainer a img{ /*image border color*/
	border: 1px solid Black;
	margin: 5px;	
}

#motioncontainer a:hover img{ /*image border hover color*/
	border: 1px solid Red;
}

#motioncontainer a:hover{
	color: Red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
width: 150px;
padding: 2px;
margin: 1px;
left: 50%;
background-color: Smoke;
border: 1px solid Black;
visibility: hidden;
}