/***********************
Veexel CSS framework (beta)
created by Iv‡n Grimaldo
http://ivan.grimaldo.ws
contacteted in ivan(at)grimaldo.ws
GNU General Public License V3
Feel free to change, edit or
redistribute the project
***********************/

@import url("font.css");
@import url("layout.css");
@import url("misc.css");
@import url("form.css");
/*******General**********/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .reset {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
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: "" "";
}
a, a:hover, a:active, a:visited, a, a img, a:active img, a:visited img {
	margin: 0;
	padding: 0;
	outline:none 0;
	border:none;
}
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	margin:0 auto;
}
.block {
	display:block;
}
.envelope {
	float: left;
	width: 100%;
}
.hide {
	display:none;
}
.txt_left {
	text-align:left;
}
.txt_right {
	text-align:right;
}
.txt_center {
	text-align:center;
}
.m5 {
	margin:5px;
}
.m10 {
	margin:10px;
}
.m15 {
	margin:15px;
}
.m20 {
	margin:20px;
}
.p5 {
	padding:5px;
}
.p10 {
	padding:10px;
}
.p15 {
	padding:15px;
}
.p20 {
	padding:20px;
}
/**********Menus**************/
ul.menu-vert, ul.menu-vert li ul, ul.menu-hor, ul.menu-hor li ul {
	margin:0;
	padding:0;
	border: 0 none;
}
ul.menu-vert li, ul.menu-hor li, ul.menu-vert li ul li, ul.menu-hor li ul li {
	list-style: none;
}
ul.menu-vert li a, ul.menu-vert li ul li a {
	display: block;
	text-decoration: none;
}
ul.menu-hor li, ul.menu-hor li ul li {
	float: left; /*For Gecko*/
	display: inline;
}
ul.menu-hor li a, ul.menu-hor li ul li a {
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
}
ul.menu-hor ul:after /*From IE 7 lack of compliance*/ {
	clear:both;
	display:block;
	content:".";
	height:0;
	visibility:hidden;
}
/***********Slider************/
.csw {width: 100%;height: 460px;background: #fff;overflow: scroll}
.csw .loading {margin: 200px 0 300px 0;text-align: center}
.stripNav, .stripNavL, .stripNavR{display:none;}
.stripViewer {position: relative;overflow: hidden;margin: auto;width: 800px;height: 460px;clear: both;}
.stripViewer .panelContainer {position: relative;left: 0;top: 0;width: 100%;list-style-type: none}
.stripViewer .panelContainer {position: relative;left: 0;top: 0;width: 100%;list-style-type: none;}
.stripViewer .panelContainer .panel {float:left;height: 100%;position: relative;width: 800px;}
.stripViewer .panelContainer .panel .wrapper {padding-right: 70px;}
