/*----------------------------------------------------------------------------- 

RAMA BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet 

version:   	1.0 
date:      	07/27/11 
author:		freshline
email:     	support@version-four.com 
website:   	https://www.version-four.com
-----------------------------------------------------------------------------*/

/***********************
	-	BASICS 	-
***********************/
a{
	text-decoration:none;
}


/*******************************
	-	BANNER STYLES	-	
********************************/
#banner-example-1{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:918px;
	height:300px;
}	

#banner-example-1 ul >li{
	display:none;
}


#banner-example-2{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:700px;
	height:300px;
}	

#banner-example-2 ul >li{
	display:none;
}

/**********************************************************
	-	CAPTION SETTINGS FOR THE PARADIGM SLIDER	-
**********************************************************/	
.caption_black{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:25px;
	height:29px;
	line-height:29px;
	color:#fff;
	background-color:#000;
	padding:5px;
	position:absolute;
	-moz-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	padding-left: 10px;
	padding-right: 10px;
}

.caption_blue{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:25px;
	height:29px;
	line-height:29px;
	color:#fff;
	background-color:#00b4ff;
	padding:5px;
	position:absolute;
	-moz-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	padding-left: 10px;
	padding-right: 10px;
}

.caption_blueDark{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:25px;
	height:29px;
	line-height:29px;
	color:#fff;
	background-color:#3b5998;
	padding:5px;
	position:absolute;
	-moz-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	padding-left: 10px;
	padding-right: 10px;
}

.caption_green{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:25px;
	height:29px;
	line-height:29px;
	color:#fff;
	background-color:#445626;
	padding:5px;
	position:absolute;
	-moz-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	padding-left: 10px;
	padding-right: 10px;
}

.caption_orange{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:25px;
	height:29px;
	line-height:29px;
	color:#fff;
	background-color:#c54a00;
	padding:5px;
	position:absolute;
	-moz-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	padding-left: 10px;
	padding-right: 10px;
}

.caption_red{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:25px;
	height:29px;
	line-height:29px;
	color:#fff;
	background-color:#c4302b;
	padding:5px;
	position:absolute;
	-moz-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	padding-left: 10px;
	padding-right: 10px;
}


.caption_redDark{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:25px;
	height:29px;
	line-height:29px;
	color:#fff;
	background-color:#DC2C26;
	padding:5px;
	position:absolute;
	-moz-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	padding-left: 10px;
	padding-right: 10px;
}

.caption_white{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:25px;
	height:29px;
	line-height:29px;
	color:#000;
	background-color:#fff;
	padding:5px;
	position:absolute;
	-moz-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	padding-left: 10px;
	padding-right: 10px;
}



.caption_img{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:25px;
	height:29px;
	line-height:29px;
	color:none;
	background-color:none;
	padding:0px;
	position:absolute;
	padding-left: 0px;
	padding-right: 0px;
}


.caption_null{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:14px;
	height:29px;
	line-height:29px;
	color:none;
	background-color:none;
	padding:0px;
	position:absolute;
	padding-left: 0px;
	padding-right: 0px;
}


.caption_grey{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:25px;
	height:29px;
	line-height:29px;
	color:#fff;
	background-color:#333;
	padding:5px;
	position:absolute;
	-moz-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.75);
	padding-left: 10px;
	padding-right: 10px;
}

.caption_blue a:link, .caption_blue a:visited {
	text-decoration: none;
	color: #fff;
}

.caption_blue a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #ddd;
}



.caption_black a:link, .caption_black a:visited {
	text-decoration: none;
	color: #fff;
}

.caption_black a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #ddd;
}




.caption_red a:link, .caption_red a:visited {
	text-decoration: none;
	color: #fff;
}

.caption_red a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #ddd;
}




.caption_orange a:link, .caption_orange a:visited {
	text-decoration: none;
	color: #fff;
}

.caption_orange a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #ddd;
}




.caption_blueDark a:link, .caption_blueDark a:visited {
	text-decoration: none;
	color: #fff;
}

.caption_blueDark a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #ddd;
}




.buttonlight a:link, .buttonlight a:visited {
	text-decoration: none;
	color: #fff;
}

.buttonlight a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #ddd;
}



.caption_white a:link, .caption_white a:visited {
	text-decoration: none;
	color: #000;
}

.caption_white a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #555;
}

a:focus { 
    outline: none; 
}

.smallcap{
	font-size:18px;
	height:22px;
	line-height:22px;
}

.largecap{
	font-size:32px;
	height:36px;
	line-height:36px;
	
}

.imagecap{
	position:absolute;
}

.nobg{
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: #000 5px 5px 5px;
}

/****************************
	-	BASIC DIVIDERS 	-
*****************************/
#small_divider {
	margin-top:8px;
}

#big_divider {
	margin-top:150px;
}
