@import url("/styles/base/basic.css");		/* All media 	*/
@import url("/styles/base/design.css");		/* Screen 		*/
@import url("/styles/base/print.css");		/* Print 		*/

@media screen
{
	#headerStrip
	{
		background-image: url(/images/homepagegradient.jpg);
		background-repeat: no-repeat;
		height: 178px;
		font-size: 12px;
	}
	#headerStrip h1
	{
		color: #7CC5EE;
		margin-bottom: 20px;
	}
	#headerStrip p
	{
		margin-bottom: 13px;
	}
	#mainImage
	{
		position: relative;
		float: right;
		padding-left: 50px;
		margin-right: -55px;
	}
	#contentWrapper
	{
		padding-right: 0;
	}
	#columnsWrapper
	{
		position: relative;
		font-size: 0.8em;
		width: 100%; /* Needed for old IE */
		background-image:url(/images/columns_bg.gif);
		background-repeat: repeat-y;
		background-position: 241px;
	}
	#columnsWrapper h1
	{
		margin-top: 10px;
		margin-bottom: 5px;
		color: #555555;
		font-size: 12px;
	}
	#columnsWrapper span
	{
		color: #555555;
		font-weight: normal;
	}
	#col1
	{
		display: inline; /* Correct IE double margin bug */
		position: relative;
		float: left;
		width: 232px;
		overflow: hidden;
	}
	#col2
	{
		position: relative;
		float: left;
		width: 215px;
		margin-left: 22px;
		overflow: hidden;
	}
	#col3
	{
		position: relative;
		float: left;
		width: 272px;
		margin-left: 22px;
		overflow: hidden;
	}
	.quickLinksPrincipals
	{
		list-style: none;
		margin: 0 0 10px 0;
	}
	.quickLinksProducts
	{
		float: left;
		list-style: none;
		margin: 0 0 10px 0;
		width: 49%;
	}
	.quickLinksPrincipals li,
	.quickLinksProducts li
	{
		list-style: none;
		padding-bottom: 2px;
		padding-right: 15px;
		margin: 0;
	}
	#subscribeBar
	{
		position: relative;
		display: inline; /* correct ie double margin bug */
		float: right;
		width: 512px;
		height: 25px;
		background-image: url(/images/subscribe_bar.jpg);
		background-repeat: no-repeat;
		padding-left: 10px;
		margin-right: 25px;
		margin-top: 20px;
		font-size: 10px;
	}
	#subscribeBar p
	{
		margin-top: 6px;
		float: left;
	}
	.subscribeBarField
	{
		float: left;
		border: 1px solid #84C4E7;
		margin-right: 10px;
		width: 200px;
		height: 11px;
		margin-top: 4px;
		background-color: #ffffff;
		font-size: 9px;
		line-height: 13px;
		margin-left: 5px;
		height: 13px;
		padding-left: 2px;
		color: #bbbbbb;
	}
	.subscribeBarButton
	{
		position: relative;
		margin-top: 4px;
		background-color: transparent;
		padding: 0;
		border: none;
		font-size: 12px;
		color: #999999;
	}
	#subscribeBarDots
	{
		position: relative;
		background-image: url(/images/dots/dots_blue.gif);
		width: 13px;
		height: 32px;
		float: left;
		margin-top: -4px;
	}
}