body {
	background-color: #000000;
background-image:url(background.jpg);
background-position:center center;
background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
.video { 
    width:300px; 
    height: 170px;
    display: block;
    padding:5px;
}
.video:hover { 
    width:300px; 
    height: 170px; 
    display: block;
    padding:5px;
    background-color:#0B97CC;
}


.learnmore {
    padding:5px; 
    width:150px; 
    background-color:#99527A;
    border-width: 1px; 
    border-style: solid; 
    border-color: #480048;
}
.learnmore:hover {
    padding:5px; 
    width:150px; 
    background-color:#84D2EC;
    border-width: 1px; 
    border-style: solid; 
    border-color: #480048;
}

.downloadtrial {
    padding:5px; 
    width:170px; 
    background-color:#411031;
    border-width: 1px; 
    border-style: solid; 
    border-color: #480048;
}
.downloadtrial:hover {
    padding:5px; 
    width:170px; 
    background-color:#84D2EC;
    border-width: 1px; 
    border-style: solid; 
    border-color: #480048;
}

.buynow {
    padding:5px; 
    width:150px; 
    background-color:#509F00;
    border-width: 1px; 
    border-style: solid; 
    border-color: #480048;
}
.buynow:hover {
    padding:5px; 
    width:150px; 
    background-color:#84D2EC;
    border-width: 1px; 
    border-style: solid; 
    border-color: #480048;
}

.fond {
	background-image: url(images/fond.png);
	background-position: center top;
	width: 425px;
	height: 355px;
}
#ground {

	background-color: #22091A;
	background-repeat: repeat-x;
	background-position: left top;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	height: 100%;	
	font-family: Arial, Helvetica, sans-serif;
}	
.grid {
	margin: 0px;
	padding-left: 20px;
}	


.d1 {
	background-image: url(images/d1.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	height: 70px;
}
.d2 {
	background-image: url(images/d2.png);
	background-position: center top;
	width: 1000px;
	height: 100%;
}
.d3 {
	background-image: url(images/d3.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	height: 250px;
}

.text {
	font-size: 26px;
	font-family: Bimini;
	color: #ffffff;
	padding: 35px;

}
.text1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;

}
.button {
    border: none;
    background: url(images/submit.png) no-repeat top left;
    padding: 2px 8px;
    width: 195px;
	height: 45px;
	margin-left: 35px;
	margin-top: 20px;
}
.button:hover {
    border: none;
    background: url(images/submit1.png) no-repeat top left;
    padding: 2px 8px;
    width: 195px;
	height: 45px;
	margin-left: 35px;
	margin-top: 20px;
}



.sociable					{
		margin				:	16px 0 !important;
}
.sociable img				{
		float				:	none;
		width				:	20px;
		height				:	20px;
		border				:	0;
		margin				:	0;
		padding				:	0;
}
.sociable-hovers			{
		opacity				:	.4;
		-moz-opacity		:	.4;
		filter				:	alpha(opacity=60);
}
.sociable-hovers:hover		{
		opacity				:	1;
		-moz-opacity		:	1;
		filter				:	alpha(opacity=100);
}