/*
 
Copyright (c) Enigma Interactive 2006

SOM2
Project:		VICCORP
Filename:		layout_home.css
Description:	Layout of the home page
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
3	03jul06		MS			Making a minor change to a class name
2	03Apr06		MS			Making some minor changes
1	23Feb06		MS			Created

*/

#coSiteTool
{
	position: relative;
	overflow: hidden;
	width: 760px;
	background-color: #9cceff;
}

#coSiteTool #toolTop
{
	position: relative;
	overflow: hidden;
	width: 760px;
	height: 62px;
}

#coSiteTool #toolTop .left
{
	position: relative;
	overflow: hidden;
	float: left;
	width: 210px;
	height: 62px;
}

#coSiteTool #toolTop .rightText
{
	position: relative;
	overflow: hidden;
	float: right;
	height: 62px;
	font-size: 1.4em;
	font-weight: bold;
	padding: 42px 0px 0px 0px;
}

#coSiteTool #toolTop .right
{
	position: relative;
	overflow: hidden;
	float: right;
	width: 34px;
	height: 62px;
}

#coSiteTool #bottom
{
	position: relative;
	overflow: hidden;
	width: 760px;
	height: 264px;
}

#coSiteTool #bottom .splash
{
	position: relative;
	overflow: hidden;
	width: 760px;
	height: 264px;
}