﻿/* Quinta Raddison Style Sheet - Atom14
** Purple: rgb(119,29,125), White, Black, Green: rgb(7,159,98), grey: rgb(35,31,32)
*/

* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: black;
	margin: 0px 20px 20px 20px;
}

h1 {
	color: white;
	text-transform: uppercase;
	font-size: 24px;
	text-align: center;
	font-family: Verdana;
	letter-spacing: 1pt;
	text-indent: -4000px;
}

h5 {
	color: white;
	font-size: 12px;
	text-align: center;
	text-indent: -4000px;
}

p {
	font-size: 12px;
}

a {
	color: rgb(119,29,125);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

table {
	margin: 0px 40px;
	border: 2px rgb(119,29,125) solid;
	border-collapse: collapse;
}
th {
	font-size: 14px;
	padding: 4px;
	color: white;
	font-weight: bold;
	background-color: rgb(119,29,125);
	margin: 0px;
}
td {
	font-size: 12px;
	padding: 4px;
	border: 1px rgb(119,29,125) solid;
	margin: 0px;
}
tr.evenRow {
	background-color: rgb(192, 192, 192);
}

#banner {
	background: black url('images/banner-text.jpg') no-repeat scroll center top;
	height: 363px;
	width: 1000px;
	margin: 0px auto;
}
#banner h1 {
	position: relative;
	top: 120px;
}
#banner h5 {
	position: relative;
	top: 130px;
}

#navigation {
	height: 30px;
	width: 1000px;
	background-color: rgb(119,29,125);
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px auto;
}
#navigation ul {
	margin: 0px auto;
	list-style: none;
	list-style-type: none;
}
#navigation li {
	float: left;
	width: 220px;
	line-height: 50px;
	color: white;
	font-size: 16px;
	text-align: center;
}
#navigation li.selected {
	background: transparent url('images/tab.png') no-repeat scroll center 8px;
	line-height: 53px;
}
#navigation a {
	color: white;
	width: 200px;
	line-height: 42px;
}
#navigation li a.selected {
	color: rgb(119,29,125);
	font-weight: bold;
	width: 200px;
	height: 42px;
	line-height: 42px;
}

.content {
	width: 980px;
	margin: 0px auto;
	padding: 10px;
	background: white url('images/main-bg.jpg') no-repeat scroll left top;
}
#home.content {
	background: white url('images/main-bg3.jpg') no-repeat scroll left top;
	height: 380px;
}
#home.content img {
	float: left;
	margin: 20px;
	border: 0px;
}
.content p {
	padding: 10px;
	text-align: justify;
}
.content-left {
	width: 49%;
	float: left;
	padding-top: 20px;
}
.content-right {
	width: 49%;
	float: right;
	padding-top: 20px;
}
.content li {
	color: black;
	margin-left: 40px;
	padding: 8px;
	font-size: 12px;
}

/* Styles for the Home page */
#flags {
	margin-top: 100px;
	margin-left: 40px;
}

/* Styles for the Offices page */
.office {
	border-bottom: 1px rgb(35,31,32) dotted;
	padding: 20px;
}
.office p {
	padding: 2px;
}
.office img {
	float: left;
	padding: 12px 120px 0px 80px;
}
.last {
	border-bottom: 0px;
}
.address h4 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
}
.office div.address {
	float: left;
	width: 260px;
}

/* Styles for the Brands page */
#alpha-select1 .ui-button-text {
	font-size: 0.7em;
}
#alpha-select1 {
	margin: 10px;
}

/* Styles for the Footer section */
#footer {
	background: black url('images/footer.jpg') no-repeat scroll center top;
	height: 178px;
	width: 1000px;
	margin: 0px auto;
	color: white;
}
#footer div.foot-left {
	float: left;
	padding: 14px 14px 8px 14px;
}
#footer div.foot-left p {
	font-size: 10px;
	position: relative;
	top: 180px;
}
#footer div.foot-right {
	float: right;
	margin-top: 20px;
	padding: 10px;
}
#footer p.credits {
	clear: both;
	position: relative;
	top: 180px;
	color: white;
	font-size: 10px;
	font-family: Tahoma;
	text-align: right;
}
#footer p.credits a {
	color: white;
	text-decoration: underline;
}

.clear {
	clear: both;
}
