/* CSS Document */
::selection			{ background: rgba(204, 101, 51, 0.8); color:rgba(255,255,255,1); /* Safari and Opera */ }
::-moz-selection  { background: #C63; color:#CCC; /* Firefox */ }

.container {
	width: 800px;
	margin-right:auto;
	margin-left: auto;
	margin-top: 30px;
	height: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background: #FFF;
}
.logo {
	background: url(../Images/logo.png);
	width: 133px;
	height: 72px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
.nav {
	width: 600px;
	height: 72px;
	position: relative;
	right: 0px;
	top: 0px;
	float: right;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
li {
	float: left;
	margin-right: 10px;
	margin-left: 70px;
}
.nav a {
	color: #CC6633;
	text-decoration: none;
	-webkit-transition: 1s all ease-in-out;
	-moz-transition: 1s all ease-in-out;
	-o-transition: 1s all ease-in-out;
	transition: 1s all ease-in-out;
}
.nav a:hover {
	color: #666;
	text-decoration: none;
}
.main {
	background: url(../Images/rippondenmainpic-home.png);
	width: 800px;
	height: 600px;
	position: relative;
	left: 0px;
	top: 80px;
	opacity: 0.95;
	-webkit-transition: 2s all ease-in-out;
	-moz-transition: 2s all ease-in-out;
	-o-transition: 2s all ease-in-out;
	transition: 2s all ease-in-out;
}
.main:hover {
	opacity: 1;
}
.slogan {
	background: url(../Images/slogan.png) #FFF;
	position: relative;
	left: -50px;
	top: 440px;
	height: 100px;
	width: 900px;
	opacity: 1;
}
.slogan:hover {
	opacity: 1;
}
.price{
	width: 800px;
	height: 600px;
	position: relative;
	left: 0px;
	top: 80px;
	background:url(../Images/price1.png);
}
.about{
	width: 800px;
	height: 600px;
	position: relative;
	left: 0px;
	top: 80px;
	background:url(../Images/aboutbg.png);
}
.port{
	width: 800px;
	height: 600px;
	position: relative;
	left: 0px;
	top: 80px;
	background:url(../Images/portbg.png);
}
.footer{
	width: 800px;
	height: auto;
	position: relative;
	left: 0px;
	top: 88px;
	text-align: center;
	color: #CCC;
	font-size: 10px;
	letter-spacing: 5px;
	font-weight: 10;
	padding-bottom: 7px;
	opacity: 0.4;
	-webkit-transition: 1s all ease-in-out;
	-moz-transition: 1s all ease-in-out;
	-o-transition: 1s all ease-in-out;
	transition: 1s all ease-in-out;
	float:none;
}
.footer:hover {
	opacity: 1;
	color: #666;
}
.port1 {
	width: 340px;
	height: auto;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
	margin-top: 50px;
	padding-left: 38px;
	padding-right: 8px;
	float:left;
}
.port2 {
	width: 346px;
	height: auto;
	position: relative;
	right: 0px;
	top: 0px;
	text-align: center;
	margin-top: 50px;
	padding-right: 38px;
	padding-left:3px;
	float:right;
}
.contact {
	width: 500px;
	height: auto;
	position: relative;
	left: 50px;
	top: 50px;
	background: white;
	padding: 5px;
}
.clickhere {
	width: 320px;
	height: 50px;
	position: relative;
	left: 24px;
	top: 500px;
	opacity: 0.4;
	background: url(../Images/clickheretoorder.png) center no-repeat;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-transform:scale(0.8,0.8);
	-moz-transform:scale(0.8,0.8);
	-o-transform:scale(0.8,0.8);
	transform:scale(0.8,0.8);
	-webkit-transition: 1s all ease-in-out;
	-moz-transition: 1s all ease-in-out;
	-o-transition: 1s all ease-in-out;
	transition: 1s all ease-in-out;
}
.clickhere:hover {
	opacity: 1;
	background-color:#FFF;
	background-color: rgba(255,255,255,1);
		-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-o-transform:scale(1,1);
	transform:scale(1,1);
}
img {
	-webkit-border-radius: 5px;
	opacity: 0.7;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}
img:hover {
	opacity: 1;
	-webkit-transform:rotate(2deg);
	-moz-transform:rotate(2deg);
	-o-transform:rotate(2deg);
	transform:rotate(2deg);
}
p {
	padding: 0px;
	color:#333;
}
p.sitename {
	color:#C63;
	font-size:16px;
	text-transform:uppercase;
}
input, textarea {
	width: 300px;
	height: 35px;
	font:"Courier New", Courier, monospace;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
textarea {
	height: 100px;
	max-height: 100px;
	min-height: 100px;
	max-width: 300px;
	min-width:300px
}
td {
	min-height: 60px;
}
table img {
	opacity: 1;
}
table img:hover {
	opacity: 1;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
}
	
	
