body{
	padding: 0px;
	margin: 0px;
	background:#FFF;
    color: #333;
    font: 12px arial, sans-serif;
}

html{ 
	height: 100%;
}

.clear_left{
	clear: both;
}

/**HTML5 fix - do not touch**/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/**
* Common Element Specific
*/
p{ 
  padding: 0 0 15px 0;
  margin: 0;
  text-align:justify;
  line-height: 18px;
}

/*.widget p { 
  padding: 0 0 0 0;
  margin: 0;
  text-align:justify;
  line-height: 18px;
}*/

img { border: 0;}

h1, h2, h3, h4, h5, h6 { 
	/*font: normal 175% 'Open Sans', sans-serif;*/
  	color: #000;
  	/*margin: 0 0 15px 0;
  	padding: 15px 0 5px 0;*/
}

h1 {
	font-family: 'Playball', cursive;
	font-size:42px;
	margin: 0 0 15px 0;
	color:#a93e7a;
	font-weight:bold;	
}

h2{ 
	font-family: 'Playball', cursive;
	font-size:30px;
	padding: 0;
	margin: 0 0 15px 0;
	color:#333;
	font-weight:bold;
}

h3{ 
	font-family: 'Playball', cursive;
	font-size:26px;
	padding: 0;
	margin: 0 0 15px 0;
	color:#f68f2f;
	font-weight:bold;
}

h4{ 
	font-family: 'arial', sans-serif;
	font-size:14px;
	padding: 0;
	margin: 0 0 15px 0;
	color:#333;
	font-weight:bold;
}

h5, h6{ 
	font: italic 95% arial, sans-serif;
  	padding: 0 0 15px 0;
  	color: #000;
}

h6{ color: #000;}

a{ 
	outline: none;
  	text-decoration: none;
  	color: #000;
}

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

ul{ 
  padding: 0;
  margin: 0;
}

ul li{ 
	list-style-type: circle;
	padding: 0;
	margin: 0;
}

.font14 {
	font-size:14px;
	text-align:center;
}

.list {
	margin:0 0 0 15px;
}

.list li {
	list-style:url(images/bullet.png);
	font-family:'arial', sans-serif;
	text-align:left;
	padding:0 0 5px 0;	
}

.list2 {
	margin:0 0 0 310px;
}

.list2 li {
	list-style:url(images/bullet.png);
	font-family:'arial', sans-serif;
	text-align:left;
	padding:0 0 5px 0;	
}

.list3 {
	margin:0 0 0 15px;
}

.list3 li {
	list-style:url(images/bullet.png);
	list-style-position: inside;
	font-family:'arial', sans-serif;
	font-size:14px;
	text-align:center;
	padding:0 0 5px 0;	
}

ol{ 
	padding: 0;
	margin: 0;
}

ol li{ 
	padding: 0;
	margin: 0;
}

.floatleft {
	float:left;
	margin: 0 20px 10px 0;
}

.floatright {
	float:right;
	padding: 0 0 10px 10px;
}

.line {
	float:left;
	width:100%;
	border-top:1px dotted #bbb;
	padding:0 0 0 0;
	margin:20px 0 0 0;
}


/**
* Layout Specific
*/

/*.topbar {
	text-align:center;
	color:#fff;
	padding:5px 0;
	background: #000;
	width:100%;
	position:absolute;
	height:20px;
	z-index:999;
}*/

#global-container {
	width:100%;
	margin:0 auto;
}

#content-container {
	width: 100%;
	height: auto;	
	position: relative;
	margin: 0 auto;
}

header {
	width: 980px;
	margin:0 auto;
	/*min-height: 150px;*/
}

/*.logo {
	float:left;
	width: 500px;
	margin: 0 auto;	
}

.logo p {
	padding:0 0 0 0;
}*/

.logo {
	width:280px;
	float:left;
	padding:10px 0 0 0;
}

.small-logo {
	width:700px;
	float:right;
}

.fb {
	float:right;
	width:460px;
	padding:70px 0 0 0;
}

.search {
	float:right;
	width:460px;
}

.search ul li { 
	/*padding:40px 0 0 0;*/
	float:right;
	list-style:none; 
	text-align:right;
}

.search input[type="text"] {
	background:#f0f0f0;
	border:1px solid #CCC;
	padding:3px;
	color:#999;
	width:150px;
}

.search input[type="submit"] {
	/*background:url(images/icon-search.jpg)no-repeat;
	background-color: #EEE;
	height: 25px;
	width:25px;*/
	cursor:pointer;
	background-color:#EEE;
	height:25px;
	border: 0;
	color: #666;
	font-weight: bold;
}

/*.header-column-one {
	width:auto;
	float:left;
	background: #ececec;
	height:20px;
	width:250px;
	padding:40px 0;
}

.header-column-two {
	width:auto;
	float:right;
	background: #ececec;
	height:20px;
	width:500px;
	padding:40px 0;
}*/

.navigation {
	display:block;
	clear:both;
	width:100%;
	z-index:999; 
	margin:0 auto;	
}

.nav-wrapper {
	width:100%;
	min-width:980px;
	background: url(images/bg.png);
	height:48px;
}

/*.news {
	float:left;
	width:260px;
	height:350px;
	background:#ddd;
}

.news-content {
	padding:20px 20px 0 20px;
	height:290px;
}

.news-content h3 {
	border-bottom:1px solid #ff6f00;
	padding:0 0 10px 0;
}

.news-content ul {
	padding:0 0 0 15px;
}

.readmore {
	width:260px;
	vertical-align:bottom;
	height:40px;
	background:#c50008;
}

.readmore a {
	float:left;
	font-size:16px;
	padding: 0 0 0 20px;
	line-height:40px;
	color:#FFF;
	font-weight:bold;	
}

.readmore a:hover {
	color:#fff000;
}*/

.arrow {
	float:left;
	background:url(images/arrow.png) no-repeat;
	background-position:center;
	width:13px;
	height:14px;
	padding:25px 0 0 10px;
}

.banner {
	display:block;
	/*padding:25px 20px 0 20px;*/
	width:980px;
	height:350px;
	margin:0 auto;
	overflow:hidden;
}

.banner-shadow {
	clear:both;
	background:url(images/shadow.jpg);
	width:960px;
	height:55px;
	margin:0 auto;
	padding:0 10px;
}

section {
	width:980px;
	margin:0 auto;
}

#component {
	width: 980px;
	float: left;
	margin:0 0 0 10px;
	/*margin: 0 0 20px 0;*/
}

.component-column /** can display multiple partials, set width & height in your own markup **/ {
	display:inline;
	width:980px;
	float:left;
	background: #fff;
	padding:0;
	margin:0 0 30px 0;
	clear:both;
	text-align:center;
}

.column-title {
	width:100%;
	height:46px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ef000a), color-stop(0.5, #c50008));
	background: -o-linear-gradient(bottom, #ef000a 0%, #c50008 50%);
	background: -moz-linear-gradient(bottom, #ef000a 0%, #c50008 50%);
	background: linear-gradient(to bottom, #ef000a 0%, #c50008 50%);		
}

.column-title h3 {
	color:#FFF;
	line-height:46px;
	padding:0 0 0 20px;
}

.column-content {
	border:1px solid #CCC;
	height:250px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(213,213,213,0.7);
	-moz-box-shadow: 5px 5px 5px 0px rgba(213,213,213,0.7);
	box-shadow: 5px 5px 5px 0px rgba(213,213,213,0.7);
}

.column-content ul {
	padding:10px 0 0 36px;
}

.column-content ul li {
	list-style-image: url('images/bullet.png');
	padding:0 15px 5px 0;
	line-height:16px;
}


/* ------------------------------------------------------------
	sidebar
------------------------------------------------------------  */

.component-left {
	display:block;
	float:left;
	width:260px;
	margin:0 20px 0 0;
}

.component-left-title {
	width:100%;
	height:46px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ef000a), color-stop(0.5, #c50008));
	background: -o-linear-gradient(bottom, #ef000a 0%, #c50008 50%);
	background: -moz-linear-gradient(bottom, #ef000a 0%, #c50008 50%);
	background: linear-gradient(to bottom, #ef000a 0%, #c50008 50%);	
}

.component-left-title  h3 {
	color:#FFF;
	line-height:46px;
	padding:0 0 0 20px;
}

.component-left-content {
	border:1px solid #CCC;
	height:auto;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(213,213,213,0.7);
	-moz-box-shadow: 5px 5px 5px 0px rgba(213,213,213,0.7);
	box-shadow: 5px 5px 5px 0px rgba(213,213,213,0.7);
	margin:0 0 20px 0;
}

.component-left-content ul {
	padding:10px 0 15px 36px;
}

.component-left-content ul li {
	list-style-image: url('images/bullet.png');
	padding:0 15px 5px 0;
	line-height:16px;
}

.component-left-content ul li a:hover {
	text-decoration:underline;
}

/*ul.sidebar {
	padding:0 0 10px 25px;
}

ul.sidebar li {
	list-style: url(images/bullet.jpg);
}

ul.sidebar li a {
	font-size:12px;
	line-height:18px;
}

ul.sidebar li a:hover {
	color:#9f6c00;
	text-decoration:underline;
}*/

ol.content {
	padding:0 0 15px 18px;
}

/*.component-links {
	clear:both;
	width:100%;
	border-top:1px dotted #CCC;
	padding:15px 0;
}

.component-links h2 {
	padding:0 0 5px 20px;
}*/

.bottom {
	width:100%;
	min-width:980px;
	background: url(images/bg-pg-trade-2.png) repeat-x;
	clear:both;
}

.bottom-content {
	margin:0 auto;
	width:980px;
	text-align:center;
}


/* ------------------------------------------------------------
	footer
------------------------------------------------------------  */
footer {
	width:100%;	
	clear:both;
	margin:0 auto;	
} 

.footer-wrapper {
	background:#e06c00;
	width:100%;
	min-width:980px;
	height:20px;
	padding:15px 0 10px 0;
	text-align:left;
	color:#FFF;
}

.copyright-content {
	width:980px;
	margin:0 auto;
}

.copyright {
	float:left;
	width:560px;
}

.bottombar {
	float:right;
	width:400px;
	margin:0 auto;
	text-align:right;
	color:#FFF;
}

.bottombar a {
	color: #fff;
	font-weight:bold;
	text-transform: uppercase;
	font-size:12px;
	padding: 0;
}

/* ------------------------------------------------------------
	button
------------------------------------------------------------  */

.button {
	width:95px;
	height:25px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #85c0f6), color-stop(1, #5091cd));
	background: -o-linear-gradient(bottom, #85c0f6 0%, #5091cd 100%);
	background: -moz-linear-gradient(bottom, #85c0f6 0%, #5091cd 100%);
	background: linear-gradient(to bottom, #85c0f6 0%, #5091cd 100%);	
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.button a {
	color:#333;
	font-size:14px;
	line-height:25px;
	padding:0 0 0 13px;
}

.button a:hover {
	color:#FFF;
}

/* ------------------------------------------------------------
	links
------------------------------------------------------------  */

.links a:hover {
	text-decoration:none;
	color:#ff0000;
}

a.links:hover {
	text-decoration:underline;
}

a.links2 {
	color:#e06c00;
	text-decoration:none;
}

a.links2:hover {
	color:#F00;
	text-decoration:none;
}

a.links3 {
	color:#00F;
	text-decoration:none;
}

a.links3:hover {
	color:#F00;
	text-decoration:none;
}

a.links4 {
	text-decoration:none;
	color:#333;
	display:block;
	font-weight:bold;
	font-size:14px;
}

a.links4:hover {
	color:#a93e7a;
}


/* ------------------------------------------------------------
	article page
------------------------------------------------------------  */

.article_title {
	margin:0 !important;
	width:100%;
	background: url(images/shadow-2.jpg) no-repeat bottom;
}

.article_title h4 {
	width:100%;	
	padding: 0;
	font-size:30px;
	font-family: 'Playball', cursive;
	color:#a93e7a;
	/*border-bottom: 1px solid #d2d2d2;
	box-shadow: 0 1px 0 rgba(255,255,255,.5);*/
}

.articles_view ul {
	padding:0 0 20px 30px;
}

/* ------------------------------------------------------------
	gallery page
------------------------------------------------------------  */
.gallery_category_title {
	margin:0 0 30px 0 !important;
	width:100%;
	background: url(images/shadow-2.jpg) no-repeat bottom;
}

.gallery_category_title h1 {
	width:100%;	
	margin: 0 0 30px 0;
	font-size:32px;
	font-family: 'Playball', cursive;
	color:#a93e7a;
	/*border-bottom: 1px solid #d2d2d2;
	box-shadow: 0 1px 0 rgba(255,255,255,.5);*/
}

.gallery_back_button {
	margin: -40px 0 0 0;
}


/* ------------------------------------------------------------
	sticky notes
------------------------------------------------------------  */

ul.sticky {
	/*overflow:hidden;*/
	padding:100px 100px 0 0;
	top:100px;
}

ul.sticky li a {
	text-decoration:none;
	color:#333;
	/*background:#ffc;*/
	display:block;
	font-weight:bold;
	font-size:14px;
	/*height:10em;
	width:10em;
	padding:1em;*/
}

ul.sticky li a:hover {
	color:#a93e7a;
}

ul.sticky li {
	margin:1em;
	float:right;
	list-style:none;
	text-align:center;
}