/*#######################################
	Name
	URL
	28.05.2010
#######################################*/

/********************************************************************
* Style section														*
********************************************************************/

body
	{
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		font-family: "MS Trebuchet", sans-serif;
		font-size: 12px;
		overflow: hidden;
	}


img.source-image
	{
		top: 0px;
		left: 0px;
		width: 100%;
		position: absolute;
		z-index: 1;
	}




















.clearence
    {
        clear: both;
    }

/* Include external fonts

@font-face
    {
        font-family: 'Name';
        src: url('../fonts/.eot');
        src: local('Name'), local('Name'), url('../fonts/Name.ttf') format('truetype');
    }
*/
/* Def END *********************************************************/



/********************************************************************
* Layout section													*
********************************************************************/

#topBox
	{
		width: 100%;
		height: 50px;
		font-size: 18px;
		text-align: center;
		background-color: #C0C0C0;
	}

#contentBox
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 1100px;
		height: auto;
		margin: 200px auto;
		z-index: 20;
	}

.thumbbox
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 60px;
		height: 60px;
		margin: 0px 1px 1px 0px;
		display: block;
		float: left;
	}

.rotate1
	{
		-o-transform: rotate(2.5deg);
		-moz-transform: rotate(2.5deg);
		-webkit-transform: rotate(2.5deg);
	}


#spacer1
	{
		width: 976px;
		height: 10px;
		float: left;
	}

#spacer2
	{
		width: 610px;
		height: 10px;
		float: left;
	}

#statusBox
	{

	}


















/********************************************************************
* Email form style													*
********************************************************************/

#emailForm input[type=text], textarea, #newsletterForm input[type=text]
	{
		color: #000000;
		border: 1px solid #0080C0;
	}

#emailForm input[type=submit], #newsletterForm input[type=submit]
	{
		height: 25px;
		font-weight: bold;
		color: #000000;
		border: 1px solid #0080C0;
	}

#emailForm input[type=text], textarea, #newsletterForm input[type=text]
	{
		background: url('../gfx/gfx_mailline.png') 0px 0px repeat-x;
	}

#emailForm textarea, #newsletterForm textarea
	{

	}


#emailForm, #newsletterForm
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 400px;
		height: auto;
		color: #000000;
	}

#emailForm .row,
#newsletterForm .row
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 400px;
		height: auto;
		margin-bottom: 4px;
	}

#emailForm .col1,
#newsletterForm .col1
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 100px;
		height: auto;
		float: left;
	}

#emailForm .col2,
#newsletterForm .col2
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 280px;
		height: auto;
		float: left;
	}

#emailForm .col2flex,
#newsletterForm .col2flex
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: auto;
		height: auto;
		float: left;
	}

#emailForm .req,
#newsletterForm .req
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: auto;
		height: auto;
		margin-left:  3px;
		font-size: 12px;
		font-weight: bold;
		color: #FF0000;
		float: left;
	}

/* Def END *********************************************************/


/********************************************************************
* Pagination Style													*
********************************************************************/

#pagination
	{
		margin: 20px 0px ;
		text-align: center;
	}

#pagination a
	{
		padding: 2px 5px;
		margin: 0px 2px;
		text-decoration: none;
		color: #41464D;
		border-bottom: 1px solid #C0E0E2;
	}

#pagination a:hover, #pagination a:active
	{
		color: #FFFFFF;
		background-color: #017FBA;
		border: 0px solid #85BD1E;
	}

#pagination .prev
	{
		background-color: #23A4DB;
	}

#pagination .next
	{
		background-color: #23A4DB;
	}

#pagination span.dots
	{
		margin: 0px 2px;
	}

#pagination span.currentnav
	{
		padding: 2px 5px 2px 5px;
		margin: 0px 2px;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #EC0016;
		border: 0px solid #B2E05D;
	}

#pagination span.disabled
	{
		padding: 2px 5px 2px 5px;
		margin: 0px 2px;
		color: #CCCCCC;
		border: 1px solid #F3F3F3;
	}

#pagination .pagination_data
	{
		padding: 10px 0px 0px 0px;
		font-size: 11px;
		color: #CCCCCC;
	}


/* Def END *********************************************************/


/********************************************************************
* Browser warning													*
********************************************************************/

#warningBar
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 17px;
		padding-top: 3px;
		font-family: Arial, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		background-color: #FF0000;
		border-bottom: 1px solid #B00000;
		z-index: 500;
		}

#warningBar a
	{
		color: #FFFFFF;
	}

#warningBar a:hover
	{
		color: #993300;
	}

/* Def END *********************************************************/


/* Def END *********************************************************/
