@charset "UTF-8";
/* CSS Document */

.containter{
	width:960px;
	background-color:#FFF;
	margin:0px auto;
	padding: 10px;
	box-shadow:0px 0px 20px #666666;
	-moz-box-shadow:0px 0px 20px #666666;
	-webkit-box-shadow:0px 0px 20px #666666;
}

body, nav, section, header, footer{
	display:block;
}

.logo{
	max-width:280px
}

hgroup{
	display:none;
}

footer{
	background-color:rgb(0,16,88);
	Padding: 20px;
	margin-top: 20px;
	border-top: 5px solid rgb(0,16,288);
}

footer p{
	color:#FFF;
}

h1 {
	text-transform: uppercase;
	color:#fff;
	font-family: LeagueGothicRegular;
	font-size: 80px;
}
		
h2 {
	text-transform: uppercase;
	color:rgb(0,16,88);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 54px;
}

h3 {
	text-transform: uppercase;
	color:rgb(0,16,108);
	font-family: Verdana, Geneva, sans-serif;
	font-size:36px;
}

h4 {
	text-transform: uppercase;
	color:rgb(0,16,188);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
}

h5 {
	text-transform: uppercase;
	color:rgb(0,16,208);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}

.clearFloat{
	clear:both;
}

p, li{
	color:#999;
	font-family: Verdana, Geneva, sans-serif;
	font-size:15px;
}

.leftContent{
	float:left;
	width:630px;
}

.rightSidebar{
	float:right;
	width:300px;
}

.products {
	float:left;
	width:310px;
}

.productImg{
	max-width:150px;
	margin:0px 0px 30px 0px;
}

.productImg:hover{
	border:outset rgb(0,51,204);
	padding: 15px 15px; 
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}

.title{
	max-width:150px;
}

.title:hover{
	font-size:40px;
}

.leftside{
	float:left;
	width:460px;
}

.rightside{
	float:right;
	width:460px;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 100;
  font-size: 12px;
  line-height: 30px;
}

.container {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px Verdana, Geneva, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  margin: 30px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background:#00F;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background:#000;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}