/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	padding: 0px;
	margin: 0px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
	color: #0289ce;
}
em {
	font-style: oblique;
}
p {
	margin: 14px 0;
	padding-left: 15px;
	color: #c9c9c9;
	line-height: 1.3em;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
h1 {
	font-size: 47px;
	font-family: "PT Sans";
	font-style: italic;
	color: #c0140a;
	text-transform: uppercase;
	padding: 10px;
}
h2 {
	font-size: 150%;
	padding-left: 15px;
	font-size: 30px;
	font-family: "PT Sans";
    color: #c9c9c9;
}
h3 {
	font-size: 24px;
	color: #c9c9c9;
	font-family: "PT Sans";
}
h4 {
	font-size: 20px;
    color: #c9c9c9;
}
h5 {
	font-size: 24px;
	font-weight: normal;
	margin-left: 20px;
	font-family: "PT Sans";
}
h6 {
	font-size: 80%;
}
a:link {
	color: #c0140a;
	text-decoration: none;
}
a:hover {
	color: #C0140A;
}
a:visited {
	color: #c0140a;
}
.color-text {
	color: #C0140A;
}

/*-----------------------------------------------------------------------------------*/
/*	End RESET - Begin Full Width CSS
/*-----------------------------------------------------------------------------------*/


body {
	background: #000;
	color: #c9c9c9;
	font-size: 14px;
	font-family: "PT Sans";
}
.wrap {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header, #footer {
	float: left;
	padding: 15px 0;
	min-width: 100%;
}
#header {
	background-image: url(../images/dark-blue-bg.jpg);
	background-repeat: repeat;
	height: 231px;
}
#header .headerwrap {
	width: 1173px;
	margin-right: auto;
	margin-left: auto;
}
#header .logo {
	float: left;
	width: 50%;
    padding-top:10px;
}
#header .headerwrap .phone {
	float: right;
	width: 350px;
	text-align: right;
	margin-top: 50px;
}
#header .headerwrap .phone .img-box {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 110px;
}
#header p {
	float: right;
	width: 160px;
	margin: 0;
	font-family: "PT Sans";
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #C0140A;
}
#content {
	clear: both;
	width: 1173px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}
.welcome {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0140a;
	background-image: url(../images/dark-blue-bg.jpg);
	background-repeat: repeat;
	padding-top: 0px;
	height: 130px;
	margin-top: -30px;
}
.welcome #welcomewrap {
	font-family: "PT Sans";
	width: 1173px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.welcome #welcomewrap p {
	font-family: "PT Sans";
	font-size: 30px;
	font-style: italic;
	color: #c9c9c9;
	margin-top: -20px;
}
/*-----------------------------------------------------------------------------------*/
/*	BOXES MIDDLE
/*-----------------------------------------------------------------------------------*/

#row {
	display: inline-block;
	width: 1173px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#first {
	width: 370px;
	float: left;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c0140a;
	border-right-color: #c0140a;
	border-bottom-color: #c0140a;
	border-left-color: #c0140a;
	background-image: url(../images/dark-blue-bg.jpg);
}
#second {
	width: 370px;
	float: left;
	margin-left: 30px;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c0140a;
	border-right-color: #c0140a;
	border-bottom-color: #c0140a;
	border-left-color: #c0140a;
	background-image: url(../images/dark-blue-bg.jpg);
}

#third {
	width: 370px;
	float: right;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c0140a;
	border-right-color: #c0140a;
	border-bottom-color: #c0140a;
	border-left-color: #c0140a;
	background-image: url(../images/dark-blue-bg.jpg);
}

.wrap #content #middle-box {
	float: left;
	width: 100%;
    border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c0140a;
	border-right-color: #c0140a;
	border-bottom-color: #c0140a;
	border-left-color: #c0140a;
	border-top-width: 1px;
	background-image: url(../images/dark-blue-bg.jpg);
	margin-bottom: 30px;
	height: 229px;
}

.wrap #content #middle-box img {
	padding: 3px;
	float: left;
}

.wrap #content #middle-box .text-right {
	width: 350px;
	float: right;
}

.wrap #content #middle-box .text-right p img {
	display: block;
	float: right;
	margin-right: 265px;
	margin-top: 10px;
	padding: 0px;
}

.wrap #content #middle-box .big-text {
	width: 240px;
	float: left;
	font-family: "PT Sans";
	text-transform: uppercase;
	font-size: 34px;
	font-weight: bolder;
	padding-top: 30px;
	color: #C0140A;
	padding-left: 10px;
	line-height: 1.5em;
}

/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
#footer {
	text-align: left;
	background-image: url(../images/dark-blue-bg.jpg);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c0140a;
	font-size: 14px;
	font-family: "PT Sans";
	/*To anchor to bottom of page uncomment the following lines:*/
		/*position:fixed;
		bottom:0;
	*/
}

#footer .footerwrap {
	width: 1173px;
	margin-right: auto;
	margin-left: auto;
}

#footer a {
	color: #c9c9c9;
	text-decoration: none;
}

#footer a:hover {
	color: #c0140a;
	text-decoration: none;
}

#footer #footer-down {
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0140A;
}

#footer #footer-down #textbox {
	text-align: center;
    padding-top:10px;
}

/*-----------------------------------------------------------------------------------*/
/*	FOOTER BOXES
/*-----------------------------------------------------------------------------------*/

#quotescointainer {
	width: 100%;
	font-size: 14px;
	overflow: hidden;
	 /* contain floated elements */
    background:
 color: #c9c9c9;
	font-family: "PT Sans";
}

#quotesleft {
	float: left;
	width: 54%;
	background-color: 
	 margin:0px auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#quotescenter {
	 float: left;
	 background-color:
	 width: 33%;
	 padding-left:;
	 width: 15%;
	 padding-left:0px;
}

#quotescenter a {line-height: 1.5em;}
#quotescenter p {margin-top:-5px;}

#footer .footerwrap #quotescointainer #quotescenter .img-box {
	width: 40px;
	float: left;
	clear: both;
	height: 40px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#footer .footerwrap #quotescointainer #quotescenter p {
	padding: 10px;
}

#quotesright {
	float: left;
	width: 27%;
	background-color:
	text-align:left;
	margin-right: -100px;
	padding-left: 60px;
}


#footer .footerwrap #quotescointainer #quotesright .img-box {
	width: 20px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/*-----------------------------------------------------------------------------------*/
/*	SLIDER
/*-----------------------------------------------------------------------------------*/
.slider-section {
	width: 100%;
	color: #fff;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/slide.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 454px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.slider-section .container {
	background-image: url(../images/slide-alwaysthere.png);
	height: 453px;
	background-repeat: no-repeat;
	text-align: center;
	width: 1173px;
	margin-right: auto;
	margin-left: auto;
}

.slider-section .container p {
	display: block;
	float: left;
	font-size: 62px;
	padding-top: 80px;
  padding-left:40px;
	font-family: "PT Sans";
	font-weight: bold;
	color: #093e87;
	width: 600px;
	text-align:left;
	text-transform:uppercase;
}

.slider-section .container .buttons {
	display: block;
	float: right;
	width: 200px;
	margin-top: 387px;
	text-align: right;
	padding-right: 7px;
}

.slider-section .container .buttons img {
	display: inline-block;
	padding-right: 9px;
}
/*-----------------------------------------------------------------------------------*/
/*	SLIDER2
/*-----------------------------------------------------------------------------------*/


.slider-section2 {
	width: 100%;
	color: #fff;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/slide2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 454px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.slider-section2 .container {
	background-image: url(../images/yoursafety.png);
	height: 453px;
	background-repeat: no-repeat;
	text-align: center;
	width: 1173px;
	margin-right: auto;
	margin-left: auto;
}

.slider-section2 .container p {
	display: block;
	float: left;
	font-size: 72px;
	padding-top: 70px;
  padding-left:50px;
	font-family: "PT Sans";
	font-weight: bold;
	color: #093e87;
	width: 600px;
	text-transform:uppercase;
}

.slider-section2 .container .buttons {
	display: block;
	float: right;
	width: 200px;
	margin-top: 387px;
	text-align: right;
	padding-right: 7px;
}

.slider-section2 .container .buttons img {
	display: inline-block;
	padding-right: 9px;
}


/*-----------------------------------------------------------------------------------*/
/*	SLIDER3
/*-----------------------------------------------------------------------------------*/


.slider-section3 {
	width: 100%;
	color: #fff;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/slide3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 454px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.slider-section3 .container {
	background-image: url(../images/guard.png);
	height: 453px;
	background-repeat: no-repeat;
	text-align: center;
	width: 1173px;
	margin-right: auto;
	margin-left: auto;
}

.slider-section3 .container p {
	display: block;
	float: left;
	font-size: 72px;
	padding-top: 115px;
   padding-left:50px;
	font-family: "PT Sans";
	font-weight: bold;
	color: #093e87;
	width: 500px;
	text-transform:uppercase;
}

.slider-section3 .container .buttons {
	display: block;
	float: right;
	width: 200px;
	margin-top: 387px;
	text-align: right;
	padding-right: 7px;
}

.slider-section3 .container .buttons img {
	display: inline-block;
	padding-right: 9px;
}

/*-----------------------------------------------------------------------------------*/
/*	SLIDER4
/*-----------------------------------------------------------------------------------*/


.slider-section4 {
	width: 100%;
	color: #fff;
	background-color: #01203c;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/slide4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 454px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.slider-section4 .container {
	background-image: url(../images/keeping.png);
	height: 453px;
	background-repeat: no-repeat;
	text-align: center;
	width: 1173px;
	margin-right: auto;
	margin-left: auto;
}

.slider-section4 .container p {
	display: block;
	float: left;
	font-size: 72px;
	padding-top: 120px;
    padding-left:50px;
	font-family: "PT Sans";
	font-weight: bold;
	color: #093e87;
	width: 500px;
}

.slider-section4 .container .buttons {
	display: block;
	float: right;
	width: 200px;
	margin-top: 387px;
	text-align: right;
	padding-right: 7px;
}

.slider-section4 .container .buttons img {
	display: inline-block;
	padding-right: 9px;
}

/*-----------------------------------------------------------------------------------*/
/*	SLIDER5
/*-----------------------------------------------------------------------------------*/


.slider-section5 {
	width: 100%;
	color: #fff;
	background-color: #01203c;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/slide3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 454px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.slider-section5 .container {
	background-image: url(../images/higher.png);
	height: 453px;
	background-repeat: no-repeat;
	text-align: center;
	width: 1173px;
	margin-right: auto;
	margin-left: auto;
}

.slider-section5 .container p {
	display: block;
	float: left;
	font-size: 72px;
	padding-top: 120px;
    padding-left:50px;
	font-family: "PT Sans";
	font-weight: bold;
	color: #093e87;
	width: 550px;
	text-transform:uppercase;
}

.slider-section5 .container .buttons {
	display: block;
	float: right;
	width: 200px;
	margin-top: 387px;
	text-align: right;
	padding-right: 7px;
}

.slider-section5 .container .buttons img {
	display: inline-block;
	padding-right: 9px;
}

/*-----------------------------------------------------------------------------------*/
/*	SLIDER6
/*-----------------------------------------------------------------------------------*/


.slider-section6 {
	width: 100%;
	color: #fff;
	background-color: #01203c;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/slide3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 454px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.slider-section6 .container {
	background-image: url(../images/security.png);
	height: 453px;
	background-repeat: no-repeat;
	text-align: center;
	width: 1173px;
	margin-right: auto;
	margin-left: auto;
}

.slider-section6 .container p {
	display: block;
	float: left;
	font-size: 72px;
	padding-top: 80px;
    padding-left:50px;
	font-family: "PT Sans";
	font-weight: bold;
	color: #093e87;
	width: 500px;
	text-transform:uppercase;
}

.slider-section6 .container .buttons {
	display: block;
	float: right;
	width: 200px;
	margin-top: 387px;
	text-align: right;
	padding-right: 7px;
}

.slider-section6 .container .buttons img {
	display: inline-block;
	padding-right: 9px;
}




/*-----------------------------------------------------------------------------------*/
/*	ROWS
/*-----------------------------------------------------------------------------------*/

.wrap #content #row-two {
	background-image: url(../images/dark-blue-bg.jpg);
	background-repeat: repeat;
	border: 1px solid #c0140a;
	width: 100%;
	float: left;
	margin-bottom: 30px;
	margin-top: 20px;
	color: #c9c9c9;
}
#content #row-two .about .img {
	float: left;
	padding-left: 20px;
    padding-right: 20px;
}

#content #row-two .about p {
	float: right
    display:block;
	padding-left: 20px;
    padding-right: 20px;
}

#content #row .about {
	float: left;
	width: 1173px;
	font-family: "PT Sans";
}


/*-----------------------------------------------------------------------------------*/
/*	INFO BLOCKS
/*-----------------------------------------------------------------------------------*/
.info-block-big {
	border-left: 2px solid #c0140a;
	overflow: hidden;
	padding: 10px;
	position: relative;
	margin-left: 20px;
	width: 1130px;
	float: left;
	height: auto;
	padding-top: 20px;
	margin-bottom: 20px;
}

.info-block-big p{
   margin-top:-10px;
}
.info-text-big {
	padding-right: 0%;
	position: relative;
	font-family: "PT Sans";
}

.info-block-big h3 {
	font-size: 24px;
	line-height: 1em;
	text-transform: uppercase;
	font-family: "PT Sans";
	margin-top: 5px;
    color: #c9c9c9;
}

.info-block-big h6 {
	font-size: 16px;
	line-height: 0em;
	text-transform: uppercase;
	font-family: "PT Sans";
    color: #c9c9c9;
}


.info-block-big2 {
	border-left: 2px solid #c0140a;
	overflow: hidden;
	padding: 10px;
	position: relative;
	margin-left: 20px;
	width: 1130px;
	float: left;
	height: auto;
	padding-top: 20px;
	margin-bottom: 20px;
}

.info-block-big2 p{
   margin-top:-10px;
	 width:850px;
}
.info-text-big2 {
	padding-right: 0%;
	position: relative;
	font-family: "PT Sans";
}

.info-block-big2 h3 {
	font-size: 24px;
	line-height: 1em;
	text-transform: uppercase;
	font-family: "PT Sans";
	margin-top: 5px;
    color: #c9c9c9;
}

.info-block-big2 h6 {
	font-size: 16px;
	line-height: 0em;
	text-transform: uppercase;
	font-family: "PT Sans";
    color: #c9c9c9;
}

.info-image-big2{float:right;
  padding:10px;
}

.info-block {
	border-left: 2px solid #c0140a;
	overflow: hidden;
	padding: 10px;
	position: relative;
	margin-left: 20px;
	width: 560px;
	float: left;
	height: 300px;
	margin-top: 20px;
}

.info-text {
	padding-right: 0%;
	position: relative;
	font-family: "PT Sans";
}

.info-block h3 {
	font-size: 24px;
	line-height: 1em;
	text-transform: uppercase;
	font-family: "PT Sans";
    color: #c9c9c9;
}

.info-block p {
	margin-bottom: 0;
}

.info-block2 {
	border-left: 2px solid #c0140a;
	overflow: hidden;
	padding: 10px;
	position: relative;
	margin-left: 0px;
	width: 700px;
	float: right;
	margin-bottom: 20px;
	margin-top: 20px;
}

.info-text2 {
	padding-right: 0%;
	position: relative;
	font-family: "PT Sans";
}

.info-block2 h3 {
	font-size: 24px;
	line-height: 1em;
	text-transform: uppercase;
	font-family: "PT Sans";
    color: #c9c9c9;
}

.info-block-small {
	border-left: 2px solid #c0140a;
	overflow: hidden;
	padding: 10px;
	position: relative;
	width: 540px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.info-text-small {
	padding-right: 0%;
	position: relative;
	font-family: "PT Sans";
}

.info-block-small h3 {
	font-size: 24px;
	line-height: 1em;
	text-transform: uppercase;
	font-family: "PT Sans";
	margin-top: 10px;
    color: #c9c9c9;
}

/*-----------------------------------------------------------------------------------*/
/*	ROWS
/*-----------------------------------------------------------------------------------*/

#content #row-services {
	background-image: url(../images/dark-blue-bg.jpg);
	background-repeat: repeat;
	float: left;
	width: 100%;
	border: 1px solid #c0140a;
	margin-bottom: 30px;
    margin-top:20px;
}

#content #row-solutions {
	background-image: url(../images/dark-blue-bg.jpg);
	background-repeat: repeat;
	float: left;
	width: 100%;
	border: 1px solid #c0140a;
	margin-bottom: 30px;
    margin-top:20px;
}

#content #row-contacts {
	background-image: url(../images/dark-blue-bg.jpg);
	background-repeat: repeat;
	float: left;
	width: 100%;
	border: 1px solid #c0140a;
	margin-bottom: 30px;
    margin-top:20px;
}

#content #row-thanks {
	background-image: url(../images/dark-blue-bg.jpg);
	background-repeat: repeat;
	float: left;
	width: 100%;
	border: 1px solid #c0140a;
	margin-bottom: 30px;
    margin-top:20px;
}


#row-solutions .info-block-big .info-text-big .img {
	float: left;
	padding-right: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/

.form-container {	
	width: 650px;
	float: left;
    margin-left:20px;
    padding-top:0px;
}

.form-container .loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 400px;
}

.forms fieldset {
	font-family: "PT Sans";
	font-size: 14px;
    border:none;
}

.forms ol {
	list-style: none;
    border:none;
}

/* form rows */
.forms li.form-row {
	margin-bottom: 20px;
}

.forms li.hidden-row {
	display: none;
}

/* form input fields */
.forms fieldset .text-input {
	background-color: #393939;
	border: 1px solid #393939;
	width: 380px;
	height: 30px;
	padding: 0 10px;
	color: #b5b5b5;
	font-family: "PT Sans";
	font-size: 13px;
	display: inline;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.forms fieldset .text-area {
	background-color: #393939;
	border: 1px solid #393939;
	width: 380px;
	height: 140px;
	resize: none;
	color: #b5b5b5;
	font-family: "PT Sans";
	font-size: 13px;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.forms fieldset .btn-submit {
	background: #c0140a;
	border: none;
	height: 27px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #e2e2e2;
	font-family: "PT Sans";
	font-size: 14px;
	padding: 0 20px 1px 20px;
	cursor: pointer;
	margin-left: 80px;
}

.forms li.error input, .forms li.error textarea {
	border: 1px #b85555 solid;
}

.forms span.error {
	display: none;
}

.forms .button-row span.error {
	padding: 0;
	display: none;
}

.forms li.focus {
}

.forms label {
	display: block;
	float: left;
	width: 80px;
	padding-top: 5px;
	font-family: "PT Sans";
	font-size: 13px;
	color: #c9c9c9;
}

/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR
/*-----------------------------------------------------------------------------------*/

.sidebar {
	width: 265px;
	float: left;
	margin-left: 150px;
   
}

.sidebar-box {
	margin-bottom: 50px;
}


/*-----------------------------------------------------------------------------------*/
/*	ZOOM IN IMAGE
/*-----------------------------------------------------------------------------------*/


#thumbwrap {
	position:relative;
	margin:0px auto;
	width:252px; height:252px;
	float:right;
	padding:20px;
	
}
.thumb img { 
	border:1px solid #000;
	margin:3px;
	float:left;
}
.thumb span { 
	position:absolute;
	visibility:hidden;
}
.thumb:hover, .thumb:hover span { 
	visibility:visible;
	top:0; right:250px; 
	z-index:1;
}
#thumbwrap p{
	float:left;
	padding:10px;
  color:#c0140a;
	font-weight: bold;
}

