/* general stuff */
body
{
	background-color: #333333;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

a
{
	color: #990000;
	text-decoration: underline;
}
a:hover
{
	color: #990000;
	text-decoration: underline;
}

img
{
	border: none;
}


/* ensemble will contain all the page elements */
#ensemble
{
	margin: 0px auto;
	padding: 0px 10px;
	width: 750px;
	background-color: #FFFFFF;
}


/* title to write the kitshop name */ 
#title
{
	margin: 0px;
	padding: 0px;
	width: 750px;
	text-transform: uppercase;
	font-weight: bold;
}

/* cart to write the status of the cart */ 
#cart
{
	float: right;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: right;
}


/* logo to inserte the logo of the kitshop */ 
#logo
{
	margin: 0px;
	padding: 0px;
	width: 750px;
	height: 150px;
	text-align: center;
}

#logo img
{
	margin: 0px;
	padding: 0px;
	border: none;
}

/* topmenu to chose your language and other links */ 
#topmenu
{
	margin: 0px;
	padding: 3px 0px;
	width: 750px;
	font-weight: bold;
	background-color: #000000;
}

#topmenu ul
{
	margin: 0px;
	padding: 0px;
	width: 750px;
	text-align: center;
}

#topmenu li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	text-align: center;
}

#topmenu a
{
	padding: 3px 30px;
	margin: 0px;
	text-decoration: none;
	color: #FFFFFF;
}

#topmenu a:hover
{
	text-decoration: none;
	color: #9B1616;
}

/* motd will containe the messages of the day */
#motd
{
	margin: 0px;
	padding: 0px;
	width: 750px;
	text-align: center;
}

/* Container will containe all the menucontainer, the newscontainer and the content or fullcontent element */
#container
{
	margin: 0px;
	padding: 20px 0px 0px 0px;
	width: 750px;
}


/* menucontainer to contain all the menu for all the kitshop */
#menucontainer
{
	float: left;
	width: 150px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


/* menu for each kitshop */
#menucontainer div.menu
{
	width: 150px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#menucontainer h1
{
	width: 140px;
	padding: 0px 5px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	background-color: #333333;
}

#menucontainer ul
{
	margin: 0px;
	padding: 0px;
}

#menucontainer li
{
	width: 140px;
	margin: 0px;
	padding: 0px 5px;
	list-style: none;
	background-color: #DDDDDD;
	border-bottom: 1px dashed #333333;
}

#menucontainer a
{
	color: #000000;
	text-decoration: none;
}

#menucontainer a:hover
{
	color: #000000;
	text-decoration: underline;
}

#menucontainer a.kitshop
{
	color: #FFFFFF;
	text-decoration: none;
}

#menucontainer a:hover.kitshop
{
	color: #FFFFFF;
	text-decoration: none;
}

#menucontainer a.active
{
	color: #9B1616;
}


/* content will contain all the information of the current page */
#content
{
	width: 388px;
	padding: 5px;
	margin: 0px 0px 10px 160px;
	border: 1px solid #333333;
	text-align: justify;
}

#content h1
{
	text-align:left;
	width: 378px;
	padding: 0px 5px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #333333;
}

#content h2,
#content h3,
#content h4,
#content h5,
#content h6
{
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	line-height:120%;
}


/* fullcontent will contain all the information of the current page when there is no news */
#fullcontent
{
	width: 575px;
	padding: 5px;
	margin: 0px 0px 10px 160px;
	border: 1px solid #333333;
	text-align: justify;
}

#fullcontent h1
{
	text-align:left;
	width: 565px;
	padding: 0px 5px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #333333;
}

#fullcontent h2,
#fullcontent h3,
#fullcontent h4,
#fullcontent h5,
#fullcontent h6
{
	text-align:left;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	line-height:120%;
}


/* newscontainer to contain all the news */
#newscontainer
{
	float: right;
	width: 180px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

/* news to contain each news */
#newscontainer div.news
{
	width: 178px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #333333;
	text-align: justify;
}

#newscontainer h1
{
	text-align:left;
	width: 168px;
	padding: 0px 5px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #333333;
}

#newscontainer p
{
	padding: 0px;
	margin: 0px 5px;
}

#newscontainer span.newsdate
{
	font-size: 9px; color: #333333;
}

/* navigator */
.navigator
{
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
	vertical-align: middle;
}

.navigatorbox
{
	margin: 0px;
	padding: 5px;
	border: 1px solid #333333;
	background-color: #DDDDDD;
}	

/* footer will contain the footer information */
#footer
{
	margin: 0px;
	padding: 10px 0px;
	clear: both;
	width: 750px;
	text-align: center;
	border-top: 15px solid #333333;
}

#footer ul
{
	margin: 0px;
	padding: 0px;
}

#footer li
{
	font-size: 9px;
	margin: 0px;
	padding: 0px 10px;
	list-style: none;
	display: inline;
}