* { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; *behavior:url(boxsizing.htc); }

body {
  /* Set a background color that will be displayed
     while the background image is loading */
  background-color: #fff;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

img {border : 0;}

a img {outline : none;}

.footer {
	font-size: 15px;
	text-align: center;
	font-weight: 200;
	font-family: arial;
	line-height:1.2em;
	letter-spacing: .6px;
	text-decoration: none;
	color: #fff;
}

.text {
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height:1.4em;
	color: #666;
	letter-spacing:1.0px;
}

.text1 {
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height:1.4em;
	color: #666;
	letter-spacing:1.0px;
}

.text2 {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height:1.4em;
	color: #666;
	letter-spacing:1.0px;
}


.price {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height:1.4em;
	color: #ff0000;
	letter-spacing:1.0px;
}

.price_small {
	font-size: 17px;
	text-align: center;
	font-weight: bold;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height:1.4em;
	color: #ff0000;
	letter-spacing:1.0px;
}

.header {
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height:1.4em;
	color: #666;
	letter-spacing:1.0px;
}


.header3 {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height:1.4em;
	color: #ffffff;
	letter-spacing:1.0px;
}

.header2 {
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height:1.4em;
	color: #666;
	letter-spacing:1.0px;
}

.navbar {
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height:1.4em;
	letter-spacing:1.0px;
}

.navbar2 {
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height:1.4em;
	color: #666;
	letter-spacing:1.0px;
}

.box {
	padding: 20px 10px 20px 30px;
	width: 360px;
	border: thin solid #fff;
}

a.nav:link { color: #777777; text-decoration: none }
a.nav:active { color: #777777; text-decoration: none }
a.nav:visited { color: #777777; text-decoration: none }
a.nav:hover { color: #ff0000; text-decoration: none }

a.nav2:link { color: #fff; text-decoration: none }
a.nav2:active { color: #fff; text-decoration: none }
a.nav2:visited { color: #fff; text-decoration: none }
a.nav2:hover { color: #fff; text-decoration: none }

a.email:link { color: #fff; text-decoration: none }
a.email:active { color: #fff; text-decoration: none }
a.email:visited { color: #fff; text-decoration: none }
a.email:hover { color: #ccc; text-decoration: none }



.sexy_line {
    border: 0;
    margin: 10px 0px 10px 0px;
    height: 1px;
	width: 900px;
	text-align: center;
    background: #fff;
    background-image: -webkit-linear-gradient(left, #fff, #000, #fff);
    background-image: -moz-linear-gradient(left, #fff, #000, #fff);
    background-image: -ms-linear-gradient(left, #fff, #000, #fff);
    background-image: -o-linear-gradient(left, #fff, #000, #fff);
}