/*
Theme Name: My New Theme
Theme URI: http://thenewtech.net
Description: A new theme based on thenewtech.net.
Version: 1
Author: James Eden
Author URI: http://thenewtech.net/
*/

body {
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
background-color:#00abeb;
background: -moz-linear-gradient(left top 315deg, #00abeb, #fff);
background: -webkit-gradient(linear, left top, right bottom, from(#00abeb), to(#fff));
}

#header {
	height: 69px;
	width:920px;
	margin-top:30px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#FFFFFF;
		-moz-border-radius: 9px 9px 0px 0px;
		-webkit-border-radius: 9px 9px 0px 0px;
}
	
#nav1 {
	width:900px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding:10px;
	text-align:center;
	background-color:#FFFFFF;
}

#nav2 {
	width:100%x;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding:5px;
	text-align:center;
	background-color:#808080;
}

#content {
	width:900px;
	height: auto;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding: 10px;
	text-align:left;
	background-color:#FFF;
}

#spacer {
	width: 0px;
	height: 100px;
align:left;
}

#homepage_main{
background: url(media/home/five.png);
width: 816px;
height: 255px;
-webkit-box-shadow: 2px 2px 4px #818181;
-moz-box-shadow: 2px 2px 4px #818181;
-moz-border-radius: 10px;
-moz-border-radius-bottomright: 00px;
-moz-border-radius-bottomleft: 00px;
-webkit-border-bottom-right-radius: 00px;
-webkit-border-bottom-left-radius: 00px;
-webkit-border-top-right-radius: 10px;
-webkit-border-top-left-radius: 10px;
}
#homepage_main2{
background: url(media/home/three.png);
width: 816px;
height: 200px;
-webkit-box-shadow: 2px 2px 4px #818181;
-moz-box-shadow: 2px 2px 4px #818181;
-moz-border-radius: 10px;
-moz-border-radius-topleft: 00px;
-moz-border-radius-topright: 00px;
-webkit-border-top-left-radius: 00px;
-webkit-border-top-right-radius: 00px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
}

.center
{
margin:auto;
width: 90%;
}
#footer {
	width:900px;
	margin-top:0;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
		background-color:#FFFFFF;
		-moz-border-radius: 0px 0px 9px 9px;
		-webkit-border-radius: 0px 0px 9px 9px;
}

#left-column {
width: 645px;
}

#right-column {
width: 250px;
float: right;
padding: 5px;
text-align: center;
}

p.description {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	text-align:center;
	color:#333;
	margin-top:15px;
	margin-bottom:15px;
}

p.review-title {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	text-align:left;
	color:#000;
	font-weight:bold;
}

p.review {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:left;
	color:#333;
	margin:0px;
}


p.features {
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	font-weight:bold;
}

p.ul {
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	text-align:left;
}

img {
	border-style:none;
}

.bubblewrap{
list-style-type:none;
margin:0;
padding:0;
}

.bubblewrap li{
display:inline;
width: 65px;
height:60px;
}

.bubblewrap li img{
width: 55px; /* width of each image.*/
height: 60px; /* height of each image.*/
border:0;
margin-right: 12px; /*spacing between each image*/
-webkit-transition:-webkit-transform 0.1s ease-in; /*animate transform property */
-o-transition:-o-transform 0.1s ease-in; /*animate transform property in Opera */
}

.bubblewrap li img:hover{
-moz-transform:scale(1.8); /*scale up image 1.8x*/
-webkit-transform:scale(1.8);
-o-transform:scale(1.8);
}

.entry
  {

  }

