/*
	Sussex Internet
	
	Screen Styles for Koolart
	
	Created by Neil Kelsey
	on: 10.05.2007

*/

/* browser unification */

:link,:visited {text-decoration:none}
ul,ol {list-style:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}
address {font-style:normal}

/* End of browser unification */

/* Start of tag styles */

body
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	word-spacing:0.15em;
	letter-spacing:0.01em;
	background:
		url(../images/body_bg.gif)
		top
		repeat-x
		#d20107;
	}
	
img
	{
	vertical-align:middle;
	}
	
td
	{
	vertical-align:top;
	}
	
h1
	{
	font-weight:normal;
	color:#D20107;
	font-size:2em;
	}
	
h2
	{
	font-weight:normal;
	font-size:1.3em;
	}

p
	{
	margin-bottom:10px;
	}

/* End of tag styles */

/* Start of universal styles */

.bold
	{
	font-weight:bold
	}
	
.italic
	{
	font-style:italic
	}
	
.underline
	{
	text-decoration:underline
	}
	
.left
	{
	text-align:left
	}

.center
	{
	text-align:center
	}

.right
	{
	text-align:right
	}
	
.justify
	{
	text-align:justify
	}
	
.red
	{
	color:#D20107;
	}

.productListing-data
	{
	vertical-align:middle;
	border-top:1px #B40000 solid;
	padding:5px
	}

.error {
  color:#C00;
  font-weight:bold;
  margin-left:10px
}

/* End of universal styles */

/* Start of site structure */

#container
	{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	}
	
#menu_column
	{
	float:left;
	width:264px;
	}
	
/* Start of styles inside of #menu_column */

#menu_column_header
	{
	float:left;
	background:url(../images/logo_non_flash.png) top no-repeat;
	width:264px;
	height:111px;
	
	}
	
#search
	{
	float: left;
	height:50px;
	margin-top:60px;
	margin-right:0px;

	margin-left: 70px;
	}

#search input
	{
	background:none;
	background-image:url(../images/search.png);
	padding:2px;
	border:1px solid #FFF;
	color:#FFF
	}

#search input.button
	{
	padding:1px;
	}

#menu_top
	{
	float:left;
	width:180px;
	height:5px;
	padding-left:18px;
	padding-top:18px;
	margin-left:49px;
	font-weight:bold;
	font-size:1.2em;
	color:#333333;
	background:
		url(../images/menu_top_bg.png)
		top
		no-repeat;
	}
	
#menu
	{
	float:left;
	width:264px;
	background:
		url(../images/menu_bg.png)
		top
		repeat-y;
	}

#menu_middle
	{
	float:left;
	width:181px;
	margin-left:58px;
	border-top:1px dashed #999
	}
	
#menu_middle li
	{
	padding-bottom:2px;
	padding-left:20px;
	padding-top:2px;
	border-bottom:1px dashed #999;
	font-weight:bold;
	}
	
#menu_middle li a
	{
	color:#d20107
	}
	
#menu_middle li.sub
	{
	padding-left:35px;
	font-weight:normal
	}

#menu_middle li.sub a
	{
        color:#000
	}

#civic
	{
	float:left;
	width:264px;
	height:168px;
	background:
		url(../images/civic.png)
		top
		no-repeat;
	}
	
#menu_footer
	{
	float:left;
	width:auto;
	margin-left:75px;
	margin-top:5px;
	text-align:center;
	color:#FFFFFF;
	}

#menu_footer a
	{
	color:#FFFFFF;
	}

#menu_footer a:hover
	{
	color:#000000;
	text-decoration:underline
	}
	
/* End of styles inside of #menu_column */
	
#main_column
	{
	float:left;
	width:686px;

	}

#main_column a
	{
	color:#000
	}
	
#main_column a:hover
	{
	text-decoration:underline
	}
	
#flash_homepage
	{
	float:left;
	width:645px;
	height:175px;
	}
	
/* Start of styles inside of #main_column */

#main_column_header
	{
	float:left;
	width:656px;
	height:111px;
	padding-left:30px;
	}

#main_column_header a
	{
	color:#FFF
	}

#main_column_header a:hover
	{
	text-decoration:underline
	}
	
.main_menu_item_selected
	{
	float:left;
	height:43px;
	color:#FFFFFF;
	width:auto;
	padding-left:8px;
	padding-right:23px;
	padding-top:3px;
	margin-top:46px;
	font-size:1.2em;
	border-left:1px solid #FFFFFF;
	background:
		url(../images/main_menu_bg.png)
		top
		repeat-x;
	}
	
.main_menu_item_unselected
	{
	float:left;
	height:43px;
	color:#FFFFFF;
	width:auto;
	padding-left:8px;
	padding-right:23px;
	padding-top:3px;
	margin-top:46px;
	font-size:1.2em;
	border-left:1px solid #FFFFFF;

	}
	
#basket
	{
	position:relative;
	top:44px;
	float:right;
	width:256px;
	margin-right:30px;
	padding-top:20px; 
	text-align:center;
	
	font-weight:bold;
	font-size:1.2em;
	height:48px;
	background: 
		url(../images/basket_bg.png)
		top
		no-repeat;
	}
#basket a {
	color:#640000;
}
#basket a:hover {
	color:#000;
	text-decoration:none
}

	
#main_top
	{
	float:left;
	width:686px;
	height:20px;
	background:
		url(../images/main_top_bg.png)
		top
		no-repeat;
	}
	
#main_middle
	{
	float:left;
	width:656px;
	padding-left:15px;
	padding-right:15px;
	background:
		url(../images/main_middle_bg.png)
		top
		repeat-y;
	}
	
#main_middle a
	{
	color:#D20107
	}
	
#main_bottom
	{
	float:left;
	width:686px;
	height:20px;
	background:
		url(../images/main_bottom_bg.png)
		top
		no-repeat;
	}
	
.main_top
	{
	float:left;
	width:686px;
	height:20px;
	background:
		url(../images/main_top_bg.png)
		top
		no-repeat;
	}
	
#flash_into
	{
	float:left;
	width:656px;
	height:110px;
	}
	
.main_middle
	{
	float:left;
	width:656px;
	padding-left:15px;
	padding-right:15px;
	background:
		url(../images/main_middle_bg.png)
		top
		repeat-y;
	}
	
.main_middle a
	{
	color:#D20107
	}
	
.main_bottom
	{
	float:left;
	width:686px;
	height:20px;
	background:
		url(../images/main_bottom_bg.png)
		top
		no-repeat;
	}
	
#categories
	{
	float:left;
	width:686px;
	}

#menu_middle a
	{
	color:#000
	}
	
#menu_middle a:hover
	{
	text-decoration:underline
	}
	
#manufacturers
	{
	position:relative;
	top:8px;
	float:left;
	width:269px;
	height:33px;
	padding-left:20px;
	padding-top:14px;
	background:
		url(../images/list_all_bg.png)
		top
		no-repeat
	}

.cat_item
	{
	float:left;
	width:160px;
	font-size:0.9em;
	font-weight:bold;
	padding-right:1px;
	text-align:center;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:9px;
	height:124px;
	margin-left:8px;
	margin-top:8px;
	background:
		url(../images/cat_item_bg.png)
		top
		no-repeat;
	}

.prod_item
	{
	float:left;
	width:180px;
	font-size:0.9em;
	padding-right:1px;
	text-align:center;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:9px;
	height:220px;
	margin-left:30px;
	margin-top:8px;

	}

.koolart_item
	{
	/*float:left;
	width:160px;
	font-size:0.9em;
	font-weight:bold;
	padding-right:1px;
	text-align:center;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:9px;
	height:124px;
	margin-left:5px;
	margin-top:8px; */
		float:left;
	width:160px;
	font-size:0.9em;
	font-weight:bold;
	padding-right:1px;
	text-align:center;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:9px;
	height:124px;
	margin-left:3px;
	margin-top:8px;

	}	


#main_footer
	{
	float:left;
	width:686px;
	margin-top:10px;
	text-align:center;
	color:#FFFFFF;
	padding-bottom:10px;
	}
	
#main_footer a
	{
	color:#FFF;
	}
	
#main_footer a:hover
	{
	color:#000;
	}

#number
	{
	position:relative;
	top:30px;
	left:60px;
	color:#fff;
	width:568px;
	height:25px;
	background:
		url(../images/ordernum.png)
		top
		left
		no-repeat;
	}
	
#color_change
	{
	float:right;
	width:300px;
	height:200px;
	}
	
/* End of styles inside of #main_column */

/* End of site structure */

/* End of document */
