/**
 **************************************************
 * base.css
 * Styles for base HTML tags
 * TJ Eastmond <teastmond@efashionsolutions.com>
 **************************************************
 */

* {
}

body {
	background: url(/media/images/1280433697-background.jpg) top center repeat-y;
	background-color: #000;
}

a {
}

a:hover {
}

p {
	padding:0 0 20px;
}

.clear {
	clear: both;
}

.textRight{
	text-align:right;
}

.noMargins {
	margin:0px;
}

a.btn,
input.btn,
input.input-submit {
 	background: #000;
 	border: 1px solid #C1C1C1;
 	color: #04B5D7;
 	cursor: pointer;
 	padding: 3px;
 	position: relative;
 	text-decoration: none;
}

a.btn:hover {
	background: #000;
	color: #FFF;
}

