@charset "UTF-8";
#container {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
/*-----------------------
	Global Menu
-----------------------*/

#globalMenu {
	width: 748px;
	height: 58px;
	clear:both;
	background: #033649 url(http://www.sii-components.com/images/bg_globalMenu.gif) repeat-x;
}
#gMenuLeft {
	float: left;
}
#gMenuRight {
	float: right;
	margin: 0 0px 0 0;
}
/*-----------------------
	top
-----------------------*/

#top h1 {
	clear:both;
	width: 748px;
	height: 222px;
	background: url(http://www.sii-components.com/custom/images/banner_main.jpg) no-repeat;
	text-indent: -10000px;
	display:block;
}
/*-----------------------
	main
-----------------------*/

#main {
	width: 748px;
	background:url(http://www.sii-components.com/images/bg_main.gif) repeat-y;
	padding: 0 0 1em 0;
}
#main:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html #main {
	height: 1em;
	overflow: visible;
}
/**/


/*-----------------------
	main 1 column
-----------------------*/

#main1 {
	width: 748px;
	padding: 0 0 3em 0;
}
#main1:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html #main1 {
	height: 1em;
	overflow: visible;
}
/**/

/*-----------------------
	main Menu
-----------------------*/

#mainMenu {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 748px;
	height: 29px;
	background:url(http://www.sii-components.com/images/bg_mainMenu.gif) repeat-x;
}
#mainMenu li {
	display: inline;
}

/*-----------------------
	common
-----------------------*/
.new {
	padding: 2px 3px 1px 4px;
	margin: 0 0 0 2px;
	background: #00b2cc;
	color: #fff;
	font-size: 85%;
}
/*-----------------------
	1 column
-----------------------*/
.oneCol {
	width: 724px;
	margin: 6px 11px 12px 13px;
}

#mainLower {
	clear: both;
}
