/*

	Parcel
	
	..
	2013 © Kazuu
	www.kazuu.com.ar

*/

@font-face
{
	font-family: 'Conv_ProximaNovaCond-Semibold';
	src: url('fonts/ProximaNovaCond-Semibold.eot');
	src: local('☺'), url('fonts/ProximaNovaCond-Semibold.ttf') format('truetype'), url('fonts/ProximaNovaCond-Semibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'Conv_ProximaNovaCond-Semibold';
	src: url('fonts/ProximaNovaCond-Semibold.eot');
	src: local('☺'), url('fonts/ProximaNovaCond-Semibold.ttf') format('truetype'), url('fonts/ProximaNovaCond-Semibold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face
{
	font-family: 'Conv_ProximaNova-Regular';
	src: url('fonts/ProximaNova-Regular.eot');
	src: local('☺'), url('fonts/ProximaNova-Regular.ttf') format('truetype'), url('fonts/ProximaNova-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'Conv_ProximaNova-Regular';
	src: url('fonts/ProximaNova-Regular.eot');
	src: local('☺'), url('fonts/ProximaNova-Regular.ttf') format('truetype'), url('fonts/ProximaNova-Regular.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face
{
	font-family: 'Conv_ProximaNova-Semibold';
	src: url('fonts/ProximaNova-Semibold.eot');
	src: local('☺'), url('fonts/ProximaNova-Semibold.ttf') format('truetype'), url('fonts/ProximaNova-Semibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'Conv_ProximaNova-Semibold';
	src: url('fonts/ProximaNova-Semibold.eot');
	src: local('☺'), url('fonts/ProximaNova-Semibold.ttf') format('truetype'), url('fonts/ProximaNova-Semibold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face
{
	font-family: 'Conv_ProximaNova-Bold';
	src: url('fonts/ProximaNova-Bold.eot');
	src: local('☺'), url('fonts/ProximaNova-Bold.ttf') format('truetype'), url('fonts/ProximaNova-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'Conv_ProximaNova-Bold';
	src: url('fonts/ProximaNova-Bold.eot');
	src: local('☺'), url('fonts/ProximaNova-Bold.ttf') format('truetype'), url('fonts/ProximaNova-Bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}


body
{
	color: #404041;
	background-color: #f3f4f4;
	font-family: Arial, Helvetica, sans-serif;
}

#container
{
	width: 1008px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-color: #fff;
}

#header
{
}

#header > div.top
{
	position: relative;
	height: 98px;
}

#header > div.top > h2
{
	position: absolute;
	top: 3px;
	left: 4px;
}

#header > div.top > h2 > a
{
	display: block;
	width: 200px;
	height: 90px;
	background-image: url(images/header/logo.png);
	text-indent: -9999px;
}

#header > div.top > p
{
	position: absolute;
	top: 0px;
	right: 23px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 31px;
	padding-right: 34px;
	background-color: #6d6d6d;
	background-image: url(images/header/phone-background-pattern.png);
	border: 1px solid #5d5e5e;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #f2f2f2;
	text-shadow: #000 1px 1px 1px;
	font-family: 'Conv_ProximaNova-Regular';
	font-size: 16px;
}

#header > div.top > p > span.phone
{
	position: absolute;
	top: 6px;
	left: 6px;
	display: block;
	width: 18px;
	height: 12px;
	background-image: url(images/header/phone.png);
	text-indent: -9999px;
}

#header > div.top > p > span.country
{
	position: absolute;
	top: 6px;
	right: 9px;
	display: block;
	width: 17px;
	height: 12px;
	background-image: url(images/header/argentina.png);
	text-indent: -9999px;
}

#header > div.top > ul
{
	position: absolute;
	top: 39px;
	right: 23px;
}

#header > div.top > ul > li
{
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 13px;
	padding-right: 14px;
	background-image: url(images/header/menu-separator.png);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Conv_ProximaNovaCond-Semibold';
}

#header > div.top > ul > li:first-child
{
	padding-left: 0px;
}

#header > div.top > ul > li:last-child
{
	padding-right: 0px;
	background-image: none;
}

#header > div.top > ul > li > a
{
	color: #404041;
}

#header > div.top > ul > li > a:hover
{
	color: #278eea;
}

#header > div.bottom
{
	position: relative;
	height: 40px;
	border: 1px solid #2b6da7;
	border-radius: 1px;
	background-color: #4d93d1;
	background-image: url(images/header/bottom-menu-gradient.png);
}

#header > div.bottom > ul
{
}

#header > div.bottom > ul > li
{
	float: left;
}

#header > div.bottom > ul > li:last-child
{
	border-right: 1px solid #adceea;
}

#header > div.bottom > ul > li > a
{
	display: block;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #f2f2f2;
	border-right: 1px solid #2b6da7;
	border-left: 1px solid #adceea;
	text-shadow: 1px 1px 1px #000;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Conv_ProximaNovaCond-Semibold';
}

#header > div.bottom > ul > li > a:hover
{
	background-image: url(images/header/bottom-menu-gradient.png);
	background-position: 0px -40px;
}

#header > div.bottom > ul > li:first-child > a
{
	border-left: none;
}

#header > div.bottom > div.search
{
	position: absolute;
	top: 8px;
	right: 25px;
	border: 1px solid #295479;
	border-radius: 2px;
	background-color: #fff;
	background-image: url(images/header/search-icon.png);
	background-position: 7px 5px;
	background-repeat: no-repeat;
}

#header > div.bottom > div.search > input
{
	border: none;
	outline: none;
	width: 310px;
	height: 21px;
	color: #404041;
	padding-left: 27px;
	background-color: transparent;
}

#header > div.bottom > div.search > div.search-results
{
	position: absolute;
	width: 336px;
	z-index: 999;
	border: 1px solid #dadada;
	border-radius: 2px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
}

#header > div.bottom > div.search > div.search-results > ul
{
	background-color: #fff;
}

#header > div.bottom > div.search > div.search-results > ul > li
{
	border-bottom: 1px solid #dadada;
}

#header > div.bottom > div.search > div.search-results > ul > li.offer
{
}

#header > div.bottom > div.search > div.search-results > ul > li > a
{
	position: relative;
	display: block;
	min-height: 47px;
	padding-top: 14px;
	padding-bottom: 13px;
	padding-left: 98px;
	color: inherit;
}

#header > div.bottom > div.search > div.search-results > ul > li > a:hover,
#header > div.bottom > div.search > div.search-results > ul > li > a.selected
{
	background-color: #e9e9e9;
}

#header > div.bottom > div.search > div.search-results > ul > li > a > br
{
	display: none;
}

#header > div.bottom > div.search > div.search-results > ul > li > a > span.image
{
	position: absolute;
	top: 9px;
	left: 7px;
	display: block;
	border-radius: 4px;
	overflow: hidden;
	width: 80px;
	height: 56px;
}

#header > div.bottom > div.search > div.search-results > ul > li > a > span.image > img
{
	display: block;
	width: inherit;
	height: auto;
}

#header > div.bottom > div.search > div.search-results > ul > li > a > strong
{
	display: block;
	margin-bottom: 3px;
	font-family: 'Conv_ProximaNova-Semibold';
	font-size: 14px;
}

#header > div.bottom > div.search > div.search-results > ul > li > a > span.description
{
	display: block;
	line-height: 16px;
	color: #8b8a8a;
	font-size: 11px;
}

#header > div.bottom > div.search > div.search-results > a
{
	display: block;
	background-color: #dadada;
	border-top: 1px solid #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #404041;
	text-align: center;
	text-shadow: 1px 1px 0px #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

#header > div.bottom > div.search > div.search-results > a:hover,
#header > div.bottom > div.search > div.search-results > a.selected
{
	background-color: #f6f6f6;
}


#content
{
	position: relative;
}


#contact
{
	position: relative;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 30px;
	padding-top: 32px;
	background-image: url(images/contact/horizontal-divisor.png);
	background-repeat: repeat-x;
}

#contact > div.information
{
	padding-bottom: 16px;
	background-image: url(images/contact/horizontal-divisor.png);
	background-repeat: repeat-x;
	background-position: 0px 100%;
}

#contact > div.information > ul
{
	
}

#contact > div.information > ul > li
{
	padding-left: 25px;
	padding-top: 2px;
	background-repeat: no-repeat;
}

#contact > div.information > ul > li > h3
{
	margin-bottom: 5px;
	text-transform: uppercase;
	font-family: 'Conv_ProximaNova-Semibold';
	font-size: 18px;
}

#contact > div.information > ul > li > p
{
	color: #6a6a6a;
	font-size: 12px;
}

#contact > div.information > ul > li.schedule
{
	max-width: 246px;
	background-image: url(images/contact/clock.png);
	margin-bottom: 24px;
}

#contact > div.information > ul > li.address
{
	position: absolute;
	top: 32px;
	left: 243px;
	max-width: 200px;
	padding-top: 1px;
	background-image: url(images/contact/location.png);
}

#contact > div.information > ul > li.address > h3
{
	margin-bottom: 3px;
}

#contact > div.information > ul > li.address > p
{
	line-height: 16px;
}

#contact > div.information > ul > li.address > p > a
{
	color: #278eea;
	text-decoration: underline;
}

#contact > div.information > ul > li.address > p > a:hover
{
	
}

#contact > div.information > ul > li.address > p > small
{
	color: #a6a4a4;
	font-size: 11px;
}

#contact > div.information > ul > li.payment-method
{
	padding-top: 3px;
	background-image: url(images/contact/price-tag.png);
	background-position: 1px 0px;
}

#contact > div.information > ul > li.payment-method > p
{
	margin-bottom: 9px;
}

#contact > div.information > ul > li.payment-method > ul
{
	height: 20px;
	margin-bottom: 26px;
}

#contact > div.information > ul > li.payment-method > ul > li
{
	float: left;
	margin-right: 10px;
}

#contact > div.information > ul > li.payment-method > ul > li:last-child
{
	margin-right: 0px;
}

#contact > div.information > ul > li.payment-method > ul > li > img
{
	display: block;
}

#contact > div.information > p
{
	position: relative;
	height: 71px;
	padding-left: 25px;
}

#contact > div.information > p > br
{
	display: none;
}

#contact > div.information > p > span
{
	float: left;
	display: block;
	width: 209px;
	height: 71px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#contact > div.information > p > span.shipping
{
	background-image: url(images/contact/shipping.png);
	margin-right: 15px;
}

#contact > div.information > p > span.payment
{
	background-image: url(images/contact/payment.png);
}

#contact > div.form
{
	position: absolute;
	top: 19px;
	left: 479px;
	width: 458px;
	padding-top: 13px;
	padding-left: 21px;
	background-image: url(images/contact/vertical-divisor.png);
	background-repeat: repeat-y;
}

#contact > div.form > h3
{
	margin-bottom: 7px;
	padding-left: 25px;
	background-image: url(images/contact/email.png);
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-family: 'Conv_ProximaNova-Semibold';
	font-size: 18px;
}

#contact > div.form > p
{
	color: #6a6a6a;
	margin-bottom: 14px;
	font-size: 12px;
}

#contact > div.form > ul
{
	position: relative;
	margin-bottom: 10px;
}

#contact > div.form > ul > li
{
	margin-bottom: 14px;
}

#contact > div.form > ul > li:last-child
{
	margin-bottom: 0px;
}

#contact > div.form > ul > li > label
{
	cursor: pointer;
}

#contact > div.form > ul > li > label > strong
{
	display: block;
	padding-left: 2px;
	color: #6a6a6a;
	text-transform: uppercase;
	font-size: 11px;
}

#contact > div.form > ul > li > input,
#contact > div.form > ul > li > textarea
{
	display: block;
	padding: 4px;
	background-color: #f1f1f1;
	border-radius: 2px;
	border-top: 1px solid #9fa09f;
	border-left: 1px solid #9fa09f;
	border-bottom: 1px solid #f7f7f7;
	border-right: 1px solid #f7f7f7;
	outline: none;
	color: #404041;
}

#contact > div.form > ul > li > input:focus,
#contact > div.form > ul > li > textarea:focus
{
	background-color: #e8f1f8;
}

#contact > div.form > ul > li > input
{
	width: 203px;
}

#contact > div.form > ul > li.phone
{
	margin-bottom: 0px;
}

#contact > div.form > ul > li.query
{
	position: absolute;
	top: 0px;
	right: 0px;
}

#contact > div.form > ul > li.query > label > strong
{
	margin-bottom: 2px;
}

#contact > div.form > ul > li.query > textarea
{
	width: 225px;
	height: 113px;
	resize: none;
}

#contact > div.form > input[type=submit]
{
	float: right;
	right: 0px;
	display: block;
	width: 59px;
	height: 23px;
	background-image: url(images/contact/send-button.png);
	text-indent: -9999px;
    border:none;
}

#contact > div.form > input[type=submit]:hover
{
	background-position: 0px -23px;
}

#footer
{
	color: #e8e8e8;
	background-color: #6d6d6d;
	background-image: url(images/footer/background-pattern.png);
	overflow: hidden;
}

#footer > div.divisor
{
	height: 7px;
	border: 1px solid #2b6da7;
	border-radius: 2px;
	background-color: #5497d2;
	background-image: url(images/footer/divisor-background.png);
	box-shadow: 0 1px 5px #494949;
}

#footer > ul
{
	height: 125px;
	margin: 23px;
	margin-top: 21px;
	margin-bottom: 0px;
	border-bottom: 1px solid #3f3f3f;
}

#footer > ul > li
{
	float: left;
}

#footer > ul > li:last-child
{
	margin-right: 0px;
}

#footer > ul > li > h5
{
	margin-bottom: 7px;
	text-shadow: 1px 1px 1px #333;
	text-transform: uppercase;	
	font-family: 'Conv_ProximaNova-Bold';
	font-size: 14px;
}

#footer > ul > li > ul
{
}

#footer > ul > li > ul > li
{
	margin-bottom: 7px;
	text-shadow: 1px 1px 1px #333;
	font-size: 11px;
}

#footer > ul > li > ul > li:last-child
{
	margin-bottom: 0px;
}

#footer > ul > li > ul > li > a
{
	color: #e8e8e8;
}

#footer > ul > li > ul > li > a:hover
{
	color: #fff;
	/*text-decoration: underline;*/
}

#footer > ul > li.products
{
	margin-right: 55px;
    margin-right:280px;
}

#footer > ul > li.services
{
	margin-right: 52px;
}

#footer > ul > li.customer-service
{
	margin-right: 58px;
}

#footer > ul > li.search
{
}

#footer > ul > li.search > div
{
	position: relative;
	margin-right: 61px;
	padding: 0px;
}

#footer > ul > li.search > div > input
{
	width: 144px;
	padding: 5px;
	padding-right: 30px;
	margin: 0px;
	border-top: 1px solid #3b3d3c;
	border-left: 1px solid #7e7f7e;
	border-bottom: 1px solid #f7f7f7;
	border-radius: 3px;
	background-color: #f1f1f1;
	outline: none;
}

#footer > ul > li.search > div > input:focus
{
	background-color: #fff;
}

#footer > ul > li.search > div > a
{
	position: absolute;
	top: 0px;
	right: -1px;
	display: block;
	width: 25px;
	height: 25px;
	background-image: url(images/footer/search-button.png);
	text-indent: -9999px;
}

#footer > ul > li.search > div > a:hover
{
	background-position: 0px 25px;
}

#footer > ul > li.parcel
{
	width: 223px;
	font-size: 11px;
}

#footer > ul > li.parcel > h5
{
	margin-bottom: 4px;
}

#footer > ul > li.parcel > h5 > a
{
	display: block;
	width: 120px;
	height: 26px;
	background-image: url(images/footer/parcel-logo.png);
	text-indent: -9999px;
}

#footer > ul > li.parcel > p
{
	line-height: 20px;
	text-shadow: 1px 1px 1px #333;
	font-size: 11px;
}

#footer > p
{
	margin-left: 22px;
	margin-right: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 18px;
	padding-bottom: 20px;
	border-top: 1px solid #8b8b8b;
	text-shadow: 1px 1px 1px #111;
	font-size: 11px;
	font-family: Tahoma;
}

#footer > p > span.copyright
{
}

#footer > p > span.authors
{
	float: right;
}

#footer > p > span.authors > a
{
	color: #e8e8e8;
}

#footer > p > span.authors > a:hover 
{
	color: #fff;
}


/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
